home bbs files messages ]

Forums before death by AOL, social media and spammers... "We can't have nice things"

   linux.debian.bugs.dist      Ohh some weird Debian bug report thing      28,835 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 28,705 of 28,835   
   Helmut Grohne to All   
   Bug#1128866: librtas FTBFS: -Wincompatib   
   23 Feb 26 21:20:02   
   
   From: helmut@subdivi.de   
      
   Source: librtas   
   Version: 2.0.4-1   
   Severity: serious   
   Tags: ftbfs   
      
   librtas fails to build from source in unstable.   
      
   https://debusine.debian.net/debian/developers/artifact/3341142/   
   | libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./librtas_src/ -I   
   /librtasevent_src/ -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2    
   Werror=implicit-function-declaration -ffile-prefix-map=/build/re   
   roducible-path/librtas-2.0.4=. -fstack-protector-strong -   
   Wformat -Werror=format-security -c librtas_src/syscall_calls.c  -fPIC -DPIC -o   
   librtas_src/.libs/syscall_calls.o   
   | libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./librtas_src/ -I   
   /librtasevent_src/ -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2    
   Werror=implicit-function-declaration -ffile-prefix-map=/build/re   
   roducible-path/librtas-2.0.4=. -fstack-protector-strong -   
   Wformat -Werror=format-security -c librtas_src/ofdt.c  -fPIC -DPIC -o   
   librtas_src/.libs/ofdt.o   
   | libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./librtas_src/ -I   
   /librtasevent_src/ -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2    
   Werror=implicit-function-declaration -ffile-prefix-map=/build/re   
   roducible-path/librtas-2.0.4=. -fstack-protector-strong -   
   Wformat -Werror=format-security -c librtasevent_src/print_rtas_event.c  -fPIC   
   -DPIC -o librtasevent_src/.libs/print_rtas_event.o   
   | libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./librtas_src/ -I   
   /librtasevent_src/ -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2    
   Werror=implicit-function-declaration -ffile-prefix-map=/build/re   
   roducible-path/librtas-2.0.4=. -fstack-protector-strong -   
   Wformat -Werror=format-security -c librtasevent_src/rtas_epow.c  -fPIC -DPIC   
   -o librtasevent_src/.libs/rtas_epow.o   
   | libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./librtas_src/ -I   
   /librtasevent_src/ -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2    
   Werror=implicit-function-declaration -ffile-prefix-map=/build/re   
   roducible-path/librtas-2.0.4=. -fstack-protector-strong -   
   Wformat -Werror=format-security -c librtas_src/syscall_rmo.c  -fPIC -DPIC -o   
   librtas_src/.libs/syscall_rmo.o   
   | librtasevent_src/print_rtas_event.c:64:5: error: initialization of 'int   
   (*)(void)' from incompatible pointer type 'int (*)(struct scn_header *, int)'   
   [-Wincompatible-pointer-types]   
   |    64 |     print_re_hdr_scn,   
   |       |     ^~~~~~~~~~~~~~~~   
   | librtasevent_src/print_rtas_event.c:64:5: note: (near initialization for   
   're_print_fns[1]')   
   | In file included from librtasevent_src/print_rtas_event.c:31:   
   | librtasevent_src/rtas_event.h:61:5: note: 'print_re_hdr_scn' declared here   
   |    61 | int print_re_hdr_scn(struct scn_header *, int);   
   |       |     ^~~~~~~~~~~~~~~~   
   | librtasevent_src/print_rtas_event.c:65:5: error: initialization of 'int   
   (*)(void)' from incompatible pointer type 'int (*)(struct scn_header *, int)'   
   [-Wincompatible-pointer-types]   
   |    65 |     print_re_exthdr_scn,   
   |       |     ^~~~~~~~~~~~~~~~~~~   
   | librtasevent_src/print_rtas_event.c:65:5: note: (near initialization for   
   're_print_fns[2]')   
   | librtasevent_src/rtas_event.h:62:5: note: 'print_re_exthdr_scn' declared here   
   |    62 | int print_re_exthdr_scn(struct scn_header *, int);   
   |       |     ^~~~~~~~~~~~~~~~~~~   
   | librtasevent_src/print_rtas_event.c:66:5: error: initialization of 'int   
   (*)(void)' from incompatible pointer type 'int (*)(struct scn_header *, int)'   
   [-Wincompatible-pointer-types]   
   |    66 |     print_re_epow_scn,   
   |       |     ^~~~~~~~~~~~~~~~~   
   | librtasevent_src/print_rtas_event.c:66:5: note: (near initialization for   
   're_print_fns[3]')   
   | librtasevent_src/rtas_event.h:63:5: note: 'print_re_epow_scn' declared here   
   |    63 | int print_re_epow_scn(struct scn_header *, int);   
   |       |     ^~~~~~~~~~~~~~~~~   
   | librtasevent_src/print_rtas_event.c:67:5: error: initialization of 'int   
   (*)(void)' from incompatible pointer type 'int (*)(struct scn_header *, int)'   
   [-Wincompatible-pointer-types]   
   |    67 |     print_re_io_scn,   
   |       |     ^~~~~~~~~~~~~~~   
   | librtasevent_src/print_rtas_event.c:67:5: note: (near initialization for   
   're_print_fns[4]')   
   | librtasevent_src/rtas_event.h:64:5: note: 'print_re_io_scn' declared here   
   |    64 | int print_re_io_scn(struct scn_header *, int);   
   |       |     ^~~~~~~~~~~~~~~   
   | librtasevent_src/print_rtas_event.c:68:5: error: initialization of 'int   
   (*)(void)' from incompatible pointer type 'int (*)(struct scn_header *, int)'   
   [-Wincompatible-pointer-types]   
   |    68 |     print_re_cpu_scn,   
   |       |     ^~~~~~~~~~~~~~~~   
   | librtasevent_src/print_rtas_event.c:68:5: note: (near initialization for   
   're_print_fns[5]')   
   | librtasevent_src/rtas_event.h:65:5: note: 'print_re_cpu_scn' declared here   
   |    65 | int print_re_cpu_scn(struct scn_header *, int);   
   |       |     ^~~~~~~~~~~~~~~~   
   | librtasevent_src/print_rtas_event.c:69:5: error: initialization of 'int   
   (*)(void)' from incompatible pointer type 'int (*)(struct scn_header *, int)'   
   [-Wincompatible-pointer-types]   
   |    69 |     print_re_ibm_diag_scn,   
   |       |     ^~~~~~~~~~~~~~~~~~~~~   
   | librtasevent_src/print_rtas_event.c:69:5: note: (near initialization for   
   're_print_fns[6]')   
   | librtasevent_src/rtas_event.h:66:5: note: 'print_re_ibm_diag_scn' declared   
   here   
   |    66 | int print_re_ibm_diag_scn(struct scn_header *, int);   
   |       |     ^~~~~~~~~~~~~~~~~~~~~   
   | librtasevent_src/print_rtas_event.c:70:5: error: initialization of 'int   
   (*)(void)' from incompatible pointer type 'int (*)(struct scn_header *, int)'   
   [-Wincompatible-pointer-types]   
   |    70 |     print_re_mem_scn,   
   |       |     ^~~~~~~~~~~~~~~~   
   | librtasevent_src/print_rtas_event.c:70:5: note: (near initialization for   
   're_print_fns[7]')   
   | librtasevent_src/rtas_event.h:67:5: note: 'print_re_mem_scn' declared here   
   |    67 | int print_re_mem_scn(struct scn_header *, int);   
   |       |     ^~~~~~~~~~~~~~~~   
   | librtasevent_src/print_rtas_event.c:71:5: error: initialization of 'int   
   (*)(void)' from incompatible pointer type 'int (*)(struct scn_header *, int)'   
   [-Wincompatible-pointer-types]   
   |    71 |     print_re_post_scn,   
   |       |     ^~~~~~~~~~~~~~~~~   
   | librtasevent_src/print_rtas_event.c:71:5: note: (near initialization for   
   're_print_fns[8]')   
   | librtasevent_src/rtas_event.h:68:5: note: 'print_re_post_scn' declared here   
   |    68 | int print_re_post_scn(struct scn_header *, int);   
   |       |     ^~~~~~~~~~~~~~~~~   
      
   [continued in next message]   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]


(c) 1994,  bbs@darkrealms.ca