Bug#1066372: baycomepp: FTBFS: eppfpga.c:240:63: error: implicit declaration of function ‘strcmp’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: baycomepp
Version: 0.10-17
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCONFIGDIR=\"/usr/etc\" 
> -DLOCALSTATEDIR=\"/usr/var\" -I../directx/include 
> -I../directx/include/directx6 -I.. -fPIC  -Wdate-time -D_FORTIFY_SOURCE=2  -g 
> -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wl,-z,defs -Wall -MT snprintpkt.o -MD -MP -MF .deps/snprintpkt.Tpo -c -o 
> snprintpkt.o snprintpkt.c
> rm -f libresident2.a
> rm -f libmisc.a
> ar cru libresident2.a
> ar cru libmisc.a  
> ar: `u' modifier ignored since `D' is the default (see `U')
> ranlib libresident2.a
> ar: `u' modifier ignored since `D' is the default (see `U')
> ranlib libmisc.a
> ppdirectinit.c: In function ‘parport_ecp’:
> ppdirectinit.c:393:45: warning: variable ‘readIntrThreshold’ set but not used 
> [-Wunused-but-set-variable]
>   393 | int fifo_depth, writeIntrThreshold, readIntrThreshold;
>   | ^
> ppdirectinit.c:393:25: warning: variable ‘writeIntrThreshold’ set but not 
> used [-Wunused-but-set-variable]
>   393 | int fifo_depth, writeIntrThreshold, readIntrThreshold;
>   | ^~
> eppfpga.c: In function ‘main’:
> eppfpga.c:240:63: error: implicit declaration of function ‘strcmp’ 
> [-Werror=implicit-function-declaration]
>   240 | for (tst = eppfpgatests; tst->name && 
> strcmp(optarg, tst->name); tst++);
>   |   ^~
> eppfpga.c:52:1: note: include ‘’ or provide a declaration of 
> ‘strcmp’
>51 | #include "fpga.h"
>   +++ |+#include 
>52 | 
> eppfpga.c:139:53: warning: variable ‘ppdev’ set but not used 
> [-Wunused-but-set-variable]
>   139 | const char *ppuser = NULL, *ppkdrv = NULL, *ppdev = NULL;
>   | ^
> eppfpga.c:139:37: warning: variable ‘ppkdrv’ set but not used 
> [-Wunused-but-set-variable]
>   139 | const char *ppuser = NULL, *ppkdrv = NULL, *ppdev = NULL;
>   | ^~
> eppfpga.c:139:21: warning: variable ‘ppuser’ set but not used 
> [-Wunused-but-set-variable]
>   139 | const char *ppuser = NULL, *ppkdrv = NULL, *ppdev = NULL;
>   | ^~
> eppfpga.c:138:67: warning: variable ‘w9xring0’ set but not used 
> [-Wunused-but-set-variable]
>   138 | unsigned int iobase = 0x378, ntddkgenport = 0, ntdrv = 0, 
> w9xring0 = 0, ppflags = 0;
>   |   
> ^~~~
> eppfpga.c:138:56: warning: variable ‘ntdrv’ set but not used 
> [-Wunused-but-set-variable]
>   138 | unsigned int iobase = 0x378, ntddkgenport = 0, ntdrv = 0, 
> w9xring0 = 0, ppflags = 0;
>   |^
> eppfpga.c:138:38: warning: variable ‘ntddkgenport’ set but not used 
> [-Wunused-but-set-variable]
>   138 | unsigned int iobase = 0x378, ntddkgenport = 0, ntdrv = 0, 
> w9xring0 = 0, ppflags = 0;
>   |  ^~~~
> fpgatests.c: In function ‘ledtest’:
> fpgatests.c:319:21: warning: operation on ‘led’ may be undefined 
> [-Wsequence-point]
>   319 | led = (++led) & 3;
>   | ^
> fpgatests.c: In function ‘chkledtest’:
> fpgatests.c:579:21: warning: operation on ‘led’ may be undefined 
> [-Wsequence-point]
>   579 | led = (++led) & 3;
>   | ^
> fpgatests.c: In function ‘eppafskmodemtest’:
> fpgatests.c:1414:29: warning: variable ‘txbyte’ set but not used 
> [-Wunused-but-set-variable]
>  1414 | unsigned char stat, txbyte;
>   | ^~
> fpgatests.c: In function ‘sppafskmodemtest’:
> fpgatests.c:1600:29: warning: variable ‘txbyte’ set but not used 
> [-Wunused-but-set-variable]
>  1600 | unsigned char stat, txbyte;
>   | ^~
> fpgatests.c: In function ‘saudio’:
> fpgatests.c:2692:43: warning: format ‘%d’ expects argument of type ‘int’, but 
> argument 3 has type ‘long unsigned int’ [-Wformat=]
>  2692 | lprintf(0, "read(%d) failed %i (%s)\n", 
> sizeof(bufu)/2, ocnts, strerror(errno));
>   |

Bug#1066365: timidity: FTBFS: xaw_i.c:1196:5: error: implicit declaration of function ‘XtResizeWidget’; did you mean ‘XtRealizeWidget’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: timidity
Version: 2.14.0-8.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I. -I.. -I../timidity -I../libarc -I../utils  
> -I/usr/include/tcl -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include 
> -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include 
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/atk-1.0 
> -DAU_OSS -DAU_ALSA -DAU_JACK -DAU_AO -DAU_VORBIS -DAU_FLAC -DAU_SPEEX  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -pthread -c -o alsaseq_c.o alsaseq_c.c
> wrdt_tty.c: In function ‘wrdt_apply’:
> wrdt_tty.c:234:44: warning: ‘__builtin___snprintf_chk’ output truncated 
> before the last format character [-Wformat-truncation=]
>   234 | snprintf(q, sizeof(q)-1, ",%03x", wrd_args[i]);
>   |^
> In file included from /usr/include/stdio.h:906,
>  from wrdt_tty.c:30:
> In function ‘snprintf’,
> inlined from ‘wrdt_apply’ at wrdt_tty.c:234:6:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:10: note: 
> ‘__builtin___snprintf_chk’ output between 5 and 10 bytes into a destination 
> of size 4
>54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
>   |  ^~~~
>55 |__glibc_objsize (__s), __fmt,
>   |~
>56 |__va_arg_pack ());
>   |~
> wrdt_dumb.c: In function ‘wrdt_apply’:
> wrdt_dumb.c:219:44: warning: ‘__builtin___snprintf_chk’ output truncated 
> before the last format character [-Wformat-truncation=]
>   219 | snprintf(q, sizeof(q)-1, ",%03x", wrd_args[i]);
>   |^
> In file included from /usr/include/stdio.h:906,
>  from wrdt_dumb.c:25:
> In function ‘snprintf’,
> inlined from ‘wrdt_apply’ at wrdt_dumb.c:219:6,
> inlined from ‘wrdt_apply’ at wrdt_dumb.c:95:13:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:10: note: 
> ‘__builtin___snprintf_chk’ output between 5 and 10 bytes into a destination 
> of size 4
>54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
>   |  ^~~~
>55 |__glibc_objsize (__s), __fmt,
>   |~
>56 |__va_arg_pack ());
>   |~
> xaw_i.c: In function ‘resizeToplevelACT’:
> xaw_i.c:1196:5: error: implicit declaration of function ‘XtResizeWidget’; did 
> you mean ‘XtRealizeWidget’? [-Werror=implicit-function-declaration]
>  1196 | XtResizeWidget(lyric_t, curr_width-10,lyric_height, 1);
>   | ^~
>   | XtRealizeWidget
> xaw_i.c: In function ‘handle_input’:
> xaw_i.c:2020:32: warning: passing argument 2 of ‘XawListChange’ from 
> incompatible pointer type [-Wincompatible-pointer-types]
>  2020 |   XawListChange(file_list, flist, max_files, 0, True);
>   |^
>   ||
>   |char **
> In file included from xaw_i.c:69:
> /usr/include/X11/Xaw/List.h:170:27: note: expected ‘const char **’ but 
> argument is of type ‘char **’
>   170 |  _Xconst char   **list,
>   |   ^
> xaw_i.c: In function ‘filterDirList’:
> xaw_i.c:192:39: warning: passing argument 2 of ‘XawListChange’ from 
> incompatible pointer type [-Wincompatible-pointer-types]
>   192 | #define fulldirlist ld->ld_fulldirlist.StringArray
>   | ~~^~~~
>   |   |
>   |   char **
> xaw_i.c:2283:31: note: in expansion of macro ‘fulldirlist’
>  2283 | 

Bug#1066369: obitools: FTBFS: build/temp.linux-x86_64-cpython-311/pyrex/obitools/word/_readindex.c:6320:3: error: implicit declaration of function ‘heapsort’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: obitools
Version: 1.2.13+dfsg-7
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -Isrc/obitools/word -I/usr/include/python3.11 -c 
> build/temp.linux-x86_64-cpython-311/pyrex/obitools/word/_readindex.c -o 
> build/temp.linux-x86_64-cpython-311/build/temp.linux-x86_64-cpython-311/pyrex/obitools/word/_readindex.o
>  -msse2
> build/temp.linux-x86_64-cpython-311/pyrex/obitools/word/_readindex.c: In 
> function ‘__pyx_pf_8obitools_4word_10_readindex_9ReadIndex_10indexWords’:
> build/temp.linux-x86_64-cpython-311/pyrex/obitools/word/_readindex.c:6320:3: 
> error: implicit declaration of function ‘heapsort’ 
> [-Werror=implicit-function-declaration]
>  6320 |   heapsort(__pyx_v_self->_wordlist, __pyx_v_i, (sizeof(pobinuc)), 
> __pyx_f_8obitools_4word_10_readindex_cmpwords);
>   |   ^~~~
> build/temp.linux-x86_64-cpython-311/pyrex/obitools/word/_readindex.c: In 
> function ‘__pyx_gb_8obitools_4word_10_readindex_9ReadIndex_14generator’:
> build/temp.linux-x86_64-cpython-311/pyrex/obitools/word/_readindex.c:6589:33: 
> warning: comparison of integer expressions of different signedness: ‘size_t’ 
> {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
>  6589 |   for (__pyx_t_3 = 0; __pyx_t_3 < __pyx_t_2; __pyx_t_3+=1) {
>   | ^
> build/temp.linux-x86_64-cpython-311/pyrex/obitools/word/_readindex.c: In 
> function ‘__pyx_gb_8obitools_4word_10_readindex_9ReadIndex_17generator1’:
> build/temp.linux-x86_64-cpython-311/pyrex/obitools/word/_readindex.c:6787:33: 
> warning: comparison of integer expressions of different signedness: ‘size_t’ 
> {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
>  6787 |   for (__pyx_t_3 = 0; __pyx_t_3 < __pyx_t_2; __pyx_t_3+=1) {
>   | ^
> build/temp.linux-x86_64-cpython-311/pyrex/obitools/word/_readindex.c: In 
> function ‘__pyx_pf_8obitools_4word_10_readindex_9ReadIndex_8load’:
> build/temp.linux-x86_64-cpython-311/pyrex/obitools/word/_readindex.c:5495:10: 
> warning: ignoring return value of ‘fread’ declared with attribute 
> ‘warn_unused_result’ [-Wunused-result]
>  5495 |   (void)(fread((&__pyx_v_ltbuffer), (sizeof(size_t)), 1, __pyx_v_f));
>   | ~^~~
> build/temp.linux-x86_64-cpython-311/pyrex/obitools/word/_readindex.c:5564:10: 
> warning: ignoring return value of ‘fread’ declared with attribute 
> ‘warn_unused_result’ [-Wunused-result]
>  5564 |   (void)(fread(__pyx_v_tcbuffer, 1, __pyx_v_ltbuffer, __pyx_v_f));
>   | ~^~~~
> build/temp.linux-x86_64-cpython-311/pyrex/obitools/word/_readindex.c:5749:10: 
> warning: pointer ‘__pyx_v_f’ may be used after ‘fclose’ [-Wuse-after-free]
>  5749 |   (void)(fclose(__pyx_v_f));
>   | ~^~
> build/temp.linux-x86_64-cpython-311/pyrex/obitools/word/_readindex.c:5616:10: 
> note: call to ‘fclose’ here
>  5616 |   (void)(fclose(__pyx_v_f));
>   | ~^~
> cc1: some warnings being treated as errors
> error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
> E: pybuild pybuild:389: build: plugin distutils failed with: exit code=1: 
> /usr/bin/python3 setup.py build 
> dh_auto_build: error: pybuild --build -i python{version} -p 3.11 returned 
> exit code 13
> make: *** [debian/rules:15: binary] Error 25


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/obitools_1.2.13+dfsg-7_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify 

Bug#1066370: recutils: FTBFS: rec-sex-parser.c:53:7: error: implicit declaration of function 'sexlex_init' [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: recutils
Version: 1.9-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
> -I../lib -I../lib -DLOCALEDIR=\"/usr/share/locale\" -DREMOTE_DESCRIPTORS 
> -DUUID_TYPE -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o rec-sex-parser.lo 
> rec-sex-parser.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../lib -I../lib 
> -DLOCALEDIR=\"/usr/share/locale\" -DREMOTE_DESCRIPTORS -DUUID_TYPE 
> -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> rec-sex-parser.c  -fPIC -DPIC -o .libs/rec-sex-parser.o
> rec-sex-parser.c: In function 'rec_sex_parser_new':
> rec-sex-parser.c:53:7: error: implicit declaration of function 'sexlex_init' 
> [-Werror=implicit-function-declaration]
>53 |   sexlex_init (&(new->scanner));
>   |   ^~~
> rec-sex-parser.c:54:7: error: implicit declaration of function 'sexset_extra' 
> [-Werror=implicit-function-declaration]
>54 |   sexset_extra (new, new->scanner);
>   |   ^~~~
> rec-sex-parser.c: In function 'rec_sex_parser_destroy':
> rec-sex-parser.c:70:5: error: implicit declaration of function 
> 'sexlex_destroy' [-Werror=implicit-function-declaration]
>70 | sexlex_destroy (parser->scanner);
>   | ^~
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:2053: rec-sex-parser.lo] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/recutils_1.9-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066367: libsearpc: FTBFS: searpc-demo-packet.h:40:34: error: implicit declaration of function ‘write’; did you mean ‘writen’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: libsearpc
Version: 3.3.0+really3.3+git20230527.783141f-3.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../lib 
> -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -pedantic -c -o demo-async-client.o demo-async-client.c
> test-object.c:3:55: warning: ISO C does not allow extra ‘;’ outside of a 
> function [-Wpedantic]
> 3 | G_DEFINE_TYPE (TestObject, test_object, G_TYPE_OBJECT);
>   |   ^
> In file included from demo-async-client.c:10:
> searpc-demo-packet.h:22:10: warning: ISO C forbids zero-size array ‘data’ 
> [-Wpedantic]
>22 | char data[0];
>   |  ^~~~
> searpc-demo-packet.h: In function ‘writen’:
> searpc-demo-packet.h:40:34: error: implicit declaration of function ‘write’; 
> did you mean ‘writen’? [-Werror=implicit-function-declaration]
>40 | if ( (nwritten = write(fd, ptr, nleft)) <= 0) {
>   |  ^
>   |  writen
> searpc-demo-packet.h: In function ‘readn’:
> searpc-demo-packet.h:65:31: error: implicit declaration of function ‘read’; 
> did you mean ‘readn’? [-Werror=implicit-function-declaration]
>65 | if ( (nread = read(fd, buf, nleft)) < 0) {
>   |   ^~~~
>   |   readn
> demo-async-client.c: In function ‘transport_send’:
> demo-async-client.c:39:19: warning: unused variable ‘pac_ret’ 
> [-Wunused-variable]
>39 | packet *pac, *pac_ret;
>   |   ^~~
> demo-async-client.c:37:13: warning: unused variable ‘ret’ [-Wunused-variable]
>37 | int fd, ret;
>   | ^~~
> demo-async-client.c:37:9: warning: unused variable ‘fd’ [-Wunused-variable]
>37 | int fd, ret;
>   | ^~
> demo-async-client.c: In function ‘main’:
> demo-async-client.c:149:5: error: implicit declaration of function ‘close’; 
> did you mean ‘pclose’? [-Werror=implicit-function-declaration]
>   149 | close(sockfd);
>   | ^
>   | pclose
> demo-async-client.c:92:11: warning: unused variable ‘ret_str’ 
> [-Wunused-variable]
>92 | char *ret_str;
>   |   ^~~
> In file included from searpc-demo-client.c:13:
> searpc-demo-packet.h:22:10: warning: ISO C forbids zero-size array ‘data’ 
> [-Wpedantic]
>22 | char data[0];
>   |  ^~~~
> searpc-demo-packet.h: In function ‘writen’:
> searpc-demo-packet.h:40:34: error: implicit declaration of function ‘write’; 
> did you mean ‘writen’? [-Werror=implicit-function-declaration]
>40 | if ( (nwritten = write(fd, ptr, nleft)) <= 0) {
>   |  ^
>   |  writen
> searpc-demo-packet.h: In function ‘readn’:
> searpc-demo-packet.h:65:31: error: implicit declaration of function ‘read’; 
> did you mean ‘readn’? [-Werror=implicit-function-declaration]
>65 | if ( (nread = read(fd, buf, nleft)) < 0) {
>   |   ^~~~
>   |   readn
> searpc-demo-client.c: In function ‘transport_callback’:
> searpc-demo-client.c:34:13: warning: unused variable ‘ret’ [-Wunused-variable]
>34 | int fd, ret;
>   | ^~~
> searpc-demo-client.c: In function ‘rpc_string_test’:
> searpc-demo-client.c:124:5: error: implicit declaration of function ‘close’; 
> did you mean ‘pclose’? [-Werror=implicit-function-declaration]
>   124 | close(sockfd);
>   | ^
>   | pclose
> In file included from searpc-demo-server.c:13:
> searpc-demo-packet.h:22:10: warning: ISO C forbids zero-size array ‘data’ 
> [-Wpedantic]
>22 | char data[0];
>   |  ^~~~
> In file included from searpc-demo-server.c:12:
> searpc-demo-server.c: In function ‘searpc_objlisttest’:
> test-object.h:7:38: error: implicit declaration of function 
> ‘test_object_get_type’; did you mean ‘g_object_get_type’? 
> [-Werror=implicit-function-declaration]
> 7 | #define TEST_OBJECT_TYPE(test_object_get_type())
>   |  ^~~~
> searpc-demo-server.c:43:39: note: in expansion of macro ‘TEST_OBJECT_TYPE’
> 

Bug#1066368: filter: FTBFS: actions.c:255:21: error: implicit declaration of function ‘wait’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: filter
Version: 2.6.3+ds1-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2  -c 
> -o actions.o actions.c
> actions.c:200:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   200 | mail_message(address, fptr,resendflag)
>   | ^~~~
> actions.c: In function ‘mail_message’:
> actions.c:255:21: error: implicit declaration of function ‘wait’ 
> [-Werror=implicit-function-declaration]
>   255 | wait();
>   | ^~~~
> actions.c:292:14: error: implicit declaration of function ‘lock’; did you 
> mean ‘lockf’? [-Werror=implicit-function-declaration]
>   292 | if (!lock()) {
>   |  ^~~~
>   |  lockf
> actions.c:336:9: error: implicit declaration of function ‘unlock’; did you 
> mean ‘unlink’? [-Werror=implicit-function-declaration]
>   336 | unlock();   /* blamo or not?  Let it decide! */
>   | ^~
>   | unlink
> actions.c: In function ‘save_message’:
> actions.c:393:27: error: implicit declaration of function ‘save_to_folder’ 
> [-Werror=implicit-function-declaration]
>   393 | ret = save_to_folder(foldername,tmpfptr);
>   |   ^~
> actions.c: In function ‘mail_message’:
> actions.c:269:21: warning: ignoring return value of ‘setuid’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   269 | setuid(user_uid);
>   | ^~~~
> actions.c:270:21: warning: ignoring return value of ‘setgid’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   270 | setgid(user_gid);
>   | ^~~~
> actions.c: In function ‘execute’:
> actions.c:544:17: warning: ignoring return value of ‘setgid’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   544 | setgid(user_gid);
>   | ^~~~
> actions.c:545:17: warning: ignoring return value of ‘setuid’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   545 | setuid(user_uid);
>   | ^~~~
> actions.c:549:17: warning: ignoring return value of ‘dup’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   549 | dup(tmpfd);
>   | ^~
> cc1: some warnings being treated as errors
> make[1]: *** [: actions.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/filter_2.6.3+ds1-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066366: libstb: FTBFS: stb_dxt.c:608:7: error: implicit declaration of function ‘memcpy’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: libstb
Version: 0.0~git20230129.5736b15+ds-1.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cc -Wdate-time -D_FORTIFY_SOURCE=2 -DSTB_DEFINE -DSTB_PERFECT_HASH 
> -DSTB_HERRINGBONE_WANG_TILE_IMPLEMENTATION -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -pedantic -fwrapv -fPIC -o 
> stb_herringbone_wang_tile.o -c stb_herringbone_wang_tile.c
> stb_c_lexer.c:323:20: warning: ‘stb__strchr’ defined but not used 
> [-Wunused-function]
>   323 | static const char *stb__strchr(const char *str, int ch)
>   |^~~
> stb_herringbone_wang_tile.c:369:41: warning: ‘struct stbhw__process’ declared 
> inside parameter list will not be visible outside of this definition or 
> declaration
>   369 | typedef void stbhw__process_rect(struct stbhw__process *p, int xpos, 
> int ypos,
>   | ^~
> stb_herringbone_wang_tile.c: In function ‘stbhw__process_h_row’:
> stb_herringbone_wang_tile.c:401:43: warning: passing argument 1 of 
> ‘p->process_h_rect’ from incompatible pointer type 
> [-Wincompatible-pointer-types]
>   401 | p->process_h_rect(p, xpos, ypos, a,b,c,d,e,f);
>   |   ^
>   |   |
>   |   stbhw__process *
> stb_herringbone_wang_tile.c:401:43: note: expected ‘struct stbhw__process *’ 
> but argument is of type ‘stbhw__process *’
> stb_herringbone_wang_tile.c: In function ‘stbhw__process_v_row’:
> stb_herringbone_wang_tile.c:425:43: warning: passing argument 1 of 
> ‘p->process_v_rect’ from incompatible pointer type 
> [-Wincompatible-pointer-types]
>   425 | p->process_v_rect(p, xpos, ypos, a,b,c,d,e,f);
>   |   ^
>   |   |
>   |   stbhw__process *
> stb_herringbone_wang_tile.c:425:43: note: expected ‘struct stbhw__process *’ 
> but argument is of type ‘stbhw__process *’
> stb_herringbone_wang_tile.c: In function ‘stbhw_build_tileset_from_image’:
> stb_herringbone_wang_tile.c:929:21: warning: assignment to ‘void (*)(struct 
> stbhw__process *, int,  int,  int,  int,  int,  int,  int,  int)’ from 
> incompatible pointer type ‘void (*)(stbhw__process *, int,  int,  int,  int,  
> int,  int,  int,  int)’ [-Wincompatible-pointer-types]
>   929 |p.process_h_rect = stbhw__parse_h_rect;
>   | ^
> stb_herringbone_wang_tile.c:930:21: warning: assignment to ‘void (*)(struct 
> stbhw__process *, int,  int,  int,  int,  int,  int,  int,  int)’ from 
> incompatible pointer type ‘void (*)(stbhw__process *, int,  int,  int,  int,  
> int,  int,  int,  int)’ [-Wincompatible-pointer-types]
>   930 |p.process_v_rect = stbhw__parse_v_rect;
>   | ^
> deprecated/stb.c: In function ‘stb_float_eq’:
> deprecated/stb.c:1428:13: warning: dereferencing type-punned pointer will 
> break strict-aliasing rules [-Wstrict-aliasing]
>  1428 |if (abs(*(int *) - *(int *)) <= max_ulps) return 1;
>   | ^
> stb_dxt.c: In function ‘stb_compress_dxt_block’:
> deprecated/stb.c:1428:26: warning: dereferencing type-punned pointer will 
> break strict-aliasing rules [-Wstrict-aliasing]
>  1428 |if (abs(*(int *) - *(int *)) <= max_ulps) return 1;
>   |  ^
> stb_dxt.c:608:7: error: implicit declaration of function ‘memcpy’ 
> [-Werror=implicit-function-declaration]
>   608 |   memcpy(data, src, 4*16);
>   |   ^~
> stb_dxt.c:89:1: note: include ‘’ or provide a declaration of 
> ‘memcpy’
>88 | #include 
>   +++ |+#include 
>89 | #endif
> stb_dxt.c:608:7: warning: incompatible implicit declaration of built-in 
> function ‘memcpy’ [-Wbuiltin-declaration-mismatch]
>   608 |   memcpy(data, src, 4*16);
>   |   ^~
> stb_dxt.c:608:7: note: include ‘’ or provide a declaration of 
> ‘memcpy’
> stb_herringbone_wang_tile.c: In function ‘stbhw_make_template’:
> stb_herringbone_wang_tile.c:1186:24: warning: assignment to ‘void (*)(struct 
> stbhw__process *, int,  int,  int,  int,  int,  int,  int,  int)’ from 
> incompatible pointer type ‘void (*)(stbhw__process *, int,  int,  int,  int,  
> int,  int,  int,  int)’ [-Wincompatible-pointer-types]
>  1186 |   

Bug#1066363: seqprep: FTBFS: SeqPrep.c:166:15: error: implicit declaration of function ‘getopt’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: seqprep
Version: 1.3.2-8
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cc  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -std=gnu90 -c -Wall -O0 -g -std=c99 stdaln.c -o stdaln.o
> SeqPrep.c: In function ‘main’:
> SeqPrep.c:166:15: error: implicit declaration of function ‘getopt’ 
> [-Werror=implicit-function-declaration]
>   166 |   while( (ich=getopt( argc, argv, 
> "f:r:1:2:3:4:q:A:s:y:B:O:E:x:M:N:L:o:m:b:w:W:p:P:X:Q:t:e:Z:n:S6ghz" )) != -1 
> ) {
>   |   ^~
> cc1: some warnings being treated as errors
> make[2]: *** [Makefile:18: SeqPrep.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/seqprep_1.3.2-8_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066364: gwc: FTBFS: tap_reverb.c:161:17: error: implicit declaration of function ‘warning’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: gwc
Version: 0.22.05-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -DDATADIR=\"/usr/share\" -DHELPDIR=\"/usr/share/doc\" 
> -DLIBDIR=\"/usr/lib/x86_64-linux-gnu\" -DAPPNAME=\"gtk-wave-cleaner\"  
> -DHAVE_ALSA  -DHAVE_FFTW3 -DFFTWPREC=2-Wdate-time -D_FORTIFY_SOURCE=2 
> -D_FILE_OFFSET_BITS=64 -Wall -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include 
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/atk-1.0 
> -pthread  -I/usr/include/opus -I/usr/include/x86_64-linux-gnu  -c tap_reverb.c
> tap_reverb.c: In function ‘reverb_setup’:
> tap_reverb.c:161:17: error: implicit declaration of function ‘warning’ 
> [-Werror=implicit-function-declaration]
>   161 | warning("Could not get reverb settings - perhaps 
> reverb_method_name in gwc.conf is invalid") ;
>   | ^~~
> cc1: some warnings being treated as errors
> make[1]: *** [Makefile:757: tap_reverb.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/gwc_0.22.05-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066362: dvi2ps: FTBFS: dvi2.c:142:5: error: implicit declaration of function ‘fix_default’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: dvi2ps
Version: 5.1j-1.5
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I.  -I/usr/include/freetype2 -I/usr/include/libpng16  
> -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> -o dvi2.o dvi2.c
> dvi2.c:111:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   111 | main(argc, argv)
>   | ^~~~
> dvi2.c: In function ‘main’:
> dvi2.c:142:5: error: implicit declaration of function ‘fix_default’ 
> [-Werror=implicit-function-declaration]
>   142 | fix_default(RESOLUTION, MFMODE);
>   | ^~~
> dvi2.c:163:5: error: implicit declaration of function ‘dev_init’ 
> [-Werror=implicit-function-declaration]
>   163 | dev_init();
>   | ^~~~
> dvi2.c:166:5: error: implicit declaration of function ‘setcurdconv’; did you 
> mean ‘setcurfont’? [-Werror=implicit-function-declaration]
>   166 | setcurdconv(_dconv_templ);
>   | ^~~
>   | setcurfont
> dvi2.c:184:5: error: implicit declaration of function ‘dev_initfont’ 
> [-Werror=implicit-function-declaration]
>   184 | dev_initfont();
>   | ^~~~
> dvi2.c:185:5: error: implicit declaration of function ‘scanfont’; did you 
> mean ‘scanf’? [-Werror=implicit-function-declaration]
>   185 | scanfont(PreLoad, );
>   | ^~~~
>   | scanf
> dvi2.c:187:5: error: implicit declaration of function ‘dev_prologue’ 
> [-Werror=implicit-function-declaration]
>   187 | dev_prologue();
>   | ^~~~
> dvi2.c:188:5: error: implicit declaration of function ‘dev_setup’; did you 
> mean ‘add_setup’? [-Werror=implicit-function-declaration]
>   188 | dev_setup();
>   | ^
>   | add_setup
> dvi2.c:212:5: error: implicit declaration of function ‘dev_endsetup’ 
> [-Werror=implicit-function-declaration]
>   212 | dev_endsetup();
>   | ^~~~
> dvi2.c:230:5: error: implicit declaration of function ‘dev_initpage’ 
> [-Werror=implicit-function-declaration]
>   230 | dev_initpage();
>   | ^~~~
> dvi2.c:231:5: error: implicit declaration of function ‘initdir’ 
> [-Werror=implicit-function-declaration]
>   231 | initdir();
>   | ^~~
> dvi2.c:232:5: error: implicit declaration of function ‘dviconv’ 
> [-Werror=implicit-function-declaration]
>   232 | dviconv(hdfontidx);
>   | ^~~
> dvi2.c:233:5: error: implicit declaration of function ‘dev_finish’ 
> [-Werror=implicit-function-declaration]
>   233 | dev_finish();
>   | ^~
> dvi2.c: At top level:
> dvi2.c:239:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   239 | default_def()
>   | ^~~
> dvi2.c: In function ‘default_def’:
> dvi2.c:242:5: error: implicit declaration of function ‘add_def0’ 
> [-Werror=implicit-function-declaration]
>   242 | add_def0("TEXMF", kpse_var_value("TEXMF"));
>   | ^~~~
> dvi2.c:244:5: error: implicit declaration of function ‘init_default’ 
> [-Werror=implicit-function-declaration]
>   244 | init_default(MFMODE, KPSENAME);
>   | ^~~~
> cc1: some warnings being treated as errors
> make[2]: *** [Makefile:610: dvi2.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/dvi2ps_5.1j-1.5_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066360: sctk: FTBFS: align.c:933:15: error: implicit declaration of function ‘getpid’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: sctk
Version: 2.4.10-20151007-1312Z+dfsg2-3.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -DHAVE_LIBM=1 -DHAVE_UNISTD_H=1  -I. 
> -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall align.c
> align.c: In function ‘remove_id’:
> align.c:29:17: warning: comparison between pointer and zero character 
> constant [-Wpointer-compare]
>29 | if (R_paren == NULL_TEXT && L_paren == NULL_TEXT)
>   | ^~
> align.c:29:9: note: did you mean to dereference the pointer?
>29 | if (R_paren == NULL_TEXT && L_paren == NULL_TEXT)
>   | ^
> align.c:29:41: warning: comparison between pointer and zero character 
> constant [-Wpointer-compare]
>29 | if (R_paren == NULL_TEXT && L_paren == NULL_TEXT)
>   | ^~
> align.c:29:33: note: did you mean to dereference the pointer?
>29 | if (R_paren == NULL_TEXT && L_paren == NULL_TEXT)
>   | ^
> align.c:32:17: warning: comparison between pointer and zero character 
> constant [-Wpointer-compare]
>32 | if (R_paren == NULL_TEXT || L_paren == NULL_TEXT){
>   | ^~
> align.c:32:9: note: did you mean to dereference the pointer?
>32 | if (R_paren == NULL_TEXT || L_paren == NULL_TEXT){
>   | ^
> align.c:32:41: warning: comparison between pointer and zero character 
> constant [-Wpointer-compare]
>32 | if (R_paren == NULL_TEXT || L_paren == NULL_TEXT){
>   | ^~
> align.c:32:33: note: did you mean to dereference the pointer?
>32 | if (R_paren == NULL_TEXT || L_paren == NULL_TEXT){
>   | ^
> align.c: In function ‘extract_speaker’:
> align.c:63:40: warning: comparison between pointer and zero character 
> constant [-Wpointer-compare]
>63 | if (((p = TEXT_strchr(id,'-')) == NULL_TEXT) &&
>   |^~
> align.c:63:14: note: did you mean to dereference the pointer?
>63 | if (((p = TEXT_strchr(id,'-')) == NULL_TEXT) &&
>   |  ^
> align.c:64:40: warning: comparison between pointer and zero character 
> constant [-Wpointer-compare]
>64 | ((p = TEXT_strchr(id,'_')) == NULL_TEXT)){
>   |^~
> align.c:64:14: note: did you mean to dereference the pointer?
>64 | ((p = TEXT_strchr(id,'_')) == NULL_TEXT)){
>   |  ^
> align.c: In function ‘set_temp_files’:
> align.c:933:15: error: implicit declaration of function ‘getpid’ 
> [-Werror=implicit-function-declaration]
>   933 | int pid = getpid();
>   |   ^~
> align.c: In function ‘align_trans_mode_diff’:
> align.c:1070:5: error: implicit declaration of function ‘unlink’ 
> [-Werror=implicit-function-declaration]
>  1070 | unlink(refwords);
>   | ^~
> align.c: In function ‘align_ctm_to_stm_diff’:
> align.c:1261:63: warning: ‘?:’ using integer constants in boolean context 
> [-Wint-in-bool-context]
>  1260 |  ((TEXT_strcmp(firsttoken,ctext) != 0) ||
>   |  
>  1261 |   r== r_end + (r_end==stm->num)?-1:0));
>   |   ^~~
> align.c: In function ‘align_trans_mode_diff’:
> align.c:962:11: warning: ‘hyp_buff’ is used uninitialized [-Wuninitialized]
>   962 | TEXT *ctext = hyp_buff;   /* current position is text 
> string */
>   |   ^
> align.c:953:11: note: ‘hyp_buff’ declared here
>   953 | TEXT *hyp_buff, *hyp_id, *spkr_id, *diff_out;
>   |   ^~~~
> cc1: some warnings being treated as errors
> make[3]: *** [makefile:116: align.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/sctk_2.4.10-20151007-1312Z+dfsg2-3.1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome 

Bug#1066361: atlas: FTBFS: probe_comp.c:653:13: error: implicit declaration of function ‘CompIsClang’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: atlas
Version: 3.10.3-14
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cc -I/<>/build/..//CONFIG/include  -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -fcf-protection -DATL_DYLIBS -c 
> /<>/build/..//CONFIG/src/probe_comp.c
> /<>/build/..//CONFIG/src/probe_comp.c: In function 
> ‘GetStandardCompName’:
> /<>/build/..//CONFIG/src/probe_comp.c:653:13: error: implicit 
> declaration of function ‘CompIsClang’ [-Werror=implicit-function-declaration]
>   653 |else if (CompIsClang(comp))
>   | ^~~
> /<>/build/..//CONFIG/src/probe_comp.c: In function 
> ‘SelectBestGcc’:
> /<>/build/..//CONFIG/src/probe_comp.c:1140:24: error: implicit 
> declaration of function ‘CompIsMinGW’ [-Werror=implicit-function-declaration]
>  1140 |   if (!USEMINGW && CompIsMinGW(gccs[i]))
>   |^~~
> In file included from 
> /<>/build/..//CONFIG/include/atlconf_misc.h:4,
>  from /<>/build/..//CONFIG/include/atlconf.h:150,
>  from /<>/build/..//CONFIG/src/probe_comp.c:1:
> /<>/build/..//CONFIG/include/atlas_sys.h: In function ‘atlsys’:
> /<>/build/..//CONFIG/include/atlas_sys.h:262:10: warning: 
> ignoring return value of ‘system’ declared with attribute 
> ‘warn_unused_result’ [-Wunused-result]
>   262 |  system(sp);
>   |  ^~
> cc1: some warnings being treated as errors
> make[2]: *** [Makefile:92: probe_comp.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/atlas_3.10.3-14_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066358: graphviz: FTBFS: gvgen.c:513:13: error: implicit declaration of function ‘makeTetrix’; did you mean ‘makeTree’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: graphviz
Version: 2.42.2-8
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../lib/cgraph -I../../lib/graph 
> -I../../lib/cdt -I../../lib/pathplan -I../../lib/pack -I../../lib/neatogen 
> -I../../lib/sparse -I../../lib/gvc -I../../lib/common -I../../lib/ingraphs
> -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -Wextra -Wmissing-include-dirs -Wswitch-default -Wfloat-equal -Wundef 
> -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wconversion 
> -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs 
> -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -c 
> -o gvgen.o gvgen.c
> mmio.c: In function ‘mm_read_unsymmetric_sparse’:
> mmio.c:74:27: warning: conversion to ‘long unsigned int’ from ‘int’ may 
> change the sign of the result [-Wsign-conversion]
>74 | I = (int *) malloc(nz * sizeof(int));
>   |   ^
> mmio.c:75:27: warning: conversion to ‘long unsigned int’ from ‘int’ may 
> change the sign of the result [-Wsign-conversion]
>75 | J = (int *) malloc(nz * sizeof(int));
>   |   ^
> mmio.c:76:32: warning: conversion to ‘long unsigned int’ from ‘int’ may 
> change the sign of the result [-Wsign-conversion]
>76 | val = (double *) malloc(nz * sizeof(double));
>   |^
> mmio.c: In function ‘mm_read_banner’:
> mmio.c:130:36: warning: conversion from ‘int’ to ‘char’ may change value 
> [-Wconversion]
>   130 | for (p = mtx; *p != '\0'; *p = tolower(*p), p++);   /* convert to 
> lower case */
>   |^~~
> mmio.c:131:36: warning: conversion from ‘int’ to ‘char’ may change value 
> [-Wconversion]
>   131 | for (p = crd; *p != '\0'; *p = tolower(*p), p++);
>   |^~~
> mmio.c:132:42: warning: conversion from ‘int’ to ‘char’ may change value 
> [-Wconversion]
>   132 | for (p = data_type; *p != '\0'; *p = tolower(*p), p++);
>   |  ^~~
> mmio.c:133:47: warning: conversion from ‘int’ to ‘char’ may change value 
> [-Wconversion]
>   133 | for (p = storage_scheme; *p != '\0'; *p = tolower(*p), p++);
>   |   ^~~
> mmio.c: In function ‘mm_read_mtx_crd_data’:
> mmio.c:271:40: warning: unused parameter ‘M’ [-Wunused-parameter]
>   271 | int mm_read_mtx_crd_data(FILE * f, int M, int N, int nz, int I[], int 
> J[],
>   |^
> mmio.c:271:47: warning: unused parameter ‘N’ [-Wunused-parameter]
>   271 | int mm_read_mtx_crd_data(FILE * f, int M, int N, int nz, int I[], int 
> J[],
>   |   ^
> mmio.c: At top level:
> mmio.c:336:5: warning: no previous prototype for ‘mm_read_mtx_crd’ 
> [-Wmissing-prototypes]
>   336 | int mm_read_mtx_crd(char *fname, int *M, int *N, int *nz, int **I, 
> int **J,
>   | ^~~
> mmio.c: In function ‘mm_read_mtx_crd’:
> mmio.c:359:29: warning: conversion to ‘long unsigned int’ from ‘int’ may 
> change the sign of the result [-Wsign-conversion]
>   359 | *I = (int *) malloc(*nz * sizeof(int));
>   | ^
> mmio.c:360:29: warning: conversion to ‘long unsigned int’ from ‘int’ may 
> change the sign of the result [-Wsign-conversion]
>   360 | *J = (int *) malloc(*nz * sizeof(int));
>   | ^
> mmio.c:364:42: warning: conversion to ‘long unsigned int’ from ‘int’ may 
> change the sign of the result [-Wsign-conversion]
>   364 | *val = (double *) malloc(*nz * 2 * sizeof(double));
>   |  ^
> mmio.c:370:38: warning: conversion to ‘long unsigned int’ from ‘int’ may 
> change the sign of the result [-Wsign-conversion]
>   370 | *val = (double *) malloc(*nz * sizeof(double));
>   |  ^
> gvgen.c: In function ‘readPos’:
> gvgen.c:121:9: warning: conversion from ‘long int’ to ‘int’ may change value 
> [-Wconversion]
>   121 | d = strtol(s, e, 10);
>   | ^~
> mmio.c: In function ‘mm_typecode_to_str’:
> mmio.c:463:9: warning: variable ‘error’ set but not used 
> [-Wunused-but-set-variable]
>   463 | int error = 0;
>   | ^
> gvgen.c: In 

Bug#1066359: aview: FTBFS: main.c:30:86: error: implicit declaration of function ‘exit’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: aview
Version: 1.3.0rc1-9.2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I. -I. -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -I/usr/include -c main.c
> main.c: In function ‘parse_cmdline’:
> main.c:30:86: error: implicit declaration of function ‘exit’ 
> [-Werror=implicit-function-declaration]
>30 |   if (!strcmp(argv[i], "--help") || !strcmp(argv[i], "-h")) { 
> showhelp(argv[0]); exit(0); }
>   |   
>^~~~
> main.c:6:1: note: include ‘’ or provide a declaration of ‘exit’
> 5 | #include "config.h"
>   +++ |+#include 
> 6 | 
> main.c:30:86: warning: incompatible implicit declaration of built-in function 
> ‘exit’ [-Wbuiltin-declaration-mismatch]
>30 |   if (!strcmp(argv[i], "--help") || !strcmp(argv[i], "-h")) { 
> showhelp(argv[0]); exit(0); }
>   |   
>^~~~
> main.c:30:86: note: include ‘’ or provide a declaration of ‘exit’
> main.c:31:66: warning: incompatible implicit declaration of built-in function 
> ‘exit’ [-Wbuiltin-declaration-mismatch]
>31 |   if (!strcmp(argv[i], "--version")) { showversion(argv[0]); 
> exit(0); }
>   |  ^~~~
> main.c:31:66: note: include ‘’ or provide a declaration of ‘exit’
> main.c:33:7: warning: incompatible implicit declaration of built-in function 
> ‘exit’ [-Wbuiltin-declaration-mismatch]
>33 |   exit(-1);
>   |   ^~~~
> main.c:33:7: note: include ‘’ or provide a declaration of ‘exit’
> main.c: In function ‘main’:
> main.c:49:9: warning: incompatible implicit declaration of built-in function 
> ‘exit’ [-Wbuiltin-declaration-mismatch]
>49 | exit(-1);
>   | ^~~~
> main.c:49:9: note: include ‘’ or provide a declaration of ‘exit’
> main.c:52:9: warning: incompatible implicit declaration of built-in function 
> ‘exit’ [-Wbuiltin-declaration-mismatch]
>52 | exit(-1);
>   | ^~~~
> main.c:52:9: note: include ‘’ or provide a declaration of ‘exit’
> cc1: some warnings being treated as errors
> make[1]: *** [Makefile:187: main.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/aview_1.3.0rc1-9.2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066356: ncbi-tools6: FTBFS: asn2gnb2.c:3409:14: error: implicit declaration of function ‘PrintDate’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: ncbi-tools6
Version: 6.1.20170106+dfsg2-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> x86_64-linux-gnu-gcc -c -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_PNG -I../include -DWIN_MOTIF 
> asn2gnb2.c
> In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
>  from ../include/ncbilcl.h:150,
>  from ../include/ncbi.h:57,
>  from asn2gnb2.c:42:
> /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and 
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
>   195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
> _DEFAULT_SOURCE"
>   |   ^~~
> asn2gnb2.c: In function ‘s_LocusAddSuffix’:
> asn2gnb2.c:217:11: warning: variable ‘ch’ set but not used 
> [-Wunused-but-set-variable]
>   217 |   Charch;
>   |   ^~
> asn2gnb2.c: In function ‘AddLocusBlock’:
> asn2gnb2.c:1361:66: warning: suggest parentheses around ‘&&’ within ‘||’ 
> [-Wparentheses]
>  1361 |   } else if ((moltype >= 2 && moltype <= 8) || moltype >= 10 && 
> moltype <= 11) {
>   |
> ~~^~~~
> asn2gnb2.c: In function ‘IsSuccessor’:
> asn2gnb2.c:1742:15: warning: comparison between pointer and zero character 
> constant [-Wpointer-compare]
>  1742 |   while (accp != '\0'  &&  prevp != '\0') {
>   |   ^~
> asn2gnb2.c:1742:10: note: did you mean to dereference the pointer?
>  1742 |   while (accp != '\0'  &&  prevp != '\0') {
>   |  ^
> asn2gnb2.c:1742:34: warning: comparison between pointer and zero character 
> constant [-Wpointer-compare]
>  1742 |   while (accp != '\0'  &&  prevp != '\0') {
>   |  ^~
> asn2gnb2.c:1742:28: note: did you mean to dereference the pointer?
>  1742 |   while (accp != '\0'  &&  prevp != '\0') {
>   |^
> asn2gnb2.c: In function ‘IsProjectAccn’:
> asn2gnb2.c:1767:38: warning: comparison between pointer and zero character 
> constant [-Wpointer-compare]
>  1767 | for (ptr = acc, letters = 0; ptr != '\0'  &&  IS_ALPHA(*ptr); 
> ++ptr, ++letters) continue;
>   |  ^~
> asn2gnb2.c:1767:34: note: did you mean to dereference the pointer?
>  1767 | for (ptr = acc, letters = 0; ptr != '\0'  &&  IS_ALPHA(*ptr); 
> ++ptr, ++letters) continue;
>   |  ^
> asn2gnb2.c: In function ‘AddDblinkBlock’:
> asn2gnb2.c:2892:22: warning: variable ‘parentID’ set but not used 
> [-Wunused-but-set-variable]
>  2892 |   Int4   parentID;
>   |  ^~~~
> asn2gnb2.c: In function ‘AddSPBlock’:
> asn2gnb2.c:3409:14: error: implicit declaration of function ‘PrintDate’ 
> [-Werror=implicit-function-declaration]
>  3409 | string = PrintDate (spb->created);
>   |  ^
> asn2gnb2.c:3409:12: warning: assignment to ‘Nlm_CharPtr’ {aka ‘char *’} from 
> ‘int’ makes pointer from integer without a cast [-Wint-conversion]
>  3409 | string = PrintDate (spb->created);
>   |^
> asn2gnb2.c:3417:12: warning: assignment to ‘Nlm_CharPtr’ {aka ‘char *’} from 
> ‘int’ makes pointer from integer without a cast [-Wint-conversion]
>  3417 | string = PrintDate (spb->sequpd);
>   |^
> asn2gnb2.c:3424:12: warning: assignment to ‘Nlm_CharPtr’ {aka ‘char *’} from 
> ‘int’ makes pointer from integer without a cast [-Wint-conversion]
>  3424 | string = PrintDate (spb->annotupd);
>   |^
> asn2gnb2.c: In function ‘AddSourceOrganismBlock’:
> asn2gnb2.c:5056:22: warning: variable ‘common’ set but not used 
> [-Wunused-but-set-variable]
>  5056 |   CharPtrcommon;
>   |  ^~
> asn2gnb2.c: In function ‘GetRefsOnBioseq’:
> asn2gnb2.c:5893:22: warning: variable ‘strand’ set but not used 
> [-Wunused-but-set-variable]
>  5893 |   Uint1  strand;
>   |  ^~
> asn2gnb2.c:5890:22: warning: variable ‘split’ set but not used 
> [-Wunused-but-set-variable]
>  5890 |   Booleansplit;
>   |  ^
> asn2gnb2.c:5884:22: warning: variable ‘right’ set but not used 
> [-Wunused-but-set-variable]
>  5884 |   Int4   right;
>   |  ^
> asn2gnb2.c:5878:22: 

Bug#1066357: ldapvi: FTBFS: diff.c:218:9: error: implicit declaration of function ‘ldap_bv2dn_x’; did you mean ‘ldap_bv2dn’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: ldapvi
Version: 1.7-10
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -o diff.o diff.c
> diff.c: In function ‘safe_str2dn’:
> diff.c:218:9: error: implicit declaration of function ‘ldap_bv2dn_x’; did you 
> mean ‘ldap_bv2dn’? [-Werror=implicit-function-declaration]
>   218 | ldap_bv2dn_x(, out, flags);
>   | ^~~~
>   | ldap_bv2dn
> cc1: some warnings being treated as errors
> make[1]: *** [GNUmakefile:16: diff.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/ldapvi_1.7-10_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066355: spotlighter: FTBFS: spotlighter.c:105:3: error: implicit declaration of function ‘on_window_screen_changed’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: spotlighter
Version: 0.3-1.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I. -I..  -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" 
> -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" 
> -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp 
> -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders 
> -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 
> -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
> -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread  -Wdate-time 
> -D_FORTIFY_SOURCE=2 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 
> -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi 
> -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp 
> -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders 
> -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 
> -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
> -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o spotlighter-spotlighter.o `test 
> -f 'spotlighter.c' || echo './'`spotlighter.c
> spotlighter.c: In function ‘create_window’:
> spotlighter.c:102:3: warning: ‘gtk_widget_set_double_buffered’ is deprecated 
> [-Wdeprecated-declarations]
>   102 |   gtk_widget_set_double_buffered (window, FALSE);
>   |   ^~
> In file included from /usr/include/gtk-3.0/gtk/gtkapplication.h:27,
>  from /usr/include/gtk-3.0/gtk/gtkwindow.h:33,
>  from /usr/include/gtk-3.0/gtk/gtkdialog.h:32,
>  from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
>  from /usr/include/gtk-3.0/gtk/gtk.h:31,
>  from spotlighter.h:27,
>  from spotlighter.c:23:
> /usr/include/gtk-3.0/gtk/gtkwidget.h:883:23: note: declared here
>   883 | void  gtk_widget_set_double_buffered(GtkWidget
> *widget,
>   |   ^~
> spotlighter.c:105:3: error: implicit declaration of function 
> ‘on_window_screen_changed’ [-Werror=implicit-function-declaration]
>   105 |   on_window_screen_changed (window, NULL, NULL);
>   |   ^~~~
> spotlighter.c:108:3: warning: ‘gtk_window_set_opacity’ is deprecated: Use 
> 'gtk_widget_set_opacity' instead [-Wdeprecated-declarations]
>   108 |   gtk_window_set_opacity (GTK_WINDOW (window), 0);
>   |   ^~
> /usr/include/gtk-3.0/gtk/gtkwindow.h:200:12: note: declared here
>   200 | void   gtk_window_set_opacity  (GtkWindow   
> *window,
>   |^~
> spotlighter.c:110:3: warning: ‘gdk_screen_width’ is deprecated 
> [-Wdeprecated-declarations]
>   110 |   int width = gdk_screen_width ();
>   |   ^~~
> In file included from /usr/include/gtk-3.0/gdk/gdk.h:50,
>  from /usr/include/gtk-3.0/gtk/gtk.h:30:
> /usr/include/gtk-3.0/gdk/gdkmain.h:108:6: note: declared here
>   108 | gint gdk_screen_width  (void) G_GNUC_CONST;
>   |  ^~~~
> spotlighter.c:111:3: warning: ‘gdk_screen_height’ is deprecated 
> [-Wdeprecated-declarations]
>   111 |   int height = gdk_screen_height ();
>   |   ^~~
> /usr/include/gtk-3.0/gdk/gdkmain.h:110:6: note: declared here
>   110 | gint gdk_screen_height (void) G_GNUC_CONST;
>   |  ^
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:514: spotlighter-spotlighter.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/spotlighter_0.3-1.1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list 

Bug#1066354: safecat: FTBFS: safecat.c:126:3: error: implicit declaration of function ‘exit’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: safecat
Version: 1.13-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> cat warn-auto.sh maildir.sh \
> | sed s}HOME}"`head -1 conf-root`"}g \
> > maildir
> chmod 755 maildir
> ( cat warn-auto.sh; \
> echo CC=\'`head -1 conf-cc`\'; \
> echo LD=\'`head -1 conf-ld`\'; \
> ) > auto-ccld.sh
> cat auto-ccld.sh make-load.sh > make-load
> chmod 755 make-load
> cat auto-ccld.sh find-systype.sh > find-systype
> chmod 755 find-systype
> ./find-systype > systype
> ( cat warn-auto.sh; ./make-load "`cat systype`" ) > load
> chmod 755 load
> cat auto-ccld.sh make-compile.sh > make-compile
> chmod 755 make-compile
> ( cat warn-auto.sh; ./make-compile "`cat systype`" ) > \
> compile
> chmod 755 compile
> ( ( ./compile tryulong32.c && ./load tryulong32 && \
> ./tryulong32 ) >/dev/null 2>&1 \
> && cat uint32.h2 || cat uint32.h1 ) > uint32.h
> rm -f tryulong32.o tryulong32
> ./compile safecat.c
> safecat.c: In function ‘main’:
> safecat.c:126:3: error: implicit declaration of function ‘exit’ 
> [-Werror=implicit-function-declaration]
>   126 |   exit(0);
>   |   ^~~~
> safecat.c:27:1: note: include ‘’ or provide a declaration of ‘exit’
>26 | #include 
>   +++ |+#include 
>27 | 
> safecat.c:126:3: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>   126 |   exit(0);
>   |   ^~~~
> safecat.c:126:3: note: include ‘’ or provide a declaration of ‘exit’
> cc1: some warnings being treated as errors
> make[1]: *** [Makefile:239: safecat.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/safecat_1.13-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066352: tla: FTBFS: cmd-apply-delta.c:307:3: error: implicit declaration of function ‘arch_merge3’; did you mean ‘arch_cmd_get’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: tla
Version: 1.3.5+dfsg1-2.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -I/<>/debian/build/config-include 
> -I/<>/debian/build -I/<>/src -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall  -Wdate-time 
> -D_FORTIFY_SOURCE=2  -c -o cmd-apply-delta.o 
> /<>/src/tla/libarch/cmd-apply-delta.c
> /<>/src/tla/libarch/cmd-apply-delta.c:42:26: warning: pointer 
> targets in initialization of ‘t_uchar *’ {aka ‘unsigned char *’} from ‘char 
> *’ differ in signedness [-Wpointer-sign]
>42 | static t_uchar * usage = "[options] FROM(REVISION|DIR) 
> TO(REVISION|DIR)";
>   |  
> ^~~
> /<>/src/tla/libarch/cmd-apply-delta.c:43:35: warning: pointer 
> targets in initialization of ‘t_uchar *’ {aka ‘unsigned char *’} from ‘char 
> *’ differ in signedness [-Wpointer-sign]
>43 | static t_uchar * version_string = (cfg__std__package " from 
> regexps.com\n"
>   |   ^
> In file included from /<>/src/hackerlab/cmd/main.h:16,
>  from /<>/src/tla/libarch/cmd-apply-delta.c:14:
> /<>/src/tla/libarch/cmd-apply-delta.c:57:21: warning: pointer 
> targets in initialization of ‘t_uchar *’ {aka ‘unsigned char *’} from ‘char 
> *’ differ in signedness [-Wpointer-sign]
>57 |   OP (opt_help_msg, "h", "help", 0, \
>   | ^~~
> /<>/src/hackerlab/cmd/opt.h:118:63: note: in definition of macro 
> ‘OPT_DESC’
>   118 | #define OPT_DESC(name,char_name,long_name,arg,desc) 
> {name,char_name,long_name,arg,desc},
>   |   
> ^
> /<>/src/tla/libarch/cmd-apply-delta.c:100:3: note: in expansion 
> of macro ‘OPTS’
>   100 |   OPTS (OPT_DESC)
>   |   ^~~~
> /<>/src/tla/libarch/cmd-apply-delta.c:57:21: note: (near 
> initialization for ‘opts[0].char_name’)
>57 |   OP (opt_help_msg, "h", "help", 0, \
>   | ^~~
> /<>/src/hackerlab/cmd/opt.h:118:63: note: in definition of macro 
> ‘OPT_DESC’
>   118 | #define OPT_DESC(name,char_name,long_name,arg,desc) 
> {name,char_name,long_name,arg,desc},
>   |   
> ^
> /<>/src/tla/libarch/cmd-apply-delta.c:100:3: note: in expansion 
> of macro ‘OPTS’
>   100 |   OPTS (OPT_DESC)
>   |   ^~~~
> /<>/src/tla/libarch/cmd-apply-delta.c:57:26: warning: pointer 
> targets in initialization of ‘t_uchar *’ {aka ‘unsigned char *’} from ‘char 
> *’ differ in signedness [-Wpointer-sign]
>57 |   OP (opt_help_msg, "h", "help", 0, \
>   |  ^~
> /<>/src/hackerlab/cmd/opt.h:118:73: note: in definition of macro 
> ‘OPT_DESC’
>   118 | #define OPT_DESC(name,char_name,long_name,arg,desc) 
> {name,char_name,long_name,arg,desc},
>   |   
>   ^
> /<>/src/tla/libarch/cmd-apply-delta.c:100:3: note: in expansion 
> of macro ‘OPTS’
>   100 |   OPTS (OPT_DESC)
>   |   ^~~~
> /<>/src/tla/libarch/cmd-apply-delta.c:57:26: note: (near 
> initialization for ‘opts[0].long_name’)
>57 |   OP (opt_help_msg, "h", "help", 0, \
>   |  ^~
> /<>/src/hackerlab/cmd/opt.h:118:73: note: in definition of macro 
> ‘OPT_DESC’
>   118 | #define OPT_DESC(name,char_name,long_name,arg,desc) 
> {name,char_name,long_name,arg,desc},
>   |   
>   ^
> /<>/src/tla/libarch/cmd-apply-delta.c:100:3: note: in expansion 
> of macro ‘OPTS’
>   100 |   OPTS (OPT_DESC)
>   |   ^~~~
> /<>/src/tla/libarch/cmd-apply-delta.c:58:7: warning: pointer 
> targets in initialization of ‘t_uchar *’ {aka ‘unsigned char *’} from ‘char 
> *’ differ in signedness [-Wpointer-sign]
>58 |   "Display a help message and exit.") \
>   |   ^~
> /<>/src/hackerlab/cmd/opt.h:118:87: note: in definition of macro 
> ‘OPT_DESC’
>   118 | #define OPT_DESC(name,char_name,long_name,arg,desc) 
> {name,char_name,long_name,arg,desc},
>   |   
> ^~~~
> /<>/src/tla/libarch/cmd-apply-delta.c:100:3: note: in expansion 
> of macro ‘OPTS’
>   100 |   OPTS (OPT_DESC)
>   |   ^~~~
> /<>/src/tla/libarch/cmd-apply-delta.c:58:7: note: 

Bug#1066353: arj: FTBFS: arj.c:594:3: error: implicit declaration of function ‘fcloseall’; did you mean ‘fclose’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: arj
Version: 3.10.22-26
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -DSFL=4 -c -Ilinux-gnu -I./linux-gnu/en/rs -I. -DLOCALE=LANG_en 
> -DLOCALE_DESC="\"en\"" -DPKGLIBDIR="\"/usr/lib/x86_64-linux-gnu/arj\"" 
> -D_UNIX -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -g 
> -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -olinux-gnu/en/rs/arj/arj_arcv.o arj_arcv.c
> encode.c: In function ‘huf_encode_m3’:
> encode.c:1218:30: warning: pointer targets in passing argument 1 of 
> ‘fetch_uncomp’ differ in signedness [-Wpointer-sign]
>  1218 |   if((fetch=fetch_uncomp(tree+tree_el, fetch))==0)
>   |  ^~~~
>   |  |
>   |  unsigned char *
> encode.c:244:24: note: expected ‘char *’ but argument is of type ‘unsigned 
> char *’
>   244 | int fetch_uncomp(char *dest, int n)
>   |  ~~^~~~
> encode.c: In function ‘encode_f’:
> encode.c:1584:26: warning: pointer targets in passing argument 1 of 
> ‘fetch_uncomp’ differ in signedness [-Wpointer-sign]
>  1584 |   if((fetch=fetch_uncomp(tree, fetch))==0)
>   |  ^~~~
>   |  |
>   |  unsigned char *
> encode.c:244:24: note: expected ‘char *’ but argument is of type ‘unsigned 
> char *’
>   244 | int fetch_uncomp(char *dest, int n)
>   |  ~~^~~~
> arj.c: In function ‘final_cleanup’:
> arj.c:594:3: error: implicit declaration of function ‘fcloseall’; did you 
> mean ‘fclose’? [-Werror=implicit-function-declaration]
>   594 |   fcloseall();
>   |   ^
>   |   fclose
> arj.c: In function ‘main’:
> arj.c:830:39: warning: pointer targets in passing argument 1 of 
> ‘reg_validation’ differ in signedness [-Wpointer-sign]
>   830 |   is_registered=reg_validation(regdata+REG_KEY1_SHIFT, 
> regdata+REG_KEY2_SHIFT, regdata+REG_NAME_SHIFT, regdata+REG_HDR_SHIFT);
> In file included from arj.h:19,
>  from arj.c:13:
> file_reg.h:11:26: note: expected ‘char *’ but argument is of type ‘unsigned 
> char *’
>11 | int reg_validation(char *key1, char *key2, char *name, char 
> *validation);
>   |~~^~~~
> arj.c:830:63: warning: pointer targets in passing argument 2 of 
> ‘reg_validation’ differ in signedness [-Wpointer-sign]
>   830 |   is_registered=reg_validation(regdata+REG_KEY1_SHIFT, 
> regdata+REG_KEY2_SHIFT, regdata+REG_NAME_SHIFT, regdata+REG_HDR_SHIFT);
> file_reg.h:11:38: note: expected ‘char *’ but argument is of type ‘unsigned 
> char *’
>11 | int reg_validation(char *key1, char *key2, char *name, char 
> *validation);
>   |~~^~~~
> arj.c:830:87: warning: pointer targets in passing argument 3 of 
> ‘reg_validation’ differ in signedness [-Wpointer-sign]
>   830 |   is_registered=reg_validation(regdata+REG_KEY1_SHIFT, 
> regdata+REG_KEY2_SHIFT, regdata+REG_NAME_SHIFT, regdata+REG_HDR_SHIFT);
> file_reg.h:11:50: note: expected ‘char *’ but argument is of type ‘unsigned 
> char *’
>11 | int reg_validation(char *key1, char *key2, char *name, char 
> *validation);
>   |~~^~~~
> arj.c:830:111: warning: pointer targets in passing argument 4 of 
> ‘reg_validation’ differ in signedness [-Wpointer-sign]
>   830 |   is_registered=reg_validation(regdata+REG_KEY1_SHIFT, 
> regdata+REG_KEY2_SHIFT, regdata+REG_NAME_SHIFT, regdata+REG_HDR_SHIFT);
> file_reg.h:11:62: note: expected ‘char *’ but argument is of type ‘unsigned 
> char *’
>11 | int reg_validation(char *key1, char *key2, char *name, char 
> *validation);
>   |
> ~~^~
> gcc -DSFL=4 -c -Ilinux-gnu -I./linux-gnu/en/rs -I. -DLOCALE=LANG_en 
> -DLOCALE_DESC="\"en\"" -DPKGLIBDIR="\"/usr/lib/x86_64-linux-gnu/arj\"" 
> -D_UNIX -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -g 
> -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -g -O2 -Werror=implicit-function-declaration 
> 

Bug#1066350: gcc-mingw-w64: FTBFS: enable-execute-stack.c:36:5: error: implicit declaration of function ‘abort’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: gcc-mingw-w64
Version: 26.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> /<>/build/i686-w64-mingw32-posix/./gcc/xgcc 
> -B/<>/build/i686-w64-mingw32-posix/./gcc/ 
> -L/usr/i686-w64-mingw32/lib -L/usr/mingw/lib -isystem 
> /usr/i686-w64-mingw32/include -isystem /usr/mingw/include 
> -B/usr/i686-w64-mingw32/bin/ -B/usr/i686-w64-mingw32/lib/ -isystem 
> /usr/i686-w64-mingw32/include -isystem /usr/i686-w64-mingw32/sys-include 
> -isystem /<>/build/i686-w64-mingw32-posix/sys-include-g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -specs=/usr/share/dpkg/no-pie-compile.specs -Wall -O2 
> -I../../../../src/libgcc/../winsup/w32api/include -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -specs=/usr/share/dpkg/no-pie-compile.specs -Wall -DIN_GCC  
> -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wno-narrowing -Wwrite-strings 
> -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  
> -isystem ./include   -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector   
> -I. -I. -I../.././gcc -I../../../../src/libgcc -I../../../../src/libgcc/. 
> -I../../../../src/libgcc/../gcc -I../../../../src/libgcc/../include 
> -I../../../../src/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT 
> -DHAVE_CC_TLS -DUSE_EMUTLS  -o _gcov_ior_profiler.o -MT _gcov_ior_profiler.o 
> -MD -MP -MF _gcov_ior_profiler.dep -DL_gcov_ior_profiler -c 
> ../../../../src/libgcc/libgcov-profiler.c
> enable-execute-stack.c: In function ‘__enable_execute_stack’:
> enable-execute-stack.c:36:5: error: implicit declaration of function ‘abort’ 
> [-Werror=implicit-function-declaration]
>36 | abort ();
>   | ^
> enable-execute-stack.c:27:1: note: include ‘’ or provide a 
> declaration of ‘abort’
>26 | #include 
>   +++ |+#include 
>27 | 
> enable-execute-stack.c:36:5: warning: incompatible implicit declaration of 
> built-in function ‘abort’ [-Wbuiltin-declaration-mismatch]
>36 | abort ();
>   | ^
> enable-execute-stack.c:36:5: note: include ‘’ or provide a 
> declaration of ‘abort’
> cc1: some warnings being treated as errors
> make[3]: *** [../../../../src/libgcc/shared-object.mk:14: 
> enable-execute-stack.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/gcc-mingw-w64_26.1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066351: aalib: FTBFS: aainfo.c:12:9: error: implicit declaration of function ‘exit’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: aalib
Version: 1.4p5-51
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection  -I/usr/include  
> -I/usr/include/ncurses  -c -o aainfo.o aainfo.c
> aainfo.c: In function ‘main’:
> aainfo.c:12:9: error: implicit declaration of function ‘exit’ 
> [-Werror=implicit-function-declaration]
>12 | exit(1);
>   | ^~~~
> aainfo.c:4:1: note: include ‘’ or provide a declaration of ‘exit’
> 3 | #include "aaint.h"
>   +++ |+#include 
> 4 | int main(int argc, char **argv)
> aainfo.c:12:9: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>12 | exit(1);
>   | ^~~~
> aainfo.c:12:9: note: include ‘’ or provide a declaration of ‘exit’
> aainfo.c:17:9: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>17 | exit(1);
>   | ^~~~
> aainfo.c:17:9: note: include ‘’ or provide a declaration of ‘exit’
> cc1: some warnings being treated as errors
> make[4]: *** [Makefile:712: aainfo.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/aalib_1.4p5-51_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066349: ace-of-penguins: FTBFS: ./make-imglib.c:207:20: error: implicit declaration of function ‘isgraph’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: ace-of-penguins
Version: 1.5~rc2-5
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> /bin/bash ../libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall  -D_FILE_OFFSET_BITS=64 
> -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -Wl,--as-needed 
> -Wl,--as-needed -DPACKAGE_NAME=\"ace\" -DPACKAGE_TARNAME=\"ace\" 
> -DPACKAGE_VERSION=\"1.4\" -DPACKAGE_STRING=\"ace\ 1.4\" 
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"ace\" 
> -DVERSION=\"1.4\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
> -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 
> -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UTIME_H=1 
> -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_TIME_H=1 
> -DTIME_WITH_SYS_TIME=1 -DHAVE_UTIME_NULL=1 -DHAVE_GETTIMEOFDAY=1 
> -DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -I.-Wdate-time 
> -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall  -D_FILE_OFFSET_BITS=64 -c -o table_rn.lo table_rn.c
> ./make-imglib.c: In function ‘scan_image_directory’:
> ./make-imglib.c:61:10: warning: suggest parentheses around assignment used as 
> truth value [-Wparentheses]
>61 |   while (de = readdir(dir)) {
>   |  ^~
> ./make-imglib.c: In function ‘tokenize’:
> ./make-imglib.c:207:20: error: implicit declaration of function ‘isgraph’ 
> [-Werror=implicit-function-declaration]
>   207 |   while (*next && !isgraph(*next)) next++;
>   |^~~
> ./make-imglib.c:10:1: note: include ‘’ or provide a declaration of 
> ‘isgraph’
> 9 | #include 
>   +++ |+#include 
>10 | 
> ./make-imglib.c: In function ‘main’:
> ./make-imglib.c:240:15: warning: unused variable ‘down’ [-Wunused-variable]
>   240 |   int across, down;
>   |   ^~~~
> ./make-imglib.c:240:7: warning: unused variable ‘across’ [-Wunused-variable]
>   240 |   int across, down;
>   |   ^~
> ./make-imglib.c:236:13: warning: unused variable ‘o’ [-Wunused-variable]
>   236 |   int x, y, o;
>   | ^
> ./make-imglib.c:236:10: warning: unused variable ‘y’ [-Wunused-variable]
>   236 |   int x, y, o;
>   |  ^
> ./make-imglib.c:236:7: warning: unused variable ‘x’ [-Wunused-variable]
>   236 |   int x, y, o;
>   |   ^
> libtool: compile:  x86_64-linux-gnu-gcc -g -O2 
> -Werror=implicit-function-declaration "-ffile-prefix-map=/<>=." 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -D_FILE_OFFSET_BITS=64 
> -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -Wl,--as-needed 
> -Wl,--as-needed -DPACKAGE_NAME=\"ace\" -DPACKAGE_TARNAME=\"ace\" 
> -DPACKAGE_VERSION=\"1.4\" "-DPACKAGE_STRING=\"ace 1.4\"" 
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"ace\" 
> -DVERSION=\"1.4\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
> -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 
> -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UTIME_H=1 
> -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_TIME_H=1 
> -DTIME_WITH_SYS_TIME=1 -DHAVE_UTIME_NULL=1 -DHAVE_GETTIMEOFDAY=1 
> -DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -I. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> "-ffile-prefix-map=/<>=." -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -D_FILE_OFFSET_BITS=64 -c table_rn.c  -fPIC -DPIC -o .libs/table_rn.o
> libtool: compile:  x86_64-linux-gnu-gcc -g -O2 
> -Werror=implicit-function-declaration "-ffile-prefix-map=/<>=." 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -D_FILE_OFFSET_BITS=64 
> -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -Wl,--as-needed 
> -Wl,--as-needed -DPACKAGE_NAME=\"ace\" -DPACKAGE_TARNAME=\"ace\" 
> -DPACKAGE_VERSION=\"1.4\" "-DPACKAGE_STRING=\"ace 1.4\"" 
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"ace\" 
> -DVERSION=\"1.4\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
> -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 
> 

Bug#1066348: hplip: FTBFS: scan/sane/hpaio.c:364:12: error: implicit declaration of function ‘orblite_init’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: hplip
Version: 3.22.10+dfsg0-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"HP\ 
> Linux\ Imaging\ and\ Printing\" -DPACKAGE_TARNAME=\"hplip\" 
> -DPACKAGE_VERSION=\"3.22.10\" -DPACKAGE_STRING=\"HP\ Linux\ Imaging\ and\ 
> Printing\ 3.22.10\" -DPACKAGE_BUGREPORT=\"3.22.10\" -DPACKAGE_URL=\"\" 
> -DPACKAGE=\"hplip\" -DVERSION=\"3.22.10\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 
> -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 
> -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 
> -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_PTHREAD_H=1 
> -DHAVE_JPEGLIB_H=1 -DHAVE_UINT32_T=1 -DHAVE_LIBHPIP=1 -DHAVE_LIBHPIP=1 
> -DDISABLE_IMAGEPROCESSOR=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBNETSNMP=1 
> -DHAVE_NET_SNMP_NET_SNMP_CONFIG_H=1 -DHAVE_LIBAVAHI=1 
> -DHAVE_LIBAVAHI_CLIENT=1 -DHAVE_LIBAVAHI_COMMON=1 
> -DHAVE_AVAHI_CLIENT_CLIENT_H=1 -DHAVE_AVAHI_COMMON_MALLOC_H=1 
> -DHAVE_CUPS_CUPS_H=1 -DHAVE_CUPS_PPD_H=1 -DHAVE_LIBUSB_1_0_LIBUSB_H=1 
> -DHAVE_PYTHON_H=1 -DHAVE_DBUS=1 -I. -Iip -Iio/hpmud -Iscan/sane -Iprnt/hpijs 
> -Icommon/ -Iprotocol  -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 
> -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  -Iprotocol -Iprotocol/discovery 
> -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -I/usr/include/python3.11 -I/usr/include/python3.11 -DCONFDIR=\"/etc/hp\" -c 
> -o libsane_hpaio_la-pml.lo `test -f 'scan/sane/pml.c' || echo 
> './'`scan/sane/pml.c
> In file included from scan/sane/mfpdtf.c:28:
> scan/sane/common.h:191:1: warning: ‘visibility’ attribute ignored on 
> non-class types [-Wattributes]
>   191 | char* __attribute__ ((visibility ("hidden"))) itoa(int value, char* 
> str, int radix);
>   | ^~~~
> scan/sane/mfpdtf.c: In function ‘MfpdtfReadInnerBlock’:
> scan/sane/mfpdtf.c:476:13: warning: ignoring return value of ‘write’ declared 
> with attribute ‘warn_unused_result’ [-Wunused-result]
>   476 | write( mfpdtf->fdLog, buffer, r );  /* log raw rgb data, 
> use imagemagick to display */
>   | ^
> In file included from scan/sane/hpaio.h:32,
>  from scan/sane/hpaio.c:48:
> scan/sane/common.h:191:1: warning: ‘visibility’ attribute ignored on 
> non-class types [-Wattributes]
>   191 | char* __attribute__ ((visibility ("hidden"))) itoa(int value, char* 
> str, int radix);
>   | ^~~~
> In file included from scan/sane/hpaio.c:57:
> scan/sane/sanei_debug.h:167: warning: "DBG" redefined
>   167 | # define DBGDBG_LOCAL
>   | 
> In file included from scan/sane/hpaio.c:41:
> protocol/discovery/avahiDiscovery.h:79: note: this is the location of the 
> previous definition
>79 |#define DBG(args...)
>   | 
> scan/sane/hpaio.c: In function ‘GetCupsPrinters’:
> scan/sane/hpaio.c:202:4: warning: ‘httpConnectEncrypt’ is deprecated: Use 
> httpConnect2 instead. [-Wdeprecated-declarations]
>   202 |if ((http = httpConnectEncrypt(cupsServer(), ippPort(), 
> cupsEncryption())) == NULL)
>   |^~
> In file included from /usr/include/cups/ipp.h:18,
>  from /usr/include/cups/cups.h:28,
>  from scan/sane/hpaio.c:37:
> /usr/include/cups/http.h:477:26: note: declared here
>   477 | extern http_t   *httpConnectEncrypt(const char *host, int 
> port, http_encryption_t encryption) _CUPS_DEPRECATED_1_7_MSG("Use 
> httpConnect2 instead.");
>   |  ^~
> scan/sane/hpaio.c:230:116: warning: passing argument 1 of ‘AddCupsList’ 
> discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
>   230 |  if (strcmp(ippGetName( attr ), "device-uri") == 0 && 
> ippGetValueTag( attr ) == IPP_TAG_URI && AddCupsList(ippGetString( attr, 0, 
> NULL ), printer) == 0)
>   |   
>  ^
> scan/sane/hpaio.c:153:30: note: expected ‘char *’ but argument is of type 
> ‘const char *’
>   153 | static int AddCupsList(char *uri, char ***printer)
>   |~~^~~
> prnt/hpcups/genPCLm.cpp: In member function ‘void 
> PCLmGenerator::writeJobTicket()’:
> prnt/hpcups/genPCLm.cpp:1258:64: warning: ‘%s’ directive output may be 
> truncated writing up to 255 

Bug#1066347: jskeus: FTBFS: jpegmemcd.c:29:3: error: implicit declaration of function ‘jpeg_memio_dest’; did you mean ‘jpeg_mem_dest’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: jskeus
Version: 1.2.4+dfsg-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cc -fPIC -fsigned-char -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -DLinux -D_REENTRANT -DGCC 
> -I/usr/share/euslisp/include -DTHREADED -DPTHREAD -DSVNVERSION=\"\" -fPIC 
> -falign-functions=8 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o 
> /<>/irteus/Linux64/obj/jpegmemcd.o jpegmemcd.c
> (cd /<>/irteus; ln -sf ../irteus irteus)
> make[2]: git: No such file or directory
> make[2]: git: No such file or directory
> cp -f irtext.l /<>/irteus/lib
> make[2]: git: No such file or directory
> make[2]: git: No such file or directory
> ; lu-decompose2 is assumed to be undefined function
> ; lu-decompose2 is assumed to be undefined function
> ; lu-solve2 is assumed to be undefined function
> ; matrix-determinant is assumed to be undefined function
> ; m- is assumed to be undefined function
> ; m+ is assumed to be undefined function
> ; eps= is assumed to be undefined function
> ; eps= is assumed to be undefined function
> ; eps= is assumed to be undefined function
> ; eps= is assumed to be undefined function
> ; eps= is assumed to be undefined function
> ; m+ is assumed to be undefined function
> ; m+ is assumed to be undefined function
> ; pseudo-inverse2 is assumed to be undefined function
> ; pseudo-inverse2 is assumed to be undefined function
> ; pseudo-inverse2 is assumed to be undefined function
> ; sv-decompose is assumed to be undefined function
> ; m+ is assumed to be undefined function
> ; m+ is assumed to be undefined function
> ; matrix-determinant is assumed to be undefined function
> ; qr-decompose is assumed to be undefined function
> ; m+ is assumed to be undefined function
> ; eps= is assumed to be undefined function
> ; eps= is assumed to be undefined function
> ; m+ is assumed to be undefined function
> ; sv-decompose is assumed to be undefined function
> ; qr-decompose is assumed to be undefined function
> ; qr-decompose is assumed to be undefined function
> ; m+ is assumed to be undefined function
> ; m+ is assumed to be undefined function
> ; matrix-determinant is assumed to be undefined function
> ; eps= is assumed to be undefined function
> ; eps= is assumed to be undefined function
> ; eps= is assumed to be undefined function
> ; sv-decompose is assumed to be undefined function
> ; vector-mean is assumed to be undefined function
> ; find-extream is assumed to be undefined function
> ; c-matrix-row is assumed to be undefined function
> jpegmemcd.c: In function ‘JPEG_compress’:
> jpegmemcd.c:29:3: error: implicit declaration of function ‘jpeg_memio_dest’; 
> did you mean ‘jpeg_mem_dest’? [-Werror=implicit-function-declaration]
>29 |   jpeg_memio_dest(, jpeg_image_buffer, _count);
>   |   ^~~
>   |   jpeg_mem_dest
> jpegmemcd.c: In function ‘JPEG_header’:
> jpegmemcd.c:92:3: error: implicit declaration of function ‘jpeg_memio_src’; 
> did you mean ‘jpeg_mem_src’? [-Werror=implicit-function-declaration]
>92 |   jpeg_memio_src(, jpeg_image, jpeg_size);
>   |   ^~
>   |   jpeg_mem_src
> ; variance is assumed to be undefined function
> ; covariance is assumed to be undefined function
> ; jpeg_compress is assumed to be undefined function
> ; jpeg_header is assumed to be undefined function
> ; jpeg_decompress is assumed to be undefined function
> gcc -g -c -o /<>/irteus/Linux64/obj/irtmath.o -Dx86_64 -DLinux 
> -Wimplicit -falign-functions=8 -DGCC3  -DGCC -fsigned-char  -DTHREADED 
> -DPTHREAD -fpic  -I/usr/share/euslisp/include -O2 -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> 

Bug#1066345: libgdchart-gd2: FTBFS: ../gdc.c:284:74: error: implicit declaration of function ‘strlen’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: libgdchart-gd2
Version: 0.11.5-10
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> x86_64-linux-gnu-gcc -I. -I.. -I/usr/include/freetype2 
> -I/usr/include/freetype2/freetype -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -D_REENTRANT -pipe -DHAVE_LIBPNG 
> -DHAVE_LIBFREETYPE -DHAVE_LIBJPEG -fsigned-char -Wdate-time 
> -D_FORTIFY_SOURCE=2  -c -o gdc.o ../gdc.c
> ../gdc.c: In function ‘out_err’:
> ../gdc.c:284:74: error: implicit declaration of function ‘strlen’ 
> [-Werror=implicit-function-declaration]
>   284 |IMGWIDTH/2 - 
> GDC_fontc[GDC_MEDBOLD].w*strlen(err_str)/2,
>   |   
>^~
> ../gdc.c:8:1: note: include ‘’ or provide a declaration of ‘strlen’
> 7 | #include "gdc.h"
>   +++ |+#include 
> 8 | 
> ../gdc.c:284:74: warning: incompatible implicit declaration of built-in 
> function ‘strlen’ [-Wbuiltin-declaration-mismatch]
>   284 |IMGWIDTH/2 - 
> GDC_fontc[GDC_MEDBOLD].w*strlen(err_str)/2,
>   |   
>^~
> ../gdc.c:284:74: note: include ‘’ or provide a declaration of 
> ‘strlen’
> cc1: some warnings being treated as errors
> make[1]: *** [: gdc.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/libgdchart-gd2_0.11.5-10_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066346: sc: FTBFS: sc.c:1301:46: error: implicit declaration of function ‘list_frames’; did you mean ‘list_ranges’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: sc
Version: 7.16-4.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -Wall -DSYSV3 -ffloat-store -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -DDFLT_PAGER=\"less\" -DSIGVOID -DSAVENAME=\"SC.SAVE\" -c sc.c
> pipe.c: In function ‘getnum’:
> pipe.c:39:16: warning: suggest explicit braces to avoid ambiguous ‘else’ 
> [-Wdangling-else]
>39 | if (p)
>   |^
> In file included from pipe.c:12:
> pipe.c: In function ‘doquery’:
> pipe.c:311:11: warning: zero-length gnu_printf format string 
> [-Wformat-zero-length]
>   311 | error("");
>   |   ^~
> sc.h:46:101: note: in definition of macro ‘error’
>46 | # define error(format, msg...) (void)(isatty(fileno(stdout)) && 
> !move(1,0) && !clrtoeol() && printw(format, ## msg))
>   |   
>   ^~
> pipe.c: In function ‘getnum’:
> pipe.c:49:13: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>49 | write(fd, line, strlen(line));
>   | ^
> pipe.c: In function ‘fgetnum’:
> pipe.c:92:13: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>92 | write(fd, line, strlen(line));
>   | ^
> pipe.c: In function ‘getstring’:
> pipe.c:117:13: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   117 | write(fd, line, strlen(line));
>   | ^
> pipe.c: In function ‘getexp’:
> pipe.c:149:13: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   149 | write(fd, line, strlen(line));
>   | ^
> pipe.c: In function ‘getformat’:
> pipe.c:163:5: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   163 | write(fd, line, strlen(line));
>   | ^
> pipe.c: In function ‘getfmt’:
> pipe.c:182:13: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   182 | write(fd, line, strlen(line));
>   | ^
> pipe.c: In function ‘getframe’:
> pipe.c:206:5: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   206 | write(fd, line, strlen(line));
>   | ^
> pipe.c: In function ‘getrange’:
> pipe.c:249:5: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   249 | write(fd, line, strlen(line));
>   | ^
> pipe.c: In function ‘doeval’:
> pipe.c:271:5: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   271 | write(fd, line, strlen(line));
>   | ^
> pipe.c: In function ‘doseval’:
> pipe.c:288:9: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   288 | write(fd, s, strlen(s));
>   | ^~~
> pipe.c:289:5: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   289 | write(fd, "\n", 1);
>   | ^~
> pipe.c: In function ‘doquery’:
> pipe.c:305:9: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   305 | write(fd, line, strlen(line));
>   | ^
> pipe.c:306:9: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   306 | write(fd, "\n", 1);
>   | ^~
> pipe.c: In function ‘dogetkey’:
> pipe.c:347:5: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   347 | write(macrofd, line, len);
>   | ^
> pipe.c: In function ‘dostat’:
> pipe.c:358:5: warning: ignoring return value of ‘write’ 

Bug#1066344: fastforward: FTBFS: slurpclose.c:13:44: error: implicit declaration of function ‘close’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: fastforward
Version: 1:0.51-8
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> ( cat warn-auto.sh; \
> echo CC=\'`head -1 conf-cc`\'; \
> echo LD=\'`head -1 conf-ld`\' \
> ) > auto-ccld.sh
> nroff -man fastforward.1 > fastforward.0
> nroff -man printforward.1 > printforward.0
> nroff -man setforward.1 > setforward.0
> nroff -man newaliases.1 > newaliases.0
> nroff -man printmaillist.1 > printmaillist.0
> nroff -man setmaillist.1 > setmaillist.0
> nroff -man newinclude.1 > newinclude.0
> cat auto-ccld.sh make-load.sh > make-load
> cat auto-ccld.sh find-systype.sh > find-systype
> cat auto-ccld.sh make-compile.sh > make-compile
> cat auto-ccld.sh make-makelib.sh > make-makelib
> chmod 755 make-load
> chmod 755 find-systype
> chmod 755 make-compile
> chmod 755 make-makelib
> ./find-systype > systype
> ( cat warn-auto.sh; ./make-load "`cat systype`" ) > load
> ( cat warn-auto.sh; ./make-compile "`cat systype`" ) > \
> compile
> ( cat warn-auto.sh; ./make-makelib "`cat systype`" ) > \
> makelib
> chmod 755 compile
> chmod 755 load
> chmod 755 makelib
> ./compile slurpclose.c
> ./compile coe.c
> ./compile auto-str.c
> ./compile substdio.c
> ./compile substdi.c
> ./compile substdo.c
> ./compile subfderr.c
> ./compile subfdouts.c
> auto-str.c:8:6: warning: conflicting types for built-in function ‘puts’; 
> expected ‘int(const char *)’ [-Wbuiltin-declaration-mismatch]
> 8 | void puts(s)
>   |  ^~~~
> auto-str.c:4:1: note: ‘puts’ is declared in header ‘’
> 3 | #include "exit.h"
>   +++ |+#include 
> 4 | 
> ./compile subfdins.c
> slurpclose.c: In function ‘slurpclose’:
> slurpclose.c:13:44: error: implicit declaration of function ‘close’ 
> [-Werror=implicit-function-declaration]
>13 | if (!stralloc_readyplus(sa,bufsize)) { close(fd); return -1; }
>   |^
> ./compile substdio_copy.c
> ./compile error.c
> ./compile error_str.c
> cc1: some warnings being treated as errors
> make[1]: *** [Makefile:437: slurpclose.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/fastforward_0.51-8_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066343: wily: FTBFS: getrect.c:27:17: error: implicit declaration of function ‘sleep’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: wily
Version: 0.13.42-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -I.. -I./../include  -Wdate-time -D_FORTIFY_SOURCE=2  -c -o menuhit.o 
> menuhit.c
> make[3]: Leaving directory '/<>/libmsg'
> getrect.c: In function ‘grabcursor’:
> getrect.c:27:17: error: implicit declaration of function ‘sleep’ 
> [-Werror=implicit-function-declaration]
>27 | sleep(2);
>   | ^
> mkfont.c: In function ‘mkfont’:
> mkfont.c:17:24: error: implicit declaration of function ‘malloc’ 
> [-Werror=implicit-function-declaration]
>17 | font = (Font *)malloc(sizeof(Font));
>   |^~
> mkfont.c:5:1: note: include ‘’ or provide a declaration of ‘malloc’
> 4 | #include 
>   +++ |+#include 
> 5 | 
> mkfont.c:17:24: warning: incompatible implicit declaration of built-in 
> function ‘malloc’ [-Wbuiltin-declaration-mismatch]
>17 | font = (Font *)malloc(sizeof(Font));
>   |^~
> mkfont.c:17:24: note: include ‘’ or provide a declaration of 
> ‘malloc’
> mkfont.c:24:17: error: implicit declaration of function ‘free’ 
> [-Werror=implicit-function-declaration]
>24 | free(font);
>   | ^~~~
> mkfont.c:24:17: note: include ‘’ or provide a declaration of ‘free’
> mkfont.c:24:17: warning: incompatible implicit declaration of built-in 
> function ‘free’ [-Wbuiltin-declaration-mismatch]
> mkfont.c:24:17: note: include ‘’ or provide a declaration of ‘free’
> mkfont.c:32:17: warning: incompatible implicit declaration of built-in 
> function ‘free’ [-Wbuiltin-declaration-mismatch]
>32 | free(font->name);
>   | ^~~~
> mkfont.c:32:17: note: include ‘’ or provide a declaration of ‘free’
> x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -I.. -I./../include  -Wdate-time -D_FORTIFY_SOURCE=2  -c -o point.o point.c
> x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -I.. -I./../include  -Wdate-time -D_FORTIFY_SOURCE=2  -c -o polysegment.o 
> polysegment.c
> ar rv libframe.a frbox.o frdelete.o frdraw.o frinit.o frinsert.o frptofchar.o 
> frselect.o frstr.o frutil.o misc.o
> ar: creating libframe.a
> a - frbox.o
> a - frdelete.o
> a - frdraw.o
> a - frinit.o
> a - frinsert.o
> a - frptofchar.o
> a - frselect.o
> a - frstr.o
> a - frutil.o
> a - misc.o
> gwin.c: In function ‘Keyaction’:
> gwin.c:311:42: error: implicit declaration of function ‘unicode’; did you 
> mean ‘nice’? [-Werror=implicit-function-declaration]
>   311 | c = (int)unicode(compose);
>   |  ^~~
>   |  nice
> x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -I.. -I./../include  -Wdate-time -D_FORTIFY_SOURCE=2  -c -o rdbitmap.o 
> rdbitmap.c
> gwin.c:319:34: error: implicit declaration of function ‘latin1’ 
> [-Werror=implicit-function-declaration]
>   319 | c = (int)latin1(compose);
>   |  ^~
> ranlib libframe.a
> cc1: some warnings being treated as errors
> make[3]: *** [: mkfont.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/wily_0.13.42-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can 

Bug#1066338: emoslib: FTBFS: describe_input_field.c:463:17: error: implicit declaration of function ‘jnumgg_’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: emoslib
Version: 2:4.5.9-9
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cd /<>/obj-x86_64-linux-gnu/libemos-dp-shared && /usr/bin/cc 
> -DBUFR_TABLES_PATH=\"/usr/share/emos/bufrtables\" -DFOPEN64 -DINTEGER_IS_INT 
> -DPOINTER_64 -DREAL_8 -DREAL_BIGGER_THAN_INTEGER -D_FILE_OFFSET_BITS=64 
> -D_LARGEFILE64_SOURCE -Demos_shared_EXPORTS -Dgfortran -Dlinux 
> -I/<>/obj-x86_64-linux-gnu/module -I/<> 
> -I/<>/obj-x86_64-linux-gnu -I/<>/interpolation 
> -I/<>/bufrdc_wmo -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -pipe -O3 -DNDEBUG -fPIC -fPIC 
> -mcmodel=medium   -MD -MT 
> libemos-dp-shared/CMakeFiles/emos_shared.dir/__/interpolation/emos.c.o -MF 
> CMakeFiles/emos_shared.dir/__/interpolation/emos.c.o.d -o 
> CMakeFiles/emos_shared.dir/__/interpolation/emos.c.o -c 
> /<>/interpolation/emos.c
> /<>/interpolation/sharedlib.c: In function ‘share_file’:
> /<>/interpolation/sharedlib.c:294:49: warning: format ‘%lld’ 
> expects argument of type ‘long long int’, but argument 3 has type ‘__off_t’ 
> {aka ‘long int’} [-Wformat=]
>   294 | fprintf( stdout, "sharedmem:read %lld bytes in %g 
> secs\n",s2.st_size, time);
>   |  ~~~^ 
> ~~
>   | | 
>   |
>   | long long int 
>   __off_t {aka long int}
>   |  %ld
> /<>/interpolation/describe_input_field.c: In function 
> ‘describe_input_field’:
> /<>/interpolation/describe_input_field.c:463:17: error: implicit 
> declaration of function ‘jnumgg_’ [-Werror=implicit-function-declaration]
>   463 | jnumgg_(,,kpts,);
>   | ^~~
> [ 45%] Building C object 
> libemos-dp-shared/CMakeFiles/emos_shared.dir/__/interpolation/intf2.c.o
> cd /<>/obj-x86_64-linux-gnu/libemos-dp-shared && /usr/bin/cc 
> -DBUFR_TABLES_PATH=\"/usr/share/emos/bufrtables\" -DFOPEN64 -DINTEGER_IS_INT 
> -DPOINTER_64 -DREAL_8 -DREAL_BIGGER_THAN_INTEGER -D_FILE_OFFSET_BITS=64 
> -D_LARGEFILE64_SOURCE -Demos_shared_EXPORTS -Dgfortran -Dlinux 
> -I/<>/obj-x86_64-linux-gnu/module -I/<> 
> -I/<>/obj-x86_64-linux-gnu -I/<>/interpolation 
> -I/<>/bufrdc_wmo -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -pipe -O3 -DNDEBUG -fPIC -fPIC 
> -mcmodel=medium   -MD -MT 
> libemos-dp-shared/CMakeFiles/emos_shared.dir/__/interpolation/intf2.c.o -MF 
> CMakeFiles/emos_shared.dir/__/interpolation/intf2.c.o.d -o 
> CMakeFiles/emos_shared.dir/__/interpolation/intf2.c.o -c 
> /<>/interpolation/intf2.c
> [ 45%] Building C object 
> libemos-sp-shared/CMakeFiles/emos_sp_shared.dir/__/interpolation/sharedll.c.o
> cd /<>/obj-x86_64-linux-gnu/libemos-sp-shared && /usr/bin/cc 
> -DBUFR_TABLES_PATH=\"/usr/share/emos/bufrtables\" -DFOPEN64 -DINTEGER_IS_INT 
> -DPOINTER_64 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE 
> -Demos_sp_shared_EXPORTS -Dgfortran -Dlinux 
> -I/<>/obj-x86_64-linux-gnu/module -I/<> 
> -I/<>/obj-x86_64-linux-gnu -I/<>/interpolation 
> -I/<>/bufrdc_wmo -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -pipe -O3 -DNDEBUG -fPIC -fPIC 
> -mcmodel=medium   -MD -MT 
> libemos-sp-shared/CMakeFiles/emos_sp_shared.dir/__/interpolation/sharedll.c.o 
> -MF CMakeFiles/emos_sp_shared.dir/__/interpolation/sharedll.c.o.d -o 
> CMakeFiles/emos_sp_shared.dir/__/interpolation/sharedll.c.o -c 
> /<>/interpolation/sharedll.c
> /<>/interpolation/sharedlib.c:136:52: warning: ‘%s’ directive 
> writing up to 1023 bytes into a region of size 998 [-Wformat-overflow=]
>   136 | sprintf(message,"ERR: sharedmem:semop:lock(%s)",path);
>   |^~   
> In file included from /usr/include/stdio.h:906,
>  from /<>/interpolation/sharedlib.c:13:
> In function ‘sprintf’,
> inlined from ‘share_file’ at 
> /<>/interpolation/sharedlib.c:136:9:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output between 28 and 1051 

Bug#1066341: gtkam: FTBFS: gtkam-preview.c:443:17: error: implicit declaration of function ‘gp_setting_set’; did you mean ‘g_settings_set’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: gtkam
Version: 1.0-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I. -I..  -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time 
> -D_FORTIFY_SOURCE=2 -I.. -I../src -DLOCALEDIR=\"/usr/share/locale\" 
> -DAPP_DATADIR=\"/usr/share\" -DIMAGE_DIR=\"/usr/share/images/gtkam\" -Wall 
> -Wmissing-declarations -Wmissing-prototypes -g  -I/usr/include/gtk-2.0 
> -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 
> -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi 
> -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/atk-1.0 
> -pthread  -I/usr/include/gphoto2   -I/usr/include/gtk-2.0 
> -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 
> -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi 
> -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/atk-1.0 
> -pthread-Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o libgtkam_a-gtkam-version.o 
> `test -f 'gtkam-version.c' || echo './'`gtkam-version.c
> gtkam-preview.c: In function ‘download_captured_image’:
> gtkam-preview.c:191:9: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' 
> instead [-Wdeprecated-declarations]
>   191 | GTimeVal time;
>   | ^~~~
> /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
>   580 | struct _GTimeVal
>   |^
> gtkam-preview.c:197:9: warning: ‘g_get_current_time’ is deprecated: Use 
> 'g_get_real_time' instead [-Wdeprecated-declarations]
>   197 | g_get_current_time();
>   | ^~
> In file included from /usr/include/glib-2.0/glib/giochannel.h:35,
>  from /usr/include/glib-2.0/glib.h:56:
> /usr/include/glib-2.0/glib/gmain.h:728:8: note: declared here
>   728 | void   g_get_current_time (GTimeVal   *result);
>   |^~
> gtkam-preview.c:199:9: warning: ‘g_time_val_to_iso8601’ is deprecated: Use 
> 'g_date_time_format' instead [-Wdeprecated-declarations]
>   199 | time_s = g_time_val_to_iso8601();
>   | ^~
> In file included from /usr/include/glib-2.0/glib.h:92:
> /usr/include/glib-2.0/glib/gtimer.h:75:10: note: declared here
>75 | gchar*   g_time_val_to_iso8601   (GTimeVal*time_) G_GNUC_MALLOC;
>   |  ^
> gtkam-preview.c: In function ‘timeout_func’:
> gtkam-preview.c:267:42: warning: pointer targets in passing argument 2 of 
> ‘gdk_pixbuf_loader_write’ differ in signedness [-Wpointer-sign]
>   267 | gdk_pixbuf_loader_write (loader, data, size, NULL);
>   |  ^~~~
>   |  |
>   |  const char *
> In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:39,
>  from /usr/include/gtk-2.0/gdk/gdkpixbuf.h:37,
>  from /usr/include/gtk-2.0/gdk/gdkcairo.h:28,
>  from /usr/include/gtk-2.0/gdk/gdk.h:33,
>  from /usr/include/gtk-2.0/gtk/gtkaccelgroup.h:35,
>  from /usr/include/gtk-2.0/gtk/gtkwindow.h:35:
> /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-loader.h:92:72: note: 
> expected ‘const guchar *’ {aka ‘const unsigned char *’} but argument is of 
> type ‘const char *’
>92 |   const guchar
> *buf,
>   |   
> ~^~~
> gtkam-preview.c:276:20: warning: Deprecated pre-processor symbol: replace 
> with "g_main_context_pending"
>   276 | while (g_main_pending ())
>   |^~ 
>
> gtkam-preview.c:277:27: warning: Deprecated pre-processor symbol: replace 
> with "g_main_context_iteration"
>   277 | 

Bug#1066342: eterm: FTBFS: libscream.c:3231:16: error: implicit declaration of function ‘safe_print_string’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: eterm
Version: 0.9.6-7.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
>  -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include -Wdate-time 
> -D_FORTIFY_SOURCE=2   -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> -o libscream.lo libscream.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include -Wdate-time 
> -D_FORTIFY_SOURCE=2 -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c libscream.c  -fPIC -DPIC -o 
> .libs/libscream.o
> libscream.c: In function ‘ns_attach_by_URL’:
> libscream.c:1489:2: warning: #warning compiling in libscream [-Wcpp]
>  1489 | #warning compiling in libscream
>   |  ^~~
> libscream.c:1495:2: warning: #warning compiling in support for GNU screen 
> [-Wcpp]
>  1495 | #warning compiling in support for GNU screen
>   |  ^~~
> In file included from feature.h:100,
>  from libscream.c:46:
> libscream.c: In function ‘ns_parse_screen’:
> libscream.c:3231:16: error: implicit declaration of function 
> ‘safe_print_string’ [-Werror=implicit-function-declaration]
>  3231 |safe_print_string(p, width)));
>   |^
> libscream.c:3230:5: note: in expansion of macro ‘D_ESCREEN’
>  3230 | D_ESCREEN(("ns_parse_screen(0x%08x, %d, %d, \"%s\")\n", screen, 
> force, width,
>   | ^
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:632: libscream.lo] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/eterm_0.9.6-7.1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066340: t4kcommon: FTBFS: linebreak.c:163:19: error: implicit declaration of function ‘u8_mbtouc_unsafe’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: t4kcommon
Version: 0.1.1-11.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> /bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
> -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -I/usr/include/SDL -D_GNU_SOURCE=1 
> -D_REENTRANT   -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -pthread 
> -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi 
> -I/usr/include/cairo -I/usr/include/pixman-1  -I/usr/include/SDL 
> -D_GNU_SOURCE=1 -D_REENTRANT  -I/usr/include/librsvg-2.0 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/libpng16 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp 
> -pthread -I/usr/include/cairo -I/usr/include/freetype2 
> -I/usr/include/pixman-1  -I/usr/include/cairo -I/usr/include/libpng16 
> -I/usr/include/freetype2 -I/usr/include/pixman-1  -I/usr/include/libpng16  
> -I/usr/include/libxml2  -c -o u8-uctomb.lo `test -f 'unistr/u8-uctomb.c' || 
> echo './'`unistr/u8-uctomb.c
> linebreak.c: In function ‘u8_possible_linebreaks’:
> linebreak.c:163:19: error: implicit declaration of function 
> ‘u8_mbtouc_unsafe’ [-Werror=implicit-function-declaration]
>   163 |   int count = u8_mbtouc_unsafe (, s, s_end - s);
>   |   ^~~~
> /bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
> -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -I/usr/include/SDL -D_GNU_SOURCE=1 
> -D_REENTRANT   -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -pthread 
> -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi 
> -I/usr/include/cairo -I/usr/include/pixman-1  -I/usr/include/SDL 
> -D_GNU_SOURCE=1 -D_REENTRANT  -I/usr/include/librsvg-2.0 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/libpng16 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp 
> -pthread -I/usr/include/cairo -I/usr/include/freetype2 
> -I/usr/include/pixman-1  -I/usr/include/cairo -I/usr/include/libpng16 
> -I/usr/include/freetype2 -I/usr/include/pixman-1  -I/usr/include/libpng16  
> -I/usr/include/libxml2  -c -o width.lo `test -f 'uniwidth/width.c' || echo 
> './'`uniwidth/width.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL 
> -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -pthread 
> -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi 
> -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/SDL 
> -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/librsvg-2.0 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/libpng16 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp 
> -pthread -I/usr/include/cairo -I/usr/include/freetype2 
> -I/usr/include/pixman-1 -I/usr/include/cairo -I/usr/include/libpng16 
> -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng16 
> -I/usr/include/libxml2 -c unistr/u16-mbtouc-unsafe.c -o u16-mbtouc-unsafe.o 
> >/dev/null 2>&1
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security 

Bug#1066339: catimg: FTBFS: catimg.c:181:21: error: implicit declaration of function ‘usleep’; did you mean ‘sleep’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: catimg
Version: 2.7.0-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> /usr/bin/cc  -I/<>/src -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O3 
> -DNDEBUG -Wall -Wextra -Os -std=c99 -Wno-unused-result -MD -MT 
> CMakeFiles/catimg.dir/src/sh_utils.c.o -MF 
> CMakeFiles/catimg.dir/src/sh_utils.c.o.d -o 
> CMakeFiles/catimg.dir/src/sh_utils.c.o -c /<>/src/sh_utils.c
> /<>/src/catimg.c: In function ‘main’:
> /<>/src/catimg.c:181:21: error: implicit declaration of function 
> ‘usleep’; did you mean ‘sleep’? [-Werror=implicit-function-declaration]
>   181 | usleep(img.delays[frame - 1] * 1);
>   | ^~
>   | sleep
> /<>/src/sh_utils.c: In function ‘read_stdin’:
> /<>/src/sh_utils.c:60:14: error: implicit declaration of 
> function ‘fileno’ [-Werror=implicit-function-declaration]
>60 | int fd = fileno(stdin);
>   |  ^~
> cc1: some warnings being treated as errors
> make[3]: *** [CMakeFiles/catimg.dir/build.make:121: 
> CMakeFiles/catimg.dir/src/sh_utils.c.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/catimg_2.7.0-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066337: tightvnc: FTBFS: vncconnect.c:17:5: error: implicit declaration of function ‘exit’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: tightvnc
Version: 1:1.3.10-7
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cc -c -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection  -o vncconnect.o vncconnect.c
> #define _FORTIFY_SOURCE 2
> #define _LP64 1
> #define _STDC_PREDEF_H 1
> #define __ATOMIC_ACQUIRE 2
> #define __ATOMIC_ACQ_REL 4
> #define __ATOMIC_CONSUME 1
> #define __ATOMIC_HLE_ACQUIRE 65536
> #define __ATOMIC_HLE_RELEASE 131072
> #define __ATOMIC_RELAXED 0
> #define __ATOMIC_RELEASE 3
> #define __ATOMIC_SEQ_CST 5
> #define __BFLT16_DECIMAL_DIG__ 4
> #define __BFLT16_DENORM_MIN__ 9.18354961579912115600575419704879436e-41BF16
> #define __BFLT16_DIG__ 2
> #define __BFLT16_EPSILON__ 7.8125000e-3BF16
> #define __BFLT16_HAS_DENORM__ 1
> #define __BFLT16_HAS_INFINITY__ 1
> #define __BFLT16_HAS_QUIET_NAN__ 1
> #define __BFLT16_IS_IEC_60559__ 0
> #define __BFLT16_MANT_DIG__ 8
> #define __BFLT16_MAX_10_EXP__ 38
> #define __BFLT16_MAX_EXP__ 128
> #define __BFLT16_MAX__ 3.38953138925153547590470800371487867e+38BF16
> #define __BFLT16_MIN_10_EXP__ (-37)
> #define __BFLT16_MIN_EXP__ (-125)
> #define __BFLT16_MIN__ 1.1754943508222875079687365374568e-38BF16
> #define __BFLT16_NORM_MAX__ 3.38953138925153547590470800371487867e+38BF16
> #define __BIGGEST_ALIGNMENT__ 16
> #define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__
> #define __CET__ 3
> #define __CHAR16_TYPE__ short unsigned int
> #define __CHAR32_TYPE__ unsigned int
> #define __CHAR_BIT__ 8
> #define __DBL_DECIMAL_DIG__ 17
> #define __DBL_DENORM_MIN__ 
> ((double)4.94065645841246544176568792868221372e-324L)
> #define __DBL_DIG__ 15
> #define __DBL_EPSILON__ ((double)2.22044604925031308084726333618164062e-16L)
> #define __DBL_HAS_DENORM__ 1
> #define __DBL_HAS_INFINITY__ 1
> #define __DBL_HAS_QUIET_NAN__ 1
> #define __DBL_IS_IEC_60559__ 1
> #define __DBL_MANT_DIG__ 53
> #define __DBL_MAX_10_EXP__ 308
> #define __DBL_MAX_EXP__ 1024
> #define __DBL_MAX__ ((double)1.79769313486231570814527423731704357e+308L)
> #define __DBL_MIN_10_EXP__ (-307)
> #define __DBL_MIN_EXP__ (-1021)
> #define __DBL_MIN__ ((double)2.22507385850720138309023271733240406e-308L)
> #define __DBL_NORM_MAX__ ((double)1.79769313486231570814527423731704357e+308L)
> #define __DEC128_EPSILON__ 1E-33DL
> #define __DEC128_MANT_DIG__ 34
> #define __DEC128_MAX_EXP__ 6145
> #define __DEC128_MAX__ 9.9E6144DL
> #define __DEC128_MIN_EXP__ (-6142)
> #define __DEC128_MIN__ 1E-6143DL
> #define __DEC128_SUBNORMAL_MIN__ 0.1E-6143DL
> #define __DEC32_EPSILON__ 1E-6DF
> #define __DEC32_MANT_DIG__ 7
> #define __DEC32_MAX_EXP__ 97
> #define __DEC32_MAX__ 9.99E96DF
> #define __DEC32_MIN_EXP__ (-94)
> #define __DEC32_MIN__ 1E-95DF
> #define __DEC32_SUBNORMAL_MIN__ 0.01E-95DF
> #define __DEC64_EPSILON__ 1E-15DD
> #define __DEC64_MANT_DIG__ 16
> #define __DEC64_MAX_EXP__ 385
> #define __DEC64_MAX__ 9.999E384DD
> #define __DEC64_MIN_EXP__ (-382)
> #define __DEC64_MIN__ 1E-383DD
> #define __DEC64_SUBNORMAL_MIN__ 0.001E-383DD
> #define __DECIMAL_BID_FORMAT__ 1
> #define __DECIMAL_DIG__ 21
> #define __DEC_EVAL_METHOD__ 2
> #define __ELF__ 1
> #define __FINITE_MATH_ONLY__ 0
> #define __FLOAT_WORD_ORDER__ __ORDER_LITTLE_ENDIAN__
> #define __FLT128_DECIMAL_DIG__ 36
> #define __FLT128_DENORM_MIN__ 6.47517511943802511092443895822764655e-4966F128
> #define __FLT128_DIG__ 33
> #define __FLT128_EPSILON__ 1.92592994438723585305597794258492732e-34F128
> #define __FLT128_HAS_DENORM__ 1
> #define __FLT128_HAS_INFINITY__ 1
> #define __FLT128_HAS_QUIET_NAN__ 1
> #define __FLT128_IS_IEC_60559__ 1
> #define __FLT128_MANT_DIG__ 113
> #define __FLT128_MAX_10_EXP__ 4932
> #define __FLT128_MAX_EXP__ 16384
> #define __FLT128_MAX__ 1.18973149535723176508575932662800702e+4932F128
> #define __FLT128_MIN_10_EXP__ (-4931)
> #define __FLT128_MIN_EXP__ (-16381)
> #define __FLT128_MIN__ 3.36210314311209350626267781732175260e-4932F128
> #define __FLT128_NORM_MAX__ 1.18973149535723176508575932662800702e+4932F128
> #define __FLT16_DECIMAL_DIG__ 5
> #define __FLT16_DENORM_MIN__ 5.9604644775390625000e-8F16
> #define __FLT16_DIG__ 3
> #define __FLT16_EPSILON__ 9.7656250e-4F16
> #define __FLT16_HAS_DENORM__ 1
> #define __FLT16_HAS_INFINITY__ 1
> #define __FLT16_HAS_QUIET_NAN__ 1
> #define __FLT16_IS_IEC_60559__ 1
> #define 

Bug#1066335: giac: FTBFS: quickjs.c:11282:9: error: implicit declaration of function ‘fesetround’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: giac
Version: 1.9.0.93+dfsg2-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
> -DIN_GIAC -I. -I.. -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -D_GNU_SOURCE -DQUICKJS 
> -DCONFIG_BIGNUM -DCONFIG_VERSION=\"2020-11-08\" -c -o quickjs.lo quickjs.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DIN_GIAC -I. -I.. -I. -I.. 
> -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -D_GNU_SOURCE -DQUICKJS -DCONFIG_BIGNUM -DCONFIG_VERSION=\"2020-11-08\" -c 
> quickjs.c  -fPIC -DPIC -o .libs/quickjs.o
> quickjs.c: In function ‘js_ecvt1’:
> quickjs.c:11282:9: error: implicit declaration of function ‘fesetround’ 
> [-Werror=implicit-function-declaration]
> 11282 | fesetround(rounding_mode);
>   | ^~
> /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
> -DIN_GIAC -I. -I.. -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -D_GNU_SOURCE -DQUICKJS 
> -DCONFIG_BIGNUM -DCONFIG_VERSION=\"2020-11-08\" -c -o quickjs-libc.lo 
> quickjs-libc.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DIN_GIAC -I. -I.. -I. -I.. 
> -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -D_GNU_SOURCE -DQUICKJS -DCONFIG_BIGNUM -DCONFIG_VERSION=\"2020-11-08\" -c 
> quickjs-libc.c  -fPIC -DPIC -o .libs/quickjs-libc.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DIN_GIAC -I. -I.. -I. -I.. 
> -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -D_GNU_SOURCE -DQUICKJS -DCONFIG_BIGNUM -DCONFIG_VERSION=\"2020-11-08\" -c 
> quickjs-libc.c -o quickjs-libc.o >/dev/null 2>&1
> g++ mkjs.cc -o mkjs
> /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
> -DIN_GIAC -I. -I.. -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -D_GNU_SOURCE -DQUICKJS 
> -DCONFIG_BIGNUM -DCONFIG_VERSION=\"2020-11-08\" -c -o qrcodegen.lo qrcodegen.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DIN_GIAC -I. -I.. -I. -I.. 
> -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -D_GNU_SOURCE -DQUICKJS -DCONFIG_BIGNUM -DCONFIG_VERSION=\"2020-11-08\" -c 
> qrcodegen.c  -fPIC -DPIC -o .libs/qrcodegen.o
> g++ -DHAVE_CONFIG_H -I. -I..  -DIN_GIAC -I. -I.. -I. -I.. -Wdate-time 
> -D_FORTIFY_SOURCE=2  -g -O2 -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -U_GLIBCXX_ASSERTIONS 
> -DUSE_OBJET_BIDON -fno-strict-aliasing -DGIAC_GENERIC_CONSTANTS -DTIMEOUT 
> -DHAVE_LIBMICROPYTHON -fpermissive -DQUICKJS -c -o xcas.o xcas.cc
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DIN_GIAC -I. -I.. -I. -I.. 
> -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -D_GNU_SOURCE -DQUICKJS -DCONFIG_BIGNUM -DCONFIG_VERSION=\"2020-11-08\" -c 
> qrcodegen.c -o qrcodegen.o >/dev/null 2>&1
> In file included from poly.h:26,
>  from gen.h:71,
>  from giacPCH.h:32,
>  from xcas.cc:2:
> monomial.h:341:10: warning: ‘template _Result> class std::pointer_to_binary_function’ is deprecated 
> [-Wdeprecated-declarations]
>   341 | std::pointer_to_binary_function < const monomial &, const 
> monomial &, bool> strictly_greater ;
>   |  ^~
> In file included 

Bug#1066336: silo-llnl: FTBFS: silo_hdf5.c:2173:5: error: implicit declaration of function ‘zfp_init_zfp’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: silo-llnl
Version: 4.11-3.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> /bin/sh ../../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. 
> -I../..  -I./../silo -I./../silo  -I./../fpzip  -DH5_HAVE_FILTER_ZFP 
> -DH5Z_ZFP_AS_LIB -DAS_SILO_BUILTIN -I./../zfp-0.5.5/include 
> -I/usr/include/hdf5/openmpi  -I/usr/include/x86_64-linux-gnu/qt5 
> -I/usr/include/x86_64-linux-gnu/qt5/QtGui 
> -I/usr/include/x86_64-linux-gnu/qt5/QtCore 
> -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/lib/openmpi/include 
> -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -fPIC  -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 
> -Wdeclaration-after-statement -c -o silo_hdf5.lo silo_hdf5.c
> libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I../.. -I./../silo -I./../silo 
> -I./../fpzip -DH5_HAVE_FILTER_ZFP -DH5Z_ZFP_AS_LIB -DAS_SILO_BUILTIN 
> -I./../zfp-0.5.5/include -I/usr/include/hdf5/openmpi 
> -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtGui 
> -I/usr/include/x86_64-linux-gnu/qt5/QtCore 
> -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/lib/openmpi/include 
> -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 
> -Wdeclaration-after-statement -c silo_hdf5.c  -fPIC -DPIC -o .libs/silo_hdf5.o
> silo_hdf5.c:61:2: warning: #warning DO WE NEED THIS HEADER FILE [-Wcpp]
>61 | #warning DO WE NEED THIS HEADER FILE
>   |  ^~~
> In file included from silo_hdf5.c:74:
> silo_hdf5_private.h:110:2: warning: #warning REMOVE db_hdf5_CpListedObjects 
> [-Wcpp]
>   110 | #warning REMOVE db_hdf5_CpListedObjects
>   |  ^~~
> In file included from silo_hdf5_private.h:67:
> silo_hdf5.c: In function ‘db_hdf5_get_obj_dsnames’:
> silo_hdf5.c:1812:45: warning: passing argument 1 of ‘_db_safe_strdup’ makes 
> pointer from integer without a cast [-Wint-conversion]
>  1812 | (*dsnames)[i] = strdup(m.MEMNAME[i]);\
>   |~^~~
>   | |
>   | char
> ./../silo/silo_private.h:939:35: note: in definition of macro ‘strdup’
>   939 | #define strdup(s) _db_safe_strdup(s)
>   |   ^
> silo_hdf5.c:1869:13: note: in expansion of macro ‘DB_OBJ_CASE’
>  1869 | DB_OBJ_CASE(DB_CURVE, DBcurve_mt, npts?1:1, yvarname)
>   | ^~~
> In file included from ./../silo/silo_private.h:79:
> ./../silo/silo.h:2214:56: note: expected ‘const char *’ but argument is of 
> type ‘char’
>  2214 | SILO_API extern char * _db_safe_strdup(const char *);
>   |^~~~
> silo_hdf5.c: In function ‘db_hdf5_init’:
> silo_hdf5.c:2173:5: error: implicit declaration of function ‘zfp_init_zfp’ 
> [-Werror=implicit-function-declaration]
>  2173 | zfp_init_zfp();
>   | ^~~~
> silo_hdf5.c: In function ‘db_hdf5_InitCallbacks’:
> silo_hdf5.c:2799:2: warning: #warning GET RID OF CPLISTEDOBJECTS [-Wcpp]
>  2799 | #warning GET RID OF CPLISTEDOBJECTS
>   |  ^~~
> silo_hdf5.c: In function ‘db_hdf5_set_compression’:
> silo_hdf5.c:3347:2: warning: #warning WHAT ABOUT NULL RETURN FROM 
> DBGETCOMPRESSION [-Wcpp]
>  3347 | #warning WHAT ABOUT NULL RETURN FROM DBGETCOMPRESSION
>   |  ^~~
> silo_hdf5.c:3378:2: warning: #warning FIX MISSING .compressionMinsize member 
> [-Wcpp]
>  3378 | #warning FIX MISSING .compressionMinsize member
>   |  ^~~
> silo_hdf5.c:3396:2: warning: #warning QUERY FILE LEVEL COMPRESSION PARAMS 
> HERE [-Wcpp]
>  3396 | #warning QUERY FILE LEVEL COMPRESSION PARAMS HERE
>   |  ^~~
> silo_hdf5.c: In function ‘load_toc’:
> silo_hdf5.c:4121:2: warning: #warning REVISIT THIS CODE BLOCK [-Wcpp]
>  4121 | #warning REVISIT THIS CODE BLOCK
>   |  ^~~
> silo_hdf5.c: In function ‘db_hdf5_resolvename’:
> silo_hdf5.c:4736:2: warning: #warning HARD CODED SIZE HERE [-Wcpp]
>  4736 | #warning HARD CODED SIZE HERE
>   |  ^~~
> silo_hdf5.c: In function ‘db_hdf5_process_file_options’:
> silo_hdf5.c:4960:2: warning: #warning FIX 

Bug#1066334: acedb: FTBFS: acein.c:2045:15: error: implicit declaration of function ‘add_history’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: acedb
Version: 4.9.39+dfsg.02-9
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -Wall  -DACEDB4 
> `../w3rdparty/include-config glib-2.0` -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -I/usr/include/tirpc  -I.. -I../wh 
> -I../wstaden -DACEDB_GTK -DLINUX -c -o acein.o acein.c
> shift: No more words.
> acein.c: In function ‘aceInPrompt’:
> acein.c:459:9: warning: variable ‘cp’ set but not used 
> [-Wunused-but-set-variable]
>   459 |   char *cp = 0 ;
>   | ^~
> acein.c: In function ‘aceInOptPrompt’:
> acein.c:504:9: warning: variable ‘cp’ set but not used 
> [-Wunused-but-set-variable]
>   504 |   char *cp;
>   | ^~
> acein.c: In function ‘aceInGetChar’:
> acein.c:2045:15: error: implicit declaration of function ‘add_history’ 
> [-Werror=implicit-function-declaration]
>  2045 |   add_history(fi->stream[fi->streamlevel].text);
>   |   ^~~
> acein.c: In function ‘aceInCard’:
> acein.c:829:7: warning: ignoring return value of ‘system’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   829 |   system ((char*)fi->pos) ;
>   |   ^~~
> cc1: some warnings being treated as errors
> make[3]: *** [: acein.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/acedb_4.9.39+dfsg.02-9_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066333: tcltrf: FTBFS: ./generic/crypt.c:96:35: error: implicit declaration of function ‘crypt’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: tcltrf
Version: 2.1.4-dfsg3-2.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -DPACKAGE_NAME=\"Trf\" -DPACKAGE_TARNAME=\"trf\" 
> -DPACKAGE_VERSION=\"2.1.4\" -DPACKAGE_STRING=\"Trf\ 2.1.4\" 
> -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
> -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
> -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DSIZEOF_INT=4 -DSIZEOF_LONG_INT=8 
> -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 
> -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) 
> -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 
> -DUSE_ZLIBTCL_STUBS=1 -DHAVE_ZLIB_H=1 -DHAVE_SSL_H=1 -DHAVE_MD2_H=1 
> -DHAVE_MD5_H=1 -DHAVE_SHA_H=1 -DHAVE_BZ2_H=1 -DZLIB_STATIC_BUILD=1 
> -DBZLIB_STATIC_BUILD=1 -DMD5_STATIC_BUILD=1 -DHAVE_DLFCN_H=1 
> -DHAVE_STDLIB_H=1 -DHAVE_FEATURES_H=1 -DMD5_STATIC_BUILD=1 
> -DZLIBTCL_VERSION=\"\" -I"." -I"./generic" -I"" -I"" -I"/usr/include" 
> -I"/usr/include/openssl" -DLIBZ_DEFAULTNAME=\"libz.so\" -I"/usr/include/tcl"  
>   -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -DSSL_STATIC_BUILD=1 -D_XOPEN_SOURCE -pipe -O2 -fomit-frame-pointer -Wall 
> -Wno-implicit-int -fPIC -Wdate-time -D_FORTIFY_SOURCE=2 -c `echo 
> ./generic/crypt.c` -o crypt.o
> ./generic/crypt.c: In function ‘TrfCryptObjCmd’:
> ./generic/crypt.c:96:35: error: implicit declaration of function ‘crypt’ 
> [-Werror=implicit-function-declaration]
>96 |   res = Tcl_NewStringObj ((char*) crypt (passwd, salt_b), -1);
>   |   ^
> ./generic/crypt.c:96:27: warning: cast to pointer from integer of different 
> size [-Wint-to-pointer-cast]
>96 |   res = Tcl_NewStringObj ((char*) crypt (passwd, salt_b), -1);
>   |   ^
> cc1: some warnings being treated as errors
> make[2]: *** [Makefile:260: crypt.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/tcltrf_2.1.4-dfsg3-2.1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066332: gtg-trace: FTBFS: C/gtg_compress.c:55:5: error: implicit declaration of function ‘asprintf’; did you mean ‘vsprintf’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: gtg-trace
Version: 0.2-3-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"GTG\" 
> -DPACKAGE_TARNAME=\"gtg\" -DPACKAGE_VERSION=\"0.2-3\" -DPACKAGE_STRING=\"GTG\ 
> 0.2-3\" 
> -DPACKAGE_BUGREPORT=\"https://github.com/trahay/Generic-Trace-Generator/issues\;
>  -DPACKAGE_URL=\"\" -DPACKAGE=\"gtg\" -DVERSION=\"0.2-3\" -DHAVE_STDIO_H=1 
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
> -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 
> -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDIO_H=1 
> -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_GETLINE=1 -I.  -I./../inc/ 
> -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/ -Wall -pedantic -DBUILD_PAJE  
> -DHAVE_LIBZ -DBUILD_OTF  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -DHAVE_GETLINE -c -o C/libgtg_la-interfaceCFortranBasic1.lo `test -f 
> 'C/interfaceCFortranBasic1.c' || echo './'`C/interfaceCFortranBasic1.c
> C/gtg_compress.c: In function ‘main’:
> C/gtg_compress.c:55:5: error: implicit declaration of function ‘asprintf’; 
> did you mean ‘vsprintf’? [-Werror=implicit-function-declaration]
>55 | asprintf(_filename, "%s.z", input_filename);
>   | ^~~~
>   | vsprintf
> libtool: compile:  gcc -DPACKAGE_NAME=\"GTG\" -DPACKAGE_TARNAME=\"gtg\" 
> -DPACKAGE_VERSION=\"0.2-3\" "-DPACKAGE_STRING=\"GTG 0.2-3\"" 
> -DPACKAGE_BUGREPORT=\"https://github.com/trahay/Generic-Trace-Generator/issues\;
>  -DPACKAGE_URL=\"\" -DPACKAGE=\"gtg\" -DVERSION=\"0.2-3\" -DHAVE_STDIO_H=1 
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
> -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 
> -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDIO_H=1 
> -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_GETLINE=1 -I. -I./../inc/ 
> -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/ -Wall -pedantic -DBUILD_PAJE 
> -DHAVE_LIBZ -DBUILD_OTF -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -DHAVE_GETLINE -c C/GTGColor.c  -fPIC -DPIC -o C/.libs/libgtg_la-GTGColor.o
> libtool: compile:  gcc -DPACKAGE_NAME=\"GTG\" -DPACKAGE_TARNAME=\"gtg\" 
> -DPACKAGE_VERSION=\"0.2-3\" "-DPACKAGE_STRING=\"GTG 0.2-3\"" 
> -DPACKAGE_BUGREPORT=\"https://github.com/trahay/Generic-Trace-Generator/issues\;
>  -DPACKAGE_URL=\"\" -DPACKAGE=\"gtg\" -DVERSION=\"0.2-3\" -DHAVE_STDIO_H=1 
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
> -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 
> -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDIO_H=1 
> -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_GETLINE=1 -I. -I./../inc/ 
> -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/ -Wall -pedantic -DBUILD_PAJE 
> -DHAVE_LIBZ -DBUILD_OTF -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -DHAVE_GETLINE -c C/paje_GTGBasic1_c.c  -fPIC -DPIC -o 
> C/.libs/libgtg_la-paje_GTGBasic1_c.o
> cc1: some warnings being treated as errors
> make[2]: *** [Makefile:714: C/gtg_compress-gtg_compress.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/gtg-trace_0.2-3-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066331: gngb: FTBFS: memory.c:817:26: error: implicit declaration of function ‘movie_add_pad’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: gngb
Version: 20060309-5
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DSDL_YUV -I/usr/include/SDL 
> -D_GNU_SOURCE=1 -D_REENTRANT -DSDL_GL  -O3  -Wno-unused -funroll-loops 
> -fstrength-reduce   -ffast-math -falign-functions=2 
> -falign-jumps=2   -falign-loops=2 
> -fomit-frame-pointer -Wall  -c -o rom.o rom.c
> In file included from message.c:23:
> global.h:28: warning: "__inline__" redefined
>28 | #define __inline__ inline
>   | 
> In file included from /usr/include/SDL/SDL_stdinc.h:118,
>  from /usr/include/SDL/SDL_main.h:29,
>  from /usr/include/SDL/SDL.h:29,
>  from message.c:21:
> /usr/include/SDL/begin_code.h:112: note: this is the location of the previous 
> definition
>   112 | #define __inline__ __inline__
>   | 
> In file included from rom.h:23,
>  from cpu.c:22:
> global.h:28: warning: "__inline__" redefined
>28 | #define __inline__ inline
>   | 
> In file included from /usr/include/SDL/SDL_stdinc.h:118,
>  from /usr/include/SDL/SDL_main.h:29,
>  from /usr/include/SDL/SDL.h:29,
>  from global.h:23:
> /usr/include/SDL/begin_code.h:112: note: this is the location of the previous 
> definition
>   112 | #define __inline__ __inline__
>   | 
> In file included from memory.h:23,
>  from memory.c:24:
> global.h:28: warning: "__inline__" redefined
>28 | #define __inline__ inline
>   | 
> In file included from /usr/include/SDL/SDL_stdinc.h:118,
>  from /usr/include/SDL/SDL_main.h:29,
>  from /usr/include/SDL/SDL.h:29,
>  from memory.c:23:
> /usr/include/SDL/begin_code.h:112: note: this is the location of the previous 
> definition
>   112 | #define __inline__ __inline__
>   | 
> In file included from interrupt.h:22,
>  from interrupt.c:21:
> global.h:28: warning: "__inline__" redefined
>28 | #define __inline__ inline
>   | 
> In file included from /usr/include/SDL/SDL_stdinc.h:118,
>  from /usr/include/SDL/SDL_main.h:29,
>  from /usr/include/SDL/SDL.h:29,
>  from interrupt.c:20:
> /usr/include/SDL/begin_code.h:112: note: this is the location of the previous 
> definition
>   112 | #define __inline__ __inline__
>   | 
> In file included from message.c:28:
> video_std.h:54:17: warning: inline function ‘draw_obj_std’ declared but never 
> defined
>54 | __inline__ void draw_obj_std(Uint16 *buf);
>   | ^~~~
> video_std.h:53:17: warning: inline function ‘draw_spr_std’ declared but never 
> defined
>53 | __inline__ void draw_spr_std(Uint16 *buf,GB_SPRITE *sp);
>   | ^~~~
> video_std.h:52:17: warning: inline function ‘draw_win_std’ declared but never 
> defined
>52 | __inline__ void draw_win_std(Uint16 *buf);
>   | ^~~~
> video_std.h:51:17: warning: inline function ‘draw_back_std’ declared but 
> never defined
>51 | __inline__ void draw_back_std(Uint16 *buf);
>   | ^
> video_std.h:49:17: warning: inline function ‘draw_obj_col_std’ declared but 
> never defined
>49 | __inline__ void draw_obj_col_std(Uint16 *buf);
>   | ^~~~
> video_std.h:48:17: warning: inline function ‘draw_spr_col_std’ declared but 
> never defined
>48 | __inline__ void draw_spr_col_std(Uint16 *buf,GB_SPRITE *sp);
>   | ^~~~
> video_std.h:47:17: warning: inline function ‘draw_win_col_std’ declared but 
> never defined
>47 | __inline__ void draw_win_col_std(Uint16 *buf);
>   | ^~~~
> video_std.h:46:17: warning: inline function ‘draw_back_col_std’ declared but 
> never defined
>46 | __inline__ void draw_back_col_std(Uint16 *buf);
>   | ^
> video_std.h:44:17: warning: inline function ‘draw_obj_sgb_std’ declared but 
> never defined
>44 | __inline__ void draw_obj_sgb_std(Uint16 *buf);
>   | ^~~~
> video_std.h:43:17: warning: inline function ‘draw_spr_sgb_std’ declared but 
> never defined
>43 | __inline__ 

Bug#1066328: scalapack: FTBFS: igsum2d_.c:154:7: error: implicit declaration of function ‘BI_imvcopy’; did you mean ‘BI_zmvcopy’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: scalapack
Version: 2.2.1-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> make[4]: Entering directory '/<>/build-openmpi'
> [  0%] Building C object CMakeFiles/scalapack.dir/BLACS/SRC/dgesd2d_.c.o
> /usr/bin/mpicc.openmpi -DAdd_ -Dscalapack_EXPORTS 
> -I/usr/lib/x86_64-linux-gnu/openmpi/include 
> -I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -pedantic -Wdate-time 
> -D_FORTIFY_SOURCE=2 -fPIC -MD -MT 
> CMakeFiles/scalapack.dir/BLACS/SRC/dgesd2d_.c.o -MF 
> CMakeFiles/scalapack.dir/BLACS/SRC/dgesd2d_.c.o.d -o 
> CMakeFiles/scalapack.dir/BLACS/SRC/dgesd2d_.c.o -c 
> /<>/BLACS/SRC/dgesd2d_.c
> [  0%] Building C object CMakeFiles/scalapack.dir/BLACS/SRC/dtrsd2d_.c.o
> [  0%] Building C object CMakeFiles/scalapack.dir/BLACS/SRC/igesd2d_.c.o
> [  0%] Building C object CMakeFiles/scalapack.dir/BLACS/SRC/zgesd2d_.c.o
> [  0%] Building C object CMakeFiles/scalapack.dir/BLACS/SRC/strsd2d_.c.o
> [  0%] Building C object CMakeFiles/scalapack.dir/BLACS/SRC/itrsd2d_.c.o
> /usr/bin/mpicc.openmpi -DAdd_ -Dscalapack_EXPORTS 
> -I/usr/lib/x86_64-linux-gnu/openmpi/include 
> -I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -pedantic -Wdate-time 
> -D_FORTIFY_SOURCE=2 -fPIC -MD -MT 
> CMakeFiles/scalapack.dir/BLACS/SRC/igesd2d_.c.o -MF 
> CMakeFiles/scalapack.dir/BLACS/SRC/igesd2d_.c.o.d -o 
> CMakeFiles/scalapack.dir/BLACS/SRC/igesd2d_.c.o -c 
> /<>/BLACS/SRC/igesd2d_.c
> /usr/bin/mpicc.openmpi -DAdd_ -Dscalapack_EXPORTS 
> -I/usr/lib/x86_64-linux-gnu/openmpi/include 
> -I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -pedantic -Wdate-time 
> -D_FORTIFY_SOURCE=2 -fPIC -MD -MT 
> CMakeFiles/scalapack.dir/BLACS/SRC/zgesd2d_.c.o -MF 
> CMakeFiles/scalapack.dir/BLACS/SRC/zgesd2d_.c.o.d -o 
> CMakeFiles/scalapack.dir/BLACS/SRC/zgesd2d_.c.o -c 
> /<>/BLACS/SRC/zgesd2d_.c
> /usr/bin/mpicc.openmpi -DAdd_ -Dscalapack_EXPORTS 
> -I/usr/lib/x86_64-linux-gnu/openmpi/include 
> -I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -pedantic -Wdate-time 
> -D_FORTIFY_SOURCE=2 -fPIC -MD -MT 
> CMakeFiles/scalapack.dir/BLACS/SRC/strsd2d_.c.o -MF 
> CMakeFiles/scalapack.dir/BLACS/SRC/strsd2d_.c.o.d -o 
> CMakeFiles/scalapack.dir/BLACS/SRC/strsd2d_.c.o -c 
> /<>/BLACS/SRC/strsd2d_.c
> /usr/bin/mpicc.openmpi -DAdd_ -Dscalapack_EXPORTS 
> -I/usr/lib/x86_64-linux-gnu/openmpi/include 
> -I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -pedantic -Wdate-time 
> -D_FORTIFY_SOURCE=2 -fPIC -MD -MT 
> CMakeFiles/scalapack.dir/BLACS/SRC/dtrsd2d_.c.o -MF 
> CMakeFiles/scalapack.dir/BLACS/SRC/dtrsd2d_.c.o.d -o 
> CMakeFiles/scalapack.dir/BLACS/SRC/dtrsd2d_.c.o -c 
> /<>/BLACS/SRC/dtrsd2d_.c
> /usr/bin/mpicc.openmpi -DAdd_ -Dscalapack_EXPORTS 
> -I/usr/lib/x86_64-linux-gnu/openmpi/include 
> -I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -pedantic -Wdate-time 
> -D_FORTIFY_SOURCE=2 -fPIC -MD -MT 
> CMakeFiles/scalapack.dir/BLACS/SRC/itrsd2d_.c.o -MF 
> CMakeFiles/scalapack.dir/BLACS/SRC/itrsd2d_.c.o.d -o 
> CMakeFiles/scalapack.dir/BLACS/SRC/itrsd2d_.c.o -c 
> /<>/BLACS/SRC/itrsd2d_.c
> [  0%] Building C object CMakeFiles/scalapack.dir/BLACS/SRC/cgesd2d_.c.o
> [  0%] Building C object CMakeFiles/scalapack.dir/BLACS/SRC/sgesd2d_.c.o
> /usr/bin/mpicc.openmpi -DAdd_ -Dscalapack_EXPORTS 
> -I/usr/lib/x86_64-linux-gnu/openmpi/include 
> -I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> 

Bug#1066329: sdl-mixer1.2: FTBFS: mixer.c:158:60: error: implicit declaration of function ‘Mix_InitFluidSynth’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: sdl-mixer1.2
Version: 1.2.12-17
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> /bin/bash ./libtool --mode=compile gcc -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -pipe -Wall -Wdate-time 
> -D_FORTIFY_SOURCE=2 
> -DMIX_INIT_SOUNDFONT_PATHS=\"/usr/share/sounds/sf3/default-GM.sf3\" 
> -D_GNU_SOURCE=1 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  -DHAVE_FORK 
> -DCMD_MUSIC -DWAV_MUSIC -DMOD_MUSIC -pthread -D_REENTRANT -DMID_MUSIC 
> -DUSE_TIMIDITY_MIDI -I./timidity -DUSE_FLUIDSYNTH_MIDI -DOGG_MUSIC 
> -DFLAC_MUSIC -DHAVE_SIGNAL_H -DHAVE_SETBUF -DMP3_MAD_MUSIC  -c music_cmd.c -o 
> build/music_cmd.lo 
> libtool: compile:  gcc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -pipe -Wall -Wdate-time -D_FORTIFY_SOURCE=2 
> -DMIX_INIT_SOUNDFONT_PATHS=\"/usr/share/sounds/sf3/default-GM.sf3\" 
> -D_GNU_SOURCE=1 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_FORK 
> -DCMD_MUSIC -DWAV_MUSIC -DMOD_MUSIC -pthread -D_REENTRANT -DMID_MUSIC 
> -DUSE_TIMIDITY_MIDI -I./timidity -DUSE_FLUIDSYNTH_MIDI -DOGG_MUSIC 
> -DFLAC_MUSIC -DHAVE_SIGNAL_H -DHAVE_SETBUF -DMP3_MAD_MUSIC -c load_aiff.c  
> -fPIC -DPIC -o build/.libs/load_aiff.o
> libtool: compile:  gcc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -pipe -Wall -Wdate-time -D_FORTIFY_SOURCE=2 
> -DMIX_INIT_SOUNDFONT_PATHS=\"/usr/share/sounds/sf3/default-GM.sf3\" 
> -D_GNU_SOURCE=1 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_FORK 
> -DCMD_MUSIC -DWAV_MUSIC -DMOD_MUSIC -pthread -D_REENTRANT -DMID_MUSIC 
> -DUSE_TIMIDITY_MIDI -I./timidity -DUSE_FLUIDSYNTH_MIDI -DOGG_MUSIC 
> -DFLAC_MUSIC -DHAVE_SIGNAL_H -DHAVE_SETBUF -DMP3_MAD_MUSIC -c 
> effect_stereoreverse.c  -fPIC -DPIC -o build/.libs/effect_stereoreverse.o
> libtool: compile:  gcc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -pipe -Wall -Wdate-time -D_FORTIFY_SOURCE=2 
> -DMIX_INIT_SOUNDFONT_PATHS=\"/usr/share/sounds/sf3/default-GM.sf3\" 
> -D_GNU_SOURCE=1 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_FORK 
> -DCMD_MUSIC -DWAV_MUSIC -DMOD_MUSIC -pthread -D_REENTRANT -DMID_MUSIC 
> -DUSE_TIMIDITY_MIDI -I./timidity -DUSE_FLUIDSYNTH_MIDI -DOGG_MUSIC 
> -DFLAC_MUSIC -DHAVE_SIGNAL_H -DHAVE_SETBUF -DMP3_MAD_MUSIC -c load_voc.c  
> -fPIC -DPIC -o build/.libs/load_voc.o
> libtool: compile:  gcc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -pipe -Wall -Wdate-time -D_FORTIFY_SOURCE=2 
> -DMIX_INIT_SOUNDFONT_PATHS=\"/usr/share/sounds/sf3/default-GM.sf3\" 
> -D_GNU_SOURCE=1 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_FORK 
> -DCMD_MUSIC -DWAV_MUSIC -DMOD_MUSIC -pthread -D_REENTRANT -DMID_MUSIC 
> -DUSE_TIMIDITY_MIDI -I./timidity -DUSE_FLUIDSYNTH_MIDI -DOGG_MUSIC 
> -DFLAC_MUSIC -DHAVE_SIGNAL_H -DHAVE_SETBUF -DMP3_MAD_MUSIC -c 
> effects_internal.c  -fPIC -DPIC -o build/.libs/effects_internal.o
> libtool: compile:  gcc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -pipe -Wall -Wdate-time -D_FORTIFY_SOURCE=2 
> -DMIX_INIT_SOUNDFONT_PATHS=\"/usr/share/sounds/sf3/default-GM.sf3\" 
> -D_GNU_SOURCE=1 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_FORK 
> -DCMD_MUSIC -DWAV_MUSIC -DMOD_MUSIC -pthread -D_REENTRANT -DMID_MUSIC 
> -DUSE_TIMIDITY_MIDI -I./timidity -DUSE_FLUIDSYNTH_MIDI -DOGG_MUSIC 
> -DFLAC_MUSIC -DHAVE_SIGNAL_H -DHAVE_SETBUF -DMP3_MAD_MUSIC -c 
> effect_position.c  -fPIC -DPIC -o build/.libs/effect_position.o
> libtool: compile:  gcc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -pipe -Wall -Wdate-time -D_FORTIFY_SOURCE=2 
> -DMIX_INIT_SOUNDFONT_PATHS=\"/usr/share/sounds/sf3/default-GM.sf3\" 
> -D_GNU_SOURCE=1 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_FORK 
> -DCMD_MUSIC -DWAV_MUSIC -DMOD_MUSIC -pthread -D_REENTRANT -DMID_MUSIC 

Bug#1066330: bluemon: FTBFS: bluemon-query.c:46:15: error: implicit declaration of function ‘strncmp’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: bluemon
Version: 1.4-8
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection `pkg-config --cflags dbus-1` 
> -DVERSION=\"1.4\" -o bluemon-query bluemon-query.c -Wl,-z,relro -Wl,-z,now 
> -L/usr/lib -lbluetooth `pkg-config --libs dbus-1`
> docbook-to-man bluemon.sgml > bluemon.1
> docbook-to-man bluemon-client.sgml > bluemon-client.1
> docbook-to-man bluemon-query.sgml > bluemon-query.1
> docbook-to-man bluemon-dbus.sgml > bluemon-dbus.7
> bluemon-query.c: In function ‘main’:
> bluemon-query.c:46:15: error: implicit declaration of function ‘strncmp’ 
> [-Werror=implicit-function-declaration]
>46 |  0 == strncmp("--help", argv[1], 7)) {
>   |   ^~~
> bluemon-query.c:28:1: note: include ‘’ or provide a declaration of 
> ‘strncmp’
>27 | #include 
>   +++ |+#include 
>28 | 
> bluemon-query.c:46:42: warning: ‘strncmp’ argument 3 type is ‘int’ where 
> ‘long unsigned int’ is expected in a call to built-in function declared 
> without prototype [-Wbuiltin-declaration-mismatch]
>46 |  0 == strncmp("--help", argv[1], 7)) {
>   |  ^
> : note: built-in ‘strncmp’ declared here
> bluemon-query.c:93:34: warning: ‘strncmp’ argument 3 type is ‘int’ where 
> ‘long unsigned int’ is expected in a call to built-in function declared 
> without prototype [-Wbuiltin-declaration-mismatch]
>93 |else if (strncmp(address, "", 1))
>   |  ^
> : note: built-in ‘strncmp’ declared here
> bluemon-query.c:94:14: warning: too many arguments for format 
> [-Wformat-extra-args]
>94 |   printf("nothing connected\n", address);
>   |  ^
> bluemon-client.c: In function ‘fork_and_run’:
> bluemon-client.c:81:7: warning: ignoring return value of ‘system’ declared 
> with attribute ‘warn_unused_result’ [-Wunused-result]
>81 |   system(cmd);
>   |   ^~~
> bluetooth-monitor.c: In function ‘main’:
> bluetooth-monitor.c:756:10: error: implicit declaration of function ‘umask’ 
> [-Werror=implicit-function-declaration]
>   756 |  umask(0);
>   |  ^
> cc1: some warnings being treated as errors
> make[1]: *** [Makefile:25: bluemon-query] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/bluemon_1.4-8_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066327: chmlib: FTBFS: chm_http.c:167:32: error: implicit declaration of function ‘inet_addr’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: chmlib
Version: 2:0.40a-8
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> x86_64-linux-gnu-gcc -DPACKAGE_NAME=\"chmlib\" -DPACKAGE_TARNAME=\"chmlib\" 
> -DPACKAGE_VERSION=\"0.40\" -DPACKAGE_STRING=\"chmlib\ 0.40\" 
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"chmlib\" 
> -DVERSION=\"0.40\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
> -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 
> -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 
> -DLT_OBJDIR=\".libs/\" -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 
> -DHAVE_LIBPTHREAD=1 -DHAVE_MALLOC=1 -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g 
> -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -DCHM_MT -DCHM_USE_PREAD -DCHM_USE_IO64 
> -MT test_chmLib.o -MD -MP -MF .deps/test_chmLib.Tpo -c -o test_chmLib.o 
> test_chmLib.c
> chm_http.c: In function ‘chmhttp_server’:
> chm_http.c:167:32: error: implicit declaration of function ‘inet_addr’ 
> [-Werror=implicit-function-declaration]
>   167 | bindAddr.sin_addr.s_addr = inet_addr(config_bind);
>   |^
> chm_http.c:179:9: error: implicit declaration of function ‘close’; did you 
> mean ‘pclose’? [-Werror=implicit-function-declaration]
>   179 | close(server.socket);
>   | ^
>   | pclose
> chm_http.c:192:73: warning: pointer targets in passing argument 3 of ‘accept’ 
> differ in signedness [-Wpointer-sign]
>   192 | slave->fd = accept(server.socket, (struct sockaddr 
> *), );
>   |   
>   ^~~~
>   |   
>   |
>   |   
>   int *
> In file included from chm_http.c:43:
> /usr/include/x86_64-linux-gnu/sys/socket.h:307:42: note: expected ‘socklen_t 
> * restrict’ {aka ‘unsigned int * restrict’} but argument is of type ‘int *’
>   307 |socklen_t *__restrict __addr_len);
>   |~~^~
> chm_http.c: In function ‘service_request’:
> chm_http.c:343:9: error: implicit declaration of function ‘write’; did you 
> mean ‘fwrite’? [-Werror=implicit-function-declaration]
>   343 | write(fd, INTERNAL_ERROR, strlen(INTERNAL_ERROR));
>   | ^
>   | fwrite
> chm_http.c:348:5: warning: ignoring return value of ‘fgets’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   348 | fgets(buffer, 4096, fout);
>   | ^
> mv -f .deps/enum_chmLib.Tpo .deps/enum_chmLib.Po
> libtool: compile:  x86_64-linux-gnu-gcc -DPACKAGE_NAME=\"chmlib\" 
> -DPACKAGE_TARNAME=\"chmlib\" -DPACKAGE_VERSION=\"0.40\" 
> "-DPACKAGE_STRING=\"chmlib 0.40\"" -DPACKAGE_BUGREPORT=\"\" 
> -DPACKAGE_URL=\"\" -DPACKAGE=\"chmlib\" -DVERSION=\"0.40\" -DHAVE_STDIO_H=1 
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
> -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 
> -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRING_H=1 
> -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBPTHREAD=1 -DHAVE_MALLOC=1 -I. 
> -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -DCHM_MT -DCHM_USE_PREAD -DCHM_USE_IO64 
> -MT lzx.lo -MD -MP -MF .deps/lzx.Tpo -c lzx.c  -fPIC -DPIC -o .libs/lzx.o
> mv -f .deps/enumdir_chmLib.Tpo .deps/enumdir_chmLib.Po
> mv -f .deps/test_chmLib.Tpo .deps/test_chmLib.Po
> libtool: compile:  x86_64-linux-gnu-gcc -DPACKAGE_NAME=\"chmlib\" 
> -DPACKAGE_TARNAME=\"chmlib\" -DPACKAGE_VERSION=\"0.40\" 
> "-DPACKAGE_STRING=\"chmlib 0.40\"" -DPACKAGE_BUGREPORT=\"\" 
> -DPACKAGE_URL=\"\" -DPACKAGE=\"chmlib\" -DVERSION=\"0.40\" -DHAVE_STDIO_H=1 
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
> -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 
> -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRING_H=1 
> -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBPTHREAD=1 -DHAVE_MALLOC=1 -I. 
> -Wdate-time 

Bug#1066326: codonw: FTBFS: codonW.h:38:74: error: implicit declaration of function ‘gets’; did you mean ‘fgets’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: codonw
Version: 1.4.4-7
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cc -c -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -DLINUX -Wdate-time -D_FORTIFY_SOURCE=2 coresp.c
> In file included from menu.c:31:
> menu.c: In function ‘main_menu’:
> codonW.h:38:74: error: implicit declaration of function ‘gets’; did you mean 
> ‘fgets’? [-Werror=implicit-function-declaration]
>38 | #define pause {fprintf(stderr,"\nPress return or enter to continue -> 
> ");gets(pm->junk);}
>   |   
>^~~~
> menu.c:69:9: note: in expansion of macro ‘pause’
>69 | pause;
>   | ^
> codons.c: In function ‘main’:
> codons.c:190:55: warning: format ‘%i’ expects argument of type ‘int’, but 
> argument 3 has type ‘long int’ [-Wformat=]
>   190 | fprintf(pm->my_err,"\n\n\t\tNumber of sequences: %i\n",
>   |  ~^
>   |   |
>   |   int
>   |  %li
>   191 | num_sequence);
>   |    
>   | |
>   | long int
> codons.c:196:32: warning: format ‘%i’ expects argument of type ‘int’, but 
> argument 3 has type ‘long int’ [-Wformat=]
>   196 |fprintf(pm->my_err, "\tWARNING\t At least one sequence in 
> your"
>   |
> ^~~
>   197 | " input file has\ninternal stop codons (found %i"
>   198 | " internal stops) \tWARNING\n",num_seq_int_stop);
>   |
>   ||
>   |long int
> codons.c:197:68: note: format string is defined here
>   197 | " input file has\ninternal stop codons (found %i"
>   |   ~^
>   ||
>   |int
>   |   %li
> codons.c:200:46: warning: format ‘%i’ expects argument of type ‘int’, but 
> argument 3 has type ‘long int’ [-Wformat=]
>   200 |fprintf(pm->my_err, "\tWARNING\t %i sequences had internal 
> "
>   | ~^
>   |  |
>   |  int
>   | %li
>   201 |"stop codons 
> \tWARNING\n",num_seq_int_stop);
>   |  
>   |  |
>   |  long int
> In file included from codons.c:90:
> codonW.h:38:74: error: implicit declaration of function ‘gets’; did you mean 
> ‘fgets’? [-Werror=implicit-function-declaration]
>38 | #define pause {fprintf(stderr,"\nPress return or enter to continue -> 
> ");gets(pm->junk);}
>   |   
>^~~~
> codons.c:204:35: note: in expansion of macro ‘pause’
>   204 | if ( pm->codonW && pm->menu ) pause;
>   |   ^
> codons.c: In function ‘toutput’:
> codons.c:640:25: warning: unknown conversion type character ‘=’ in format 
> [-Wformat=]
>   640 | fprintf(pm->my_err, "%3li>\t%6li %-40.40s\tDNA\tGC%"
>   | ^~~~
> codons.c:641:11: note: format string is defined here
>   641 | " =%5.3f\n" /* with G+C content and length of 
> gene */
>   |   ^
> In file included from commline.c:28:
> commline.c: In function ‘proc_comm_line’:
> codonW.h:38:74: error: implicit declaration of function ‘gets’; did you mean 
> ‘fgets’? [-Werror=implicit-function-declaration]
>38 | #define pause {fprintf(stderr,"\nPress return or enter to continue -> 
> 

Bug#1066324: lucy: FTBFS: poly.c:22:9: error: implicit declaration of function ‘abi_code’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: lucy
Version: 1.20-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -pedantic -Wdate-time -D_FORTIFY_SOURCE=2  -c -o poly.o poly.c
> done!
> qual_trim.c:10:1: warning: "/*" within comment [-Wcomment]
>10 | /* qual_trim.c - Quality trimming algorithm which determines a "clean"
>   |  
> qual_trim.c:11:1: warning: "/*" within comment [-Wcomment]
>11 | /*range for a sequence based on its phred quality values.
>   |  
> qual_trim.c:12:1: warning: "/*" within comment [-Wcomment]
>12 | /*
>   |  
> qual_trim.c:13:1: warning: "/*" within comment [-Wcomment]
>13 | /* Written by Michael Holmes, 4/13/99.
>   |  
> qual_trim.c:14:1: warning: "/*" within comment [-Wcomment]
>14 | /*
>   |  
> qual_trim.c:15:1: warning: "/*" within comment [-Wcomment]
>15 | /* 1/31/2000, Michael Holmes -- Added default_windows().
>   |  
> qual_trim.c:16:1: warning: "/*" within comment [-Wcomment]
>16 | /* 2/15/2000, Michael Holmes -- Added bracket_clean_range() and
>   |  
> qual_trim.c:17:1: warning: "/*" within comment [-Wcomment]
>17 | /*set_bracket().
>   |  
> qual_trim.c:18:1: warning: "/*" within comment [-Wcomment]
>18 | /* 2/18/2000, Michael Holmes -- Minor change to test-mode output only.
>   |  
> qual_trim.c:19:1: warning: "/*" within comment [-Wcomment]
>19 | /*
>   |  
> qual_trim.c:20:1: warning: "/*" within comment [-Wcomment]
>20 | /* Copyright (C) 1999, 2000, The Institute for Genomic Research.  All 
> rights
>   |  
> qual_trim.c:21:1: warning: "/*" within comment [-Wcomment]
>21 | /* reserved.
>   |  
> qual_trim.c:22:1: warning: "/*" within comment [-Wcomment]
>22 | /*
>   |  
> qual_trim.c:23:1: warning: "/*" within comment [-Wcomment]
>23 | /* Note: phred quality values are based on the log (base 10) of the
>   |  
> qual_trim.c:24:1: warning: "/*" within comment [-Wcomment]
>24 | /* probability that the corresponding base call is in error:
>   |  
> qual_trim.c:25:1: warning: "/*" within comment [-Wcomment]
>25 | /*
>   |  
> qual_trim.c:26:1: warning: "/*" within comment [-Wcomment]
>26 | /*Q = -10 log(P_error)
>   |  
> qual_trim.c:27:1: warning: "/*" within comment [-Wcomment]
>27 | /*
>   |  
> qual_trim.c:28:1: warning: "/*" within comment [-Wcomment]
>28 | /* Thanks to Granger Sutton for valuable suggestions.
>   |  
> qual_trim.c:29:1: warning: "/*" within comment [-Wcomment]
>29 | /*
>   |  
> qual_trim.c:30:1: warning: "/*" within comment [-Wcomment]
>30 | /* The main functions of interest to external code (such as lucy) are
>   |  
> qual_trim.c:31:1: warning: "/*" within comment [-Wcomment]
>31 | /* default_windows() and quality_trim().  The grim() function 
> emulates the
>   |  
> qual_trim.c:32:1: warning: "/*" within comment [-Wcomment]
>32 | /* interface that was used by the old quality trimmimg algorithm 
> (grim),
>   |  
> qual_trim.c:33:1: warning: "/*" within comment [-Wcomment]
>33 | /* but it is not called by lucy.  The main() function is compiled 
> only if
>   |  
> qual_trim.c:34:1: warning: "/*" within comment [-Wcomment]
>34 | /* TEST_THIS_CODE is #defined.
>   |  
> qual_trim.c:35:1: warning: "/*" within comment [-Wcomment]
>35 | /*
>   |  
> qual_trim.c:36:1: warning: "/*" within comment [-Wcomment]
>36 | /* The calling hierarchy is:
>   |  
> qual_trim.c:37:1: warning: "/*" within comment [-Wcomment]
>37 | /*
>   |  
> qual_trim.c:38:1: warning: "/*" within comment [-Wcomment]
>38 | /* main()
>   |  
> qual_trim.c:39:1: warning: "/*" within comment [-Wcomment]
>39 | /* grim()
>   |  
> qual_trim.c:40:1: warning: "/*" within comment [-Wcomment]
>40 | /* default_windows()
>   |  
> qual_trim.c:41:1: warning: "/*" within comment [-Wcomment]
>41 | /* quality_trim()
>   |  
> qual_trim.c:42:1: warning: "/*" within comment [-Wcomment]
>42 | /* bracket_clean_range()
>   |  
> qual_trim.c:43:1: warning: "/*" within comment [-Wcomment]
>43 | /* multi_window_trim()
>   |  
> qual_trim.c:44:1: warning: "/*" within comment [-Wcomment]
>44 | /* window_trim()
>   |  
> qual_trim.c:45:1: warning: "/*" within comment [-Wcomment]

Bug#1066325: calculix-ccx: FTBFS: elemChecker.c:29:7: error: implicit declaration of function ‘v_result’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: calculix-ccx
Version: 2.20-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cc -Wall -I/usr/include/spooles -DARCH=Linux -DSPOOLES -DARPACK 
> -DMATRIXSTORAGE -DUSE_MT=1 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -c elementcpuload.c
> elemChecker.c: In function ‘elemChecker’:
> elemChecker.c:29:7: error: implicit declaration of function ‘v_result’ 
> [-Werror=implicit-function-declaration]
>29 |   v_result( [elem[i].nod[0]].nx, [elem[i].nod[1]].nx, 
> v12);
>   |   ^~~~
> elemChecker.c:32:7: error: implicit declaration of function ‘v_prod’ 
> [-Werror=implicit-function-declaration]
>32 |   v_prod(v12,v13,vn);
>   |   ^~
> elemChecker.c:34:11: error: implicit declaration of function ‘v_betrag’ 
> [-Werror=implicit-function-declaration]
>34 |   bvn=v_betrag(vn);
>   |   ^~~~
> cc -Wall -I/usr/include/spooles -DARCH=Linux -DSPOOLES -DARPACK 
> -DMATRIXSTORAGE -DUSE_MT=1 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -c expand.c
> cc1: some warnings being treated as errors
> make[2]: *** [Makefile:9: elemChecker.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/calculix-ccx_2.20-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066323: uniutils: FTBFS: uniname.c:531:43: error: implicit declaration of function ‘isspace’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: uniutils
Version: 2.27-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I. -I. -I.   -Wdate-time -D_FORTIFY_SOURCE=2 
> -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c uniname.c
> uniname.c:49:29: warning: macro "__DATE__" might prevent reproducible builds 
> [-Wdate-time]
>49 | char compdate[]="Compiled " __DATE__ " " __TIME__ ;
>   | ^~~~
> uniname.c:49:42: warning: macro "__TIME__" might prevent reproducible builds 
> [-Wdate-time]
>49 | char compdate[]="Compiled " __DATE__ " " __TIME__ ;
>   |  ^~~~
> uniname.c: In function ‘main’:
> uniname.c:531:43: error: implicit declaration of function ‘isspace’ 
> [-Werror=implicit-function-declaration]
>   531 |   if(SkipAsciiSpaceP && (c <= 0xFF && isspace (c))) {
>   |   ^~~
> uniname.c:45:1: note: include ‘’ or provide a declaration of 
> ‘isspace’
>44 | #include "nelson.h"
>   +++ |+#include 
>45 | 
> uniname.c:531:52: warning: ‘isspace’ argument 1 promotes to ‘UTF32’ {aka 
> ‘long unsigned int’} where ‘int’ is expected in a call to built-in function 
> declared without prototype [-Wbuiltin-declaration-mismatch]
>   531 |   if(SkipAsciiSpaceP && (c <= 0xFF && isspace (c))) {
>   |^
> : note: built-in ‘isspace’ declared here
> cc1: some warnings being treated as errors
> make[2]: *** [Makefile:345: uniname.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/uniutils_2.27-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066322: notion: FTBFS: tutest.c:42:9: error: implicit declaration of function ‘fabs’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: notion
Version: 4.0.2+dfsg-6
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g 
> -Os -W -Wall -pedantic -DCF_XFREE86_TEXTPROP_BUG_WORKAROUND -DHAVE_X11_XFT 
> -DHAVE_X11_BMF   -DHAS_SYSTEM_ASPRINTF=1 -DNOTION_RELEASE='"4.0.2+dfsg"' -MMD 
> -g -Os -W -Wall -pedantic -DCF_XFREE86_TEXTPROP_BUG_WORKAROUND -DHAVE_X11_XFT 
> -DHAVE_X11_BMF   -DHAS_SYSTEM_ASPRINTF=1 -DNOTION_RELEASE='"4.0.2+dfsg"'  
> -D_POSIX_C_SOURCE=200112L -W -Wall -pedantic -MMD -g -Os -W -Wall -pedantic 
> -DCF_XFREE86_TEXTPROP_BUG_WORKAROUND -DHAVE_X11_XFT -DHAVE_X11_BMF -I../..  
> -DHAS_SYSTEM_ASPRINTF=1 -DNOTION_RELEASE='"4.0.2+dfsg"' -D_XOPEN_SOURCE 
> -D_XOPEN_SOURCE_EXTENDED -std=c99 -DCF_HAS_VA_COPY -MMD -o tutest ../misc.c 
> ../tokenizer.c ../util.c ../output.c tutest.c -llua5.3  -ldl -lm
> In file included from ../tokenizer.c:424:
> ../np/np-conv.h:15:13: warning: ‘num_to_char’ defined but not used 
> [-Wunused-function]
>15 |  static int num_to_##T(T *ret, const NPNum *num, bool allow_uns_big) \
>   | ^~~
> ../np/np-conv.h:118:1: note: in expansion of macro ‘FN_NUM_TO_SIGNED’
>   118 | FN_NUM_TO_SIGNED(char, UCHAR_MAX, CHAR_MAX, CHAR_MIN)
>   | ^~~~
> tutest.c: In function ‘test_get_token’:
> tutest.c:42:9: error: implicit declaration of function ‘fabs’ 
> [-Werror=implicit-function-declaration]
>42 | if (fabs(TOK_DOUBLE_VAL() - 2.3) > 1e-6){
>   | ^~~~
> tutest.c:15:1: note: include ‘’ or provide a declaration of ‘fabs’
>14 | #include "../util.h"
>   +++ |+#include 
>15 | 
> tutest.c:42:9: warning: incompatible implicit declaration of built-in 
> function ‘fabs’ [-Wbuiltin-declaration-mismatch]
>42 | if (fabs(TOK_DOUBLE_VAL() - 2.3) > 1e-6){
>   | ^~~~
> tutest.c:42:9: note: include ‘’ or provide a declaration of ‘fabs’
> tutest.c: In function ‘main’:
> tutest.c:94:14: warning: unused parameter ‘argc’ [-Wunused-parameter]
>94 | int main(int argc, char *argv[])
>   |  ^~~~
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:20: test] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/notion_4.0.2+dfsg-6_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066321: openzwave: FTBFS: cc1plus: error: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++ [-Werror]

2024-03-13 Thread Lucas Nussbaum
Source: openzwave
Version: 1.6.1914+ds-1.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> make[3]: Entering directory '/<>'
> make[3]: warning: -j8 forced in submake: resetting jobserver mode.
> Building OpenZWave Version  - 1.6.1914
> Building tinyxml/tinystr.cpp
> Building tinyxml/tinyxml.cpp
> Building tinyxml/tinyxmlerror.cpp
> Building tinyxml/tinyxmlparser.cpp
> Building aes/aes_modes.c
> Building aes/aescrypt.c
> Building aes/aeskey.c
> Building aes/aestab.c
> cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ 
> is not valid for C++
> cc1plus: error: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ 
> is not valid for C++ [-Werror]
> cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ 
> is not valid for C++
> cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ 
> is not valid for C++
> cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ 
> is not valid for C++
> cc1plus: error: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ 
> is not valid for C++ [-Werror]
> cc1plus: error: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ 
> is not valid for C++ [-Werror]
> cc1plus: error: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ 
> is not valid for C++ [-Werror]
> cc1plus: all warnings being treated as errors
> make[3]: *** [/<>/cpp/build/support.mk:186: 
> /<>/.lib/tinystr.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/openzwave_1.6.1914+ds-1.1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066320: astlib: FTBFS: PyWCSTools/wcssubs-3.9.5/wcscon_wrap.c:3533:3: error: implicit declaration of function ‘wcscon’; did you mean ‘wcstoq’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: astlib
Version: 0.11.10-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -I/usr/include/python3.12 -c PyWCSTools/wcssubs-3.9.5/wcscon_wrap.c -o 
> build/temp.linux-x86_64-cpython-312/PyWCSTools/wcssubs-3.9.5/wcscon_wrap.o
> PyWCSTools/wcssubs-3.9.5/wcscon_wrap.c: In function ‘_wrap_wcscon’:
> PyWCSTools/wcssubs-3.9.5/wcscon_wrap.c:3533:3: error: implicit declaration of 
> function ‘wcscon’; did you mean ‘wcstoq’? 
> [-Werror=implicit-function-declaration]
>  3533 |   wcscon(arg1,arg2,arg3,arg4,arg5,arg6,arg7);
>   |   ^~
>   |   wcstoq
> PyWCSTools/wcssubs-3.9.5/wcscon_wrap.c: In function ‘_wrap_wcscsys’:
> PyWCSTools/wcssubs-3.9.5/wcscon_wrap.c:3570:17: error: implicit declaration 
> of function ‘wcscsys’; did you mean ‘wcscspn’? 
> [-Werror=implicit-function-declaration]
>  3570 |   result = (int)wcscsys(arg1);
>   | ^~~
>   | wcscspn
> cc1: some warnings being treated as errors
> error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
> E: pybuild pybuild:389: build: plugin distutils failed with: exit code=1: 
> /usr/bin/python3.12 setup.py build 
> I: pybuild base:305: /usr/bin/python3 setup.py build 
> /<>/setup.py:8: DeprecationWarning: pkg_resources is deprecated 
> as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
>   from pkg_resources import require
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.11_astlib/build/astLib
> copying astLib/__init__.py -> 
> /<>/.pybuild/cpython3_3.11_astlib/build/astLib
> copying astLib/astImages.py -> 
> /<>/.pybuild/cpython3_3.11_astlib/build/astLib
> copying astLib/astCalc.py -> 
> /<>/.pybuild/cpython3_3.11_astlib/build/astLib
> copying astLib/astSED.py -> 
> /<>/.pybuild/cpython3_3.11_astlib/build/astLib
> copying astLib/astWCS.py -> 
> /<>/.pybuild/cpython3_3.11_astlib/build/astLib
> copying astLib/astPlots.py -> 
> /<>/.pybuild/cpython3_3.11_astlib/build/astLib
> copying astLib/astStats.py -> 
> /<>/.pybuild/cpython3_3.11_astlib/build/astLib
> copying astLib/astCoords.py -> 
> /<>/.pybuild/cpython3_3.11_astlib/build/astLib
> creating /<>/.pybuild/cpython3_3.11_astlib/build/PyWCSTools
> copying PyWCSTools/__init__.py -> 
> /<>/.pybuild/cpython3_3.11_astlib/build/PyWCSTools
> copying PyWCSTools/wcscon.py -> 
> /<>/.pybuild/cpython3_3.11_astlib/build/PyWCSTools
> creating /<>/.pybuild/cpython3_3.11_astlib/build/astLib/data
> copying astLib/data/bohlin2006_Vega.sed -> 
> /<>/.pybuild/cpython3_3.11_astlib/build/astLib/data
> copying astLib/data/sun_reference_stis_001.ascii -> 
> /<>/.pybuild/cpython3_3.11_astlib/build/astLib/data
> running build_ext
> building 'PyWCSTools._wcscon' extension
> swigging PyWCSTools/wcssubs-3.9.5/wcscon.i to 
> PyWCSTools/wcssubs-3.9.5/wcscon_wrap.c
> swig -python -outdir PyWCSTools/ -o PyWCSTools/wcssubs-3.9.5/wcscon_wrap.c 
> PyWCSTools/wcssubs-3.9.5/wcscon.i
> creating build/temp.linux-x86_64-cpython-311
> creating build/temp.linux-x86_64-cpython-311/PyWCSTools
> creating build/temp.linux-x86_64-cpython-311/PyWCSTools/wcssubs-3.9.5
> x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -I/usr/include/python3.11 -c PyWCSTools/wcssubs-3.9.5/wcscon_wrap.c -o 
> build/temp.linux-x86_64-cpython-311/PyWCSTools/wcssubs-3.9.5/wcscon_wrap.o
> PyWCSTools/wcssubs-3.9.5/wcscon_wrap.c: In function ‘_wrap_wcscon’:
> PyWCSTools/wcssubs-3.9.5/wcscon_wrap.c:3533:3: error: implicit declaration of 
> function ‘wcscon’; did you mean ‘wcstoq’? 
> [-Werror=implicit-function-declaration]
>  3533 |   wcscon(arg1,arg2,arg3,arg4,arg5,arg6,arg7);
>   |   ^~
>   |   wcstoq
> PyWCSTools/wcssubs-3.9.5/wcscon_wrap.c: In function ‘_wrap_wcscsys’:
> PyWCSTools/wcssubs-3.9.5/wcscon_wrap.c:3570:17: error: implicit declaration 
> of function ‘wcscsys’; did you mean ‘wcscspn’? 

Bug#1066319: libopendbx: FTBFS: mssql_basic.c:324:21: error: implicit declaration of function ‘dbpoll’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: libopendbx
Version: 1.4.6-16.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> /bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
> -I../..  -DAPINUMBER=10200 -I../../lib -I/usr/include/mysql 
> -I/usr/include/postgresql -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -pedantic -std=c99 -MT 
> libmssqlbackend_la-mssql_basic.lo -MD -MP -MF 
> .deps/libmssqlbackend_la-mssql_basic.Tpo -c -o 
> libmssqlbackend_la-mssql_basic.lo `test -f 'mssql_basic.c' || echo 
> './'`mssql_basic.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -DAPINUMBER=10200 
> -I../../lib -I/usr/include/mysql -I/usr/include/postgresql -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -pedantic -std=c99 -MT libmssqlbackend_la-mssql_basic.lo -MD -MP -MF 
> .deps/libmssqlbackend_la-mssql_basic.Tpo -c mssql_basic.c  -fPIC -DPIC -o 
> .libs/libmssqlbackend_la-mssql_basic.o
> mssql_basic.c: In function ‘mssql_odbx_result’:
> mssql_basic.c:324:21: error: implicit declaration of function ‘dbpoll’ 
> [-Werror=implicit-function-declaration]
>   324 | if( dbpoll( dbproc, ms, ,  ) == FAIL ) 
> { return -ODBX_ERR_BACKEND; }
>   | ^~
> mssql_basic.c: In function ‘mssql_err_handler’:
> mssql_basic.c:758:38: warning: the comparison will always evaluate as ‘false’ 
> for the address of ‘errmsg’ will never be NULL [-Waddress]
>   758 | if( tc == NULL || tc->errmsg == NULL )
>   |  ^~
> In file included from mssql_basic.h:11,
>  from mssql_basic.c:11:
> mssqlbackend.h:46:14: note: ‘errmsg’ declared here
>46 | char errmsg[MSSQL_MSGLEN];
>   |  ^~
> mssql_basic.c: In function ‘mssql_msg_handler’:
> mssql_basic.c:791:38: warning: the comparison will always evaluate as ‘false’ 
> for the address of ‘errmsg’ will never be NULL [-Waddress]
>   791 | if( tc == NULL || tc->errmsg == NULL )
>   |  ^~
> mssqlbackend.h:46:14: note: ‘errmsg’ declared here
>46 | char errmsg[MSSQL_MSGLEN];
>   |  ^~
> cc1: some warnings being treated as errors
> make[4]: *** [Makefile:515: libmssqlbackend_la-mssql_basic.lo] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/libopendbx_1.4.6-16.1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066318: audtty: FTBFS: playlist_jump.c:51:21: error: implicit declaration of function ‘strcasestr’; did you mean ‘strcasecmp’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: audtty
Version: 0.1.12-5.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cc -g -Wall -I/usr/include/dbus-1.0 `pkg-config --cflags glib-2.0` -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -o playlist_jump.o -c playlist_jump.c
> playlist_jump.c: In function ‘match’:
> playlist_jump.c:51:21: error: implicit declaration of function ‘strcasestr’; 
> did you mean ‘strcasecmp’? [-Werror=implicit-function-declaration]
>51 | if(!strcasestr(title, token)) {
>   | ^~
>   | strcasecmp
> playlist_jump.c: In function ‘playlist_jump’:
> playlist_jump.c:109:33: warning: variable ‘pl_width’ set but not used 
> [-Wunused-but-set-variable]
>   109 | gint pl_height, pl_width;
>   | ^~~~
> cc1: some warnings being treated as errors
> make[1]: *** [Makefile:25: playlist_jump.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/audtty_0.1.12-5.1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066317: montage: FTBFS: two_plane.c:680:8: error: implicit declaration of function ‘isnan’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: montage
Version: 6.0+dfsg-8
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -fcommon -fPIC -ansi -I. -I../../include -D_LARGEFILE_SOURCE 
> -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/usr/include/wcstools -I/usr/include/freetype2  -c -o two_plane.o 
> two_plane.c
> two_plane.c: In function ‘Initialize_TwoPlane’:
> two_plane.c:680:8: error: implicit declaration of function ‘isnan’ 
> [-Werror=implicit-function-declaration]
>   680 | if(isnan(invdet)){
>   |^
> cc1: some warnings being treated as errors
> make[4]: *** [: two_plane.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/montage_6.0+dfsg-8_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066316: siconos: FTBFS: lcp_nsqp.c:139:3: error: implicit declaration of function ‘numerics_error’; did you mean ‘numerics_EXPORTS’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: siconos
Version: 4.4.0+dfsg-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cd /<>/obj-x86_64-linux-gnu/numerics && /usr/bin/cc 
> -Dnumerics_EXPORTS -I/<>/obj-x86_64-linux-gnu 
> -I/<>/numerics/src/. -I/<>/numerics/src/tools 
> -I/<>/numerics/src/tools/InterfaceToPathFerris 
> -I/<>/numerics/src/tools/internal 
> -I/<>/numerics/src/AVI -I/<>/numerics/src/LCP 
> -I/<>/numerics/src/MLCP -I/<>/numerics/src/SOCP 
> -I/<>/numerics/src/QP -I/<>/numerics/src/Relay 
> -I/<>/numerics/src/FrictionContact 
> -I/<>/numerics/src/FrictionContact/Generated 
> -I/<>/numerics/src/NCP -I/<>/numerics/src/MCP 
> -I/<>/numerics/src/GenericMechanical 
> -I/<>/numerics/src/VI -I/<>/externals/blas_lapack 
> -I/<>/externals/netlib 
> -I/<>/externals/netlib/odepack 
> -I/<>/externals/tools -I/<>/externals/SOL/lumod-c 
> -I/<>/externals/hairer 
> -I/<>/externals/numeric_bindings 
> -I/<>/externals/boost_contribs -I/<>/externals/sort 
> -isystem /usr/include/suitesparse -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -ftemplate-depth=1024 -MD -MT 
> numerics/CMakeFiles/numerics.dir/src/LCP/lcp_nsqp.c.o -MF 
> CMakeFiles/numerics.dir/src/LCP/lcp_nsqp.c.o.d -o 
> CMakeFiles/numerics.dir/src/LCP/lcp_nsqp.c.o -c 
> /<>/numerics/src/LCP/lcp_nsqp.c
> cc1: warning: command-line option ‘-ftemplate-depth=1024’ is valid for 
> C++/ObjC++ but not for C
> /<>/numerics/src/LCP/lcp_nsqp.c: In function ‘lcp_nsqp’:
> /<>/numerics/src/LCP/lcp_nsqp.c:139:3: error: implicit 
> declaration of function ‘numerics_error’; did you mean ‘numerics_EXPORTS’? 
> [-Werror=implicit-function-declaration]
>   139 |   numerics_error("lcp_qp","ql0001 is not available in siconos 
> numerics");
>   |   ^~
>   |   numerics_EXPORTS
> cc1: some warnings being treated as errors
> make[3]: *** [numerics/CMakeFiles/numerics.dir/build.make:1101: 
> numerics/CMakeFiles/numerics.dir/src/LCP/lcp_nsqp.c.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/siconos_4.4.0+dfsg-4_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066315: kraptor: FTBFS: src/main.c:57:5: error: implicit declaration of function ‘mkdir’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: kraptor
Version: 0.0.20040403+ds-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cc -Iinclude -Wall -O2 `dpkg-buildflags --get CFLAGS` `dpkg-buildflags --get 
> CPPFLAGS` -c src/pmask.c -o obj/linux/pmask.o
> src/main.c: In function ‘main’:
> src/main.c:57:5: error: implicit declaration of function ‘mkdir’ 
> [-Werror=implicit-function-declaration]
>57 | mkdir(str, 0755);
>   | ^
> src/main.c:159:1: warning: ‘textout’ is deprecated [-Wdeprecated-declarations]
>   159 | textout(screen, font,"Wait... loading...",0,SCREEN_H - 
> text_height(font)*2, makecol(255,255,255));
>   | ^~~
> In file included from /usr/include/allegro/base.h:41,
>  from /usr/include/allegro.h:25,
>  from src/main.c:23:
> /usr/include/allegro/alcompat.h:139:1: note: declared here
>   139 | AL_INLINE_DEPRECATED(void, textout, (struct BITMAP *bmp, AL_CONST 
> FONT *f, AL_CONST char *str, int x, int y, int color),
>   | ^~~~
> cc -Iinclude -Wall -O2 `dpkg-buildflags --get CFLAGS` `dpkg-buildflags --get 
> CPPFLAGS` -c src/premio.c -o obj/linux/premio.o
> cc1: some warnings being treated as errors
> make[2]: *** [makefile.all:17: obj/linux/main.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/kraptor_0.0.20040403+ds-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066309: bibcursed: FTBFS: bibcursed.c:77:10: error: implicit declaration of function ‘tolower’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: bibcursed
Version: 2.0.0-6.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wshadow -o bibcursed bibcursed.c -lncurses -Wl,-z,relro
> bibcursed.c: In function ‘menu’:
> bibcursed.c:77:10: error: implicit declaration of function ‘tolower’ 
> [-Werror=implicit-function-declaration]
>77 |lch = tolower(ch);
>   |  ^~~
> bibcursed.c:28:1: note: include ‘’ or provide a declaration of 
> ‘tolower’
>27 | #include 
>   +++ |+#include 
>28 | 
> bibcursed.c:81:18: error: implicit declaration of function ‘search_menu’ 
> [-Werror=implicit-function-declaration]
>81 |   case 's' : search_menu(); break;
>   |  ^~~
> bibcursed.c:82:18: error: implicit declaration of function ‘add_entry’ 
> [-Werror=implicit-function-declaration]
>82 |   case 'a' : add_entry(); break;
>   |  ^
> bibcursed.c:83:18: error: implicit declaration of function ‘delete_entry’ 
> [-Werror=implicit-function-declaration]
>83 |   case 'd' : delete_entry(); break;
>   |  ^~~~
> bibcursed.c:84:18: error: implicit declaration of function ‘change_entry’ 
> [-Werror=implicit-function-declaration]
>84 |   case 'c' : change_entry(); break;
>   |  ^~~~
> bibcursed.c:85:18: error: implicit declaration of function ‘config_options’ 
> [-Werror=implicit-function-declaration]
>85 |   case 'o' : config_options(); break;
>   |  ^~
> bibcursed.c:86:18: error: implicit declaration of function ‘help’ 
> [-Werror=implicit-function-declaration]
>86 |   case 'h' : help(); break;
>   |  ^~~~
> bibcursed.c:87:18: error: implicit declaration of function ‘quit_prog’ 
> [-Werror=implicit-function-declaration]
>87 |   case 'q' : quit_prog(); break;
>   |  ^
> bibcursed.c: At top level:
> bibcursed.c:93:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>93 | help()
>   | ^~~~
> bibcursed.c:142:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   142 | config_options()
>   | ^~
> bibcursed.c:147:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   147 | add_entry()
>   | ^
> bibcursed.c: In function ‘add_entry’:
> bibcursed.c:387:19: error: implicit declaration of function ‘field_menu’ 
> [-Werror=implicit-function-declaration]
>   387 |   print_pos+= field_menu(use_institution, set_institution, "A. 
> Institution");
>   |   ^~
> bibcursed.c: At top level:
> bibcursed.c:851:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   851 | delete_entry()
>   | ^~~~
> bibcursed.c:961:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   961 | change_entry()
>   | ^~~~
> bibcursed.c: In function ‘change_entry’:
> bibcursed.c:1030:7: error: implicit declaration of function ‘change_field’ 
> [-Werror=implicit-function-declaration]
>  1030 |   change_field(entry_name);
>   |   ^~~~
> bibcursed.c: At top level:
> bibcursed.c:1035:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>  1035 | change_field(char *entry_name)
>   | ^~~~
> bibcursed.c: In function ‘change_field’:
> bibcursed.c:1066:10: error: implicit declaration of function ‘toupper’ 
> [-Werror=implicit-function-declaration]
>  1066 |lch = toupper(ch);
>   |  ^~~
> bibcursed.c:1066:10: note: include ‘’ or provide a declaration of 
> ‘toupper’
> bibcursed.c: At top level:
> bibcursed.c:1186:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>  1186 | search_file(int what)
>   | ^~~
> bibcursed.c:1317:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>  1317 | search_menu()
>   | ^~~
> bibcursed.c:1381:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>  1381 | quit_prog()
>   | ^
> bibcursed.c:1388:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>  1388 | main(int argc, char *argv[])
>   | ^~~~
> cc1: some warnings being treated as errors
> make[1]: *** [debian/rules:17: override_dh_auto_build-arch] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/bibcursed_2.0.0-6.1_unstable.log

All bugs filed during this archive 

Bug#1066314: regina-rexx: FTBFS: ./rexxext.c:95:7: error: implicit declaration of function ‘getcallstack’; did you mean ‘popcallstack’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: regina-rexx
Version: 3.6-2.4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cc -DNDEBUG -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 
> -DREGINA_SHARE_DIRECTORY=\"//usr/share/regina-rexx\" -funsigned-char 
> -DREGINA_VERSION_DATE=\""31 Dec 2011"\" -DREGINA_VERSION_MAJOR=\"3\" 
> -DREGINA_VERSION_MINOR=\"6\" -DREGINA_VERSION_SUPP=\"\" -DHAVE_CONFIG_H
> -I. -I. -I./contrib-o rexxext.o -c ./rexxext.c
> ./rexxext.c: In function ‘__regina_rex_getcallstack’:
> ./rexxext.c:95:7: error: implicit declaration of function ‘getcallstack’; did 
> you mean ‘popcallstack’? [-Werror=implicit-function-declaration]
>95 |   getcallstack( TSD, parms->value );
>   |   ^~~~
>   |   popcallstack
> cc1: some warnings being treated as errors
> make[1]: *** [Makefile:427: rexxext.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/regina-rexx_3.6-2.4_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066313: torsocks: FTBFS: config-file.c:184:23: error: implicit declaration of function ‘conf_file_set_enable_ipv6’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: torsocks
Version: 2.4.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> /bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H 
> -I../.. -I../.. -I../../src -I../../include -include config.h  
> -I../../include -I../../src -Wdate-time -D_FORTIFY_SOURCE=2 
> -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -fPIE -fwrapv --param 
> ssp-buffer-size=1 -fstack-protector-all -c -o onion.lo onion.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I../.. -I../.. -I../../src 
> -I../../include -include config.h -I../../include -I../../src -Wdate-time 
> -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -fwrapv --param 
> ssp-buffer-size=1 -fstack-protector-all -c utils.c  -fPIC -DPIC -o 
> .libs/utils.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I../.. -I../.. -I../../src 
> -I../../include -include config.h -I../../include -I../../src -Wdate-time 
> -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -fwrapv --param 
> ssp-buffer-size=1 -fstack-protector-all -c onion.c  -fPIC -DPIC -o 
> .libs/onion.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I../.. -I../.. -I../../src 
> -I../../include -include config.h -I../../include -I../../src -Wdate-time 
> -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -fwrapv --param 
> ssp-buffer-size=1 -fstack-protector-all -c log.c  -fPIC -DPIC -o .libs/log.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I../.. -I../.. -I../../src 
> -I../../include -include config.h -I../../include -I../../src -Wdate-time 
> -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -fwrapv --param 
> ssp-buffer-size=1 -fstack-protector-all -c connection.c  -fPIC -DPIC -o 
> .libs/connection.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I../.. -I../.. -I../../src 
> -I../../include -include config.h -I../../include -I../../src -Wdate-time 
> -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -fwrapv --param 
> ssp-buffer-size=1 -fstack-protector-all -c compat.c  -fPIC -DPIC -o 
> .libs/compat.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I../.. -I../.. -I../../src 
> -I../../include -include config.h -I../../include -I../../src -Wdate-time 
> -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -fwrapv --param 
> ssp-buffer-size=1 -fstack-protector-all -c socks5.c  -fPIC -DPIC -o 
> .libs/socks5.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I../.. -I../.. -I../../src 
> -I../../include -include config.h -I../../include -I../../src -Wdate-time 
> -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -fwrapv --param 
> ssp-buffer-size=1 -fstack-protector-all -c config-file.c  -fPIC -DPIC -o 
> .libs/config-file.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I../.. -I../.. -I../../src 
> -I../../include -include config.h -I../../include -I../../src -Wdate-time 
> -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -fwrapv --param 
> ssp-buffer-size=1 -fstack-protector-all -c log.c -fPIE -o 

Bug#1066311: osmo-iuh: FTBFS: hnb-test-rua.c:18:14: error: implicit declaration of function ‘ranap_cn_rx_co’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: osmo-iuh
Version: 1.3.0+dfsg1-5.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -DPACKAGE_NAME=\"osmo-iuh\" -DPACKAGE_TARNAME=\"osmo-iuh\" 
> -DPACKAGE_VERSION=\"1.3.0\" -DPACKAGE_STRING=\"osmo-iuh\ 1.3.0\" 
> -DPACKAGE_BUGREPORT=\"open...@lists.osmocom.org\" -DPACKAGE_URL=\"\" 
> -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 
> -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 
> -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" 
> -DPACKAGE=\"osmo-iuh\" -DVERSION=\"1.3.0\" -DHAVE_NETINET_SCTP_H=1 -I.   
> -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -Wall -I../../src/tests 
> -I../../include -I../../include -I/usr/include/ -pthread  -I/usr/include/ 
> -pthread  -I/usr/include/ -pthread  -I/usr/include/  -I/usr/include/ 
> -I/usr/include/asn1c  -I/usr/include/  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o hnb-test-rua.o 
> hnb-test-rua.c
> In file included from /usr/include/asn1c/asn_SEQUENCE_OF.h:8,
>  from 
> ../../include/osmocom/ranap/RANAP_ProtocolExtensionContainer.h:16,
>  from 
> ../../include/osmocom/ranap/RANAP_TransportLayerInformation.h:17,
>  from ../../include/osmocom/ranap/iu_helpers.h:9,
>  from test-helpers.c:23:
> ../../include/osmocom/ranap/RANAP_GA-Polygon.h:27:30: warning: ‘struct 
> RANAP_GA_Polygon__Member’ declared inside parameter list will not be visible 
> outside of this definition or declaration
>27 | A_SEQUENCE_OF(struct RANAP_GA_Polygon__Member {
>   |  ^~~~
> /usr/include/asn1c/asn_SET_OF.h:17:30: note: in definition of macro ‘A_SET_OF’
>17 | void (*free)(type *);   \
>   |  ^~~~
> ../../include/osmocom/ranap/RANAP_GA-Polygon.h:27:9: note: in expansion of 
> macro ‘A_SEQUENCE_OF’
>27 | A_SEQUENCE_OF(struct RANAP_GA_Polygon__Member {
>   | ^
> In file included from /usr/include/asn1c/asn_SEQUENCE_OF.h:8,
>  from ../../include/osmocom/rua/RUA_Connect.h:16,
>  from ../../include/osmocom/rua/rua_common.h:13,
>  from ../../include/osmocom/rua/rua_ies_defs.h:7,
>  from hnb-test-rua.c:3:
> ../../include/osmocom/rua/RUA_CriticalityDiagnostics-IE-List.h:29:30: 
> warning: ‘struct RUA_CriticalityDiagnostics_IE_List__Member’ declared inside 
> parameter list will not be visible outside of this definition or declaration
>29 | A_SEQUENCE_OF(struct 
> RUA_CriticalityDiagnostics_IE_List__Member {
>   |  
> ^~
> /usr/include/asn1c/asn_SET_OF.h:17:30: note: in definition of macro ‘A_SET_OF’
>17 | void (*free)(type *);   \
>   |  ^~~~
> ../../include/osmocom/rua/RUA_CriticalityDiagnostics-IE-List.h:29:9: note: in 
> expansion of macro ‘A_SEQUENCE_OF’
>29 | A_SEQUENCE_OF(struct 
> RUA_CriticalityDiagnostics_IE_List__Member {
>   | ^
> ../../include/osmocom/ranap/RANAP_AuthorisedPLMNs.h:28:30: warning: ‘struct 
> RANAP_AuthorisedPLMNs__Member’ declared inside parameter list will not be 
> visible outside of this definition or declaration
>28 | A_SEQUENCE_OF(struct RANAP_AuthorisedPLMNs__Member {
>   |  ^
> /usr/include/asn1c/asn_SET_OF.h:17:30: note: in definition of macro ‘A_SET_OF’
>17 | void (*free)(type *);   \
>   |  ^~~~
> ../../include/osmocom/ranap/RANAP_AuthorisedPLMNs.h:28:9: note: in expansion 
> of macro ‘A_SEQUENCE_OF’
>28 | A_SEQUENCE_OF(struct RANAP_AuthorisedPLMNs__Member {
>   | ^
> ../../include/osmocom/ranap/RANAP_JoinedMBMSBearerService-IEs.h:28:30: 
> warning: ‘struct RANAP_JoinedMBMSBearerService_IEs__Member’ declared inside 
> parameter list will not be visible outside of this definition or declaration
>28 | A_SEQUENCE_OF(struct 
> RANAP_JoinedMBMSBearerService_IEs__Member {
>   |  ^
> /usr/include/asn1c/asn_SET_OF.h:17:30: note: in definition of macro ‘A_SET_OF’
>17 

Bug#1066312: wims: FTBFS: canvasdraw.c:3239:17: error: implicit declaration of function ‘strcasestr’; did you mean ‘strparstr’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: wims
Version: 2:4.27a+dfsg1-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -o canvasdraw.o -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2  -c canvasdraw.c
> canvasdraw.c: In function ‘main’:
> canvasdraw.c:3239:17: error: implicit declaration of function ‘strcasestr’; 
> did you mean ‘strparstr’? [-Werror=implicit-function-declaration]
>  3239 | if( strcasestr(temp,"NOCONTROLS") ){
>   | ^~
>   | strparstr
> canvasdraw.c: In function ‘getMML’:
> canvasdraw.c:6341:3: warning: ignoring return value of ‘fgets’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  6341 |   fgets(buffer, MAX_BUFFER, stream);
>   |   ^
> canvasdraw.c: In function ‘getSVGMOL’:
> canvasdraw.c:6383:5: warning: ignoring return value of ‘read’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  6383 | read(link[0],buffer, 1+sizeof(buffer));
>   | ^~
> canvasdraw.c:6383:5: warning: ‘read’ writing 65538 bytes into a region of 
> size 65537 overflows the destination [-Wstringop-overflow=]
>  6383 | read(link[0],buffer, 1+sizeof(buffer));
>   | ^~
> canvasdraw.c:6367:8: note: destination object ‘buffer’ of size 65537
>  6367 |   char buffer[MAX_BUFFER+1];
>   |^~
> In file included from /usr/include/unistd.h:1214,
>  from ../../Lib/../includes.h:27,
>  from ../../Lib/libwims.h:21,
>  from canvasdraw.h:2,
>  from canvasdraw.c:12:
> /usr/include/x86_64-linux-gnu/bits/unistd.h:36:1: note: in a call to function 
> ‘read’ declared with attribute ‘access (write_only, 2, 3)’
>36 | read (int __fd, void *__buf, size_t __nbytes)
>   | ^~~~
> In file included from /usr/include/features.h:490,
>  from /usr/include/assert.h:35,
>  from canvasdraw.h:1:
> In function ‘read’,
> inlined from ‘getSVGMOL’ at canvasdraw.c:6383:5:
> /usr/include/x86_64-linux-gnu/bits/unistd.h:38:10: warning: call to 
> ‘__read_chk_warn’ declared with attribute warning: read called with bigger 
> length than size of the destination buffer [-Wattribute-warning]
>38 |   return __glibc_fortify (read, __nbytes, sizeof (char),
>   |  ^~~
> cc1: some warnings being treated as errors
> make[5]: *** [Makefile:22: canvasdraw.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/wims_4.27a+dfsg1-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066310: dx: FTBFS: _compparse.c:51:17: error: implicit declaration of function ‘_dxfcclex’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: dx
Version: 1:4.4.4-15.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> /bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
> -I../../../include -I../../../include -I./../dpexec 
> -I/<>/include -Dlinux  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -fsigned-char -fno-strict-aliasing 
> -std=c++11 -D_GNU_SOURCE -I/usr/include/x86_64-linux-gnu/ImageMagick-6 
> -I/usr/include/ImageMagick-6 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 
> -DMAGICKCORE_QUANTUM_DEPTH=16  -c -o _compparse.lo _compparse.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../include 
> -I../../../include -I./../dpexec -I/<>/include -Dlinux 
> -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -fsigned-char -fno-strict-aliasing -std=c++11 -D_GNU_SOURCE 
> -I/usr/include/x86_64-linux-gnu/ImageMagick-6 -I/usr/include/ImageMagick-6 
> -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -c 
> _compparse.c  -fPIC -DPIC -o .libs/_compparse.o
> cc1: warning: command-line option ‘-std=c++11’ is valid for C++/ObjC++ but 
> not for C
> y.tab.c: In function ‘_dxfccparse’:
> _compparse.c:51:17: error: implicit declaration of function ‘_dxfcclex’ 
> [-Werror=implicit-function-declaration]
>51 | #define yylex   _dxfcclex
>   | ^
> y.tab.c:651:16: note: in expansion of macro ‘yylex’
> y.tab.c:1107:16: note: in expansion of macro ‘YYLEX’
> _compparse.c:52:17: error: implicit declaration of function ‘_dxfccerror’ 
> [-Werror=implicit-function-declaration]
>52 | #define yyerror _dxfccerror
>   | ^~~
> y.tab.c:1682:2: note: in expansion of macro ‘yyerror’
> ./_compparse.y: In function ‘_dxfccerror’:
> ./_compparse.y:432:47: error: implicit declaration of function 
> ‘_dxfcclexerror’; did you mean ‘_dxfccerror’? 
> [-Werror=implicit-function-declaration]
> cc1: some warnings being treated as errors
> make[6]: *** [Makefile:961: _compparse.lo] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/dx_4.4.4-15.1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066308: click: FTBFS: clickpreload.c:422:16: error: implicit declaration of function ‘__fxstat’; did you mean ‘__xstat’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: click
Version: 0.5.0-10
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
>  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -c -o clickpreload.lo 
> clickpreload.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -c clickpreload.c  -fPIC -DPIC -o .libs/clickpreload.o
> clickpreload.c: In function ‘__xstat’:
> clickpreload.c:422:16: error: implicit declaration of function ‘__fxstat’; 
> did you mean ‘__xstat’? [-Werror=implicit-function-declaration]
>   422 | return __fxstat (ver, package_fd, buf);
>   |^~~~
>   |__xstat
> clickpreload.c: In function ‘__xstat64’:
> clickpreload.c:433:16: error: implicit declaration of function ‘__fxstat64’; 
> did you mean ‘__xstat64’? [-Werror=implicit-function-declaration]
>   433 | return __fxstat64 (ver, package_fd, buf);
>   |^~
>   |__xstat64
> cc1: some warnings being treated as errors
> make[4]: *** [Makefile:467: clickpreload.lo] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/click_0.5.0-10_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066307: euslisp: FTBFS: jpegmemcd.c:29:3: error: implicit declaration of function ‘jpeg_memio_dest’; did you mean ‘jpeg_mem_dest’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: euslisp
Version: 9.27+dfsg-7
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cc -fPIC -fsigned-char -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -c -o 
> /<>/Linux64/obj/jpegmemcd.o jpegmemcd.c
> jpegmemcd.c: In function ‘JPEG_compress’:
> jpegmemcd.c:29:3: error: implicit declaration of function ‘jpeg_memio_dest’; 
> did you mean ‘jpeg_mem_dest’? [-Werror=implicit-function-declaration]
>29 |   jpeg_memio_dest(, jpeg_image_buffer, _count);
>   |   ^~~
>   |   jpeg_mem_dest
> jpegmemcd.c: In function ‘JPEG_header’:
> jpegmemcd.c:92:3: error: implicit declaration of function ‘jpeg_memio_src’; 
> did you mean ‘jpeg_mem_src’? [-Werror=implicit-function-declaration]
>92 |   jpeg_memio_src(, jpeg_image, jpeg_size);
>   |   ^~
>   |   jpeg_mem_src
> cc1: some warnings being treated as errors
> make[2]: *** [makefile:50: /<>/Linux64/obj/jpegmemcd.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/euslisp_9.27+dfsg-7_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066306: gmpc-plugins: FTBFS: plugin.c:110:13: error: implicit declaration of function ‘main_window_add_status_icon’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: gmpc-plugins
Version: 11.8.16-6
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
>  -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gtk-2.0 
> -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 
> -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 
> -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi 
> -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/atk-1.0 
> -I/usr/include/libmpd-1.0/ -I/usr/include/gmpc -pthread  
> -Wmissing-declarations -Wall  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> -o alarmplugin_la-plugin.lo `test -f 'plugin.c' || echo './'`plugin.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gtk-2.0 
> -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 
> -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 
> -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi 
> -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/atk-1.0 
> -I/usr/include/libmpd-1.0/ -I/usr/include/gmpc -pthread 
> -Wmissing-declarations -Wall -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> plugin.c  -fPIC -DPIC -o .libs/alarmplugin_la-plugin.o
> plugin.c: In function ‘alarm_set_enabled’:
> plugin.c:110:13: error: implicit declaration of function 
> ‘main_window_add_status_icon’ [-Werror=implicit-function-declaration]
>   110 | main_window_add_status_icon(si_alarm);
>   | ^~~
> cc1: some warnings being treated as errors
> make[4]: *** [Makefile:476: alarmplugin_la-plugin.lo] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/gmpc-plugins_11.8.16-6_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066305: 3dchess: FTBFS: init.c:140:21: error: implicit declaration of function ‘time’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: 3dchess
Version: 0.8.1-21
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc `dpkg-buildflags --get CFLAGS` -O2 -fstrength-reduce -fpcc-struct-return 
> -DVERSION=\"0.8.1\"  -DHAVE_UNISTD_H -DHAVE_ULIMIT_H -DUNDO_ANY_MOVE 
> -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -c -o xnet.o xnet.c
> engine.c: In function ‘TraverseDir’:
> engine.c:82:43: warning: conversion from ‘unsigned int’ to ‘unsigned char:2’ 
> changes value from ‘4294967295’ to ‘3’ [-Woverflow]
>82 |   SQUARE_INVALID->xyzPos.zLevel = UINT_MAX;
>   |   ^~~~
> init.c: In function ‘Init3Dc’:
> init.c:140:21: error: implicit declaration of function ‘time’ 
> [-Werror=implicit-function-declaration]
>   140 |   srandom((unsigned)time(NULL));
>   | ^~~~
> init.c:34:1: note: ‘time’ is defined in header ‘’; did you forget to 
> ‘#include ’?
>33 | #include "../include/3Dc.h"
>   +++ |+#include 
>34 | 
> gcc `dpkg-buildflags --get CFLAGS` -O2 -fstrength-reduce -fpcc-struct-return 
> -DVERSION=\"0.8.1\"  -DHAVE_UNISTD_H -DHAVE_ULIMIT_H -DUNDO_ANY_MOVE 
> -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -c -o callbaks.o callbaks.c
> gcc `dpkg-buildflags --get CFLAGS` -O2 -fstrength-reduce -fpcc-struct-return 
> -DVERSION=\"0.8.1\"  -DHAVE_UNISTD_H -DHAVE_ULIMIT_H -DUNDO_ANY_MOVE 
> -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -c -o DrawingA.o DrawingA.c
> cc1: some warnings being treated as errors
> make[1]: *** [: init.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/3dchess_0.8.1-21_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066300: ampliconnoise: FTBFS: FCluster.c:230:13: error: implicit declaration of function ‘UpdateMinCacheForRow’; did you mean ‘UpdateMinCacheForMarkedRows’? [-Werror=implicit-function-declaration

2024-03-13 Thread Lucas Nussbaum
Source: ampliconnoise
Version: 1.29-10
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O3 
> -c FCluster.c 
> FCluster.c:223:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   223 | UpdateMinCacheForMarkedRows(struct t_Min* asMin,float** 
> aafDistMatrix,int nN)
>   | ^~~
> FCluster.c: In function ‘UpdateMinCacheForMarkedRows’:
> FCluster.c:230:13: error: implicit declaration of function 
> ‘UpdateMinCacheForRow’; did you mean ‘UpdateMinCacheForMarkedRows’? 
> [-Werror=implicit-function-declaration]
>   230 | UpdateMinCacheForRow(asMin,i,aafDistMatrix);
>   | ^~~~
>   | UpdateMinCacheForMarkedRows
> FCluster.c: At top level:
> FCluster.c:237:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   237 | UpdateMinCacheForRow(struct t_Min* asMin,int i,float** aafDistMatrix)
>   | ^~~~
> cc1: some warnings being treated as errors
> make[2]: *** [makefile:13: FCluster.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/ampliconnoise_1.29-10_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066304: engrampa: FTBFS: file-utils.c:691:16: error: implicit declaration of function ‘strcasecmp’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: engrampa
Version: 1.26.2-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I. -I..  -I../mate-submodules/libegg/ -I.. -I.. 
> -DENGRAMPA_RESOURCE_UI_PATH="\"/org/mate/Engrampa/ui\"" -DFR_PREFIX=\"/usr\" 
> -DFR_SYSCONFDIR=\"/etc\" -DFR_DATADIR=\"/usr/share\" 
> -DPRIVDATADIR=\"/usr/share/engrampa/\" 
> -DFR_LIBDIR=\"/usr/lib/x86_64-linux-gnu\" 
> -DPKG_DATA_DIR=\"/usr/share/engrampa\" -DPIXMAPSDIR=\""/usr/share/pixmaps"\" 
> -DGLADEDIR=\"""\" -DLOCALEDIR=\""/usr/share/locale"\" 
> -DSHDIR=\"/usr/libexec/engrampa/\" -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0 
> -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gtk-3.0 
> -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 
> -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp 
> -I/usr/include/cloudproviders -I/usr/include/atk-1.0 
> -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 
> -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread 
>  -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/libmount 
> -I/usr/include/blkid  -Wall -Wmissing-prototypes  -Wdate-time 
> -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> -o fr-command-arj.o fr-command-arj.c
> file-utils.c: In function ‘file_extension_is’:
> file-utils.c:691:16: error: implicit declaration of function ‘strcasecmp’ 
> [-Werror=implicit-function-declaration]
>   691 | return strcasecmp (filename + filename_l - ext_l, ext) == 0;
>   |^~
> gcc -DHAVE_CONFIG_H -I. -I..  -I../mate-submodules/libegg/ -I.. -I.. 
> -DENGRAMPA_RESOURCE_UI_PATH="\"/org/mate/Engrampa/ui\"" -DFR_PREFIX=\"/usr\" 
> -DFR_SYSCONFDIR=\"/etc\" -DFR_DATADIR=\"/usr/share\" 
> -DPRIVDATADIR=\"/usr/share/engrampa/\" 
> -DFR_LIBDIR=\"/usr/lib/x86_64-linux-gnu\" 
> -DPKG_DATA_DIR=\"/usr/share/engrampa\" -DPIXMAPSDIR=\""/usr/share/pixmaps"\" 
> -DGLADEDIR=\"""\" -DLOCALEDIR=\""/usr/share/locale"\" 
> -DSHDIR=\"/usr/libexec/engrampa/\" -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0 
> -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gtk-3.0 
> -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 
> -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp 
> -I/usr/include/cloudproviders -I/usr/include/atk-1.0 
> -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 
> -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread 
>  -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/libmount 
> -I/usr/include/blkid  -Wall -Wmissing-prototypes  -Wdate-time 
> -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> -o fr-command-cfile.o fr-command-cfile.c
> gcc -DHAVE_CONFIG_H -I. -I..  -I../mate-submodules/libegg/ -I.. -I.. 
> -DENGRAMPA_RESOURCE_UI_PATH="\"/org/mate/Engrampa/ui\"" -DFR_PREFIX=\"/usr\" 
> -DFR_SYSCONFDIR=\"/etc\" -DFR_DATADIR=\"/usr/share\" 
> -DPRIVDATADIR=\"/usr/share/engrampa/\" 
> -DFR_LIBDIR=\"/usr/lib/x86_64-linux-gnu\" 
> -DPKG_DATA_DIR=\"/usr/share/engrampa\" -DPIXMAPSDIR=\""/usr/share/pixmaps"\" 
> -DGLADEDIR=\"""\" -DLOCALEDIR=\""/usr/share/locale"\" 
> -DSHDIR=\"/usr/libexec/engrampa/\" -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0 
> -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gtk-3.0 
> -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 
> -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp 
> -I/usr/include/cloudproviders -I/usr/include/atk-1.0 
> -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 
> -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread 
>  

Bug#1066302: liburjtag: FTBFS: svf.c:1286:19: error: implicit declaration of function ‘urj_tap_detect’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: liburjtag
Version: 0.0~git20230703.491077f-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> /bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
> -I../.. -I../../include/urjtag   -I../.. -I../../include -Wdate-time 
> -D_FORTIFY_SOURCE=2 -I/usr/include/libusb-1.0   -Wall -Wmissing-prototypes 
> -Wstrict-prototypes -Wpointer-arith -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o svf_flex.lo svf_flex.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include/urjtag 
> -I../.. -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/usr/include/libusb-1.0 -Wall -Wmissing-prototypes -Wstrict-prototypes 
> -Wpointer-arith -g -O2 -Werror=implicit-function-declaration 
> "-ffile-prefix-map=/<>=." -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> svf_bison.c  -fPIC -DPIC -o .libs/svf_bison.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include/urjtag 
> -I../.. -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/usr/include/libusb-1.0 -Wall -Wmissing-prototypes -Wstrict-prototypes 
> -Wpointer-arith -g -O2 -Werror=implicit-function-declaration 
> "-ffile-prefix-map=/<>=." -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> svf_flex.c  -fPIC -DPIC -o .libs/svf_flex.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include/urjtag 
> -I../.. -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/usr/include/libusb-1.0 -Wall -Wmissing-prototypes -Wstrict-prototypes 
> -Wpointer-arith -g -O2 -Werror=implicit-function-declaration 
> "-ffile-prefix-map=/<>=." -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> svf.c  -fPIC -DPIC -o .libs/svf.o
> svf.c:1273:5: warning: no previous prototype for ‘program_jtag’ 
> [-Wmissing-prototypes]
>  1273 | int program_jtag(int32_t fd, const char *drivername, const char 
> *bsdl_path, int64_t frequency)
>   | ^~~~
> svf.c: In function ‘program_jtag’:
> svf.c:1286:19: error: implicit declaration of function ‘urj_tap_detect’ 
> [-Werror=implicit-function-declaration]
>  1286 | int32_t err = urj_tap_detect(chain, 0);
>   |   ^~
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include/urjtag 
> -I../.. -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/usr/include/libusb-1.0 -Wall -Wmissing-prototypes -Wstrict-prototypes 
> -Wpointer-arith -g -O2 -Werror=implicit-function-declaration 
> "-ffile-prefix-map=/<>=." -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> svf_bison.c -o svf_bison.o >/dev/null 2>&1
> cc1: some warnings being treated as errors
> make[4]: *** [Makefile:520: svf.lo] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/liburjtag_0.0~git20230703.491077f-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066303: polylib: FTBFS: ./applications/testCompressParms.c:58:9: error: implicit declaration of function ‘test_Constraints_Remove_parm_eqs’; did you mean ‘Constraints_Remove_parm_eqs’? [-Werror=i

2024-03-13 Thread Lucas Nussbaum
Source: polylib
Version: 5.22.5-4+dfsg
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I.  -DPOLYLIB_BITS=64 -I./include -Iinclude -Wdate-time 
> -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o 
> testCompressParms64-testCompressParms.o `test -f 
> './applications/testCompressParms.c' || echo 
> './'`./applications/testCompressParms.c
> ./applications/testCompressParms.c: In function ‘main’:
> ./applications/testCompressParms.c:58:9: error: implicit declaration of 
> function ‘test_Constraints_Remove_parm_eqs’; did you mean 
> ‘Constraints_Remove_parm_eqs’? [-Werror=implicit-function-declaration]
>58 |   TEST( test_Constraints_Remove_parm_eqs(A, B) )
>   | ^~~~
> ./applications/testCompressParms.c:36:28: note: in definition of macro ‘TEST’
>36 | #define TEST(a) if (isOk = a) { \
>   |^
> ./applications/testCompressParms.c:59:9: error: implicit declaration of 
> function ‘test_Polyhedron_Remove_parm_eqs’; did you mean 
> ‘Polyhedron_Remove_parm_eqs’? [-Werror=implicit-function-declaration]
>59 |   TEST( test_Polyhedron_Remove_parm_eqs(A, B) )
>   | ^~~
> ./applications/testCompressParms.c:36:28: note: in definition of macro ‘TEST’
>36 | #define TEST(a) if (isOk = a) { \
>   |^
> ./applications/testCompressParms.c:60:9: error: implicit declaration of 
> function ‘test_Constraints_fullDimensionize’; did you mean 
> ‘Constraints_fullDimensionize’? [-Werror=implicit-function-declaration]
>60 |   TEST( test_Constraints_fullDimensionize(A, B, 4) )
>   | ^
> ./applications/testCompressParms.c:36:28: note: in definition of macro ‘TEST’
>36 | #define TEST(a) if (isOk = a) { \
>   |^
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:2340: testCompressParms64-testCompressParms.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/polylib_5.22.5-4+dfsg_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066301: cdde: FTBFS: cdde.c:172:9: error: implicit declaration of function ‘read’; did you mean ‘fread’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: cdde
Version: 0.3.1-1.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H  -I/usr/include/libxml2   -Wdate-time -D_FORTIFY_SOURCE=2 
>  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> cdde.c
> cdde.c: In function ‘read_bothendian’:
> cdde.c:172:9: error: implicit declaration of function ‘read’; did you mean 
> ‘fread’? [-Werror=implicit-function-declaration]
>   172 | read(fd, var, width);
>   | ^~~~
>   | fread
> cdde.c:174:9: error: implicit declaration of function ‘lseek’; did you mean 
> ‘fseek’? [-Werror=implicit-function-declaration]
>   174 | lseek(fd, width, SEEK_CUR);
>   | ^
>   | fseek
> cdde.c: In function ‘disc_has_dir’:
> cdde.c:269:9: error: implicit declaration of function ‘close’; did you mean 
> ‘pclose’? [-Werror=implicit-function-declaration]
>   269 | close(fd);
>   | ^
>   | pclose
> cdde.c: In function ‘main’:
> cdde.c:480:17: error: implicit declaration of function ‘usleep’ 
> [-Werror=implicit-function-declaration]
>   480 | usleep(delay);
>   | ^~
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:256: cdde.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/cdde_0.3.1-1.1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066299: lcrq: FTBFS: test.c:208:26: error: implicit declaration of function ‘getrandom’; did you mean ‘srandom’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: lcrq
Version: 0.1.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -I../src -I ../include -I../src -I ../include -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2  -c 
> -o test.o test.c
> test.c: In function ‘test_randombytes’:
> test.c:208:26: error: implicit declaration of function ‘getrandom’; did you 
> mean ‘srandom’? [-Werror=implicit-function-declaration]
>   208 | return_ignored = getrandom(buf, len, 0);
>   |  ^
>   |  srandom
> cc1: some warnings being treated as errors
> make[4]: *** [: test.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/lcrq_0.1.1-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066298: jam: FTBFS: execunix.c:289:20: error: implicit declaration of function ‘vfork’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: jam
Version: 2.6.1-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cc -o ./jam0 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection builtins.c command.c compile.c 
> execas400.c execunix.c execvms.c expand.c filent.c fileos2.c fileunix.c 
> filevms.c glob.c hash.c headers.c jam.c jambase.c jamgram.c lists.c make.c 
> make1.c newstr.c option.c parse.c pathunix.c pathvms.c regexp.c rules.c 
> scan.c search.c timestamp.c variable.c -Wl,-z,relro
> execunix.c: In function ‘execcmd’:
> execunix.c:289:20: error: implicit declaration of function ‘vfork’ 
> [-Werror=implicit-function-declaration]
>   289 | if ((pid = vfork()) == 0)
>   |^
> execunix.c:293:13: error: implicit declaration of function ‘execvp’ 
> [-Werror=implicit-function-declaration]
>   293 | execvp( argv[0], (char **)argv );
>   | ^~
> execunix.c:294:13: error: implicit declaration of function ‘_exit’ 
> [-Werror=implicit-function-declaration]
>   294 | _exit(127);
>   | ^
> execunix.c:294:13: warning: incompatible implicit declaration of built-in 
> function ‘_exit’ [-Wbuiltin-declaration-mismatch]
> execunix.c: In function ‘execwait’:
> execunix.c:334:22: error: implicit declaration of function ‘wait’ 
> [-Werror=implicit-function-declaration]
>   334 | while( ( w = wait(  ) ) == -1 && errno == EINTR )
>   |  ^~~~
> cc1: some warnings being treated as errors
> fileunix.c: In function ‘file_archscan’:
> fileunix.c:204:13: error: implicit declaration of function ‘read’; did you 
> mean ‘fread’? [-Werror=implicit-function-declaration]
>   204 | if( read( fd, buf, SARMAG ) != SARMAG ||
>   | ^~~~
>   | fread
> fileunix.c:207:13: error: implicit declaration of function ‘close’; did you 
> mean ‘pclose’? [-Werror=implicit-function-declaration]
>   207 | close( fd );
>   | ^
>   | pclose
> fileunix.c:259:17: error: implicit declaration of function ‘lseek’; did you 
> mean ‘fseek’? [-Werror=implicit-function-declaration]
>   259 | lseek(fd, offset + SARHDR, 0);
>   | ^
>   | fseek
> cc1: some warnings being treated as errors
> jam.c:169:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   169 | main( int argc, char **argv, char **arg_environ )
>   | ^~~~
> make1.c: In function ‘make1d’:
> make1.c:392:22: error: implicit declaration of function ‘unlink’ 
> [-Werror=implicit-function-declaration]
>   392 | if( !unlink( targets->string ) )
>   |  ^~
> cc1: some warnings being treated as errors
> parse.c: In function ‘parse_make’:
> parse.c:102:27: error: implicit declaration of function ‘yylineno’; did you 
> mean ‘yylineo’? [-Werror=implicit-function-declaration]
>   102 | p->yylineno = yylineno();
>   |   ^~~~
>   |   yylineo
> cc1: some warnings being treated as errors
> make[2]: *** [Makefile:115: jam0] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/jam_2.6.1-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066297: dvi2dvi: FTBFS: fontcom.c:45:9: error: implicit declaration of function ‘replfont’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: dvi2dvi
Version: 2.0alpha-10
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g 
> -DPOSIX -DANSI -I/usr/include -DKPATHSEA -Wdate-time -D_FORTIFY_SOURCE=2  -c 
> -o dconv.o dconv.c
> fontcom.c: In function ‘get_font_entry’:
> fontcom.c:45:9: error: implicit declaration of function ‘replfont’ 
> [-Werror=implicit-function-declaration]
>45 | if (replfont(n, s, rn, , )) {
>   | ^~~~
> fontcom.c: At top level:
> fontcom.c:100:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   100 | first_markchar(fe, c)
>   | ^~
> fontcom.c:150:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   150 | null_markchar(fe, c)
>   | ^
> fontcom.c:178:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   178 | null_setchar(c)
>   | ^~~~
> dfdcom.c:41:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>41 | dfd_dirkeep()
>   | ^~~
> fontcom.c:185:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   185 | null_setstring(s, len)
>   | ^~
> dfdcom.c: In function ‘dfd_movedown’:
> dfdcom.c:139:5: error: implicit declaration of function ‘dev_move’ 
> [-Werror=implicit-function-declaration]
>   139 | dev_move(a, n, command-n);
>   | ^~~~
> dvi2.c:104:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   104 | main(argc, argv)
>   | ^~~~
> dvi2.c: In function ‘main’:
> dvi2.c:119:21: error: implicit declaration of function ‘getenv’ 
> [-Werror=implicit-function-declaration]
>   119 | if ((dvi2path = getenv(DVI2PATHENV)) == NULL)
>   | ^~
> dvi2.c:8:1: note: ‘getenv’ is defined in header ‘’; did you forget 
> to ‘#include ’?
> 7 | #include
>   +++ |+#include 
> 8 | #endif
> dvi2.c:119:19: warning: assignment to ‘char *’ from ‘int’ makes pointer from 
> integer without a cast [-Wint-conversion]
>   119 | if ((dvi2path = getenv(DVI2PATHENV)) == NULL)
>   |   ^
> dvi2.c:124:18: warning: assignment to ‘char *’ from ‘int’ makes pointer from 
> integer without a cast [-Wint-conversion]
>   124 | if ((dvi2lib = getenv(DVI2LIBENV)) == NULL)
>   |  ^
> dvi2.c:129:23: warning: assignment to ‘char *’ from ‘int’ makes pointer from 
> integer without a cast [-Wint-conversion]
>   129 | if ((fontdescfile = getenv(FONTDESCENV)) == NULL)
>   |   ^
> dfdcom.c: In function ‘dfd_movedown_v’:
> dfdcom.c:149:5: error: implicit declaration of function ‘dev_makemove’ 
> [-Werror=implicit-function-declaration]
>   149 | dev_makemove(-l, RIGHT1-1);
>   | ^~~~
> dfdcom.c: In function ‘dfd_setrule’:
> dfdcom.c:175:5: error: implicit declaration of function ‘dev_setrule’; did 
> you mean ‘dfd_setrule’? [-Werror=implicit-function-declaration]
>   175 | dev_setrule(makeint(a, 4), makeint(b, 4), command);
>   | ^~~
>   | dfd_setrule
> dvi2.c:134:5: error: implicit declaration of function ‘init_default’ 
> [-Werror=implicit-function-declaration]
>   134 | init_default(KPSENAME);
>   | ^~~~
> dfdcom.c: In function ‘d_setrule_v’:
> dfdcom.c:188:13: error: implicit declaration of function ‘dev_push’ 
> [-Werror=implicit-function-declaration]
>   188 | dev_push();
>   | ^~~~
> dconv.c:20:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>20 | setcurdconv(dp)
>   | ^~~
> dvi2.c:136:5: error: implicit declaration of function ‘fix_default’ 
> [-Werror=implicit-function-declaration]
>   136 | fix_default(RESOLUTION);
>   | ^~~
> dconv.c:45:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>45 | setdirhor()
>   | ^
> dconv.c:52:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>52 | setdirver()
>   | ^
> set.c: In function ‘getcurrentfontent’:
> dfdcom.c:192:13: error: implicit declaration of function ‘dev_pop’ 
> [-Werror=implicit-function-declaration]
>   192 | dev_pop();
>   | ^~~
> set.c:20:17: error: implicit declaration of function ‘init_vfontinfo’; did 
> you mean ‘init_fontinfo’? [-Werror=implicit-function-declaration]
>20 | if (init_vfontinfo(new_vfe)) {
>   | ^~
>   | 

Bug#1066291: gimp-plugin-registry: FTBFS: separate-gui.c:603:7: error: implicit declaration of function ‘icc_button_set_enable_empty’; did you mean ‘icc_button_get_enable_empty’? [-Werror=implicit-fun

2024-03-13 Thread Lucas Nussbaum
Source: gimp-plugin-registry
Version: 9.20200928
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -g -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g 
> -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -DUSE_LCMS2 `pkg-config gimp-2.0 --cflags` `pkg-config gimpui-2.0 --cflags` 
> `pkg-config gtk+-2.0 --cflags` `pkg-config lcms2 --cflags` 
> -DENABLE_COLOR_MANAGEMENT -DENABLE_NLS 
> -DGETTEXT_PACKAGE="\"gimp20-separate\"" -DUSE_ICC_BUTTON -c separate-gui.c
> In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
>  from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
>  from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
>  from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
>  from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
>  from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
>  from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
>  from /usr/include/gtk-2.0/gtk/gtk.h:33,
>  from separate-gui.c:22:
> /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is 
> deprecated [-Wdeprecated-declarations]
>   236 | voidgtk_type_init   (GTypeDebugFlagsdebug_flags);
>   | ^~~~
> In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
>  from /usr/include/glib-2.0/gobject/gbinding.h:31,
>  from /usr/include/glib-2.0/glib-object.h:24,
>  from /usr/include/glib-2.0/gio/gioenums.h:30,
>  from /usr/include/glib-2.0/gio/giotypes.h:30,
>  from /usr/include/glib-2.0/gio/gio.h:28,
>  from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
>  from /usr/include/gtk-2.0/gdk/gdk.h:32,
>  from /usr/include/gtk-2.0/gtk/gtk.h:32:
> /usr/include/glib-2.0/gobject/gtype.h:723:1: note: declared here
>   723 | {
>   | ^
> In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
>  from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
>  from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
>  from /usr/include/gtk-2.0/gtk/gtk.h:126:
> /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is 
> deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
>73 |   GTimeVal last_popdown;
>   |   ^~~~
> In file included from /usr/include/glib-2.0/glib/galloca.h:34,
>  from /usr/include/glib-2.0/glib.h:32,
>  from /usr/include/glib-2.0/gobject/gbinding.h:30:
> /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
>   580 | struct _GTimeVal
>   |^
> separate-gui.c: In function ‘run’:
> separate-gui.c:299:3: warning: ‘gimp_drawable_get’ is deprecated: Use 
> 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations]
>   299 |   drawable = gimp_drawable_get (param[index].data.d_drawable);
>   |   ^~~~
> In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41,
>  from separate-gui.c:24:
> /usr/include/gimp-2.0/libgimp/gimpdrawable.h:52:16: note: declared here
>52 | GimpDrawable * gimp_drawable_get(gint32 
> drawable_ID);
>   |^
> separate-gui.c:300:3: warning: ‘gimp_drawable_get_image’ is deprecated: Use 
> 'gimp_item_get_image' instead [-Wdeprecated-declarations]
>   300 |   mysc.imageID = gimp_drawable_get_image 
> (param[index++].data.d_drawable);//param[1].data.d_image;
>   |   ^~~~
> /usr/include/gimp-2.0/libgimp/gimpdrawable.h:99:16: note: declared here
>99 | gint32 gimp_drawable_get_image  (gint32   
>drawable_ID);
>   |^~~
> separate-gui.c:514:3: warning: ‘gimp_drawable_detach’ is deprecated 
> [-Wdeprecated-declarations]
>   514 |   gimp_drawable_detach (drawable);
>   |   ^~~~
> /usr/include/gimp-2.0/libgimp/gimpdrawable.h:54:16: note: declared here
>54 | void   gimp_drawable_detach (GimpDrawable  
> *drawable);
>   |^~~~
> separate-gui.c: In function ‘setup_widgets’:
> separate-gui.c:603:7: error: implicit declaration of function 
> ‘icc_button_set_enable_empty’; did you 

Bug#1066296: xli: FTBFS: dither.c:77:36: error: implicit declaration of function ‘strlen’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: xli
Version: 1.17.0+20061110-8
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cc -c -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O 
> -DSYSPATHFILE=\"/usr/lib/X11/Xli\"   -Wdate-time -D_FORTIFY_SOURCE=2 fill.c
> dither.c: In function ‘dither’:
> dither.c:77:36: error: implicit declaration of function ‘strlen’ 
> [-Werror=implicit-function-declaration]
>77 | image->title = (char *)lmalloc(strlen(cimage->title) + 12);
>   |^~
> dither.c:28:1: note: include ‘’ or provide a declaration of ‘strlen’
>27 | #include "xli.h"
>   +++ |+#include 
>28 | 
> dither.c:77:36: warning: incompatible implicit declaration of built-in 
> function ‘strlen’ [-Wbuiltin-declaration-mismatch]
>77 | image->title = (char *)lmalloc(strlen(cimage->title) + 12);
>   |^~
> dither.c:77:36: note: include ‘’ or provide a declaration of 
> ‘strlen’
> cc -c -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O 
> -DSYSPATHFILE=\"/usr/lib/X11/Xli\"   -Wdate-time -D_FORTIFY_SOURCE=2 g3.c
> cc -c -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O 
> -DSYSPATHFILE=\"/usr/lib/X11/Xli\"   -Wdate-time -D_FORTIFY_SOURCE=2 gif.c
> cc -c -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O 
> -DSYSPATHFILE=\"/usr/lib/X11/Xli\"   -Wdate-time -D_FORTIFY_SOURCE=2 
> halftone.c
> cc -c -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O 
> -DSYSPATHFILE=\"/usr/lib/X11/Xli\"   -Wdate-time -D_FORTIFY_SOURCE=2 
> imagetypes.c
> cc -c -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O 
> -DSYSPATHFILE=\"/usr/lib/X11/Xli\"   -Wdate-time -D_FORTIFY_SOURCE=2 img.c
> gif.c: In function ‘gifin_open_file’:
> gif.c:193:7: error: implicit declaration of function ‘strcmp’ 
> [-Werror=implicit-function-declaration]
>   193 |   if (strcmp((char *) buf, GIF_SIG) == 0)
>   |   ^~
> gif.c:21:1: note: include ‘’ or provide a declaration of ‘strcmp’
>20 | #include "imagetypes.h"
>   +++ |+#include 
>21 | 
> cc -c -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O 
> -DSYSPATHFILE=\"/usr/lib/X11/Xli\"   -Wdate-time -D_FORTIFY_SOURCE=2 mac.c
> cc1: some warnings being treated as errors
> imagetypes.c: In function ‘loadImage’:
> imagetypes.c:66:39: error: implicit declaration of function ‘strlen’ 
> [-Werror=implicit-function-declaration]
>66 | image_ops->fullname = lmalloc(strlen(fullname) + 1);
>   |   ^~
> imagetypes.c:15:1: note: include ‘’ or provide a declaration of 
> ‘strlen’
>14 | #include 
>   +++ |+#include 
>15 | 
> imagetypes.c:66:39: warning: incompatible implicit declaration of built-in 
> function ‘strlen’ [-Wbuiltin-declaration-mismatch]
>66 | image_ops->fullname = lmalloc(strlen(fullname) + 1);
>   |   ^~
> imagetypes.c:66:39: note: include ‘’ or provide a declaration of 
> ‘strlen’
> imagetypes.c:67:9: error: implicit declaration of function ‘strcpy’ 
> [-Werror=implicit-function-declaration]
>67 | strcpy(image_ops->fullname, fullname);
>   | ^~
> imagetypes.c:67:9: note: include ‘’ or provide a declaration of 
> ‘strcpy’
> imagetypes.c:67:9: warning: incompatible implicit declaration of built-in 
> function ‘strcpy’ [-Wbuiltin-declaration-mismatch]
> imagetypes.c:67:9: note: include ‘’ or provide a declaration of 
> ‘strcpy’
> make[2]: *** [Makefile.std:101: dither.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/xli_1.17.0+20061110-8_unstable.log

All bugs filed during this archive rebuild are listed at:

Bug#1066295: lincity: FTBFS: fileutil.c:349:5: error: implicit declaration of function ‘HandleError’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: lincity
Version: 1.13.1-15
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection  -Wall -c -o shrglobs.o shrglobs.c
> fileutil.c: In function ‘find_libdir’:
> fileutil.c:349:5: error: implicit declaration of function ‘HandleError’ 
> [-Werror=implicit-function-declaration]
>   349 | HandleError (_("Error. Can't find LINCITY_HOME"), FATAL);
>   | ^~~
> fileutil.c: In function ‘make_savedir’:
> fileutil.c:590:5: warning: ignoring return value of ‘chown’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   590 | chown (lc_save_dir, getuid (), getgid ());
>   | ^
> gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection  -Wall -c -o stats.o stats.c
> fileutil.c: In function ‘find_libdir’:
> fileutil.c:324:13: warning: ‘__builtin_strncpy’ specified bound 256 equals 
> destination size [-Wstringop-truncation]
>   324 | strncpy (LIBDIR, home_dir, LC_PATH_MAX);
>   | ^
> fileutil.c:332:53: warning: ‘__builtin___snprintf_chk’ output may be 
> truncated before the last format character [-Wformat-truncation=]
>   332 | snprintf (filename_buf, LC_PATH_MAX, "%s%c%s",
>   | ^
> In file included from /usr/include/stdio.h:906,
>  from fileutil.c:7:
> In function ‘snprintf’,
> inlined from ‘find_libdir’ at fileutil.c:332:2:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:10: note: 
> ‘__builtin___snprintf_chk’ output 2 or more bytes (assuming 257) into a 
> destination of size 256
>54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
>   |  ^~~~
>55 |__glibc_objsize (__s), __fmt,
>   |~
>56 |__va_arg_pack ());
>   |~
> /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
> -DLC_X11=1 -Wall -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection  -Wall -c -o lcx-ldsvgui.lo `test -f 
> 'ldsvgui.c' || echo './'`ldsvgui.c
> /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
> -DLC_X11=1 -Wall -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection  -Wall -c -o lcx-splash.lo `test -f 
> 'splash.c' || echo './'`splash.c
> fileutil.c: In function ‘find_localized_paths’:
> fileutil.c:430:33: warning: ‘%s’ directive writing 8 bytes into a region of 
> size between 0 and 255 [-Wformat-overflow=]
>   430 | sprintf (message_path, "%s%c%s%c%s%c", LIBDIR, PATH_SLASH, 
> "messages",
>   | ^~ 
> ~~
> In function ‘sprintf’,
> inlined from ‘find_localized_paths’ at fileutil.c:430:5:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output 12 or more bytes (assuming 267) into a 
> destination of size 256
>30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>   |  ^~
>31 |   __glibc_objsize (__s), __fmt,
>   |   ~
>32 |   __va_arg_pack ());
>   |   ~
> fileutil.c: In function ‘find_localized_paths’:
> fileutil.c:437:30: warning: ‘%s’ directive writing 4 bytes into a region of 
> size between 0 and 255 [-Wformat-overflow=]
>   437 | sprintf (help_path, "%s%c%s%c%s%c", LIBDIR, PATH_SLASH, "help",
>   |  ^~ ~~
> In 

Bug#1066294: kcc: FTBFS: kcc.c:181:25: error: implicit declaration of function ‘atoi’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: kcc
Version: 2.3+really-0.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2  -c -o kcc.o kcc.c
> kcc.c:148:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   148 | main(c, v)
>   | ^~~~
> kcc.c: In function ‘main’:
> kcc.c:181:25: error: implicit declaration of function ‘atoi’ 
> [-Werror=implicit-function-declaration]
>   181 | if ((size = atoi(*v)) <= 0)
>   | ^~~~
> kcc.c:306:17: error: implicit declaration of function ‘isatty’ 
> [-Werror=implicit-function-declaration]
>   306 | if (isatty(fileno(stdin)) && feof(stdin))
>   | ^~
> kcc.c: In function ‘error’:
> kcc.c:378:5: error: implicit declaration of function ‘exit’ 
> [-Werror=implicit-function-declaration]
>   378 | exit(1);
>   | ^~~~
> kcc.c:368:1: note: include ‘’ or provide a declaration of ‘exit’
>   367 | #include 
>   +++ |+#include 
>   368 | 
> kcc.c:378:5: warning: incompatible implicit declaration of built-in function 
> ‘exit’ [-Wbuiltin-declaration-mismatch]
>   378 | exit(1);
>   | ^~~~
> kcc.c:378:5: note: include ‘’ or provide a declaration of ‘exit’
> kcc.c: In function ‘filter’:
> kcc.c:419:18: error: implicit declaration of function ‘getstr’ 
> [-Werror=implicit-function-declaration]
>   419 | while (len = getstr(str, sizeof str, fp)) {
>   |  ^~
> kcc.c: In function ‘buffalloc’:
> kcc.c:640:36: error: implicit declaration of function ‘malloc’ 
> [-Werror=implicit-function-declaration]
>   640 | if ((bufp = holdbuf = (char *) malloc(len)) == NULL)
>   |^~
> kcc.c:640:36: note: include ‘’ or provide a declaration of ‘malloc’
> kcc.c:640:36: warning: incompatible implicit declaration of built-in function 
> ‘malloc’ [-Wbuiltin-declaration-mismatch]
> kcc.c:640:36: note: include ‘’ or provide a declaration of ‘malloc’
> cc1: some warnings being treated as errors
> make[1]: *** [: kcc.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/kcc_2.3+really-0.1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066292: createrepo-c: FTBFS: xml_file.c:338:36: error: implicit declaration of function ‘rasprintf’; did you mean ‘g_sprintf’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: createrepo-c
Version: 0.17.3-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cd /<>/obj-x86_64-linux-gnu/src && /usr/bin/cc 
> -DCR_DELTA_RPM_SUPPORT -DENABLE_LEGACY_WEAKDEPS=1 
> -DG_LOG_DOMAIN=\"C_CREATEREPOLIB\" -Dlibcreaterepo_c_EXPORTS 
> -I/<> -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 
> -I/usr/include/modulemd-2.0 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -DWITH_ZCHUNK -DWITH_LIBMODULEMD 
> -fPIC -MD -MT src/CMakeFiles/libcreaterepo_c.dir/xml_parser_other.c.o -MF 
> CMakeFiles/libcreaterepo_c.dir/xml_parser_other.c.o.d -o 
> CMakeFiles/libcreaterepo_c.dir/xml_parser_other.c.o -c 
> /<>/src/xml_parser_other.c
> /<>/src/xml_file.c: In function ‘write_modified_header’:
> /<>/src/xml_file.c:338:36: error: implicit declaration of 
> function ‘rasprintf’; did you mean ‘g_sprintf’? 
> [-Werror=implicit-function-declaration]
>   338 | int package_count_string_len = rasprintf(_count_string, 
> "packages=\"%i\"", package_count);
>   |^
>   |g_sprintf
> [ 44%] Building C object 
> src/CMakeFiles/libcreaterepo_c.dir/xml_parser_primary.c.o
> cd /<>/obj-x86_64-linux-gnu/src && /usr/bin/cc 
> -DCR_DELTA_RPM_SUPPORT -DENABLE_LEGACY_WEAKDEPS=1 
> -DG_LOG_DOMAIN=\"C_CREATEREPOLIB\" -Dlibcreaterepo_c_EXPORTS 
> -I/<> -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 
> -I/usr/include/modulemd-2.0 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -DWITH_ZCHUNK -DWITH_LIBMODULEMD 
> -fPIC -MD -MT src/CMakeFiles/libcreaterepo_c.dir/xml_parser_primary.c.o -MF 
> CMakeFiles/libcreaterepo_c.dir/xml_parser_primary.c.o.d -o 
> CMakeFiles/libcreaterepo_c.dir/xml_parser_primary.c.o -c 
> /<>/src/xml_parser_primary.c
> [ 46%] Building C object 
> src/CMakeFiles/libcreaterepo_c.dir/xml_parser_repomd.c.o
> cd /<>/obj-x86_64-linux-gnu/src && /usr/bin/cc 
> -DCR_DELTA_RPM_SUPPORT -DENABLE_LEGACY_WEAKDEPS=1 
> -DG_LOG_DOMAIN=\"C_CREATEREPOLIB\" -Dlibcreaterepo_c_EXPORTS 
> -I/<> -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 
> -I/usr/include/modulemd-2.0 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -DWITH_ZCHUNK -DWITH_LIBMODULEMD 
> -fPIC -MD -MT src/CMakeFiles/libcreaterepo_c.dir/xml_parser_repomd.c.o -MF 
> CMakeFiles/libcreaterepo_c.dir/xml_parser_repomd.c.o.d -o 
> CMakeFiles/libcreaterepo_c.dir/xml_parser_repomd.c.o -c 
> /<>/src/xml_parser_repomd.c
> [ 47%] Building C object 
> src/CMakeFiles/libcreaterepo_c.dir/xml_parser_updateinfo.c.o
> cd /<>/obj-x86_64-linux-gnu/src && /usr/bin/cc 
> -DCR_DELTA_RPM_SUPPORT -DENABLE_LEGACY_WEAKDEPS=1 
> -DG_LOG_DOMAIN=\"C_CREATEREPOLIB\" -Dlibcreaterepo_c_EXPORTS 
> -I/<> -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 
> -I/usr/include/modulemd-2.0 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -DWITH_ZCHUNK -DWITH_LIBMODULEMD 
> -fPIC -MD -MT src/CMakeFiles/libcreaterepo_c.dir/xml_parser_updateinfo.c.o 
> -MF CMakeFiles/libcreaterepo_c.dir/xml_parser_updateinfo.c.o.d -o 
> CMakeFiles/libcreaterepo_c.dir/xml_parser_updateinfo.c.o -c 
> /<>/src/xml_parser_updateinfo.c
> [ 49%] Building C object src/CMakeFiles/libcreaterepo_c.dir/koji.c.o
> cd /<>/obj-x86_64-linux-gnu/src && /usr/bin/cc 
> -DCR_DELTA_RPM_SUPPORT -DENABLE_LEGACY_WEAKDEPS=1 
> -DG_LOG_DOMAIN=\"C_CREATEREPOLIB\" -Dlibcreaterepo_c_EXPORTS 
> -I/<> -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 
> -I/usr/include/modulemd-2.0 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -DWITH_ZCHUNK -DWITH_LIBMODULEMD 
> 

Bug#1066293: similarity-tester: FTBFS: textlang.l:32:13: error: implicit declaration of function ‘is_set_option’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: similarity-tester
Version: 3.0.2-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -DUNIX -DLINUX  -DMEMCHECK -DMEMCLOBBER -O4  -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -fPIC -DDEBUG -Wdate-time -D_FORTIFY_SOURCE=2  -c -o sim_gen.o sim_gen.c
> textlang.l: In function ‘Init_Language’:
> textlang.l:32:13: error: implicit declaration of function ‘is_set_option’ 
> [-Werror=implicit-function-declaration]
>32 | if (is_set_option('f') || is_set_option('F'))
>   | ^
> cc1: some warnings being treated as errors
> make[2]: *** [: sim_gen.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/similarity-tester_3.0.2-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066289: clipit: FTBFS: main.c:1080:9: error: implicit declaration of function ‘umask’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: clipit
Version: 1.4.5+git20210313-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I/usr/include/gtk-3.0 
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp 
> -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders 
> -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 
> -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
> -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread  
> -I/usr/include/libayatana-appindicator3-0.1 
> -I/usr/include/libayatana-indicator3-0.4 -I/usr/include/gtk-3.0 
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp 
> -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders 
> -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 
> -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
> -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include 
> -I/usr/include/libayatana-ido3-0.4 -I/usr/include/libdbusmenu-glib-0.4 
> -pthread  -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g 
> -DCLIPITLOCALEDIR=\""/usr/share/locale"\" -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -pedantic -c -o 
> eggaccelerators.o eggaccelerators.c
> preferences.c: In function ‘read_actions’:
> preferences.c:324:12: warning: variable ‘fread_return’ set but not used 
> [-Wunused-but-set-variable]
>   324 | size_t fread_return;
>   |^~~~
> preferences.c: In function ‘read_excludes’:
> preferences.c:596:12: warning: variable ‘fread_return’ set but not used 
> [-Wunused-but-set-variable]
>   596 | size_t fread_return;
>   |^~~~
> preferences.c: In function ‘show_preferences’:
> preferences.c:732:53: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>   732 | GTK_STOCK_CANCEL, 
>   GTK_RESPONSE_REJECT,
>   | ^~~~
> preferences.c:733:53: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>   733 | GTK_STOCK_OK, 
>   GTK_RESPONSE_ACCEPT, NULL);
>   | ^~~~
> preferences.c:735:3: warning: ‘gtk_widget_render_icon_pixbuf’ is deprecated: 
> Use 'gtk_icon_theme_load_icon' instead [-Wdeprecated-declarations]
>   735 |   gtk_window_set_icon((GtkWindow*)dialog, 
> gtk_widget_render_icon_pixbuf(dialog, GTK_STOCK_PREFERENCES, 
> GTK_ICON_SIZE_MENU));
>   |   ^~~
> In file included from /usr/include/gtk-3.0/gtk/gtkapplication.h:27,
>  from /usr/include/gtk-3.0/gtk/gtkwindow.h:33,
>  from /usr/include/gtk-3.0/gtk/gtkdialog.h:32,
>  from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
>  from /usr/include/gtk-3.0/gtk/gtk.h:31,
>  from preferences.c:24:
> /usr/include/gtk-3.0/gtk/gtkwidget.h:1182:15: note: declared here
>  1182 | GdkPixbuf*gtk_widget_render_icon_pixbuf   (GtkWidget   *widget,
>   |   ^
> preferences.c:735:3: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>   735 |   gtk_window_set_icon((GtkWindow*)dialog, 
> gtk_widget_render_icon_pixbuf(dialog, GTK_STOCK_PREFERENCES, 
> GTK_ICON_SIZE_MENU));
>   |   ^~~
> preferences.c:747:3: warning: ‘gtk_alignment_new’ is deprecated 
> [-Wdeprecated-declarations]
>   747 |   GtkWidget* page_settings = gtk_alignment_new(0.50, 0.50, 1.0, 1.0);
>   |   ^
> In file included from /usr/include/gtk-3.0/gtk/gtk.h:255:
> /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here
>79 | GtkWidget* gtk_alignment_new(gfloat xalign,
>   |^
> preferences.c:748:3: warning: 

Bug#1066290: m4api: FTBFS: m4api.c:413:10: error: implicit declaration of function ‘m4SetBinary’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: m4api
Version: 0.3~0.9646fd-2.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> /usr/bin/cc -Dm4api_EXPORTS  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MT CMakeFiles/m4api.dir/m4api.c.o 
> -MF CMakeFiles/m4api.dir/m4api.c.o.d -o CMakeFiles/m4api.dir/m4api.c.o -c 
> "/<>/m4api.c"
> /<>/m4api.c: In function ‘m4SetFloat’:
> /<>/m4api.c:413:10: error: implicit declaration of function 
> ‘m4SetBinary’ [-Werror=implicit-function-declaration]
>   413 |   return m4SetBinary(dev, field, binary);
>   |  ^~~
> /<>/m4api.c: In function ‘m4SetFloat’:
> /<>/m4api.c:413:10: error: implicit declaration of function 
> ‘m4SetBinary’ [-Werror=implicit-function-declaration]
>   413 |   return m4SetBinary(dev, field, binary);
>   |  ^~~
> cc1: some warnings being treated as errors
> make[3]: *** [CMakeFiles/m4api-static.dir/build.make:79: 
> CMakeFiles/m4api-static.dir/m4api.c.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/m4api_0.3~0.9646fd-2.1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066288: libauthen-krb5-perl: FTBFS: Krb5.xs:499:15: error: implicit declaration of function ‘krb5_gen_portaddr’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: libauthen-krb5-perl
Version: 1.9-6
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> x86_64-linux-gnu-gcc -c  -isystem /usr/include/mit-krb5 -D_REENTRANT 
> -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe 
> -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2   
> -DVERSION=\"1.9\" -DXS_VERSION=\"1.9\" -fPIC 
> "-I/usr/lib/x86_64-linux-gnu/perl/5.38/CORE"   Krb5.c
> In file included from /usr/lib/x86_64-linux-gnu/perl/5.38/CORE/perl.h:4530,
>  from Krb5.xs:5:
> Krb5.xs: In function ‘XS_Authen__Krb5_mk_req’:
> /usr/lib/x86_64-linux-gnu/perl/5.38/CORE/sv.h:1952:31: warning: passing 
> argument 3 of ‘Perl_SvPV_helper’ from incompatible pointer type 
> [-Wincompatible-pointer-types]
>  1952 |Perl_SvPV_helper(aTHX_ sv, , flags, SvPVnormal_type_,  
>   \
> /usr/lib/x86_64-linux-gnu/perl/5.38/CORE/sv.h:1972:37: note: in expansion of 
> macro ‘SvPV_flags’
>  1972 | #define SvPV(sv, len)   SvPV_flags(sv, len, SV_GMAGIC)
>   | ^~
> Krb5.xs:460:24: note: in expansion of macro ‘SvPV’
>   460 | in_data.data = SvPV(in,in_data.length);
>   |^~~~
> In file included from /usr/lib/x86_64-linux-gnu/perl/5.38/CORE/perl.h:7812:
> /usr/lib/x86_64-linux-gnu/perl/5.38/CORE/sv_inline.h:908:33: note: expected 
> ‘STRLEN * const’ {aka ‘long unsigned int * const’} but argument is of type 
> ‘unsigned int *’
>   908 |  STRLEN * const lp,
>   |  ~~~^~
> Krb5.xs: In function ‘XS_Authen__Krb5_rd_req’:
> /usr/lib/x86_64-linux-gnu/perl/5.38/CORE/sv.h:1952:31: warning: passing 
> argument 3 of ‘Perl_SvPV_helper’ from incompatible pointer type 
> [-Wincompatible-pointer-types]
>  1952 |Perl_SvPV_helper(aTHX_ sv, , flags, SvPVnormal_type_,  
>   \
> /usr/lib/x86_64-linux-gnu/perl/5.38/CORE/sv.h:1972:37: note: in expansion of 
> macro ‘SvPV_flags’
>  1972 | #define SvPV(sv, len)   SvPV_flags(sv, len, SV_GMAGIC)
>   | ^~
> Krb5.xs:482:24: note: in expansion of macro ‘SvPV’
>   482 | in_data.data = SvPV(in,in_data.length);
>   |^~~~
> /usr/lib/x86_64-linux-gnu/perl/5.38/CORE/sv_inline.h:908:33: note: expected 
> ‘STRLEN * const’ {aka ‘long unsigned int * const’} but argument is of type 
> ‘unsigned int *’
>   908 |  STRLEN * const lp,
>   |  ~~~^~
> Krb5.xs: In function ‘XS_Authen__Krb5_gen_portaddr’:
> Krb5.xs:499:15: error: implicit declaration of function ‘krb5_gen_portaddr’ 
> [-Werror=implicit-function-declaration]
>   499 | err = 
> krb5_gen_portaddr(context,addr,(krb5_pointer),);
>   |   ^
> Krb5.xs: In function ‘XS_Authen__Krb5_gen_replay_name’:
> Krb5.xs:526:15: error: implicit declaration of function 
> ‘krb5_gen_replay_name’; did you mean ‘krb5_set_real_time’? 
> [-Werror=implicit-function-declaration]
>   526 | err = krb5_gen_replay_name(context,addr,uniq,);
>   |   ^~~~
>   |   krb5_set_real_time
> Krb5.xs: In function ‘XS_Authen__Krb5_mk_priv’:
> /usr/lib/x86_64-linux-gnu/perl/5.38/CORE/sv.h:1952:31: warning: passing 
> argument 3 of ‘Perl_SvPV_helper’ from incompatible pointer type 
> [-Wincompatible-pointer-types]
>  1952 |Perl_SvPV_helper(aTHX_ sv, , flags, SvPVnormal_type_,  
>   \
> /usr/lib/x86_64-linux-gnu/perl/5.38/CORE/sv.h:1972:37: note: in expansion of 
> macro ‘SvPV_flags’
>  1972 | #define SvPV(sv, len)   SvPV_flags(sv, len, SV_GMAGIC)
>   | ^~
> Krb5.xs:541:24: note: in expansion of macro ‘SvPV’
>   541 | in_data.data = SvPV(in,in_data.length);
>   |^~~~
> /usr/lib/x86_64-linux-gnu/perl/5.38/CORE/sv_inline.h:908:33: note: expected 
> ‘STRLEN * const’ {aka ‘long unsigned int * const’} but argument is of type 
> ‘unsigned int *’
>   908 |  STRLEN * const lp,
>   |  ~~~^~
> Krb5.xs: In function ‘XS_Authen__Krb5_rd_priv’:
> /usr/lib/x86_64-linux-gnu/perl/5.38/CORE/sv.h:1952:31: warning: passing 
> argument 3 of ‘Perl_SvPV_helper’ from incompatible pointer type 
> 

Bug#1066287: st: FTBFS: res.c:115:12: error: implicit declaration of function ‘_getshort’; did you mean ‘__putshort’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: st
Version: 1.9-3.3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -DLINUX -Wall -O -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -I../LINUX_6.1.0-13-cloud-amd64_OPT -c res.c 
> -o ../LINUX_6.1.0-13-cloud-amd64_OPT/res.o
> res.c: In function ‘parse_answer’:
> res.c:115:12: error: implicit declaration of function ‘_getshort’; did you 
> mean ‘__putshort’? [-Werror=implicit-function-declaration]
>   115 | type = _getshort(cp);
>   |^
>   |__putshort
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:115: ../LINUX_6.1.0-13-cloud-amd64_OPT/res.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/st_1.9-3.3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066286: das-watchdog: FTBFS: test_rt.c:32:33: error: implicit declaration of function ‘getpid’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: das-watchdog
Version: 0.9.0-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -Wl,-z,relro -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 test_rt.c -o test_rt
> test_rt.c: In function ‘main’:
> test_rt.c:32:33: error: implicit declaration of function ‘getpid’ 
> [-Werror=implicit-function-declaration]
>32 | printf("My pid is %d\n",getpid());
>   | ^~
> test_rt.c:33:9: error: implicit declaration of function ‘sleep’ 
> [-Werror=implicit-function-declaration]
>33 | sleep(1);
>   | ^
> cc1: some warnings being treated as errors
> make[1]: *** [Makefile:14: all] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/das-watchdog_0.9.0-4_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066285: nvi: FTBFS: ../dist/../common/options_f.c:324:16: error: implicit declaration of function 'conv_enc' [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: nvi
Version: 1.81.6-20
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
>  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../dist -D__REGEX_PRIVATE -I. 
> -I../dist/../include -DVI=\"/usr/bin/nvi-ipc\" -I../dist/../regex -Wdate-time 
> -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c ../dist/../common/options_f.c -o 
> options_f.o
> ../dist/../common/options_f.c: In function 'f_encoding':
> ../dist/../common/options_f.c:324:16: error: implicit declaration of function 
> 'conv_enc' [-Werror=implicit-function-declaration]
>   324 | return conv_enc(sp, offset, str);
>   |^~~~
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:902: options_f.lo] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/nvi_1.81.6-20_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066280: lxappearance-obconf: FTBFS: src/preview.c:146:15: error: implicit declaration of function ‘cairo_xlib_surface_create’; did you mean ‘cairo_image_surface_create’? [-Werror=implicit-functio

2024-03-13 Thread Lucas Nussbaum
Source: lxappearance-obconf
Version: 0.2.3-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
> -I/usr/include/openbox/3.6 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/pango-1.0 
> -I/usr/include/harfbuzz -I/usr/include/libmount -I/usr/include/blkid 
> -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 
> -I/usr/include/librsvg-2.0 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -pthread  
> -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp 
> -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders 
> -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 
> -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
> -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread  -I/usr/include/gtk-3.0 
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp 
> -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders 
> -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 
> -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
> -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread  -pthread 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  
> -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp 
> -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -pthread
> -DLOCALEDIR=\"/usr/share/locale\" -DPIXMAPDIR=\"/usr/share/pixmaps\" 
> -DGLADEDIR=\"/usr/share/lxappearance/obconf\" 
> -DTHEMEDIR=\"/usr/share/openbox/themes\" -DG_LOG_DOMAIN=\"Obconf\" 
> -Wdate-time -D_FORTIFY_SOURCE=2 -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS 
> -DG_DISABLE_CAST_CHECKS  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -DENABLE_GTK3 -c -o src/obconf_la-tree.lo `test -f 'src/tree.c' || echo 
> './'`src/tree.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/usr/include/openbox/3.6 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/libpng16 
> -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/librsvg-2.0 
> -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu 
> -I/usr/include/webp -pthread -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 
> -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi 
> -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp 
> -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders 
> -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 
> -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
> -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -I/usr/include/gtk-3.0 
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu 

Bug#1066283: at-spi2-core: FTBFS: ../tests/at-spi2-atk/test-application.c:123:46: error: implicit declaration of function ‘getpid’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: at-spi2-core
Version: 2.51.90-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cc -Itests/at-spi2-atk/app-test.p -Itests/at-spi2-atk -I../tests/at-spi2-atk 
> -I. -I.. -Iatk -I../atk -Itests/at-spi2-atk/dummyatk 
> -I../tests/at-spi2-atk/dummyatk -Iatk-adaptor -I../atk-adaptor 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch 
> -std=c99 -D_POSIX_C_SOURCE=200809L -D_DEFAULT_SOURCE 
> -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
> '-DTESTS_BUILD_DIR="/<>/obj-x86_64-linux-gnu/tests/at-spi2-atk"' 
> '-DTESTS_SRC_DIR="/<>/tests/at-spi2-atk"' 
> '-DTESTS_DATA_DIR="/<>/tests/at-spi2-atk/data"' -MD -MQ 
> tests/at-spi2-atk/app-test.p/test-application.c.o -MF 
> tests/at-spi2-atk/app-test.p/test-application.c.o.d -o 
> tests/at-spi2-atk/app-test.p/test-application.c.o -c 
> ../tests/at-spi2-atk/test-application.c
> ../tests/at-spi2-atk/test-application.c: In function ‘main’:
> ../tests/at-spi2-atk/test-application.c:123:46: error: implicit declaration 
> of function ‘getpid’ [-Werror=implicit-function-declaration]
>   123 |   g_print ("test application %d exiting!\n", getpid ());
>   |  ^~
> cc1: some warnings being treated as errors
> [196/293] /usr/bin/msgfmt -o po/bn/LC_MESSAGES/at-spi2-core.mo ../po/bn.po
> [197/293] /usr/bin/msgfmt -o po/bn_IN/LC_MESSAGES/at-spi2-core.mo 
> ../po/bn_IN.po
> [198/293] cc -Itests/at-spi2-atk/atk-test.p -Itests/at-spi2-atk 
> -I../tests/at-spi2-atk -I. -I.. -Itests/at-spi2-atk/dummyatk 
> -I../tests/at-spi2-atk/dummyatk -Iatk -I../atk -Iatspi 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include 
> -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch 
> -std=c99 -D_POSIX_C_SOURCE=200809L -D_DEFAULT_SOURCE 
> -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
> '-DTESTS_BUILD_DIR="/<>/obj-x86_64-linux-gnu/tests/at-spi2-atk"' 
> '-DTESTS_SRC_DIR="/<>/tests/at-spi2-atk"' 
> '-DTESTS_DATA_DIR="/<>/tests/at-spi2-atk/data"' -MD -MQ 
> tests/at-spi2-atk/atk-test.p/atk_test_value.c.o -MF 
> tests/at-spi2-atk/atk-test.p/atk_test_value.c.o.d -o 
> tests/at-spi2-atk/atk-test.p/atk_test_value.c.o -c 
> ../tests/at-spi2-atk/atk_test_value.c
> [199/293] cc -Itests/at-spi2-atk/atk-test.p -Itests/at-spi2-atk 
> -I../tests/at-spi2-atk -I. -I.. -Itests/at-spi2-atk/dummyatk 
> -I../tests/at-spi2-atk/dummyatk -Iatk -I../atk -Iatspi 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include 
> -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch 
> -std=c99 -D_POSIX_C_SOURCE=200809L -D_DEFAULT_SOURCE 
> -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
> '-DTESTS_BUILD_DIR="/<>/obj-x86_64-linux-gnu/tests/at-spi2-atk"' 
> '-DTESTS_SRC_DIR="/<>/tests/at-spi2-atk"' 
> '-DTESTS_DATA_DIR="/<>/tests/at-spi2-atk/data"' -MD -MQ 
> tests/at-spi2-atk/atk-test.p/atk_test_table.c.o -MF 
> tests/at-spi2-atk/atk-test.p/atk_test_table.c.o.d -o 
> tests/at-spi2-atk/atk-test.p/atk_test_table.c.o -c 
> ../tests/at-spi2-atk/atk_test_table.c
> [200/293] cc -Itests/at-spi2-atk/atk-test.p -Itests/at-spi2-atk 
> -I../tests/at-spi2-atk -I. -I.. -Itests/at-spi2-atk/dummyatk 
> -I../tests/at-spi2-atk/dummyatk -Iatk -I../atk -Iatspi 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include 
> -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch 
> -std=c99 -D_POSIX_C_SOURCE=200809L -D_DEFAULT_SOURCE 
> -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 

Bug#1066282: wmmatrix: FTBFS: wmMatrix.c:248:9: error: implicit declaration of function ‘short_uusleep’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: wmmatrix
Version: 0.2-12.2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -DLinux -c wmMatrix.c -o wmMatrix.o -I/usr/X11R6/include/X11 
> -I/usr/X11R6/include
> wmMatrix.c: In function ‘main’:
> wmMatrix.c:248:9: error: implicit declaration of function ‘short_uusleep’ 
> [-Werror=implicit-function-declaration]
>   248 | short_uusleep(DELAY);
>   | ^
> cc1: some warnings being treated as errors
> make[1]: *** [Makefile:20: wmMatrix.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/wmmatrix_0.2-12.2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066281: libdbi-drivers: FTBFS: src/unit.c:229:5: error: implicit declaration of function ‘wait’; did you mean ‘want’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: libdbi-drivers
Version: 0.9.0-11
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -Iinclude  -Wdate-time 
> -D_FORTIFY_SOURCE=2  -std=gnu99 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g 
> -Wall -MT unit.o -MD -MP -MF .deps/unit.Tpo -c -o unit.o `test -f 
> 'src/unit.c' || echo './'`src/unit.c
> src/unit.c: In function ‘wait_for_child_process’:
> src/unit.c:229:5: error: implicit declaration of function ‘wait’; did you 
> mean ‘want’? [-Werror=implicit-function-declaration]
>   229 | wait();
>   | ^~~~
>   | want
> src/unit.c: At top level:
> src/unit.c:254:13: warning: ‘tally_counter’ defined but not used 
> [-Wunused-function]
>   254 | static void tally_counter(const char *file, int line, int expected, 
> int actual, void *abstract_reporter) {
>   | ^
> cc1: some warnings being treated as errors
> make[4]: *** [Makefile:457: unit.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/libdbi-drivers_0.9.0-11_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066279: unicon: FTBFS: cin2tab.c:238:13: error: implicit declaration of function ‘tolower’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: unicon
Version: 3.0.4+dfsg1-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -fPIC -g -Wall -I../../include -I. -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -c -g 
> -I../../include -I. cin2tab.c -o cin2tab.o
> cin2tab.c: In function ‘get_line’:
> cin2tab.c:80:16: warning: pointer targets in passing argument 1 of ‘fgets’ 
> differ in signedness [-Wpointer-sign]
>80 | fgets (tt, 128, fr);
>   |^~
>   ||
>   |u_char * {aka unsigned char *}
> In file included from /usr/include/stdio.h:906,
>  from cin2tab.c:27:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:209:25: note: expected ‘char * 
> restrict’ but argument is of type ‘u_char *’ {aka ‘unsigned char *’}
>   209 | fgets (char *__restrict __s, int __n, FILE *__restrict __stream)
>   |~^~~
> cin2tab.c: In function ‘cmd_arg’:
> cin2tab.c:96:18: warning: pointer targets in passing argument 1 of 
> ‘skip_space’ differ in signedness [-Wpointer-sign]
>96 | s=skip_space(s);
>   |  ^
>   |  |
>   |  u_char * {aka unsigned char *}
> cin2tab.c:50:24: note: expected ‘char *’ but argument is of type ‘u_char *’ 
> {aka ‘unsigned char *’}
>50 | char *skip_space(char *s)
>   |  ~~^
> cin2tab.c:96:6: warning: pointer targets in assignment from ‘char *’ to 
> ‘u_char *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign]
>96 | s=skip_space(s);
>   |  ^
> cin2tab.c:97:16: warning: pointer targets in passing argument 1 of ‘to_space’ 
> differ in signedness [-Wpointer-sign]
>97 | t=to_space(s);
>   |^
>   ||
>   |u_char * {aka unsigned char *}
> cin2tab.c:56:22: note: expected ‘char *’ but argument is of type ‘u_char *’ 
> {aka ‘unsigned char *’}
>56 | char *to_space(char *s)
>   |~~^
> cin2tab.c:100:13: warning: pointer targets in assignment from ‘char *’ to 
> ‘u_char *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign]
>   100 | *arg=t;
>   | ^
> cin2tab.c:107:9: warning: pointer targets in assignment from ‘char *’ to 
> ‘u_char *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign]
>   107 | *arg=t;
>   | ^
> cin2tab.c: In function ‘main’:
> cin2tab.c:194:13: warning: pointer targets in passing argument 1 of ‘cmd_arg’ 
> differ in signedness [-Wpointer-sign]
>   194 | cmd_arg(tt, , );
>   | ^~
>   | |
>   | char *
> cin2tab.c:89:22: note: expected ‘u_char *’ {aka ‘unsigned char *’} but 
> argument is of type ‘char *’
>89 | void cmd_arg(u_char *s, u_char **cmd, u_char **arg)
>   |  ^
> cin2tab.c:195:16: warning: pointer targets in passing argument 1 of ‘strcmp’ 
> differ in signedness [-Wpointer-sign]
>   195 | if (strcmp(cmd,"%ename") || !(*arg) )
>   |^~~
>   ||
>   |u_char * {aka unsigned char *}
> In file included from cin2tab.c:30:
> /usr/include/string.h:156:32: note: expected ‘const char *’ but argument is 
> of type ‘u_char *’ {aka ‘unsigned char *’}
>   156 | extern int strcmp (const char *__s1, const char *__s2)
>   |^~~~
> cin2tab.c:198:27: warning: pointer targets in passing argument 2 of ‘strcpy’ 
> differ in signedness [-Wpointer-sign]
>   198 | strcpy(InpTable.ename,arg);
>   |   ^~~
>   |   |
>   |   u_char * {aka unsigned char *}
> In file included from /usr/include/features.h:490,
>  from 
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
>  from /usr/include/stdio.h:27:
> /usr/include/x86_64-linux-gnu/bits/string_fortified.h:77:1: note: expected 
> ‘const char * restrict’ but argument is of type ‘u_char *’ {aka ‘unsigned 
> char *’}
>77 | __NTH (strcpy (char *__restrict __dest, const char *__restrict __src))
>   | ^
> cin2tab.c:200:13: warning: pointer targets in passing argument 1 of ‘cmd_arg’ 
> differ in signedness [-Wpointer-sign]
>   200 | cmd_arg(tt, , );
>   | ^~
>   | |
>   | char *
> 

Bug#1066277: accountsservice: FTBFS: ../subprojects/mocklibc-1.0/src/netgroup-debug.c:25:3: error: implicit declaration of function ‘print_indent’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: accountsservice
Version: 23.13.9-6
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cc -Isubprojects/mocklibc-1.0/src/mocklibc-debug-netgroup.p 
> -Isubprojects/mocklibc-1.0/src -I../subprojects/mocklibc-1.0/src 
> -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -MD 
> -MQ subprojects/mocklibc-1.0/src/mocklibc-debug-netgroup.p/netgroup-debug.c.o 
> -MF 
> subprojects/mocklibc-1.0/src/mocklibc-debug-netgroup.p/netgroup-debug.c.o.d 
> -o subprojects/mocklibc-1.0/src/mocklibc-debug-netgroup.p/netgroup-debug.c.o 
> -c ../subprojects/mocklibc-1.0/src/netgroup-debug.c
> ../subprojects/mocklibc-1.0/src/netgroup-debug.c: In function 
> ‘netgroup_debug_print_entry’:
> ../subprojects/mocklibc-1.0/src/netgroup-debug.c:25:3: error: implicit 
> declaration of function ‘print_indent’ [-Werror=implicit-function-declaration]
>25 |   print_indent(stream, indent);
>   |   ^~~~
> cc1: some warnings being treated as errors
> [96/112] cc -Isubprojects/mocklibc-1.0/src/libmocklibc.so.0.0.0.p 
> -Isubprojects/mocklibc-1.0/src -I../subprojects/mocklibc-1.0/src 
> -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -MD -MQ subprojects/mocklibc-1.0/src/libmocklibc.so.0.0.0.p/netgroup.c.o -MF 
> subprojects/mocklibc-1.0/src/libmocklibc.so.0.0.0.p/netgroup.c.o.d -o 
> subprojects/mocklibc-1.0/src/libmocklibc.so.0.0.0.p/netgroup.c.o -c 
> ../subprojects/mocklibc-1.0/src/netgroup.c
> [97/112] cc -Isrc/libaccountsservice/libaccountsservice.so.0.0.0.p 
> -Isrc/libaccountsservice -I../src/libaccountsservice -I. -I.. -Isrc -I../src 
> -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount 
> -I/usr/include/blkid -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall 
> -Winvalid-pch -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread 
> '-DG_LOG_DOMAIN="accountsservice"' -MD -MQ 
> src/libaccountsservice/libaccountsservice.so.0.0.0.p/act-user.c.o -MF 
> src/libaccountsservice/libaccountsservice.so.0.0.0.p/act-user.c.o.d -o 
> src/libaccountsservice/libaccountsservice.so.0.0.0.p/act-user.c.o -c 
> ../src/libaccountsservice/act-user.c
> [98/112] /usr/bin/xmlto xhtml-nochunks -o 
> /<>/obj-x86_64-linux-gnu/doc/dbus -m ../doc/dbus/config.xsl 
> doc/dbus/AccountsService.xml
> [99/112] cc -Isrc/accounts-daemon.p -Isrc -I../src -I. -I.. 
> -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/polkit-1 -fdiagnostics-color=always 
> -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
> -pthread '-DLOCALSTATEDIR="/var"' '-DDATADIR="/usr/share"' 
> '-DSYSCONFDIR="/etc"' '-DICONDIR="/var/lib/AccountsService/icons"' 
> '-DUSERDIR="/var/lib/AccountsService/users"' -MD -MQ 
> src/accounts-daemon.p/user.c.o -MF src/accounts-daemon.p/user.c.o.d -o 
> src/accounts-daemon.p/user.c.o -c ../src/user.c
> [100/112] cc -Itests/util.p -Itests -I../tests -I. -I.. 
> -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/polkit-1 -fdiagnostics-color=always 
> -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
> -pthread '-DLOCALSTATEDIR="/var"' '-DDATADIR="/usr/share"' 
> '-DSYSCONFDIR="/etc"' '-DICONDIR="/var/lib/AccountsService/icons"' 
> '-DUSERDIR="/var/lib/AccountsService/users"' -MD -MQ tests/util.p/util.c.o 
> -MF tests/util.p/util.c.o.d -o tests/util.p/util.c.o -c ../tests/util.c
> In file included 

Bug#1066274: aa3d: FTBFS: aa3d.c:37:30: error: implicit declaration of function ‘strcmp’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: aa3d
Version: 1.0-8.2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now  aa3d.c   -o aa3d
> aa3d.c: In function ‘main’:
> aa3d.c:37:30: error: implicit declaration of function ‘strcmp’ 
> [-Werror=implicit-function-declaration]
>37 | if (s < argc - 1 && !strcmp(argv[s], "-w"))
>   |  ^~
> aa3d.c:25:1: note: include ‘’ or provide a declaration of ‘strcmp’
>24 | #include 
>   +++ |+#include 
>25 | static char data[65536 / 2];
> aa3d.c:98:68: error: implicit declaration of function ‘strlen’ 
> [-Werror=implicit-function-declaration]
>98 | s = string == NULL ? letter : string[(x + shift) % 
> strlen(string)];
>   |
> ^~
> aa3d.c:98:68: note: include ‘’ or provide a declaration of ‘strlen’
> aa3d.c:98:68: warning: incompatible implicit declaration of built-in function 
> ‘strlen’ [-Wbuiltin-declaration-mismatch]
> aa3d.c:98:68: note: include ‘’ or provide a declaration of ‘strlen’
> cc1: some warnings being treated as errors
> make[1]: *** [: aa3d] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/aa3d_1.0-8.2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066278: xnee: FTBFS: xnee_fake.c:809:15: error: implicit declaration of function ‘xnee_check_key’; did you mean ‘xnee_check_true’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: xnee
Version: 3.19-9.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> /bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
> -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../include   -g -DUSE_VERBOSE   
> -DNO_BUF_VERBOSE  -DHAVE_XOSD   -DXNEE_XINPUT_SUPPORT  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o xnee_fake.lo xnee_fake.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -I../include -g -DUSE_VERBOSE -DNO_BUF_VERBOSE 
> -DHAVE_XOSD -DXNEE_XINPUT_SUPPORT -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c xnee_fake.c  -fPIC -DPIC -o 
> .libs/xnee_fake.o
> In file included from ../include/libxnee/print.h:24,
>  from xnee_fake.c:28:
> xnee_fake.c: In function ‘xnee_fake_motion_event_impl’:
> xnee_fake.c:675:25: warning: cast from pointer to integer of different size 
> [-Wpointer-to-int-cast]
>   675 | (int) xd->fake,
>   | ^
> ../include/libxnee/print_varargs.h:55:39: note: in definition of macro 
> ‘xnee_verbose’
>55 | #define xnee_verbose(a) xnee_verbosef a
>   |   ^
> xnee_fake.c:676:25: warning: cast from pointer to integer of different size 
> [-Wpointer-to-int-cast]
>   676 | (int) xdevice,
>   | ^
> ../include/libxnee/print_varargs.h:55:39: note: in definition of macro 
> ‘xnee_verbose’
>55 | #define xnee_verbose(a) xnee_verbosef a
>   |   ^
> xnee_fake.c: In function ‘xnee_type_file’:
> xnee_fake.c:804:25: warning: format ‘%d’ expects argument of type ‘int’, but 
> argument 3 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=]
>   804 |   xnee_verbose ((xd,"  xnee_type_file loop read size=" 
> SIZE_T_PRINTF_FMT " \"%s\"\n",
>   | ^~
>   805 |  strlen(tmp),tmp));
>   |  ~~~ 
>   |  |
>   |  size_t {aka long unsigned int}
> ../include/libxnee/print_varargs.h:55:39: note: in definition of macro 
> ‘xnee_verbose’
>55 | #define xnee_verbose(a) xnee_verbosef a
>   |   ^
> xnee_fake.c:809:15: error: implicit declaration of function ‘xnee_check_key’; 
> did you mean ‘xnee_check_true’? [-Werror=implicit-function-declaration]
>   809 |   if (xnee_check_key (xd)==XNEE_GRAB_DATA)
>   |   ^~
>   |   xnee_check_true
> xnee_fake.c:811:22: error: implicit declaration of function 
> ‘xnee_handle_rec_key’; did you mean ‘xnee_handle_meta_data’? 
> [-Werror=implicit-function-declaration]
>   811 |   mode = xnee_handle_rec_key(xd);
>   |  ^~~
>   |  xnee_handle_meta_data
> cc1: some warnings being treated as errors
> make[4]: *** [Makefile:634: xnee_fake.lo] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/xnee_3.19-9.1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066276: libspf2: FTBFS: spf_utils.c:207:9: error: implicit declaration of function ‘memset’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: libspf2
Version: 1.2.10-8.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> /bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
> -I../.. -I../../src/include -I../../src  -Wdate-time -D_FORTIFY_SOURCE=2  -g 
> -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -MT spf_utils.lo -MD -MP -MF .deps/spf_utils.Tpo -c -o spf_utils.lo 
> spf_utils.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include 
> -I../../src -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -MT spf_utils.lo -MD -MP -MF 
> .deps/spf_utils.Tpo -c spf_utils.c  -fPIC -DPIC -o .libs/spf_utils.o
> spf_utils.c: In function ‘SPF_recalloc’:
> spf_utils.c:207:9: error: implicit declaration of function ‘memset’ 
> [-Werror=implicit-function-declaration]
>   207 | memset(*bufp, '\0', *buflenp);
>   | ^~
> spf_utils.c:32:1: note: include ‘’ or provide a declaration of 
> ‘memset’
>31 | #include "spf_internal.h"
>   +++ |+#include 
>32 | 
> spf_utils.c:207:9: warning: incompatible implicit declaration of built-in 
> function ‘memset’ [-Wbuiltin-declaration-mismatch]
>   207 | memset(*bufp, '\0', *buflenp);
>   | ^~
> spf_utils.c:207:9: note: include ‘’ or provide a declaration of 
> ‘memset’
> cc1: some warnings being treated as errors
> make[5]: *** [Makefile:549: spf_utils.lo] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/libspf2_1.2.10-8.1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066275: stellarsolver: FTBFS: os-features.h:123:17: error: implicit declaration of function ‘qsort_r’; did you mean ‘qsort’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: stellarsolver
Version: 2.5-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> /usr/bin/cc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB 
> -DQT_NO_DEBUG -DQT_WIDGETS_LIB -Dstellarsolver_EXPORTS 
> -I/<>/obj-x86_64-linux-gnu/stellarsolver_autogen/include 
> -I/<>/obj-x86_64-linux-gnu -I/<> 
> -I/<>/tester -I/<>/stellarsolver 
> -I/<>/stellarsolver/astrometry 
> -I/<>/stellarsolver/astrometry/include 
> -I/<>/stellarsolver/astrometry/include/astrometry 
> -I/usr/include/wcslib -I/<>/stellarsolver/astrometry/qfits-an 
> -I/<>/stellarsolver/astrometry/libkd 
> -I/<>/stellarsolver/astrometry/util 
> -I/<>/stellarsolver/astrometry/blind -isystem 
> /usr/include/x86_64-linux-gnu/qt5 -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem 
> /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -fPIC -MD -MT 
> CMakeFiles/stellarsolver.dir/stellarsolver/astrometry/util/bl-sort.c.o -MF 
> CMakeFiles/stellarsolver.dir/stellarsolver/astrometry/util/bl-sort.c.o.d -o 
> CMakeFiles/stellarsolver.dir/stellarsolver/astrometry/util/bl-sort.c.o -c 
> /<>/stellarsolver/astrometry/util/bl-sort.c
> In file included from 
> /<>/stellarsolver/astrometry/util/bl-sort.c:8:
> /<>/stellarsolver/astrometry/util/bl-sort.c: In function 
> ‘bl_sort_rec’:
> /<>/stellarsolver/astrometry/os-features.h:123:17: error: 
> implicit declaration of function ‘qsort_r’; did you mean ‘qsort’? 
> [-Werror=implicit-function-declaration]
>   123 | #define QSORT_R qsort_r
>   | ^~~
> /<>/stellarsolver/astrometry/util/bl-sort.c:68:9: note: in 
> expansion of macro ‘QSORT_R’
>68 | QSORT_R(NODE_DATA(node), node->N, list->datasize, , 
> qcompare);
>   | ^~~
> [ 57%] Building C object 
> CMakeFiles/stellarsolver.dir/stellarsolver/astrometry/util/bl.c.o
> /usr/bin/cc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB 
> -DQT_NO_DEBUG -DQT_WIDGETS_LIB -Dstellarsolver_EXPORTS 
> -I/<>/obj-x86_64-linux-gnu/stellarsolver_autogen/include 
> -I/<>/obj-x86_64-linux-gnu -I/<> 
> -I/<>/tester -I/<>/stellarsolver 
> -I/<>/stellarsolver/astrometry 
> -I/<>/stellarsolver/astrometry/include 
> -I/<>/stellarsolver/astrometry/include/astrometry 
> -I/usr/include/wcslib -I/<>/stellarsolver/astrometry/qfits-an 
> -I/<>/stellarsolver/astrometry/libkd 
> -I/<>/stellarsolver/astrometry/util 
> -I/<>/stellarsolver/astrometry/blind -isystem 
> /usr/include/x86_64-linux-gnu/qt5 -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem 
> /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -fPIC -MD -MT 
> CMakeFiles/stellarsolver.dir/stellarsolver/astrometry/util/bl.c.o -MF 
> CMakeFiles/stellarsolver.dir/stellarsolver/astrometry/util/bl.c.o.d -o 
> CMakeFiles/stellarsolver.dir/stellarsolver/astrometry/util/bl.c.o -c 
> /<>/stellarsolver/astrometry/util/bl.c
> cc1: some warnings being treated as errors
> make[3]: *** [CMakeFiles/stellarsolver.dir/build.make:645: 
> CMakeFiles/stellarsolver.dir/stellarsolver/astrometry/util/bl-sort.c.o] Error 
> 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/stellarsolver_2.5-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If 

Bug#1066273: lcmaps-plugins-jobrep: FTBFS: jobrep_data_handling.c:1282:17: error: implicit declaration of function ‘i2c_ASN1_INTEGER’; did you mean ‘i2s_ASN1_INTEGER’? [-Werror=implicit-function-decla

2024-03-13 Thread Lucas Nussbaum
Source: lcmaps-plugins-jobrep
Version: 1.5.6-1.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> /bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
> -I../../src   -I../../src/api  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o 
> ../api/liblcmaps_jobrep_la-jobrep_odbc_api.lo `test -f 
> '../api/jobrep_odbc_api.c' || echo './'`../api/jobrep_odbc_api.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src/api 
> -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> lcmaps_jobrep.c  -fPIC -DPIC -o .libs/liblcmaps_jobrep_la-lcmaps_jobrep.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src/api 
> -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> jobrep_data_handling.c  -fPIC -DPIC -o 
> .libs/liblcmaps_jobrep_la-jobrep_data_handling.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src/api 
> -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> ../api/jobrep_odbc_api.c  -fPIC -DPIC -o 
> ../api/.libs/liblcmaps_jobrep_la-jobrep_odbc_api.o
> jobrep_data_handling.c: In function ‘jobrep_push_certificates’:
> jobrep_data_handling.c:1187:13: warning: ‘ASN1_STRING_data’ is deprecated: 
> Since OpenSSL 1.1.0 [-Wdeprecated-declarations]
>  1187 | not_before = 
> jobrep_asn1TimeToTimeT(ASN1_STRING_data(X509_get_notBefore(cert)),(size_t)0);
>   | ^~
> In file included from /usr/include/openssl/objects.h:21,
>  from /usr/include/openssl/evp.h:43,
>  from /usr/include/openssl/x509.h:29,
>  from jobrep_data_handling.h:17,
>  from jobrep_data_handling.c:12:
> /usr/include/openssl/asn1.h:683:40: note: declared here
>   683 | OSSL_DEPRECATEDIN_1_1_0 unsigned char *ASN1_STRING_data(ASN1_STRING 
> *x);
>   |^~~~
> jobrep_data_handling.c:1195:13: warning: ‘ASN1_STRING_data’ is deprecated: 
> Since OpenSSL 1.1.0 [-Wdeprecated-declarations]
>  1195 | not_after  = 
> jobrep_asn1TimeToTimeT(ASN1_STRING_data(X509_get_notAfter(cert)),(size_t)0);
>   | ^
> /usr/include/openssl/asn1.h:683:40: note: declared here
>   683 | OSSL_DEPRECATEDIN_1_1_0 unsigned char *ASN1_STRING_data(ASN1_STRING 
> *x);
>   |^~~~
> jobrep_data_handling.c: In function ‘jobrep_get_serialnumber_as_string’:
> jobrep_data_handling.c:1282:17: error: implicit declaration of function 
> ‘i2c_ASN1_INTEGER’; did you mean ‘i2s_ASN1_INTEGER’? 
> [-Werror=implicit-function-declaration]
>  1282 | serialLen = i2c_ASN1_INTEGER(cert_Serial, NULL);
>   | ^~~~
>   | i2s_ASN1_INTEGER
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src/api 
> -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> lcmaps_jobrep.c -o liblcmaps_jobrep_la-lcmaps_jobrep.o >/dev/null 2>&1
> jobrep_data_handling.c: In function ‘jobrep_time_to_string’:
> jobrep_data_handling.c:1340:42: warning: ‘%02d’ directive output may be 
> truncated writing between 2 and 11 bytes into a region of size between 8 and 
> 15 [-Wformat-truncation=]
>  1340 | snprintf(datetime, (size_t)20, "%04d-%02d-%02d %02d:%02d:%02d",
>   |  ^~~~
> jobrep_data_handling.c:1340:36: note: directive argument in the range 
> [-2147483647, 2147483647]
>  1340 | snprintf(datetime, (size_t)20, "%04d-%02d-%02d %02d:%02d:%02d",
>   |^~~
> In file included from /usr/include/stdio.h:906,
>  from ../../src/api/jobrep_odbc_api.h:25,
>  from jobrep_data_handling.h:15:
> In function ‘snprintf’,

Bug#1066272: bc: FTBFS: stack.c:40:5: error: implicit declaration of function ‘checkferror_output’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: bc
Version: 1.07.1-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I. -I..  -I./.. -I./../h -Wdate-time -D_FORTIFY_SOURCE=2 
> -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -D_POSIX_SOURCE -DDOT_IS_LAST -DDONTEXIT -Wall -funsigned-char -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -D_POSIX_SOURCE -DDOT_IS_LAST 
> -DDONTEXIT -Wall -funsigned-char -c -o string.o string.c
> stack.c: In function ‘dc_binop’:
> stack.c:40:5: error: implicit declaration of function ‘checkferror_output’ 
> [-Werror=implicit-function-declaration]
>40 | checkferror_output(stderr); \
>   | ^~
> stack.c:91:17: note: in expansion of macro ‘Empty_Stack’
>91 | Empty_Stack;
>   | ^~~
> misc.c: In function ‘dc_show_id’:
> misc.c:92:9: error: implicit declaration of function ‘checkferror_output’ 
> [-Werror=implicit-function-declaration]
>92 | checkferror_output(fp);
>   | ^~
> misc.c: In function ‘dc_system’:
> misc.c:141:17: warning: ignoring return value of ‘system’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   141 | system(tmpstr);
>   | ^~
> misc.c:145:9: warning: ignoring return value of ‘system’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   145 | system(s);
>   | ^
> string.c: In function ‘dc_out_str’:
> string.c:97:9: error: implicit declaration of function ‘checkferror_output’ 
> [-Werror=implicit-function-declaration]
>97 | checkferror_output(stdout);
>   | ^~
> string.c: In function ‘dc_readstring’:
> string.c:173:9: error: implicit declaration of function ‘checkferror_input’ 
> [-Werror=implicit-function-declaration]
>   173 | checkferror_input(fp);
>   | ^
> eval.c: In function ‘input_fil’:
> eval.c:107:9: error: implicit declaration of function ‘checkferror_input’ 
> [-Werror=implicit-function-declaration]
>   107 | checkferror_input(input_fil_fp);
>   | ^
> eval.c: In function ‘dc_func’:
> eval.c:312:33: error: implicit declaration of function ‘checkferror_output’ 
> [-Werror=implicit-function-declaration]
>   312 | checkferror_output(stderr);
>   | ^~
> dc.c: In function ‘bug_report_info’:
> dc.c:64:9: error: implicit declaration of function ‘checkferror_output’ 
> [-Werror=implicit-function-declaration]
>64 | checkferror_output(stdout);
>   | ^~
> cc1: some warnings being treated as errors
> make[4]: *** [Makefile:378: misc.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/bc_1.07.1-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1066271: libdigidoc: FTBFS: DigiDocVerify.c:939:11: error: implicit declaration of function ‘ddocGetDNPartFromString’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: libdigidoc
Version: 3.10.5-4.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cd /<>/obj-x86_64-linux-gnu/libdigidoc && /usr/bin/cc 
> -DBUILD_DATE=\"28.02.2024\" -DBUILD_VER=0 -DMAJOR_VER=3 -DMINOR_VER=10 
> -DRELEASE_VER=5 -DVER_SUFFIX=\"\" -Ddigidoc_EXPORTS -I/<> 
> -I/<>/obj-x86_64-linux-gnu -I/usr/include/libxml2 -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -fvisibility=hidden -MD -MT libdigidoc/CMakeFiles/digidoc.dir/DigiDocOCSP.c.o 
> -MF CMakeFiles/digidoc.dir/DigiDocOCSP.c.o.d -o 
> CMakeFiles/digidoc.dir/DigiDocOCSP.c.o -c 
> /<>/libdigidoc/DigiDocOCSP.c
> /<>/libdigidoc/DigiDocVerify.c:939:11: error: implicit 
> declaration of function ‘ddocGetDNPartFromString’ 
> [-Werror=implicit-function-declaration]
>   939 | err = ddocGetDNPartFromString(sDN, sId, );
>   |   ^~~
> /<>/libdigidoc/DigiDocVerify.c: In function 
> ‘verifyNotaryInfoCERT2’:
> /<>/libdigidoc/DigiDocVerify.c:1568:35: warning: passing 
> argument 1 of ‘ossl_check_X509_type’ discards ‘const’ qualifier from pointer 
> target type [-Wdiscarded-qualifiers]
>  1568 |   sk_X509_push(ver_certs, notCert);
>   |   ^~~
> In file included from /usr/include/openssl/types.h:33,
>  from /usr/include/openssl/x509.h:26:
> /usr/include/openssl/x509.h:78:1: note: expected ‘X509 *’ {aka ‘struct 
> x509_st *’} but argument is of type ‘const X509 *’ {aka ‘const struct x509_st 
> *’}
>78 | SKM_DEFINE_STACK_OF_INTERNAL(X509, X509, X509)
>   | ^
> In file included from /usr/include/string.h:535,
>  from /usr/include/openssl/ec.h:23,
>  from /usr/include/openssl/x509.h:33,
>  from /<>/libdigidoc/DigiDocLib.h:36,
>  from /<>/libdigidoc/DigiDocConvert.h:25,
>  from /<>/libdigidoc/DigiDocConvert.c:24:
> In function ‘strncat’,
> inlined from ‘breakToLinesOf64’ at 
> /<>/libdigidoc/DigiDocConvert.c:887:7:
> /usr/include/x86_64-linux-gnu/bits/string_fortified.h:138:10: warning: 
> ‘__builtin_strncat’ specified bound [9223372036854775811, 
> 18446744073709551615] exceeds maximum object size 9223372036854775807 
> [-Wstringop-overread]
>   138 |   return __builtin___strncat_chk (__dest, __src, __len,
>   |  ^~
>   139 |   __glibc_objsize (__dest));
>   |   ~
> /<>/libdigidoc/DigiDocOCSP.c: In function ‘WriteOCSPResponse’:
> /<>/libdigidoc/DigiDocOCSP.c:249:18: warning: passing argument 1 
> of ‘ASN1_i2d_bio’ from incompatible pointer type 
> [-Wincompatible-pointer-types]
>   249 | ASN1_i2d_bio((int (*)(void*, unsigned char**))i2d_OCSP_RESPONSE, 
> bout, (unsigned char*)resp);
>   |  ^~
>   |  |
>   |  int (*)(void *, unsigned char **)
> In file included from /usr/include/openssl/objects.h:21,
>  from /usr/include/openssl/evp.h:43,
>  from /usr/include/openssl/x509.h:29,
>  from /<>/libdigidoc/DigiDocLib.h:36,
>  from /<>/libdigidoc/DigiDocConfig.h:29,
>  from /<>/libdigidoc/DigiDocOCSP.c:23:
> /usr/include/openssl/asn1.h:967:31: note: expected ‘int (*)(const void *, 
> unsigned char **)’ but argument is of type ‘int (*)(void *, unsigned char **)’
>   967 | int ASN1_i2d_bio(i2d_of_void *i2d, BIO *out, const void *x);
>   |  ~^~~
> /<>/libdigidoc/DigiDocOCSP.c: In function ‘WriteOCSPRequest’:
> /<>/libdigidoc/DigiDocOCSP.c:297:18: warning: passing argument 1 
> of ‘ASN1_i2d_bio’ from incompatible pointer type 
> [-Wincompatible-pointer-types]
>   297 | ASN1_i2d_bio((int (*)(void*, unsigned char**))i2d_OCSP_RESPONSE, 
> bout, (unsigned char*)req);
>   |  ^~
>   |  |
>   |  int (*)(void *, unsigned char **)
> /usr/include/openssl/asn1.h:967:31: note: expected ‘int (*)(const void *, 
> unsigned char **)’ but argument is of type ‘int (*)(void *, unsigned char **)’
>   967 | int ASN1_i2d_bio(i2d_of_void *i2d, BIO *out, const void *x);
>   |  ~^~~
> 

<    5   6   7   8   9   10   11   12   13   14   >