Bug#1066595: phylip: FTBFS: drawgram.c:2111:9: error: implicit declaration of function ‘makebox’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: phylip
Version: 1:3.697+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):
> gcc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O3 
> -DUNX -fomit-frame-pointer -fcommon -c drawgram.c
> drawgram.c: In function ‘drawgram’:
> drawgram.c:2111:9: error: implicit declaration of function ‘makebox’ 
> [-Werror=implicit-function-declaration]
>  2111 | makebox(fontnamespp);
>   | ^~~
> cc1: some warnings being treated as errors
> make[2]: *** [Makefile.unx:361: drawgram.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/phylip_3.697+dfsg-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#1066594: octave-iso2mesh: FTBFS: nl_single_file.c:2505:26: error: implicit declaration of function ‘lsame_’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: octave-iso2mesh
Version: 1.9.6+ds-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):
> make[4]: Entering directory '/<>/meshfix'
> [ 37%] Building C object 
> CMakeFiles/meshfix.dir/contrib/jrs_predicates/jrs_predicates.c.o
> [ 39%] Building CXX object 
> CMakeFiles/meshfix.dir/src/detectIntersections.cpp.o
> [ 41%] Building CXX object CMakeFiles/meshfix.dir/src/holeFilling.cpp.o
> /<>/meshfix/src/holeFilling.cpp: In member function ‘void 
> ExtTriMesh::fairSelection(Triangle*)’:
> /<>/meshfix/src/holeFilling.cpp:378:31: warning: cast to pointer 
> from integer of different size [-Wint-to-pointer-cast]
>   378 |   ((Vertex *)n->data)->info = (void *)i;
>   |   ^
> [ 43%] Building CXX object CMakeFiles/meshfix.dir/src/sparseLSystem.cpp.o
> [ 45%] Building CXX object CMakeFiles/meshfix.dir/src/mwExtensions.cpp.o
> [ 47%] Building CXX object CMakeFiles/meshfix.dir/src/smoothing.cpp.o
> [ 50%] Building C object 
> CMakeFiles/meshfix.dir/contrib/OpenNL3.2.1/src/nl_single_file.c.o
> /<>/meshfix/contrib/OpenNL3.2.1/src/nl_single_file.c: In 
> function ‘dtpsv_’:
> /<>/meshfix/contrib/OpenNL3.2.1/src/nl_single_file.c:2505:26: 
> error: implicit declaration of function ‘lsame_’ 
> [-Werror=implicit-function-declaration]
>  2505 | if (!NL_FORTRAN_WRAP(lsame)(uplo, "U") &&
>   |  ^
> /<>/meshfix/contrib/OpenNL3.2.1/src/nl_single_file.c:420:28: 
> note: in definition of macro ‘NL_FORTRAN_WRAP’
>   420 | #define NL_FORTRAN_WRAP(x) x##_
>   |^
> /<>/meshfix/contrib/OpenNL3.2.1/src/nl_single_file.c:2526:25: 
> error: implicit declaration of function ‘xerbla_’ 
> [-Werror=implicit-function-declaration]
>  2526 | NL_FORTRAN_WRAP(xerbla)("DTPSV ", );
>   | ^~
> /<>/meshfix/contrib/OpenNL3.2.1/src/nl_single_file.c:420:28: 
> note: in definition of macro ‘NL_FORTRAN_WRAP’
>   420 | #define NL_FORTRAN_WRAP(x) x##_
>   |^
> /<>/meshfix/contrib/OpenNL3.2.1/src/nl_single_file.c: In 
> function ‘nlSolve_SUPERLU’:
> /<>/meshfix/contrib/OpenNL3.2.1/src/nl_single_file.c:3513:5: 
> error: implicit declaration of function ‘dCreate_CompCol_Matrix’; did you 
> mean ‘cCreate_CompCol_Matrix’? [-Werror=implicit-function-declaration]
>  3513 | dCreate_CompCol_Matrix(
>   | ^~
>   | cCreate_CompCol_Matrix
> /<>/meshfix/contrib/OpenNL3.2.1/src/nl_single_file.c:3521:5: 
> error: implicit declaration of function ‘dCreate_Dense_Matrix’; did you mean 
> ‘cCreate_Dense_Matrix’? [-Werror=implicit-function-declaration]
>  3521 | dCreate_Dense_Matrix(
>   | ^~~~
>   | cCreate_Dense_Matrix
> /<>/meshfix/contrib/OpenNL3.2.1/src/nl_single_file.c:3557:5: 
> error: implicit declaration of function ‘dgssv’; did you mean ‘cgssv’? 
> [-Werror=implicit-function-declaration]
>  3557 | dgssv(, , perm, perm_r, , , , , );
>   | ^
>   | cgssv
> cc1: some warnings being treated as errors
> make[4]: *** [CMakeFiles/meshfix.dir/build.make:160: 
> CMakeFiles/meshfix.dir/contrib/OpenNL3.2.1/src/nl_single_file.c.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/octave-iso2mesh_1.9.6+ds-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#1066593: libnbcompat: FTBFS: lchflags.c:49:17: error: implicit declaration of function ‘chflags’; did you mean ‘lchflags’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: libnbcompat
Version: 20180822-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 -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D__DBINTERFACE_PRIVATE -I. 
> -I.  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -DHAVE_CONFIG_H -c lchflags.c
> lchflags.c: In function ‘lchflags’:
> lchflags.c:49:17: error: implicit declaration of function ‘chflags’; did you 
> mean ‘lchflags’? [-Werror=implicit-function-declaration]
>49 | return (chflags(path, flags));
>   | ^~~
>   | lchflags
> cc1: some warnings being treated as errors
> *** [lchflags.o] Error code 1
> 
> bmake[1]: stopped in /<>
> 1 error
> 
> bmake[1]: stopped in /<>
> dh_auto_build: error: bmake -j1 returned exit code 2
> make: *** [debian/rules:19: build] Error 255


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/libnbcompat_20180822-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#1066592: matchbox-panel: FTBFS: panel.c:1026:7: error: implicit declaration of function ‘msg_set_timeout’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: matchbox-panel
Version: 0.9.3+git20100816-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.. -DDATADIR=\"/usr/share\" 
> -DPKGDATADIR=\"/usr/share/matchbox\" -DPREFIX=\"/usr\" -g -Wall 
> -fno-strict-aliasing -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 -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 msg.o msg.c
> panel_app.c: In function ‘panel_app_name_get’:
> panel_util.c: In function ‘util_get_window_pid_from_prop’:
> panel_util.c:103:49: warning: pointer targets in passing argument 10 of 
> ‘XGetWindowProperty’ differ in signedness [-Wpointer-sign]
>   103 | , , _items,
>   | ^~~~
>   | |
>   | long int *
> panel_app.c:106:49: warning: pointer targets in passing argument 10 of 
> ‘XGetWindowProperty’ differ in signedness [-Wpointer-sign]
>   106 | , , _items,
>   | ^~~~
>   | |
>   | long int *
> In file included from panel.h:16,
>  from panel_app.h:4,
>  from panel_app.c:1:
> /usr/include/X11/Xlib.h:2700:5: note: expected ‘long unsigned int *’ but 
> argument is of type ‘long int *’
>  2700 | unsigned long*  /* nitems_return */,
>   | ^~
> In file included from panel.h:16,
>  from panel_util.h:4,
>  from panel_util.c:1:
> /usr/include/X11/Xlib.h:2700:5: note: expected ‘long unsigned int *’ but 
> argument is of type ‘long int *’
>  2700 | unsigned long*  /* nitems_return */,
>   | ^~
> panel_app.c:107:33: warning: pointer targets in passing argument 11 of 
> ‘XGetWindowProperty’ differ in signedness [-Wpointer-sign]
>   107 | _after, (unsigned char 
> **)>name);
>   | ^~~~
>   | |
>   | long int *
> panel_util.c:104:33: warning: pointer targets in passing argument 11 of 
> ‘XGetWindowProperty’ differ in signedness [-Wpointer-sign]
>   104 | _after, (unsigned char 
> **));
>   | ^~~~
>   | |
>   | long int *
> /usr/include/X11/Xlib.h:2701:5: note: expected ‘long unsigned int *’ but 
> argument is of type ‘long int *’
>  2701 | unsigned long*  /* bytes_after_return */,
>   | ^~
> /usr/include/X11/Xlib.h:2701:5: note: expected ‘long unsigned int *’ but 
> argument is of type ‘long int *’
>  2701 | unsigned long*  /* bytes_after_return */,
>   | ^~
> panel_app.c:122:22: warning: pointer targets in assignment from ‘char *’ to 
> ‘unsigned char *’ differ in signedness [-Wpointer-sign]
>   122 |   papp->name = strdup("");
>   |  ^
> panel_app.c: In function ‘panel_app_icon_prop_data_get’:
> panel_app.c:167:49: warning: pointer targets in passing argument 10 of 
> ‘XGetWindowProperty’ differ in signedness [-Wpointer-sign]
>   167 | , , _items,
>   | ^~~~
>   | |
>   | long int *
> /usr/include/X11/Xlib.h:2700:5: note: expected ‘long unsigned int *’ but 
> argument is of type ‘long int *’
>  2700 | unsigned long*  /* nitems_return

Bug#1066591: pd-mrpeach: FTBFS: slipenc/slipenc.c:92:9: error: implicit declaration of function ‘error’; did you mean ‘perror’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: pd-mrpeach
Version: 0.1~svn17672-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 -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -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 -o 
> life2x/life2x.pd_linux.o -c life2x/life2x.c
>  info: making net/tcpserver.pd_linux.o in lib mrpeach
> slipenc/slipenc.c: In function ‘slipenc_new’:
> slipenc/slipenc.c:92:9: error: implicit declaration of function ‘error’; did 
> you mean ‘perror’? [-Werror=implicit-function-declaration]
>92 | error("slipenc: unable to allocate %lu bytes for x_slip_buf", 
> (long)sizeof(t_atom)*x->x_slip_max_length);
>   | ^
>   | perror
> net/tcpsend.c: In function ‘tcpsend_connect’:
> net/tcpsend.c:64:9: error: implicit declaration of function ‘error’; did you 
> mean ‘herror’? [-Werror=implicit-function-declaration]
>64 | error("tcpsend: already connected");
>   | ^
>   | herror
> life2x/life2x.c: In function ‘life2x_rule’:
> life2x/life2x.c:375:13: error: implicit declaration of function ‘error’; did 
> you mean ‘perror’? [-Werror=implicit-function-declaration]
>   375 | error("life2x_rule: bad character in rule: %c", 
> s->s_name[i]);
>   | ^
>   | perror
> cc1: some warnings being treated as errors
> make[1]: *** [/usr/share/pd-lib-builder//Makefile.pdlibbuilder:987: 
> slipenc/slipenc.pd_linux.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/pd-mrpeach_0.1~svn17672-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#1066590: pd-creb: FTBFS: modules/statwav~.c:116:13: error: implicit declaration of function ‘error’; did you mean ‘perror’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: pd-creb
Version: 0.10.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 -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -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 -o 
> modules/ibfft~.pd_linux.o -c modules/ibfft~.c
>  info: making modules/cheby~.pd_linux.o in lib creb
> modules/statwav~.c: In function ‘statwav_tilde_set’:
> modules/statwav~.c:116:13: error: implicit declaration of function ‘error’; 
> did you mean ‘perror’? [-Werror=implicit-function-declaration]
>   116 | error("statwav~: %s: no such array", 
> x->x_arrayname->s_name);
>   | ^
>   | perror
> cc1: some warnings being treated as errors
> make[1]: *** [/usr/share/pd-lib-builder//Makefile.pdlibbuilder:987: 
> modules/statwav~.pd_linux.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/pd-creb_0.10.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#1066588: pd-nusmuk: FTBFS: pbank.c:159:9: error: implicit declaration of function ‘error’; did you mean ‘perror’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: pd-nusmuk
Version: 20151113+repack-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 -fPIC -o "tab_upsample.o" -c 
> "tab_upsample.c"
> pbank.c: In function ‘pbank_set’:
> pbank.c:159:9: error: implicit declaration of function ‘error’; did you mean 
> ‘perror’? [-Werror=implicit-function-declaration]
>   159 | error("pbank_set: takes at least 3 arguments: column row 
> item(s)");
>   | ^
>   | perror
> pbank.c: In function ‘pbank_read’:
> pbank.c:907:27: warning: passing argument 2 of ‘pbank_fromfile’ discards 
> ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
>   907 | pbank_fromfile(x,fname->s_name,TEXT,0);
>   |  ~^~~~
> pbank.c:869:38: note: expected ‘char *’ but argument is of type ‘const char *’
>   869 | void pbank_fromfile(t_pbank *x,char *name, int type, int silentFlag) 
> // filename with or without path
>   |~~^~~~
> pbank.c: In function ‘pbank_new’:
> mtx_preset.c: In function ‘mtx_preset_matrix’:
> pbank.c:1194:14: warning: assignment discards ‘const’ qualifier from pointer 
> target type [-Wdiscarded-qualifiers]
>  1194 | shit = (argv+2)->a_w.w_symbol->s_name;
>   |  ^
> mtx_preset.c:120:9: error: implicit declaration of function ‘error’; did you 
> mean ‘perror’? [-Werror=implicit-function-declaration]
>   120 | error("bad matrix");
>   | ^
>   | perror
> pbank.c:1217:14: warning: assignment discards ‘const’ qualifier from pointer 
> target type [-Wdiscarded-qualifiers]
>  1217 | shit = (argv+3)->a_w.w_symbol->s_name;
>   |  ^
> pbank.c:1257:43: warning: passing argument 2 of ‘pbank_fromfile’ discards 
> ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
>  1257 | pbank_fromfile(x,x->p_name->s_name, TEXT,1);
>   |  ~^~~~
> pbank.c:869:38: note: expected ‘char *’ but argument is of type ‘const char *’
>   869 | void pbank_fromfile(t_pbank *x,char *name, int type, int silentFlag) 
> // filename with or without path
>   |~~^~~~
> 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 -fPIC -o "tab_upsample_copy.o" -c 
> "tab_upsample_copy.c"
> 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 -fPIC -o "tab_max.o" -c "tab_max.c"
> 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 -fPIC -o "tab_min.o" -c "tab_min.c"
> 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 -fPIC -o "tab_integrate.o" -c 
> "tab_integrate.c"
> 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 -fPIC -o "tab_derivate.o" -c 
> "tab_derivate.c"
> cc -Wl,-z,relro -Wl,-z,now -Wl,-as-needed -fPIC -Wl,--export-dynamic -shared 
> -o "line3.pd_linux" "line3.o"  -lc
> chmod a-x "line3.pd_linux"
> cc -Wl,-z,relro -Wl,-z,now -Wl,-as-needed -fPIC -Wl,--export-dynamic -shared 
> -o "tab_downsample_max.pd_linux" "tab_downsample_max.o"  -lc
> chmod a-x "tab_downsample_max.pd_linux"
> cc -Wl,-z,relro -W

Bug#1066589: quisk: FTBFS: charleston/chas_rx2.c:968:3: error: implicit declaration of function ‘Py_InitModule’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: quisk
Version: 4.2.24-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 -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. -I.. -I/usr/include/libusb-1.0 -I/usr/include/python3.11 -c 
> charleston/chas_rx2.c -o 
> build/temp.linux-x86_64-cpython-311/charleston/chas_rx2.o
> charleston/chas_rx2.c: In function ‘initchas_rx1’:
> charleston/chas_rx2.c:968:3: error: implicit declaration of function 
> ‘Py_InitModule’ [-Werror=implicit-function-declaration]
>   968 |   Py_InitModule ("chas_rx1", QuiskMethods);
>   |   ^
> charleston/chas_rx2.c:973:5: warning: ‘return’ with no value, in function 
> returning non-void [-Wreturn-type]
>   973 | return; //Error
>   | ^~
> charleston/chas_rx2.c:966:16: note: declared here
>   966 | PyMODINIT_FUNC initchas_rx1 (void)
>   |^~~~
> 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:3: build] Error 25


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/quisk_4.2.24-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#1066587: gramofile: FTBFS: gramofile.c:42:3: error: implicit declaration of function ‘exit’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: gramofile
Version: 1.6-12
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 
> -Wall -O2 -funroll-loops -DTURBO_MEDIAN -DTURBO_BUFFER -Wdate-time 
> -D_FORTIFY_SOURCE=2  -c -o reclp_main.o reclp_main.c
> gramofile.c: In function ‘finishmenu’:
> gramofile.c:42:3: error: implicit declaration of function ‘exit’ 
> [-Werror=implicit-function-declaration]
>42 |   exit (0);
>   |   ^~~~
> gramofile.c:17:1: note: include ‘’ or provide a declaration of 
> ‘exit’
>16 | #include 
>   +++ |+#include 
>17 | #else
> gramofile.c:42:3: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>42 |   exit (0);
>   |   ^~~~
> gramofile.c:42:3: note: include ‘’ or provide a declaration of 
> ‘exit’
> gcc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -O2 -funroll-loops -DTURBO_MEDIAN -DTURBO_BUFFER -Wdate-time 
> -D_FORTIFY_SOURCE=2  -c -o scrollmenu.o scrollmenu.c
> gcc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -O2 -funroll-loops -DTURBO_MEDIAN -DTURBO_BUFFER -Wdate-time 
> -D_FORTIFY_SOURCE=2  -c -o stringinput.o stringinput.c
> cc1: some warnings being treated as errors
> make[1]: *** [: gramofile.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/gramofile_1.6-12_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#1066586: francine: FTBFS: after_login.c:132:7: error: implicit declaration of function ‘get_check_email’; did you mean ‘check_mail’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: francine
Version: 0.99.8+orig-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 -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 -c -o after_login.o after_login.c
> after_login.c: In function ‘print_lastlog’:
> after_login.c:90:20: warning: passing argument 1 of ‘ctime’ from incompatible 
> pointer type [-Wincompatible-pointer-types]
>90 |   strtime = ctime (&(oldlog->ll_time));
>   |^~
>   ||
>   |int32_t * {aka int *}
> In file included from after_login.c:45:
> /usr/include/time.h:183:35: note: expected ‘const time_t *’ {aka ‘const long 
> int *’} but argument is of type ‘int32_t *’ {aka ‘int *’}
>   183 | extern char *ctime (const time_t *__timer) __THROW;
>   | ~~^~~
> after_login.c: In function ‘check_mail’:
> after_login.c:132:7: error: implicit declaration of function 
> ‘get_check_email’; did you mean ‘check_mail’? 
> [-Werror=implicit-function-declaration]
>   132 |   if (get_check_email())
>   |   ^~~
>   |   check_mail
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:391: after_login.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/francine_0.99.8+orig-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#1066585: wput: FTBFS: wget.h:16:17: error: implicit declaration of function ‘strdup’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: wput
Version: 0.6.2+git20130413-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):
> gcc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -pedantic -Wall  -g -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include  
> -Wdate-time -D_FORTIFY_SOURCE=2  -c -o ftp-ls.o ftp-ls.c
> In file included from /usr/include/string.h:535,
>  from wput.h:42:
> In function ‘memcpy’,
> inlined from ‘bar_update’ at progress.c:387:4:
> /usr/include/x86_64-linux-gnu/bits/string_fortified.h:29:10: warning: 
> ‘__builtin_memcpy’ accessing 92 bytes at offsets 32 and 36 overlaps 88 bytes 
> at offset 36 [-Wrestrict]
>29 |   return __builtin___memcpy_chk (__dest, __src, __len,
>   |  ^
>30 |  __glibc_objsize0 (__dest));
>   |  ~~
> In file included from ftp-ls.c:49:
> ftp-ls.c: In function ‘ftp_parse_unix_ls’:
> wget.h:16:17: error: implicit declaration of function ‘strdup’ 
> [-Werror=implicit-function-declaration]
>16 | #define xstrdup strdup
>   | ^~
> ftp-ls.c:319:36: note: in expansion of macro ‘xstrdup’
>   319 |   cur.linkto = xstrdup (p + 4);
>   |^~~
> wget.h:16:17: warning: incompatible implicit declaration of built-in function 
> ‘strdup’ [-Wbuiltin-declaration-mismatch]
>16 | #define xstrdup strdup
>   | ^~
> ftp-ls.c:319:36: note: in expansion of macro ‘xstrdup’
>   319 |   cur.linkto = xstrdup (p + 4);
>   |^~~
> ftp-ls.c: In function ‘ftp_parse_winnt_ls’:
> wget.h:16:17: warning: incompatible implicit declaration of built-in function 
> ‘strdup’ [-Wbuiltin-declaration-mismatch]
>16 | #define xstrdup strdup
>   | ^~
> ftp-ls.c:471:18: note: in expansion of macro ‘xstrdup’
>   471 |   cur.name = xstrdup(tok);
>   |  ^~~
> ftp-ls.c: In function ‘ftp_parse_vms_ls’:
> wget.h:16:17: warning: incompatible implicit declaration of built-in function 
> ‘strdup’ [-Wbuiltin-declaration-mismatch]
>16 | #define xstrdup strdup
>   | ^~
> ftp-ls.c:698:18: note: in expansion of macro ‘xstrdup’
>   698 |   cur.name = xstrdup(tok);
>   |  ^~~
> ftplib.c: In function ‘ftp_do_chmod’:
> ftplib.c:625:36: warning: ‘%lo’ directive output may be truncated writing 
> between 1 and 11 bytes into a region of size 7 [-Wformat-truncation=]
>   625 | snprintf(mode, 7, "%lo", (unsigned long) opt.chmod);
>   |^~~
> ftplib.c:625:35: note: directive argument in the range [0, 4294967295]
>   625 | snprintf(mode, 7, "%lo", (unsigned long) opt.chmod);
>   |   ^
> In file included from /usr/include/stdio.h:906,
>  from wput.h:41,
>  from utils.h:4,
>  from ftplib.c:21:
> In function ‘snprintf’,
> inlined from ‘ftp_do_chmod’ at ftplib.c:625:3:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:10: note: 
> ‘__builtin___snprintf_chk’ output between 2 and 12 bytes into a destination 
> of size 7
>54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
>   |  ^~~~
>55 |__glibc_objsize (__s), __fmt,
>   |~
>56 |__va_arg_pack ());
>   |~
> ftplib.c: In function ‘ftp_do_chmod’:
> ftplib.c:623:36: warning: ‘%lo’ directive output may be truncated writing 
> between 1 and 11 bytes into a region of size 7 [-Wformat-truncation=]
>   623 | snprintf(mode, 7, "%lo", (unsigned long) 
> statbuf.st_mode);
>   |^~~
> ftplib.c:623:35: note: directive argument in the range [

Bug#1066583: iraf-fitsutil: FTBFS: fgwrite.c:281:30: error: implicit declaration of function ‘filetype’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: iraf-fitsutil
Version: 2018.07.06-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):
> make[1]: Entering directory '/<>'
> mkpkg -p fitsutil -x
> hlib$mkpkg.inc:5: warning: macro `IRAFARCH' not found
> !clear;date
> TERM environment variable not set.
> Tue Mar 12 20:39:40 UTC 2024
> $call update
> $call lib
> = LIB =
> 
> $call update@lib
> mkpkg[1]: Entering directory `/<>/lib/'
> mkpkg[1]: Leaving directory `/<>/lib/'
> $call src
> = PKG =
> 
> $call update@src
> mkpkg[1]: Entering directory `/<>/src/'
> $call relink
> $call libpkg.a
> warning: library `libpkg_p.a' not found
> /usr/lib/iraf/unix/bin/xc.e -c -x -p fitsutil  -x -x catprhdr.x dfits.x 
> fxcopy.x fxconvert.x fxdelete.x fxextract.x fxdummyh.x fxheader.x fxsplit.x 
> fxinsert.x fxplf.x getcmd.x
> ar r /<>/src/libpkg_p.a catprhdr.o dfits.o fxcopy.o fxconvert.o 
> fxdelete.o fxextract.o fxdummyh.o fxheader.o fxsplit.o fxinsert.o fxplf.o 
> getcmd.o
> ar: creating /<>/src/libpkg_p.a
> ranlib libpkg_p.a
> Updated 12 files in libpkg.a
> /usr/lib/iraf/unix/bin/xc.e -x -c -x -p fitsutil  -x x_fxutil.x
> /usr/lib/iraf/unix/bin/xc.e -Nz -p fitsutil  -x -x x_fxutil.o libpkg.a 
> -lxtools -o xx_fitsutil.e
> src/mkpkg:20: warning: macro `HSI_CF' not found
> src/mkpkg:21: warning: macro `HSI_LF' not found
> src/mkpkg:22: warning: macro `HSI_LF' not found
> src/mkpkg:23: warning: macro `HSI_LF' not found
> !gcc -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 fgwrite.c fgread.c sum32.c 
> checksum.c kwdb.c
> fgwrite.c:125:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   125 | main (argc, argv)
>   | ^~~~
> fgwrite.c: In function ‘main’:
> fgwrite.c:281:30: error: implicit declaration of function ‘filetype’ 
> [-Werror=implicit-function-declaration]
>   281 | if ((ftype = filetype (argp)) == LF_DIR)
>   |  ^~~~
> fgwrite.c:282:21: error: implicit declaration of function ‘putfiles’ 
> [-Werror=implicit-function-declaration]
>   282 | putfiles (argp, out, "", );
>   | ^~~~
> fgwrite.c:284:21: error: implicit declaration of function ‘fgfileout’ 
> [-Werror=implicit-function-declaration]
>   284 | fgfileout (argp, out, ftype, "", level);
>   | ^
> fgwrite.c:305:17: error: implicit declaration of function ‘list_toc’ 
> [-Werror=implicit-function-declaration]
>   305 | list_toc (kwdb);
>   | ^~~~
> fgwrite.c: At top level:
> fgwrite.c:346:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   346 | putfiles (dir, out, path, level)
>   | ^~~~
> fgwrite.c:414:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   414 | fgfileout (fname, out, ftype, path, level)
>   | ^
> fgwrite.c: In function ‘fgfileout’:
> fgwrite.c:545:13: error: implicit declaration of function ‘kwdb_RenameEntry’; 
> did you mean ‘kwdb_DeleteEntry’? [-Werror=implicit-function-declaration]
>   545 | kwdb_RenameEntry (kwdb, ep, "XTENSION");
>   | ^~~~
>   | kwdb_DeleteEntry
> fgwrite.c:549:19: error: implicit declaration of function ‘pix_block’ 
> [-Werror=implicit-function-declaration]
>   549 | nbp = pix_block(kwdb);
>   |   ^
> fgwrite.c:700:13: error: implicit declaration of function ‘copyfile’ 
> [-Werror=implicit-function-declaration]
>   700 | copyfile (in, , out, ftype, out_off, nbp, );
>   | ^~~~
> fgwrite.c:703:13: error: implicit declaration of function ‘printheader’ 
> [-Werror=implicit-function-declaration]
>   703 | printheader (stdout, , type);
>   | ^~~
> fgwrite.c:709:13: error: implicit declaration of function ‘toc_card’ 
> [-Werror=implicit-function-declaration]
>   709 | toc_card (in, , ftype, hd_cards, level, usize);
>   | 

Bug#1066584: gnome-breakout: FTBFS: anim.c:58:17: error: implicit declaration of function ‘gb_error’; did you mean ‘g_error’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: gnome-breakout
Version: 0.5.3-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):
> gcc -DPACKAGE_NAME=\"gnome-breakout\" -DPACKAGE_TARNAME=\"gnome-breakout\" 
> -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"gnome-breakout\ 0.5.3\" 
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gnome-breakout\" 
> -DVERSION=\"0.5.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_LOCALE_H=1 
> -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 
> -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DGETTEXT_PACKAGE=\"gnome-breakout\" -I. 
> -I.. -I/usr/include -I/usr/include/goocanvas-2.0 -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/gnome-games-support-1 -I/usr/include/gee-0.8 -pthread  
> -DGNOMELOCALEDIR=\""/usr/share/games/locale"\" 
> -DG_LOG_DOMAIN=\"gnome-breakout\" 
> -DPIXMAPDIR=\"/usr/share/games/gnome-breakout/pixmaps\" 
> -DLEVELDIR=\"/usr/share/games/gnome-breakout/levels\"  -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 gnome-breakout.o gnome-breakout.c
> bat.c: In function ‘destroy_children_laser’:
> bat.c:267:17: warning: ignoring return value of ‘g_list_remove’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   267 | g_list_remove(bat->children, laser);
>   | ^~~
> anim.c: In function ‘create_new_animation’:
> anim.c:58:17: error: implicit declaration of function ‘gb_error’; did you 
> mean ‘g_error’? [-Werror=implicit-function-declaration]
>58 | gb_error("Cannot find animation pixmap %s", 
> fullfilename);
>   | ^~~~
>   | g_error
> gcc -DPACKAGE_NAME=\"gnome-breakout\" -DPACKAGE_TARNAME=\"gnome-breakout\" 
> -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"gnome-breakout\ 0.5.3\" 
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gnome-breakout\" 
> -DVERSION=\"0.5.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_LOCALE_H=1 
> -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 
> -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DGETTEXT_PACKAGE=\"gnome-breakout\" -I. 
> -I.. -I/usr/include -I/usr/include/goocanvas-2.0 -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/gnome-games-support-1 -I/usr/include/gee-0.8 -pthread  
> -DGNOMELOCALEDIR=\""/usr/share/games/locale"\" 
> -DG_LOG_DOMAIN=\"gnome-breakout\" 
> -DPIXMAPDIR=\"/usr/share/games/gnome-breakout/pixmaps\" 
> -DLEVELDIR=\"/u

Bug#1066582: xshogi: FTBFS: parser.c:1250:16: error: implicit declaration of function ‘yylex’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: xshogi
Version: 1.4.2-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.  -DFIRST_SHOGI_PROGRAM=\"gnushogi\" 
> -DSECOND_SHOGI_PROGRAM=\"gnushogi\" -DFIRST_HOST=\"localhost\" 
> -DSECOND_HOST=\"localhost\" -Wdate-time -D_FORTIFY_SOURCE=2 -fsigned-char 
> -funroll-loops -Wall -Wno-implicit-int -Wstrict-prototypes -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o xshogi-parser.o `test -f 
> 'parser.c' || echo './'`parser.c
> parser.y:73:1: warning: function declaration isn’t a prototype 
> [-Wstrict-prototypes]
>73 | static void yyerror();
>   | ^~
> parser.c: In function ‘yyparse’:
> parser.c:1250:16: error: implicit declaration of function ‘yylex’ 
> [-Werror=implicit-function-declaration]
>  1250 |   yychar = yylex ();
>   |^
> parser.y:179:17: error: implicit declaration of function ‘DisplayMessage’ 
> [-Werror=implicit-function-declaration]
>   179 | DisplayMessage("Black wins", False);
>   | ^~
> parser.y: At top level:
> parser.y:222:6: warning: function declaration isn’t a prototype 
> [-Wstrict-prototypes]
>   222 | void parseGameFile()
>   |  ^
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:749: xshogi-parser.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/xshogi_1.4.2-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#1066576: nagios-plugins-contrib: FTBFS: check_memcached.l:339:37: error: implicit declaration of function ‘asprintf’; did you mean ‘vsprintf’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: nagios-plugins-contrib
Version: 45.20231212
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=/<>/check_memcached=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2  -c -o check_memcached.o check_memcached.c
> check_memcached.l:155:1: warning: return type defaults to ‘int’ 
> [-Wimplicit-int]
>   155 | yywrap() {
>   | ^~
> check_memcached.l: In function ‘check_memcached’:
> check_memcached.l:339:37: error: implicit declaration of function ‘asprintf’; 
> did you mean ‘vsprintf’? [-Werror=implicit-function-declaration]
>   339 | str_bytes = 
> asprintf(_service_output,"Could not store updated stats object - %s; ",
>   | ^~~~
>   | vsprintf
> check_memcached.l: In function ‘usage’:
> check_memcached.l:603:16: warning: format ‘%llu’ expects argument of type 
> ‘long long unsigned int’, but argument 2 has type ‘uint64_t’ {aka ‘long 
> unsigned int’} [-Wformat=]
>   603 | printf("\t-E  ... Generate warning if number of evictions 
> exceeds this threshold. 0=disable. (default: %llu)\n",max_evictions);
>   |
> ^~~~
>  ~
>   |   
>   |
>   |   
>   uint64_t {aka long unsigned 
> int}
> cc1: some warnings being treated as errors
> make[3]: *** [: check_memcached.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/nagios-plugins-contrib_45.20231212_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#1066581: zh-autoconvert: FTBFS: judge.c:72:24: error: implicit declaration of function ‘j_code3’; did you mean ‘j_code’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: zh-autoconvert
Version: 0.3.16-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):
> x86_64-linux-gnu-gcc -fPIC -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -O2 
> -g -Wall -Iinclude -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> judge.c
> judge.c: In function ‘j_code’:
> judge.c:47:16: warning: pointer targets in assignment from ‘char *’ to 
> ‘unsigned char *’ differ in signedness [-Wpointer-sign]
>47 | for(phz=buff;phz<(buff+count);phz++){
>   |^
> judge.c:47:25: warning: comparison of distinct pointer types lacks a cast
>47 | for(phz=buff;phz<(buff+count);phz++){
>   | ^
> judge.c:72:24: error: implicit declaration of function ‘j_code3’; did you 
> mean ‘j_code’? [-Werror=implicit-function-declaration]
>72 | return j_code3(buff,count);
>   |^~~
>   |j_code
> cc1: some warnings being treated as errors
> make[2]: *** [Makefile:11: judge.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/zh-autoconvert_0.3.16-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#1066580: lagan: FTBFS: order.c:409:5: error: implicit declaration of function ‘printMFAAlign’; did you mean ‘printBinAlign’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: lagan
Version: 2.0-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 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -fsigned-char -O3  -Wdate-time -D_FORTIFY_SOURCE=2 -o ../utils/cextract 
> utils/cextract.c -Wl,-z,relro
> anchors.c: In function ‘anchors_getline’:
> anchors.c:232:3: warning: ignoring return value of ‘fgets’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   232 |   fgets(temp, 1024, infile);
>   |   ^
> order.c: In function ‘doAlign’:
> order.c:409:5: error: implicit declaration of function ‘printMFAAlign’; did 
> you mean ‘printBinAlign’? [-Werror=implicit-function-declaration]
>   409 | printMFAAlign(seq1->lets, seq2->lets, a, seq1->name, seq2->name);
>   | ^
>   | printBinAlign
> order.c:411:5: error: implicit declaration of function ‘printXMFAAlign’; did 
> you mean ‘printTextAlign’? [-Werror=implicit-function-declaration]
>   411 | printXMFAAlign(seq1->lets, seq2->lets, a, seq1->name, seq2->name);
>   | ^~
>   | printTextAlign
> order.c: In function ‘readfile’:
> order.c:61:3: warning: ignoring return value of ‘fgets’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>61 |   fgets(temp, 255, input);
>   |   ^~~
> order.c: In function ‘readSubstMatrix’:
> order.c:145:7: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   145 |   fscanf (file, "%d", &(substmatrix[(unsigned char) 
> symbs[i]][(unsigned char) symbs[j]]));
>   |   
> ^~~
> order.c:149:3: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   149 |   fscanf (file, "%d", );
>   |   ^~
> order.c:150:3: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   150 |   fscanf (file, "%d", );
>   |   ^
> utils/cextract.c: In function ‘getLength’:
> utils/cextract.c:16:3: warning: ignoring return value of ‘fgets’ declared 
> with attribute ‘warn_unused_result’ [-Wunused-result]
>16 |   fgets (buffer, 1024, file);
>   |   ^~
> utils/cextract.c: In function ‘readfile’:
> utils/cextract.c:41:5: warning: ignoring return value of ‘fgets’ declared 
> with attribute ‘warn_unused_result’ [-Wunused-result]
>41 | fgets (buffer, 1024, file);
>   | ^~
> mlagan.c: In function ‘readfile’:
> mlagan.c:93:25: warning: too many arguments for format [-Wformat-extra-args]
>93 | fprintf(stderr, "Warning: %c converted to 'N'\n", currchar, 
> alpha);
>   | ^~~~
> prolagan.c: In function ‘readfile’:
> prolagan.c:93:25: warning: too many arguments for format [-Wformat-extra-args]
>93 | fprintf(stderr, "Warning: %c converted to 'N'\n", currchar, 
> alpha);
>   | ^~~~
> fchaos.c: In function ‘readfile’:
> fchaos.c:357:25: warning: too many arguments for format [-Wformat-extra-args]
>   357 | fprintf(stderr, "WARNING %c converted to N\n", currchar, 
> alpha);
>   | ^
> mlagan.c: In function ‘main’:
> mlagan.c:1071:5: error: implicit declaration of function ‘printXMFAAlign’; 
> did you mean ‘printFASTAAlign’? [-Werror=implicit-function-declaration]
>  1071 | printXMFAAlign(outfile, final);
>   | ^~
>   | printFASTAAlign
> mlagan.c: In function ‘readfile’:
> mlagan.c:79:3: warning: ignoring return value of ‘fgets’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>79 |   fgets(temp, 255, input);
>   |   ^~~
> prolagan.c: In function ‘main’:
> prolagan.c:1091:5: error: implicit declaration of function ‘printXMFAAlign’; 
> did you mean ‘p

Bug#1066579: yubico-pam: FTBFS: ../pam_yubico.c:657:8: error: implicit declaration of function ‘mkostemp’; did you mean ‘mkstemp’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: yubico-pam
Version: 2.26-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 
> -DPACKAGE_NAME=\"pam_yubico\" -DPACKAGE_TARNAME=\"pam_yubico\" 
> -DPACKAGE_VERSION=\"2.26\" -DPACKAGE_STRING=\"pam_yubico\ 2.26\" 
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"pam_yubico\" 
> -DVERSION=\"2.26\" -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_SECURITY_PAM_APPL_H=1 
> -DHAVE_SECURITY_PAM_MODULES_H=1 -DHAVE_SECURITY__PAM_MACROS_H=1 
> -DHAVE_SECURITY_PAM_MODUTIL_H=1 -DHAVE_PAM_MODUTIL_DROP_PRIV=1 
> -DHAVE_LIBLDAP=1 -DHAVE_LIBYKCLIENT=1 -DHAVE_LIBYUBIKEY=1 -DHAVE_CR=1 -I. 
> -I..  -I/usr/include/ykpers-1  -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 pam_yubico.lo ../pam_yubico.c
> libtool: compile:  gcc -DPACKAGE_NAME=\"pam_yubico\" 
> -DPACKAGE_TARNAME=\"pam_yubico\" -DPACKAGE_VERSION=\"2.26\" 
> "-DPACKAGE_STRING=\"pam_yubico 2.26\"" -DPACKAGE_BUGREPORT=\"\" 
> -DPACKAGE_URL=\"\" -DPACKAGE=\"pam_yubico\" -DVERSION=\"2.26\" 
> -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_SECURITY_PAM_APPL_H=1 -DHAVE_SECURITY_PAM_MODULES_H=1 
> -DHAVE_SECURITY__PAM_MACROS_H=1 -DHAVE_SECURITY_PAM_MODUTIL_H=1 
> -DHAVE_PAM_MODUTIL_DROP_PRIV=1 -DHAVE_LIBLDAP=1 -DHAVE_LIBYKCLIENT=1 
> -DHAVE_LIBYUBIKEY=1 -DHAVE_CR=1 -I. -I.. -I/usr/include/ykpers-1 -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 
> ../util.c  -fPIC -DPIC -o .libs/util.o
> libtool: compile:  gcc -DPACKAGE_NAME=\"pam_yubico\" 
> -DPACKAGE_TARNAME=\"pam_yubico\" -DPACKAGE_VERSION=\"2.26\" 
> "-DPACKAGE_STRING=\"pam_yubico 2.26\"" -DPACKAGE_BUGREPORT=\"\" 
> -DPACKAGE_URL=\"\" -DPACKAGE=\"pam_yubico\" -DVERSION=\"2.26\" 
> -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_SECURITY_PAM_APPL_H=1 -DHAVE_SECURITY_PAM_MODULES_H=1 
> -DHAVE_SECURITY__PAM_MACROS_H=1 -DHAVE_SECURITY_PAM_MODUTIL_H=1 
> -DHAVE_PAM_MODUTIL_DROP_PRIV=1 -DHAVE_LIBLDAP=1 -DHAVE_LIBYKCLIENT=1 
> -DHAVE_LIBYUBIKEY=1 -DHAVE_CR=1 -I. -I.. -I/usr/include/ykpers-1 -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 
> ../drop_privs.c  -fPIC -DPIC -o .libs/drop_privs.o
> libtool: compile:  gcc -DPACKAGE_NAME=\"pam_yubico\" 
> -DPACKAGE_TARNAME=\"pam_yubico\" -DPACKAGE_VERSION=\"2.26\" 
> "-DPACKAGE_STRING=\"pam_yubico 2.26\"" -DPACKAGE_BUGREPORT=\"\" 
> -DPACKAGE_URL=\"\" -DPACKAGE=\"pam_yubico\" -DVERSION=\"2.26\" 
> -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_SECURITY_PAM_APPL_H=1 -DHAVE_SECURITY_PAM_MODULES_H=1 
> -DHAVE_SECURITY__PAM_MACROS_H=1 -DHAVE_SECURITY_PAM_MODUTIL_H=1 
> -DHAVE_PAM_MODUTIL_DROP_PRIV=1 -DHAVE_LIBLDAP=1 -DHAVE_LIBYKCLIENT=1 
> -DHAVE_LIBYUBIKEY=1 -DHAVE_CR=1 -I. -I.. -I/usr/include/ykpers-1 -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-func

Bug#1066578: xsunpinyin: FTBFS: ic.c:323:5: error: implicit declaration of function ‘ui_tray_init’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: xsunpinyin
Version: 2.0.3-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 -o ic.o -c -O2 -g -pipe 
> -DSUNPINYIN_XIM_ICON_DIR=\"/usr/share/xsunpinyin/icons/\" 
> -DSUNPINYIN_XIM_SETTING_DIR=\"/usr/share/xsunpinyin/\" 
> -Werror=implicit-function-declaration -g -O2 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -pthread -I. -IIMdkit -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 
> -I/usr/include/sunpinyin-2.0 -I/usr/include/sunpinyin-2.0/ime-core 
> -I/usr/include/sunpinyin-2.0/lexicon -I/usr/include/sunpinyin-2.0/pinyin 
> -I/usr/include/sunpinyin-2.0/slm -I/usr/include/sunpinyin-2.0/slm/getwordfreq 
> -I/usr/include/sunpinyin-2.0/slm/ids2ngram 
> -I/usr/include/sunpinyin-2.0/slm/mmseg 
> -I/usr/include/sunpinyin-2.0/slm/slmbuild 
> -I/usr/include/sunpinyin-2.0/slm/slminfo 
> -I/usr/include/sunpinyin-2.0/slm/slmpack 
> -I/usr/include/sunpinyin-2.0/slm/slmprune 
> -I/usr/include/sunpinyin-2.0/slm/slmseg 
> -I/usr/include/sunpinyin-2.0/slm/thread 
> -I/usr/include/sunpinyin-2.0/slm/tools 
> -I/usr/include/sunpinyin-2.0/slm/tslmendian 
> -I/usr/include/sunpinyin-2.0/slm/tslminfo ic.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 ic.h:39,
>  from ic.c:48:
> /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
>   |^
> ic.c: In function ‘icmgr_ui_init’:
> ic.c:323:5: error: implicit declaration of function ‘ui_tray_init’ 
> [-Werror=implicit-function-declaration]
>   323 | ui_tray_init();
>   | ^~~~
> ic.c: In function ‘icmgr_ui_refresh’:
> ic.c:330:5: error: implicit declaration of function ‘ui_tray_refresh’ 
> [-Werror=implicit-function-declaration]
>   330 | ui_tray_refresh();
>   | ^~~
> 

Bug#1066577: nanovg: FTBFS: ../src/nanovg_gl.h:341:17: error: implicit declaration of function ‘glBlendFuncSeparate’; did you mean ‘glnvg__blendFuncSeparate’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: nanovg
Version: 0.0~git20230826.f93799c+dfsg-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[1]: Entering directory '/<>/build'
>  Building nanovg (debug) 
> Creating obj/Debug/nanovg
> nanovg.c
> Linking nanovg
>  Building example_gl2 (debug) 
>  Building example_gl3 (debug) 
>  Building example_gl2_msaa (debug) 
>  Building example_gl3_msaa (debug) 
>  Building example_fbo (debug) 
>  Building example_gles2 (debug) 
>  Building example_gles3 (debug) 
> Creating obj/Debug/example_gl2
> Creating obj/Debug/example_gl3
> example_gl2.c
> Creating obj/Debug/example_gl2_msaa
> Creating obj/Debug/example_gl3_msaa
> example_gl3.c
> Creating obj/Debug/example_gles3
> Creating obj/Debug/example_fbo
> Creating obj/Debug/example_gles2
> demo.c
> example_gl2.c
> example_gl3.c
> example_gles3.c
> example_gles2.c
> example_fbo.c
> In file included from ../example/example_fbo.c:29:
> ../src/nanovg_gl.h: In function ‘glnvg__blendFuncSeparate’:
> ../src/nanovg_gl.h:341:17: error: implicit declaration of function 
> ‘glBlendFuncSeparate’; did you mean ‘glnvg__blendFuncSeparate’? 
> [-Werror=implicit-function-declaration]
>   341 | glBlendFuncSeparate(blend->srcRGB, blend->dstRGB, 
> blend->srcAlpha,blend->dstAlpha);
>   | ^~~
>   | glnvg__blendFuncSeparate
> ../src/nanovg_gl.h: In function ‘glnvg__dumpShaderError’:
> ../src/nanovg_gl.h:404:9: error: implicit declaration of function 
> ‘glGetShaderInfoLog’ [-Werror=implicit-function-declaration]
>   404 | glGetShaderInfoLog(shader, 512, , str);
>   | ^~
> ../example/demo.c: In function ‘drawParagraph’:
> ../example/demo.c:874:21: warning: unused variable ‘boxText’ 
> [-Wunused-variable]
>   874 | const char* boxText = "Testing\nsome multiline\ntext.";
>   | ^~~
> ../src/nanovg_gl.h: In function ‘glnvg__dumpProgramError’:
> ../src/nanovg_gl.h:414:9: error: implicit declaration of function 
> ‘glGetProgramInfoLog’ [-Werror=implicit-function-declaration]
>   414 | glGetProgramInfoLog(prog, 512, , str);
>   | ^~~
> ../src/nanovg_gl.h: In function ‘glnvg__createShader’:
> ../src/nanovg_gl.h:441:16: error: implicit declaration of function 
> ‘glCreateProgram’ [-Werror=implicit-function-declaration]
>   441 | prog = glCreateProgram();
>   |^~~
> ../src/nanovg_gl.h:442:16: error: implicit declaration of function 
> ‘glCreateShader’; did you mean ‘glnvg__createShader’? 
> [-Werror=implicit-function-declaration]
>   442 | vert = glCreateShader(GL_VERTEX_SHADER);
>   |^~
>   |glnvg__createShader
> ../src/nanovg_gl.h:445:9: error: implicit declaration of function 
> ‘glShaderSource’ [-Werror=implicit-function-declaration]
>   445 | glShaderSource(vert, 3, str, 0);
>   | ^~
> ../src/nanovg_gl.h:449:9: error: implicit declaration of function 
> ‘glCompileShader’ [-Werror=implicit-function-declaration]
>   449 | glCompileShader(vert);
>   | ^~~
> ../src/nanovg_gl.h:450:9: error: implicit declaration of function 
> ‘glGetShaderiv’; did you mean ‘glGetMapiv’? 
> [-Werror=implicit-function-declaration]
>   450 | glGetShaderiv(vert, GL_COMPILE_STATUS, );
>   | ^
>   | glGetMapiv
> ../src/nanovg_gl.h:463:9: error: implicit declaration of function 
> ‘glAttachShader’ [-Werror=implicit-function-declaration]
>   463 | glAttachShader(prog, vert);
>   | ^~
> ../src/nanovg_gl.h:466:9: error: implicit declaration of function 
> ‘glBindAttribLocation’ [-Werror=implicit-function-declaration]
>   466 | glBindAttribLocation(prog, 0, "vertex");
>   | ^~~~
> ../src/nanovg_gl.h:469:9: error: implicit declaration of function 
> ‘glLinkProgram’; did you mean ‘glHistogram’? 
> [-Werror=implicit-function-declaration]
>   469 | glLinkProgram(prog);
>   | ^
>   | glHistogram
> ../src/nanovg_gl.h:470:9: error

Bug#1066572: libpam-pwdfile: FTBFS: bigcrypt.c:62:25: error: implicit declaration of function ‘crypt’; did you mean ‘bigcrypt’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: libpam-pwdfile
Version: 1.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 
> -fPIC -fvisibility=hidden -Wdate-time -D_FORTIFY_SOURCE=2 -DUSE_CRYPT_R  -c 
> -o bigcrypt.o bigcrypt.c
> bigcrypt.c: In function ‘bigcrypt’:
> bigcrypt.c:62:25: error: implicit declaration of function ‘crypt’; did you 
> mean ‘bigcrypt’? [-Werror=implicit-function-declaration]
>62 | strncpy(outptr, crypt(key, salt), SALT_SIZE + ESEGMENT_SIZE);
>   | ^
>   | bigcrypt
> bigcrypt.c:62:25: warning: passing argument 2 of ‘strncpy’ makes pointer from 
> integer without a cast [-Wint-conversion]
>62 | strncpy(outptr, crypt(key, salt), SALT_SIZE + ESEGMENT_SIZE);
>   | ^~~~
>   | |
>   | int
> In file included from /usr/include/features.h:490,
>  from /usr/include/unistd.h:25,
>  from bigcrypt.c:28:
> /usr/include/x86_64-linux-gnu/bits/string_fortified.h:92:1: note: expected 
> ‘const char * restrict’ but argument is of type ‘int’
>92 | __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
>   | ^
> bigcrypt.c:70:50: warning: passing argument 2 of ‘strncpy’ makes pointer from 
> integer without a cast [-Wint-conversion]
>70 | strncpy(outptr, crypt(key, salt) + SALT_SIZE, 
> ESEGMENT_SIZE);
>   |  ^
>   |  |
>   |  int
> /usr/include/x86_64-linux-gnu/bits/string_fortified.h:92:1: note: expected 
> ‘const char * restrict’ but argument is of type ‘int’
>92 | __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
>   | ^
> cc1: some warnings being treated as errors
> make[1]: *** [: bigcrypt.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/libpam-pwdfile_1.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#1066575: kakasi: FTBFS: configure: error: can not use EUC-JP or UTF-8 encoding on iconv

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

Hi,

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


Relevant part (hopefully):
> checking for the common suffixes of directories in the library search path... 
> lib,lib,lib64
> checking for iconv... yes
> checking for working iconv... yes
> checking for iconv declaration... 
>  extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, 
> char * *outbuf, size_t *outbytesleft);
> configure: error: can not use EUC-JP or UTF-8 encoding on iconv
>   tail -v -n \+0 config.log


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/kakasi_2.3.6-4.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#1066574: xbill: FTBFS: Game.c:258:21: error: implicit declaration of function ‘strncasecmp’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: xbill
Version: 2.1-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):
> 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 
> -Wdate-time -D_FORTIFY_SOURCE=2 -I. -c OS.c -o OS.o
> Game.c: In function ‘parse_args’:
> Game.c:258:21: error: implicit declaration of function ‘strncasecmp’ 
> [-Werror=implicit-function-declaration]
>   258 | if (strncasecmp(argv[i], "-l", 2) == 0) {
>   | ^~~
> Game.c:258:48: warning: ‘strncasecmp’ argument 3 type is ‘int’ where ‘long 
> unsigned int’ is expected in a call to built-in function declared without 
> prototype [-Wbuiltin-declaration-mismatch]
>   258 | if (strncasecmp(argv[i], "-l", 2) == 0) {
>   |^
> : note: built-in ‘strncasecmp’ declared here
> 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 
> -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DSCOREFILE=\"/var/games/xbill.scores\" 
> -c Scorelist.c -o Scorelist.o
> 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 
> -Wdate-time -D_FORTIFY_SOURCE=2 -I. -c Spark.c -o Spark.o
> Scorelist.c: In function ‘Scorelist_read’:
> Scorelist.c:26:25: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>26 | fscanf(scorefile, "%20s%d%d\n", 
> scores[i].name,
>   | 
> ^~~
>27 |[i].level, [i].score);
>   |~~~
> 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 
> -Wdate-time -D_FORTIFY_SOURCE=2 -I. -c UI.c -o UI.o
> 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 
> -Wdate-time -D_FORTIFY_SOURCE=2 -I. -c util.c -o util.o
> 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 
> -Wdate-time -D_FORTIFY_SOURCE=2 -I.  -c x11-athena.c -o x11-athena.o
> 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 
> -Wdate-time -D_FORTIFY_SOURCE=2 -I.  -DIMAGES=\"/usr/share/xbill\" -c x11.c 
> -o x11.o
> Scorelist.c: In function ‘Scorelist_update’:
> Scorelist.c:88:25: warning: ‘%-*s’ directive writing 20 bytes into a region 
> of size between 1 and 500 [-Wformat-overflow=]
>88 | sprintf(str, "%s%-*s %6s %7s\n", str, NAMELEN,
>   | ^~~~
>89 | "Name", "Level", "Score");
>   | ~~   
> In file included from /usr/include/stdio.h:906,
>  from Scorelist.c:1:
> In function ‘sprintf’,
> inlined from ‘Scorelist_update’ at Scorelist.c:88:2:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output between 37 and 536 bytes into a destination 
> of size 500
>30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>   |  ^~
>31 |   __glibc_objsize (__s), __fmt,
>   |   ~
>32 |   __va_arg_pack ());
>   |   ~
> Scoreli

Bug#1066573: dnstop: FTBFS: dnstop.c:1891:10: error: implicit declaration of function ‘strcasestr’; did you mean ‘strcasecmp’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: dnstop
Version: 20120611-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 
> -DUSE_IPV6=1 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o dnstop.o dnstop.c
> dnstop.c: In function ‘main’:
> dnstop.c:1891:10: error: implicit declaration of function ‘strcasestr’; did 
> you mean ‘strcasecmp’? [-Werror=implicit-function-declaration]
>  1891 | if (!strcasestr(bpf_program_str, "port "))
>   |  ^~
>   |  strcasecmp
> dnstop.c: In function ‘allocate_anonymous_address’:
> dnstop.c:350:13: warning: ignoring return value of ‘read’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   350 | read(entropy_fd, buf, 4);
>   | ^~~~
> dnstop.c:355:13: warning: ignoring return value of ‘read’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   355 | read(entropy_fd, buf, 16);
>   | ^
> dnstop.c: In function ‘Table_report’:
> dnstop.c:1306:65: warning: ‘s
>’ directive output may be truncated writing 2 bytes into a region of size 
> between 0 and 40 [-Wformat-truncation=]
>  1306 | snprintf(fmt1, 64, "%%-%d.%ds %%-%d.%ds %%%ds %%%ds %%%ds\n", 
> W1, W1, W2, W2, WC, WP, WP);
>   | ^~~
> In file included from /usr/include/stdio.h:906,
>  from /usr/include/pcap/pcap.h:136,
>  from /usr/include/pcap.h:43,
>  from dnstop.c:21:
> In function ‘snprintf’,
> inlined from ‘Table_report’ at dnstop.c:1306:2:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:10: note: 
> ‘__builtin___snprintf_chk’ output between 27 and 67 bytes into a destination 
> of size 64
>54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
>   |  ^~~~
>55 |__glibc_objsize (__s), __fmt,
>   |~
>56 |__va_arg_pack ());
>   |~
> dnstop.c: In function ‘Table_report’:
> dnstop.c:1307:63: warning: ‘%%’ directive output may be truncated writing 1 
> byte into a region of size between 0 and 40 [-Wformat-truncation=]
>  1307 | snprintf(fmt2, 64, "%%-%d.%ds %%-%d.%ds %%%dd %%%d.1f 
> %%%d.1f\n", W1, W1, W2, W2, WC, WP, WP);
>   |   ^~
> In function ‘snprintf’,
> inlined from ‘Table_report’ at dnstop.c:1307:2:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:10: note: 
> ‘__builtin___snprintf_chk’ output between 31 and 71 bytes into a destination 
> of size 64
>54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
>   |  ^~~~
>55 |__glibc_objsize (__s), __fmt,
>   |~
>56 |__va_arg_pack ());
>   |~
> cc1: some warnings being treated as errors
> make[1]: *** [: dnstop.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/dnstop_20120611-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#1066571: sane-frontends: FTBFS: sanei_init_debug.c:103:17: error: implicit declaration of function ‘isfdtype’; did you mean ‘isctype’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: sane-frontends
Version: 1.0.14-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):
> gcc -c -DHAVE_CONFIG_H -I. -I. -I../include -I../include -Wdate-time 
> -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE  
> -DPATH_SANE_DATA_DIR=/usr/share/sane-DV_MAJOR=1 -DV_MINOR=0 -DV_BUILD=14 
> -DSANE_V_MAJOR=1 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall  sanei_load_values.c
> sanei_wire.c: In function ‘sanei_w_array’:
> sanei_wire.c:213:23: warning: format ‘%u’ expects argument of type ‘unsigned 
> int’, but argument 4 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=]
>   213 |   DBG (0, "sanei_w_array: DECODE: maximum amount of 
> allocated memory "
>   |   
> ^~~~
>   214 |"exceeded (limit: %u, new allocation: %u, total: 
> %u bytes)\n",
>   215 |MAX_MEM, len * element_size, MAX_MEM + len * 
> element_size);
>   | ~~
>   | |
>   | size_t {aka long unsigned int}
> sanei_wire.c:214:59: note: format string is defined here
>   214 |"exceeded (limit: %u, new allocation: %u, total: 
> %u bytes)\n",
>   |  ~^
>   |   |
>   |   unsigned int
>   |  %lu
> sanei_wire.c:213:23: warning: format ‘%u’ expects argument of type ‘unsigned 
> int’, but argument 5 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=]
>   213 |   DBG (0, "sanei_w_array: DECODE: maximum amount of 
> allocated memory "
>   |   
> ^~~~
> sanei_wire.c:214:70: note: format string is defined here
>   214 |"exceeded (limit: %u, new allocation: %u, total: 
> %u bytes)\n",
>   | ~^
>   |  |
>   |  
> unsigned int
>   | 
> %lu
> sanei_wire.c: In function ‘sanei_w_ptr’:
> sanei_wire.c:291:23: warning: format ‘%u’ expects argument of type ‘unsigned 
> int’, but argument 4 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=]
>   291 |   DBG (0, "sanei_w_ptr: DECODE: maximum amount of 
> allocated memory "
>   |   
> ^~
>   292 |"exceeded (limit: %u, new allocation: %u, total: 
> %u bytes)\n",
>   293 |MAX_MEM, value_size, (w->allocated_memory + 
> value_size));
>   | ~~
>   | |
>   | size_t {aka long unsigned int}
> sanei_wire.c:292:59: note: format string is defined here
>   292 |"exceeded (limit: %u, new allocation: %u, total: 
> %u bytes)\n",
>   |  ~^
>   |   |
>   |   unsigned int
>   |  %lu
> sanei_wire.c:291:23: warning: format ‘%u’ expects argument of type ‘unsigned 
> int’, but argument 5 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=]
>   291 |   DBG (0, "sanei_w_ptr: DECODE: maximum amount of 
> allocated memory "
>   |   
> ^~
>   292 |"exceeded (limit: %u, new allocation: %u, total: 
> %u bytes)\n",
>   293 |MAX_MEM, value_size,

Bug#1066569: python-bx: FTBFS: src/pwm_utils.c:11:27: error: implicit declaration of function ‘strlen’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: python-bx
Version: 0.11.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):
> 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 
> -Isrc -I/usr/include/python3.12 -c src/pwm_utils.c -o 
> build/temp.linux-x86_64-cpython-312/src/pwm_utils.o
> src/pwm_utils.c: In function ‘main’:
> src/pwm_utils.c:11:27: error: implicit declaration of function ‘strlen’ 
> [-Werror=implicit-function-declaration]
>11 | int string_size = strlen(argv[1]);
>   |   ^~
> src/pwm_utils.c:5:1: note: include ‘’ or provide a declaration of 
> ‘strlen’
> 4 | #include 
>   +++ |+#include 
> 5 | 
> src/pwm_utils.c:11:27: warning: incompatible implicit declaration of built-in 
> function ‘strlen’ [-Wbuiltin-declaration-mismatch]
>11 | int string_size = strlen(argv[1]);
>   |   ^~
> src/pwm_utils.c:11:27: note: include ‘’ or provide a declaration of 
> ‘strlen’
> src/pwm_utils.c:12:29: warning: comparison of integer expressions of 
> different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare]
>12 | if (strlen(argv[2]) != string_size) {
>   | ^~
> cc1: some warnings being treated as errors
> error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
> 
> ERROR Backend subprocess exited when trying to invoke build_wheel
> E: pybuild pybuild:389: build: plugin pyproject failed with: exit code=1: 
> python3.12 -m build --skip-dependency-check --no-isolation --wheel --outdir 
> /<>/.pybuild/cpython3_3.12_bx-python  
> I: pybuild plugin_pyproject:129: Building wheel for python3.11 with "build" 
> module
> I: pybuild base:305: python3.11 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir 
> /<>/.pybuild/cpython3_3.11_bx-python  
> * Building wheel...
> running bdist_wheel
> running build
> running build_py
> creating build/lib.linux-x86_64-cpython-311
> copying lib/psyco_full.py -> build/lib.linux-x86_64-cpython-311
> creating build/lib.linux-x86_64-cpython-311/bx_extras
> copying lib/bx_extras/pyparsing.py -> 
> build/lib.linux-x86_64-cpython-311/bx_extras
> copying lib/bx_extras/__init__.py -> 
> build/lib.linux-x86_64-cpython-311/bx_extras
> copying lib/bx_extras/stats.py -> build/lib.linux-x86_64-cpython-311/bx_extras
> copying lib/bx_extras/lrucache.py -> 
> build/lib.linux-x86_64-cpython-311/bx_extras
> copying lib/bx_extras/fpconst_tests.py -> 
> build/lib.linux-x86_64-cpython-311/bx_extras
> copying lib/bx_extras/fpconst.py -> 
> build/lib.linux-x86_64-cpython-311/bx_extras
> copying lib/bx_extras/pstat.py -> build/lib.linux-x86_64-cpython-311/bx_extras
> creating build/lib.linux-x86_64-cpython-311/bx
> copying lib/bx/seqmapping.py -> build/lib.linux-x86_64-cpython-311/bx
> copying lib/bx/bitset_builders.py -> build/lib.linux-x86_64-cpython-311/bx
> copying lib/bx/__init__.py -> build/lib.linux-x86_64-cpython-311/bx
> copying lib/bx/seqmapping_tests.py -> build/lib.linux-x86_64-cpython-311/bx
> copying lib/bx/binned_array_tests.py -> build/lib.linux-x86_64-cpython-311/bx
> copying lib/bx/binned_array.py -> build/lib.linux-x86_64-cpython-311/bx
> copying lib/bx/wiggle.py -> build/lib.linux-x86_64-cpython-311/bx
> copying lib/bx/interval_index_file.py -> build/lib.linux-x86_64-cpython-311/bx
> copying lib/bx/bitset_tests.py -> build/lib.linux-x86_64-cpython-311/bx
> copying lib/bx/interval_index_file_tests.py -> 
> build/lib.linux-x86_64-cpython-311/bx
> copying lib/bx/gene_reader.py -> build/lib.linux-x86_64-cpython-311/bx
> copying lib/bx/wiggle_tests.py -> build/lib.linux-x86_64-cpython-311/bx
> copying lib/bx/bitset_utils.py -> build/lib.linux-x86_64-cpython-311/bx
> copying lib/bx/filter.py -> build/lib.linux-x86_64-cpython-311/bx
> creating build/lib.linux-x86_64-cpython-311/bx/intervals
> copying lib/bx/intervals/__init__.py -> 
> build/lib.linux-x86_6

Bug#1066570: ketm: FTBFS: main.c:81:9: error: implicit declaration of function ‘hsc_save’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: ketm
Version: 0.0.6-25
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. -DDATA=\"/usr/share/games/ketm\" 
> -DHISCORE_FILE=\"/var/games/ketm.scores\"  -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 -O3 -funroll-loops -fexpensive-optimizations -D_REENTRANT -c particle.c
> main.c: In function ‘main’:
> main.c:81:9: error: implicit declaration of function ‘hsc_save’ 
> [-Werror=implicit-function-declaration]
>81 | hsc_save(); // save hiscore
>   | ^~~~
> main.c:18:9: warning: ignoring return value of ‘chdir’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>18 | chdir(DATA);
>   | ^~~
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:375: main.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/ketm_0.0.6-25_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#1066568: pd-iemlib: FTBFS: src/FIR~.c:120:7: error: implicit declaration of function ‘error’; did you mean ‘perror’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: pd-iemlib
Version: 1.22.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):
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -Iinclude -DHAVE_G_CANVAS_H=1 -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 src/dollarg.pd_linux.o -c 
> src/dollarg.c
>  info: making src/exp_inc.pd_linux.o in lib iemlib
> src/FIR~.c: In function ‘FIR_tilde_set’:
> src/FIR~.c:120:7: error: implicit declaration of function ‘error’; did you 
> mean ‘perror’? [-Werror=implicit-function-declaration]
>   120 |   error("FIR~: %s: no such table~", x->x_table_name->s_name);
>   |   ^
>   |   perror
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -Iinclude -DHAVE_G_CANVAS_H=1 -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 src/exp_inc.pd_linux.o -c 
> src/exp_inc.c
>  info: making src/f2note.pd_linux.o in lib iemlib
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -Iinclude -DHAVE_G_CANVAS_H=1 -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 src/f2note.pd_linux.o -c 
> src/f2note.c
>  info: making src/fade~.pd_linux.o in lib iemlib
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -Iinclude -DHAVE_G_CANVAS_H=1 -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 src/fade~.pd_linux.o -c src/fade~.c
>  info: making src/filter~.pd_linux.o in lib iemlib
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -Iinclude -DHAVE_G_CANVAS_H=1 -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 src/filter~.pd_linux.o -c 
> src/filter~.c
>  info: making src/float24.pd_linux.o in lib iemlib
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -Iinclude -DHAVE_G_CANVAS_H=1 -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 src/float24.pd_linux.o -c 
> src/float24.c
>  info: making src/for++.pd_linux.o in lib iemlib
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -Iinclude -DHAVE_G_CANVAS_H=1 -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 src/for++.pd_linux.o -c src/for++.c
>  info: making src/gate.pd_linux.o in lib iemlib
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -Iinclude -DHAVE_G_CANVAS_H=1 -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 src/gate.pd_linux.o -c src/gate.c
>  info: making src/hml_shelf~.pd_linux.o in lib iemlib
> cc1: some warnings being treated as errors
> make[1]: *** [/usr/share/pd-lib-builder//Makefile.pdlibbuilder:987: 
> src/FIR~.pd_linux.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/pd-iemlib_1.22.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

Bug#1066567: easyh10: FTBFS: ucs2char_iconv.c:319:25: error: implicit declaration of function ‘close’; did you mean ‘pclose’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: easyh10
Version: 1.5-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 gcc -DHAVE_CONFIG_H -I. -I.. 
> -I.. -I../include -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 -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o ucs2char_iconv.lo 
> ucs2char_iconv.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -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 -g 
> -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> ucs2char.c  -fPIC -DPIC -o .libs/ucs2char.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -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 -g 
> -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> ucs2char_iconv.c  -fPIC -DPIC -o .libs/ucs2char_iconv.o
> ucs2char.c: In function ‘print_ucs2’:
> ucs2char.c:284:28: warning: format ‘%c’ expects a matching ‘int’ argument 
> [-Wformat=]
>   284 | fprintf(stderr, "0x%X %c ", *str);
>   |   ~^
>   ||
>   |int
> ucs2char_iconv.c: In function ‘print_ucs2’:
> ucs2char_iconv.c:57:28: warning: format ‘%c’ expects a matching ‘int’ 
> argument [-Wformat=]
>57 | fprintf(stderr, "0x%X %c ", *str);
>   |   ~^
>   ||
>   |int
> ucs2char_iconv.c: In function ‘iconv_convert’:
> ucs2char_iconv.c:169:27: warning: passing argument 2 of ‘iconv’ from 
> incompatible pointer type [-Wincompatible-pointer-types]
>   169 | iconv(cd, (const char **)inbuf, , (char 
> **)outbuf, );
>   |   ^~~~
>   |   |
>   |   const char **
> In file included from ucs2char_iconv.c:40:
> /usr/include/iconv.h:49:54: note: expected ‘char ** restrict’ but argument is 
> of type ‘const char **’
>49 | extern size_t iconv (iconv_t __cd, char **__restrict __inbuf,
>   |~~^~~
> ucs2char_iconv.c:177:50: warning: passing argument 2 of ‘iconv’ from 
> incompatible pointer type [-Wincompatible-pointer-types]
>   177 | int iconvret = iconv(cd, (const char 
> **)inbuf, , , );
>   |  ^~~~
>   |  |
>   |  const char **
> /usr/include/iconv.h:49:54: note: expected ‘char ** restrict’ but argument is 
> of type ‘const char **’
>49 | extern size_t iconv (iconv_t __cd, char **__restrict __inbuf,
>   |~~^~~
> ucs2char_iconv.c: In function ‘ucs2stat_is_exist’:
> ucs2char_iconv.c:319:25: error: implicit declaration of function ‘close’; did 
> you mean ‘pclose’? [-Werror=implicit-function-declaration]
>   319 | close(ret);
>   | ^
>   | pclose
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:387: ucs2char_iconv.lo] Error 1


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

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-2

Bug#1066565: fvwm1: FTBFS: configure.c:2119:5: error: implicit declaration of function ‘mygetostype’; did you mean ‘mygethostname’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: fvwm1
Version: 1.24r-57
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 -fno-strict-aliasing -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>/fvwm=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
>-Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L  
>   -D_POSIX_SOURCE -D_XOPEN_SOURCE 
> -D_BSD_SOURCE -D_SVID_SOURCE 
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
>-DFUNCPROTO=15 -DNARROWPROTO   -c -o 
> configure.o configure.c
> In file included from 
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
>  from /usr/include/stdio.h:27,
>  from configure.c:18:
> /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"
>   |   ^~~
> configure.c: In function ‘AddFuncKey’:
> configure.c:1644:5: warning: ‘XKeycodeToKeysym’ is deprecated 
> [-Wdeprecated-declarations]
>  1644 | if (XKeycodeToKeysym(dpy, i, 0) == keysym)
>   | ^~
> In file included from fvwm.h:40,
>  from configure.c:38:
> /usr/include/X11/Xlib.h:1687:15: note: declared here
>  1687 | extern KeySym XKeycodeToKeysym(
>   |   ^~~~
> configure.c: In function ‘m4_defs’:
> configure.c:2119:5: error: implicit declaration of function ‘mygetostype’; 
> did you mean ‘mygethostname’? [-Werror=implicit-function-declaration]
>  2119 | mygetostype  (ostype, sizeof ostype);
>   | ^~~
>   | mygethostname
> In file included from configure.c:40:
> misc.h: At top level:
> misc.h:307:18: warning: inline function ‘DrawPattern’ declared but never 
> defined
>   307 | FVWM_INLINE void DrawPattern(Window, GC, GC, int, int,int);
>   |  ^~~
> misc.h:187:25: warning: inline function ‘RelieveWindow’ declared but never 
> defined
>   187 | extern FVWM_INLINE void RelieveWindow(FvwmWindow *, Window,
>   | ^
> cc1: some warnings being treated as errors
> make[2]: *** [: configure.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/fvwm1_1.24r-57_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#1066566: elektroid: FTBFS: editor.c:1166:3: error: implicit declaration of function ‘g_unlink’; did you mean ‘unlink’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: elektroid
Version: 3.0.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..  -Wall -O3 -DDATADIR='"/usr/share/elektroid"' 
> -DLOCALEDIR='"/usr/share/locale"' -Wdate-time -D_FORTIFY_SOURCE=2 -I../src 
> `/usr/bin/pkg-config --cflags alsa glib-2.0 zlib json-glib-1.0 libzip` 
> -I/usr/include/opus -I/usr/include/x86_64-linux-gnu   -D_GNU_SOURCE -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o elektroid_cli-connector.o `test 
> -f 'connector.c' || echo './'`connector.c
> editor.c: In function ‘editor_save_to_remote’:
> editor.c:1166:3: error: implicit declaration of function ‘g_unlink’; did you 
> mean ‘unlink’? [-Werror=implicit-function-declaration]
>  1166 |   g_unlink (tmp_file);
>   |   ^~~~
>   |   unlink
> gcc -DHAVE_CONFIG_H -I. -I..  -Wall -O3 -DDATADIR='"/usr/share/elektroid"' 
> -DLOCALEDIR='"/usr/share/locale"' -Wdate-time -D_FORTIFY_SOURCE=2 -I../src 
> `/usr/bin/pkg-config --cflags alsa glib-2.0 zlib json-glib-1.0 libzip` 
> -I/usr/include/opus -I/usr/include/x86_64-linux-gnu   -D_GNU_SOURCE -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o elektroid_cli-sample.o `test -f 
> 'sample.c' || echo './'`sample.c
> gcc -DHAVE_CONFIG_H -I. -I..  -Wall -O3 -DDATADIR='"/usr/share/elektroid"' 
> -DLOCALEDIR='"/usr/share/locale"' -Wdate-time -D_FORTIFY_SOURCE=2 -I../src 
> `/usr/bin/pkg-config --cflags alsa glib-2.0 zlib json-glib-1.0 libzip` 
> -I/usr/include/opus -I/usr/include/x86_64-linux-gnu   -D_GNU_SOURCE -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o elektroid_cli-utils.o `test -f 
> 'utils.c' || echo './'`utils.c
> gcc -DHAVE_CONFIG_H -I. -I..  -Wall -O3 -DDATADIR='"/usr/share/elektroid"' 
> -DLOCALEDIR='"/usr/share/locale"' -Wdate-time -D_FORTIFY_SOURCE=2 -I../src 
> `/usr/bin/pkg-config --cflags alsa glib-2.0 zlib json-glib-1.0 libzip` 
> -I/usr/include/opus -I/usr/include/x86_64-linux-gnu   -D_GNU_SOURCE -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o elektroid_cli-backend.o `test 
> -f 'backend.c' || echo './'`backend.c
> gcc -DHAVE_CONFIG_H -I. -I..  -Wall -O3 -DDATADIR='"/usr/share/elektroid"' 
> -DLOCALEDIR='"/usr/share/locale"' -Wdate-time -D_FORTIFY_SOURCE=2 -I../src 
> `/usr/bin/pkg-config --cflags alsa glib-2.0 zlib json-glib-1.0 libzip` 
> -I/usr/include/opus -I/usr/include/x86_64-linux-gnu   -D_GNU_SOURCE -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o elektroid_cli-backend_alsa.o 
> `test -f 'backend_alsa.c' || echo './'`backend_alsa.c
> gcc -DHAVE_CONFIG_H -I. -I..  -Wall -O3 -DDATADIR='"/usr/share/elektroid"' 
> -DLOCALEDIR='"/usr/share/locale"' -Wdate-time -D_FORTIFY_SOURCE=2 -I../src 
> `/usr/bin/pkg-config --cflags alsa glib-2.0 zlib json-glib-1.0 libzip` 
> -I/usr/include/opus -I/usr/include/x86_64-linux-gnu   -D_GNU_SOURCE -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o 
> connectors/elektroid_cli-common.o `test -f 'connectors/common.c' || echo 
> './'`connectors/common.c
> gcc -DHAVE_CONFIG_H -I. -I..  -Wall -O3 -DDATADIR='"/usr/share/elektroid"' 
> -DLOCALEDIR='"/usr/share/locale"' -Wdate-time -D_FORTIFY_SOURCE=2 -I../src 
> `/usr/bin/pkg-config --cflags alsa glib-2.0 zlib json-glib-1.0 libzip` 
> -I/usr/include/opus -I/usr/include/x86_64-linux-gnu   -D_GNU_SOURCE -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protecti

Bug#1066564: gamazons: FTBFS: moves.c:100:10: error: implicit declaration of function ‘countobst’; did you mean ‘count_bits’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: gamazons
Version: 0.83-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):
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" 
> -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -I/usr/include/goocanvas-2.0 
> -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  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> moves.c
> moves.c: In function ‘obst_heval’:
> moves.c:100:10: error: implicit declaration of function ‘countobst’; did you 
> mean ‘count_bits’? [-Werror=implicit-function-declaration]
>   100 |t1 =  countobst(s);
>   |  ^
>   |  count_bits
> moves.c: In function ‘init_engine’:
> moves.c:1734:17: error: implicit declaration of function ‘create_hash’ 
> [-Werror=implicit-function-declaration]
>  1734 |state_hash = create_hash(s);
>   | ^~~
> moves.c: In function ‘load_values_from_file’:
> moves.c:1810:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1810 |  fscanf(rc_fd, "%d", );
>   |  ^~~
> moves.c:1815:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1815 |  fscanf(rc_fd, "%d", );
>   |  ^~~
> moves.c:1820:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1820 |  fscanf(rc_fd, "%d", );
>   |  ^~~
> moves.c:1828:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1828 |  fscanf(rc_fd, "%d", );
>   |  ^~~
> moves.c:1836:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1836 |  fscanf(rc_fd, "%d", );
>   |  ^~~
> moves.c:1844:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1844 |  fscanf(rc_fd, "%d", );
>   |  ^~~
> moves.c:1852:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1852 |  fscanf(rc_fd, "%d", );
>   |  ^~~
> moves.c:1860:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1860 |  fscanf(rc_fd, "%s", buffer);
>   |  ^~~
> moves.c:1865:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1865 |  fscanf(rc_fd, "%s", buffer);
>   |  ^~~
> moves.c:1870:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1870 |  fscanf(rc_fd, "%s", buffer);
>   |  ^~~
> moves.c:1875:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1875 |  fscanf(rc_fd, "%s", buffer);
>   |  ^~~
> moves.c:1880:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]

Bug#1066563: ncbi-seg: FTBFS: genwin.c:93:8: error: implicit declaration of function ‘blastdb’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: ncbi-seg
Version: 0.0.2620-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):
> gcc -DPACKAGE_NAME=\"ncbi-seg\" -DPACKAGE_TARNAME=\"ncbi-seg\" 
> -DPACKAGE_VERSION=\"0.0.2620\" -DPACKAGE_STRING=\"ncbi-seg\ 
> 0.0.2620\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" 
> -DPACKAGE=\"ncbi-seg\" -DVERSION=\"0.0.2620\" -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 -c 
> -o genwin.o genwin.c
> sed -e 
> 's|__datadir__|/usr/share|g;s|__docdir__|/usr/share/doc/ncbi-seg|g;s|__pkgdatadir__|/usr/share/ncbi-seg|g;s|__PREFIX__|/usr|g;s|__sysconfdir__|/etc|g;s|__VERSION__|0.0.2620|g;'
>  "ncbi-seg.pod" | \
> pod2man -c 'User Commands' -r "0.0.2620" -name NCBI-SEG > "ncbi-seg.1"
> In file included from seg.c:10:
> genwin.h:146:8: warning: type defaults to ‘int’ in declaration of 
> ‘closedbase’ [-Wimplicit-int]
>   146 | extern closedbase();
>   |^~
> genwin.h:149:8: warning: type defaults to ‘int’ in declaration of ‘closeseq’ 
> [-Wimplicit-int]
>   149 | extern closeseq();
>   |^~~~
> genwin.h:152:8: warning: type defaults to ‘int’ in declaration of ‘shiftwin’ 
> [-Wimplicit-int]
>   152 | extern shiftwin(), closewin();
>   |^~~~
> In file included from genwin.c:9:
> genwin.h:146:8: warning: type defaults to ‘int’ in declaration of 
> ‘closedbase’ [-Wimplicit-int]
>   146 | extern closedbase();
>   |^~
> genwin.h:152:20: warning: type defaults to ‘int’ in declaration of ‘closewin’ 
> [-Wimplicit-int]
>   152 | extern shiftwin(), closewin();
>   |^~~~
> genwin.h:154:8: warning: type defaults to ‘int’ in declaration of ‘compon’ 
> [-Wimplicit-int]
>   154 | extern compon(), stateon(), enton();
>   |^~
> genwin.h:154:18: warning: type defaults to ‘int’ in declaration of ‘stateon’ 
> [-Wimplicit-int]
>   154 | extern compon(), stateon(), enton();
>   |  ^~~
> genwin.h:149:8: warning: type defaults to ‘int’ in declaration of ‘closeseq’ 
> [-Wimplicit-int]
>   149 | extern closeseq();
>   |^~~~
> genwin.h:154:29: warning: type defaults to ‘int’ in declaration of ‘enton’ 
> [-Wimplicit-int]
>   154 | extern compon(), stateon(), enton();
>   | ^
> genwin.h:152:8: warning: type defaults to ‘int’ in declaration of ‘shiftwin’ 
> [-Wimplicit-int]
>   152 | extern shiftwin(), closewin();
>   |^~~~
> genwin.h:158:8: warning: type defaults to ‘int’ in declaration of ‘closemat’ 
> [-Wimplicit-int]
>   158 | extern closemat();
>   |^~~~
> genwin.h:152:20: warning: type defaults to ‘int’ in declaration of ‘closewin’ 
> [-Wimplicit-int]
>   152 | extern shiftwin(), closewin();
>   |^~~~
> genwin.h:154:8: warning: type defaults to ‘int’ in declaration of ‘compon’ 
> [-Wimplicit-int]
>   154 | extern compon(), stateon(), enton();
>   |^~
> genwin.h:160:8: warning: type defaults to ‘int’ in declaration of ‘upper’ 
> [-Wimplicit-int]
>   160 | extern upper(), lower(), findchar();
>   |^
> genwin.h:154:18: warning: type defaults to ‘int’ in declaration of ‘stateon’ 
> [-Wimplicit-int]
>   154 | extern compon(), stateon(), enton();
>   |  ^~~
> genwin.h:160:17: warning: type defaults to ‘int’ in declaration of ‘lower’ 
> [-Wimplicit-int]
>   160 | extern upper(), lower(), findchar();
>   | ^
> genwin.h:154:29: warning: type defaults to ‘int’ in declaration of ‘enton’ 
> [-Wimplicit-int]
>   154 | extern compon(), stateon(), enton();
>   | ^
> genwin.h:160:26: warning: type defaults to ‘int’ in declaration of ‘findchar’ 
> [-Wimplicit-int]
>   160 | extern upper(), lower(), findchar();
>   |  ^~~~
> genwin.h:158:8: warning: type defaults to ‘int’ in declaration of ‘closemat’ 
> [-Wimplicit-int]
>   158 | extern closemat();
>   |^~~

Bug#1066562: kali: FTBFS: xio.c:159:15: error: implicit declaration of function ‘strlen’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: kali
Version: 3.1+dfsg-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 -DXFORM -Wdate-time -D_FORTIFY_SOURCE=2 -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 -Wall   -Wdate-time 
> -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64  -c -o printmain.o printmain.c
> printmain.c: In function ‘main’:
> printmain.c:42:5: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>42 | fscanf(pat,"%d\n",);
>   | ^
> printmain.c:48:5: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>48 | fscanf(pat,"%f %f\n",_rect.width,_rect.height);
>   | ^~
> printmain.c:49:5: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>49 | fscanf(pat,"%f %f\n",&(sym->v1.x),&(sym->v1.y));
>   | ^~~
> printmain.c:50:5: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>50 | fscanf(pat,"%f %f\n",&(sym->v2.x),&(sym->v2.y));
>   | ^~~
> printmain.c:51:5: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>51 | fscanf(pat,"%f\n",);
>   | ^
> xio.c: In function ‘winopen’:
> xio.c:159:15: error: implicit declaration of function ‘strlen’ 
> [-Werror=implicit-function-declaration]
>   159 |   tp.nitems = strlen(title);
>   |   ^~
> xio.c:55:1: note: include ‘’ or provide a declaration of ‘strlen’
>54 | #include 
>   +++ |+#include 
>55 | 
> xio.c:159:15: warning: incompatible implicit declaration of built-in function 
> ‘strlen’ [-Wbuiltin-declaration-mismatch]
>   159 |   tp.nitems = strlen(title);
>   |   ^~
> xio.c:159:15: note: include ‘’ or provide a declaration of ‘strlen’
> psio.c: In function ‘PrintOut’:
> psio.c:58:7: warning: unused variable ‘i’ [-Wunused-variable]
>58 |   int i;
>   |   ^
> xio.c: In function ‘GXDrawPoints’:
> xio.c:387:7: warning: ‘v2f’ accessing 8 bytes in a region of size 4 
> [-Wstringop-overflow=]
>   387 |   v2f([i].x);
>   |   ^~
> xio.c:387:7: note: referencing argument 1 of type ‘float[2]’
> xio.c:296:1: note: in a call to function ‘v2f’
>   296 | v2f(float p[2])
>   | ^~~
> symmetry.c: In function ‘SetUpSymmetry’:
> symmetry.c:362:9: warning: unused variable ‘i’ [-Wunused-variable]
>   362 | int i;
>   | ^
> symmetry.c: In function ‘MakeCurrentObject’:
> symmetry.c:520:42: warning: operation on ‘glide[0].y’ may be undefined 
> [-Wsequence-point]
>   520 | glide[0].x = glide[1].x = glide[0].y = glide[0].y = 0.0;
>   |   ~~~^~
> symmetry.c:508:9: warning: unused variable ‘j’ [-Wunused-variable]
>   508 |   int i,j,pos_count;
>   | ^
> symmetry.c: In function ‘MatrixMultiply’:
> symmetry.c:760:7: warning: unused variable ‘i’ [-Wunused-variable]
>   760 |   int i;
>   |   ^
> kali.c: In function ‘handleRedraw’:
> kali.c:124:3: error: implicit declaration of function ‘reshapeviewport’ 
> [-Werror=implicit-function-declaration]
>   124 |   reshapeviewport();
>   |   ^~~
> kali.c:131:3: error: implicit declaration of function ‘swapbuffers’; did you 
> mean ‘setbuffer’? [-Werror=implicit-function-declaration]
>   131 |   swapbuffers();
>   |   ^~~
>   |   setbuffer
> kali.c: In function ‘doRedraw’:
> kali.c:148:5: error: implicit declaration of function ‘user_event_cb’ 
> [-Werror=implicit-function-declaration]
>   148 | user_event_cb(, NULL);
>   | ^
> kali.c: In function ‘handleKeyboard’:
> kali.c:273:13: error: implicit declaration of function ‘StartLoadProc’; did 
> you mean ‘LoadProc’? [-Werror

Bug#1066561: tf: FTBFS: tfio.c:719:9: error: implicit declaration of function ‘main_loop’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: tf
Version: 1:4.0s1-21.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 -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 tfio.o tfio.c
> tfio.c: In function ‘tfgetS’:
> tfio.c:719:9: error: implicit declaration of function ‘main_loop’ 
> [-Werror=implicit-function-declaration]
>   719 | main_loop();
>   | ^
> tfio.c: In function ‘fileputs’:
> tfio.c:430:9: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   430 | write(fileno(fp), str, p - str);   /* up to newline */
>   | ^~~
> tfio.c: In function ‘igetchar’:
> tfio.c:686:5: warning: ignoring return value of ‘read’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   686 | read(STDIN_FILENO, , 1);
>   | ^
> cc1: some warnings being treated as errors
> make[3]: *** [: tfio.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/tf_4.0s1-21.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#1066560: gmemusage: FTBFS: hash.c:42:13: error: implicit declaration of function ‘strcmp’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: gmemusage
Version: 0.2-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):
> gcc -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 hash.o hash.c
> hash.c: In function ‘LookupProc’:
> hash.c:42:13: error: implicit declaration of function ‘strcmp’ 
> [-Werror=implicit-function-declaration]
>42 |   if ( !strcmp ( pi -> procname , name ) )
>   | ^~
> hash.c:12:1: note: include ‘’ or provide a declaration of ‘strcmp’
>11 | #include "common.h"
>   +++ |+#include 
>12 | 
> hash.c: In function ‘addProc’:
> hash.c:70:10: error: implicit declaration of function ‘exit’ 
> [-Werror=implicit-function-declaration]
>70 |  exit ( 1 ) ;
>   |  ^~~~
> hash.c:12:1: note: include ‘’ or provide a declaration of ‘exit’
>11 | #include "common.h"
>   +++ |+#include 
>12 | 
> hash.c:70:10: warning: incompatible implicit declaration of built-in function 
> ‘exit’ [-Wbuiltin-declaration-mismatch]
>70 |  exit ( 1 ) ;
>   |  ^~~~
> hash.c:70:10: note: include ‘’ or provide a declaration of ‘exit’
> hash.c:74:7: error: implicit declaration of function ‘strcpy’ 
> [-Werror=implicit-function-declaration]
>74 |   strcpy ( thisproc -> procname , procname ) ;
>   |   ^~
> hash.c:74:7: note: include ‘’ or provide a declaration of ‘strcpy’
> hash.c:74:7: warning: incompatible implicit declaration of built-in function 
> ‘strcpy’ [-Wbuiltin-declaration-mismatch]
> hash.c:74:7: note: include ‘’ or provide a declaration of ‘strcpy’
> hash.c:96:13: warning: incompatible implicit declaration of built-in function 
> ‘exit’ [-Wbuiltin-declaration-mismatch]
>96 | exit ( 1 ) ;
>   | ^~~~
> hash.c:96:13: note: include ‘’ or provide a declaration of ‘exit’
> hash.c:101:7: warning: incompatible implicit declaration of built-in function 
> ‘strcpy’ [-Wbuiltin-declaration-mismatch]
>   101 |   strcpy ( thisproc -> procname , procname ) ;
>   |   ^~
> hash.c:101:7: note: include ‘’ or provide a declaration of ‘strcpy’
> cc1: some warnings being treated as errors
> make[1]: *** [: hash.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/gmemusage_0.2-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#1066559: dialign-t: FTBFS: museq.c:168:9: error: implicit declaration of function ‘free_diag’; did you mean ‘free_diag_col’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: dialign-t
Version: 1.0.2-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):
> gcc -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 -funroll-loops -mfpmath=sse -msse -mmmx  
> -c -o orf.o orf.c
> alig.c:15:20: warning: inline function ‘calc_ov_weight’ declared but never 
> defined
>15 | extern inline void calc_ov_weight(struct diag* dg, struct diag_col 
> *dcol, struct scr_matrix* smatrix,
>   |^~
> alig.c:13:20: warning: inline function ‘calc_weight’ declared but never 
> defined
>13 | extern inline void calc_weight(struct diag* dg, struct scr_matrix* 
> smatrix,
>   |^~~
> assemble.c:37:32: warning: inline function ‘find_eqc’ declared but never 
> defined
>37 | extern inline struct algn_pos *find_eqc(struct algn_pos **ap, int 
> seqnum, int pos);
>   |^~~~
> museq.c: In function ‘main’:
> assemble.c:25:39: warning: inline function ‘find_diags_guided’ declared but 
> never defined
>25 | extern inline struct simple_diag_col* find_diags_guided(struct 
> scr_matrix *smatrix,
>   |   ^
> assemble.c:15:20: warning: inline function ‘calc_ov_weight’ declared but 
> never defined
>15 | extern inline void calc_ov_weight(struct diag* dg, struct diag_col 
> *dcol, struct scr_matrix* smatrix,
>   |^~
> museq.c:168:9: error: implicit declaration of function ‘free_diag’; did you 
> mean ‘free_diag_col’? [-Werror=implicit-function-declaration]
>   168 | free_diag(adcol.diags[i]);
>   | ^
>   | free_diag_col
> io.c: In function ‘read_anchors’:
> museq.c:278:27: error: implicit declaration of function ‘free_alignment’ 
> [-Werror=implicit-function-declaration]
>   278 | if(! para->FAST_MODE) free_alignment(algn);
>   |   ^~
> io.c:535:23: warning: format ‘%li’ expects argument of type ‘long int *’, but 
> argument 3 has type ‘int *’ [-Wformat=]
>   535 |   while( fscanf(fp,"%li %li %li %li %li 
> %le\n",, ) == 6) {
>   | ~~^~~~
>   |   ||
>   |   long int *   int *
>   | %i
> io.c:535:27: warning: format ‘%li’ expects argument of type ‘long int *’, but 
> argument 4 has type ‘int *’ [-Wformat=]
>   535 |   while( fscanf(fp,"%li %li %li %li %li 
> %le\n",, ) == 6) {
>   | ~~^~~~
>   |   ||
>   |   long int *   int *
>   | %i
> io.c:535:31: warning: format ‘%li’ expects argument of type ‘long int *’, but 
> argument 5 has type ‘int *’ [-Wformat=]
>   535 |   while( fscanf(fp,"%li %li %li %li %li 
> %le\n",, ) == 6) {
>   | ~~^
>   |   ||
>   |   long int *   int *
>   | %i
> io.c:535:35: warning: format ‘%li’ expects argument of type ‘long int *’, but 
> argument 6 has type ‘int *’ [-Wformat=]
>   535 |   while( fscanf(fp,"%li %li %li %li %li 
> %le\n",, ) == 6) {
>   | ~~^ 
>   |   | |
>   |   long int *int *
>   | %i
> io.c:535:39: warning: format ‘%li’ expects argument of type ‘long int *’, but 
> argument 7 has type ‘int *’ [-Wformat=]
>   535 |   while( fscanf(fp,"%li %li %li %li %li 
> %le\n",, ) == 6) {
>   | ~~^  
>   |   |  |
>   |   

Bug#1066558: tcpbench: FTBFS: tcpbench.c:1105:38: error: implicit declaration of function ‘strtonum’; did you mean ‘strtouq’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: tcpbench
Version: 2.01-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 -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -D_DEFAULT_SOURCE -D_GNU_SOURCE 
> -DLIBBSD_OVERLAY -isystem /usr/include/bsd -isystem /usr/local/include/bsd 
> -Wall tcpbench.c -Wl,-z,relro -Wl,-z,now -lbsd -levent -lm -o tcpbench
> tcpbench.c: In function ‘main’:
> tcpbench.c:1105:38: error: implicit declaration of function ‘strtonum’; did 
> you mean ‘strtouq’? [-Werror=implicit-function-declaration]
>  1105 | ptb->rflag = strtonum(optarg, 0, 60 * 60 * 24 
> * 1000,
>   |  ^~~~
>   |  strtouq
> tcpbench.c:1233:21: error: implicit declaration of function ‘strlcpy’; did 
> you mean ‘strncpy’? [-Werror=implicit-function-declaration]
>  1233 | if (strlcpy(sock_un.sun_path, host, 
> sizeof(sock_un.sun_path)) >=
>   | ^~~
>   | strncpy
> cc1: some warnings being treated as errors
> make[1]: *** [GNUmakefile:13: tcpbench] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/tcpbench_2.01-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#1066557: zomg: FTBFS: ../zomghelper-xspf.c:33:11: error: implicit declaration of function ‘strcmp’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: zomg
Version: 0.8.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 -DPACKAGE_NAME=\"zomg\" -DPACKAGE_TARNAME=\"zomg\" 
> -DPACKAGE_VERSION=\"0.8.1\" -DPACKAGE_STRING=\"zomg\ 0.8.1\" 
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zomg\" 
> -DVERSION=\"0.8.1\" -DHAVE_LIBM=1 -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/libxml2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> -o zomghelper_xspf-zomghelper-xspf.o `test -f 'zomghelper-xspf.c' || echo 
> '../'`zomghelper-xspf.c
> /usr/bin/m4 ../zomg.m4 >zomg.in
> rm -f zomg zomg.tmp
> sed -e 's,@DEFAULT_HANDSHAKE_SERVER@,,g' -e 
> 's,@pkgdatadir\@,/usr/share/zomg,g' -e 's,@PACKAGE_VERSION\@,0.8.1,g' zomg.in 
> >zomg.tmp
> mv zomg.tmp zomg
> ../zomghelper-xspf.c: In function ‘processNode’:
> ../zomghelper-xspf.c:33:11: error: implicit declaration of function ‘strcmp’ 
> [-Werror=implicit-function-declaration]
>33 |   if (strcmp (name, "playlist"))
>   |   ^~
> ../zomghelper-xspf.c:3:1: note: include ‘’ or provide a declaration 
> of ‘strcmp’
> 2 | #include 
>   +++ |+#include 
> 3 | 
> gcc -I/usr/include/opus   -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  
> -Wl,-z,relro -o zomghelper zomghelper-zomghelper.o -lopusfile  -lvorbisfile  
> -lm 
> cc1: some warnings being treated as errors
> make[1]: *** [Makefile:561: zomghelper_xspf-zomghelper-xspf.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/zomg_0.8.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#1066556: libdrpm: FTBFS: drpm_write.c:94:20: error: implicit declaration of function ‘strlen’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: libdrpm
Version: 0.5.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):
> cd /<>/obj-x86_64-linux-gnu/test && /usr/bin/cc   
> -fvisibility=hidden -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 -O2 -g -DNDEBUG -std=c99 -pedantic -Wall 
> -Wextra -DHAVE_CONFIG_H -I/<>/obj-x86_64-linux-gnu -MD -MT 
> test/CMakeFiles/drpm_api_tests.dir/__/src/drpm_apply.c.o -MF 
> CMakeFiles/drpm_api_tests.dir/__/src/drpm_apply.c.o.d -o 
> CMakeFiles/drpm_api_tests.dir/__/src/drpm_apply.c.o -c 
> /<>/src/drpm_apply.c
> /<>/src/drpm_utils.c:38:41: warning: argument 1 of type ‘const 
> unsigned char[2]’ with mismatched bound [-Warray-parameter=]
>38 | uint16_t parse_be16(const unsigned char buffer[2])
>   | ^
> In file included from /<>/src/drpm_utils.c:23:
> /<>/src/drpm_private.h:237:21: note: previously declared as 
> ‘const unsigned char *’
>   237 | uint16_t parse_be16(const unsigned char *);
>   | ^
> /<>/src/drpm_utils.c:44:41: warning: argument 1 of type ‘const 
> unsigned char[4]’ with mismatched bound [-Warray-parameter=]
>44 | uint32_t parse_be32(const unsigned char buffer[4])
>   | ^
> /<>/src/drpm_private.h:238:21: note: previously declared as 
> ‘const unsigned char *’
>   238 | uint32_t parse_be32(const unsigned char *);
>   | ^
> /<>/src/drpm_utils.c:53:41: warning: argument 1 of type ‘const 
> unsigned char[8]’ with mismatched bound [-Warray-parameter=]
>53 | uint64_t parse_be64(const unsigned char buffer[8])
>   | ^
> /<>/src/drpm_private.h:239:21: note: previously declared as 
> ‘const unsigned char *’
>   239 | uint64_t parse_be64(const unsigned char *);
>   | ^
> /<>/src/drpm_utils.c:66:45: warning: argument 2 of type 
> ‘unsigned char[4]’ with mismatched bound [-Warray-parameter=]
>66 | void create_be32(uint32_t in, unsigned char out[4])
>   |   ~~^~
> /<>/src/drpm_private.h:233:28: note: previously declared as 
> ‘unsigned char *’
>   233 | void create_be32(uint32_t, unsigned char *);
>   |^~~
> /<>/src/drpm_utils.c:75:45: warning: argument 2 of type 
> ‘unsigned char[8]’ with mismatched bound [-Warray-parameter=]
>75 | void create_be64(uint64_t in, unsigned char out[8])
>   |   ~~^~
> /<>/src/drpm_private.h:234:28: note: previously declared as 
> ‘unsigned char *’
>   234 | void create_be64(uint64_t, unsigned char *);
>   |^~~
> /<>/src/drpm_write.c: In function ‘write_deltarpm’:
> /<>/src/drpm_write.c:94:20: error: implicit declaration of 
> function ‘strlen’ [-Werror=implicit-function-declaration]
>94 | src_nevr_len = strlen(delta->src_nevr) + 1;
>   |^~
> /<>/src/drpm_write.c:30:1: note: include ‘’ or provide 
> a declaration of ‘strlen’
>29 | #include 
>   +++ |+#include 
>30 | 
> /<>/src/drpm_write.c:94:20: warning: incompatible implicit 
> declaration of built-in function ‘strlen’ [-Wbuiltin-declaration-mismatch]
>94 | src_nevr_len = strlen(delta->src_nevr) + 1;
>   |^~
> /<>/src/drpm_write.c:94:20: note: include ‘’ or 
> provide a declaration of ‘strlen’
> /<>/src/drpm_write.c: In function ‘compstrm_wrapper_write’:
> /<>/src/drpm_write.c:364:9: error: implicit declaration of 
> function ‘memcpy’ [-Werror=implicit-function-declaration]
>   364 | memcpy(csw->uncomp_data + csw->uncomp_len - csw->uncomp_left, 
> buffer, write_len);
>   | ^~
> /<>/src/drpm_write.c:364:9: note: include ‘’ or 
> provide a declaration of ‘memcpy’
> /<>/src/drpm_write.c:364:9: warning: incompatible implicit 
> declaration of buil

Bug#1066555: kylin-nm: FTBFS: src/kylin-network-interface.c:197:5: error: implicit declaration of function ‘asprintf’; did you mean ‘vsprintf’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: kylin-nm
Version: 3.0.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 -pipe -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 
> -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -D_REENTRANT -fPIC 
> -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_X11EXTRAS_LIB -DQT_SVG_LIB 
> -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_DBUS_LIB -DQT_CONCURRENT_LIB 
> -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -Isrc/singleapplication 
> -I/usr/include/x86_64-linux-gnu/qt5 
> -I/usr/include/x86_64-linux-gnu/qt5/QtX11Extras 
> -I/usr/include/KF5/KWindowSystem -I/usr/include/x86_64-linux-gnu/qt5/QtSvg 
> -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets 
> -I/usr/include/x86_64-linux-gnu/qt5/QtGui 
> -I/usr/include/x86_64-linux-gnu/qt5/QtDBus 
> -I/usr/include/x86_64-linux-gnu/qt5/QtConcurrent 
> -I/usr/include/x86_64-linux-gnu/qt5/QtNetwork 
> -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I.moc -I.ui 
> -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o 
> .obj/kylin-network-interface.o src/kylin-network-interface.c
> src/kylin-network-interface.c: In function ‘kylin_network_get_ifacename’:
> src/kylin-network-interface.c:44:20: warning: pointer targets in assignment 
> from ‘unsigned char *’ to ‘char *’ differ in signedness [-Wpointer-sign]
>44 | ifconf.ifc_buf = buf;
>   |^
> src/kylin-network-interface.c: In function ‘kylin_network_get_conlist_info’:
> src/kylin-network-interface.c:127:9: warning: statement with no effect 
> [-Wunused-value]
>   127 | for(index;*index!='\n';index++)
>   | ^~~
> src/kylin-network-interface.c:146:9: warning: statement with no effect 
> [-Wunused-value]
>   146 | for(index;*index!='\n';index++)
>   | ^~~
> src/kylin-network-interface.c:150:20: warning: suggest parentheses around 
> assignment used as truth value [-Wparentheses]
>   150 | if(*(index+1)=' ')
>   |^
> src/kylin-network-interface.c:157:9: warning: statement with no effect 
> [-Wunused-value]
>   157 | for(index1;*index1!='\n';index1++)
>   | ^~~
> src/kylin-network-interface.c:167:9: warning: statement with no effect 
> [-Wunused-value]
>   167 | for(index2;*index2!='\n';index2++)
>   | ^~~
> src/kylin-network-interface.c: In function ‘kylin_network_get_activecon_info’:
> src/kylin-network-interface.c:197:5: error: implicit declaration of function 
> ‘asprintf’; did you mean ‘vsprintf’? [-Werror=implicit-function-declaration]
>   197 | asprintf(, "%s%s%s", chr, tmpPrefix, name);
>   | ^~~~
>   | vsprintf
> src/kylin-network-interface.c:246:9: warning: statement with no effect 
> [-Wunused-value]
>   246 | for(index;*index!='\n';index++)
>   | ^~~
> src/kylin-network-interface.c:265:9: warning: statement with no effect 
> [-Wunused-value]
>   265 | for(index;*index!='\n';index++)
>   | ^~~
> src/kylin-network-interface.c:269:20: warning: suggest parentheses around 
> assignment used as truth value [-Wparentheses]
>   269 | if(*(index+1)=' ')
>   |^
> src/kylin-network-interface.c:276:9: warning: statement with no effect 
> [-Wunused-value]
>   276 | for(index1;*index1!='\n';index1++)
>   | ^~~
> src/kylin-network-interface.c:286:9: warning: statement with no effect 
> [-Wunused-value]
>   286 | for(index2;*index2!='\n';index2++)
>   | ^~~
> src/kylin-network-interface.c:300:9: warning: statement with no effect 
> [-Wunused-value]
>   300 | for(index3;*index3!='\n';index3++)
>   | ^~~
> src/kylin-network-interface.c:310:9: warning: statement with no effect 
> [-Wunused-value]
>   310 | for(index4;*index4!='\n';index4++)
>   | ^~~
> src/kylin-network-interface.c: In function ‘kylin_network_get_wifilist_info’:
> src/kylin-network-interface.c:602:9: warning: statement with no effect 
> [-Wunused-value]
>   602 |  

Bug#1066554: iec16022: FTBFS: iec16022.c:158:17: error: implicit declaration of function ‘close’; did you mean ‘pclose’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: iec16022
Version: 0.2.4-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.   
> -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 reedsol.lo reedsol.c
> iec16022.c: In function ‘main’:
> iec16022.c:158:17: error: implicit declaration of function ‘close’; did you 
> mean ‘pclose’? [-Werror=implicit-function-declaration]
>   158 | close(f);
>   | ^
>   | pclose
> libtool: compile:  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 -c 
> reedsol.c  -fPIC -DPIC -o .libs/reedsol.o
> libtool: compile:  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 -c 
> image.c  -fPIC -DPIC -o .libs/image.o
> libtool: compile:  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 -c 
> iec16022ecc200.c  -fPIC -DPIC -o .libs/iec16022ecc200.o
> reedsol.c: In function ‘rs_init_gf’:
> reedsol.c:83:23: warning: argument 1 value ‘18446744073709551612’ exceeds 
> maximum object size 9223372036854775807 [-Walloc-size-larger-than=]
>83 | alog = (int *)malloc(sizeof(int) * logmod);
>   |   ^~~~
> In file included from reedsol.c:42:
> /usr/include/stdlib.h:553:14: note: in a call to allocation function ‘malloc’ 
> declared here
>   553 | extern void *malloc (size_t __size) __THROW __attribute_malloc__
>   |  ^~
> image.c:244:8: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   244 | static LZWFlush(Private * p)
>   |^~~~
> image.c:250:8: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   250 | static LZWOut(Private * p, short v)
>   |^~
> image.c:263:8: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   263 | static LZWClear(Private * p)
>   |^~~~
> image.c:277:8: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   277 | static ImageStart(Private * p)
>   |^~
> image.c:288:8: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   288 | static ImageEnd(Private * p)
>   |^~~~
> image.c:297:8: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   297 | static ImageOut(Private * p, unsigned char c)
>   |^~~~
> image.c: In function ‘writechunk’:
> image.c:546:26: error: implicit declaration of function ‘htonl’ 
> [-Werror=implicit-function-declaration]
>   546 | unsigned int v = htonl(len), crc;
>   |  ^
> libtool: compile:  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 -c 
> reedsol.c -o reedsol.o >/dev/null 2>&1
> image.c: In function ‘ImageWriteGif’:
> image.c:394:17: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   394 | write(fh, buf, n);
>   | ^
> image.c:421:9: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   421 | write(fh, "\0", 1); // end of image data
>   | ^~
> image.c:422:9: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   422 | write(fh, "\x3B", 1);   // trailer
>   | ^~~~
> image.c: In function ‘ImageStart’:
> ima

Bug#1066552: lua-rexlib: FTBFS: src/tre/ltre_w.c:256:13: error: implicit declaration of function ‘iswdigit’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: lua-rexlib
Version: 2.9.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):
> /<>/debian/.dh_lua-libtool/libtool --tag=CC --mode=compile 
> 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 
> -DVERSION="\"2.9.2\"" -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/lua5.1  
> -Wdate-time -D_FORTIFY_SOURCE=2  -Wall -Wextra -o 
> /<>/5.1-rex.tre/src/tre/ltre_w.lo src/tre/ltre_w.c 
> libtool: compile:  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 -DVERSION=\"2.9.2\" -Wdate-time 
> -D_FORTIFY_SOURCE=2 -I/usr/include/lua5.1 -Wdate-time -D_FORTIFY_SOURCE=2 
> -Wall -Wextra src/tre/ltre_w.c  -fPIC -DPIC -o 
> /<>/5.1-rex.tre/src/tre/.libs/ltre_w.o
> src/tre/ltre_w.c: In function ‘bufferZ_putrepstringW’:
> src/tre/ltre_w.c:256:13: error: implicit declaration of function ‘iswdigit’ 
> [-Werror=implicit-function-declaration]
>   256 | if (iswdigit (*q)) {
>   | ^~~~
> src/tre/ltre_w.c:63:1: note: include ‘’ or provide a declaration of 
> ‘iswdigit’
>62 | #include "../algo.h"
>   +++ |+#include 
>63 | 
> src/tre/ltre_w.c:256:23: warning: ‘iswdigit’ argument 1 promotes to ‘wchar_t’ 
> {aka ‘int’} where ‘unsigned int’ is expected in a call to built-in function 
> declared without prototype [-Wbuiltin-declaration-mismatch]
>   256 | if (iswdigit (*q)) {
>   |   ^~
> : note: built-in ‘iswdigit’ declared here
> cc1: some warnings being treated as errors
> make[2]: *** [/usr/share/dh-lua/make/dh-lua.Makefile.single:446: 
> /<>/5.1-rex.tre/src/tre/ltre_w.lo] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/lua-rexlib_2.9.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#1066553: adios: FTBFS: configure: error: in `/<>/build-mpich'

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

Hi,

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


Relevant part (hopefully):
> checking for netcdf.h... yes
> checking if netcdf code can be compiled... yes
> configure: === checking NetCDF 4 Parallel ===
> checking for netcdf.h... (cached) yes
> checking if nc4 parallel code can be compiled... no
> configure: error: in `/<>/build-mpich'
> configure: error: --with-nc4par was given, but compile test failed
> See `config.log' for more details
>   cd build-mpich && tail -v -n \+0 config.log


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/adios_1.13.1-34_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#1066551: ramond: FTBFS: src/main.c:164:17: error: implicit declaration of function ‘LOG’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: ramond
Version: 0.5-4.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 -c src/main.c -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -fcommon -Wdate-time -D_FORTIFY_SOURCE=2 `apr-1-config --includes --cppflags 
> --cflags` `pkg-config --cflags libxml-2.0`
> src/main.c: In function ‘rafixd_recvRa’:
> src/main.c:164:17: error: implicit declaration of function ‘LOG’ 
> [-Werror=implicit-function-declaration]
>   164 | LOG( RAMOND_CRITICAL "! socket recvmsg error: '%s'\n",
>   | ^~~
> src/main.c: In function ‘executeActions’:
> src/main.c:570:17: warning: argument 2 null where non-null expected 
> [-Wnonnull]
>   570 | setenv("PREFIX", NULL, 1);
>   | ^~
> In file included from src/main.h:1,
>  from src/main.c:1:
> /usr/include/stdlib.h:673:12: note: in a call to function ‘setenv’ declared 
> ‘nonnull’
>   673 | extern int setenv (const char *__name, const char *__value, int 
> __replace)
>   |^~
> src/main.c:571:17: warning: argument 2 null where non-null expected 
> [-Wnonnull]
>   571 | setenv("PREFIX_LEN", NULL, 1);
>   | ^~
> /usr/include/stdlib.h:673:12: note: in a call to function ‘setenv’ declared 
> ‘nonnull’
>   673 | extern int setenv (const char *__name, const char *__value, int 
> __replace)
>   |^~
> src/main.c: In function ‘daemonize’:
> src/main.c:844:9: error: implicit declaration of function ‘umask’ 
> [-Werror=implicit-function-declaration]
>   844 | umask(027);
>   | ^
> src/main.c:874:12: error: implicit declaration of function ‘flock’; did you 
> mean ‘clock’? [-Werror=implicit-function-declaration]
>   874 | if(flock(pidfile, F_TLOCK, 0) < 0)
>   |^
>   |clock
> cc1: some warnings being treated as errors
> make[1]: *** [Makefile:26: main.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/ramond_0.5-4.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#1066550: xscavenger: FTBFS: sound.c:158:9: error: implicit declaration of function ‘doall’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: xscavenger
Version: 1.4.5-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 -g -O2 -fno-strict-aliasing -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>/src=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wl,-z,relro -lasound  -O2 -g -pipe -Wall -Wno-pointer-sign-Dlinux 
> -D__amd64__ -D_POSIX_C_SOURCE=199309L 
> -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE 
> -D_SVID_SOURCE -D_LARGEFILE_SOURCE 
> -D_FILE_OFFSET_BITS=64
>-DFUNCPROTO=15 -DNARROWPROTO
> -DLIBNAME=\"/usr/lib/games/xscavenger\"   -c -o sound.o sound.c
> In file included from 
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
>  from /usr/include/stdio.h:27,
>  from sound.c:3:
> /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"
>   |   ^~~
> sound.c: In function ‘soundinit’:
> sound.c:158:9: error: implicit declaration of function ‘doall’ 
> [-Werror=implicit-function-declaration]
>   158 | doall();
>   | ^
> sound.c:131:13: warning: variable ‘value’ set but not used 
> [-Wunused-but-set-variable]
>   131 | int value;
>   | ^
> sound.c:130:14: warning: unused variable ‘devname’ [-Wunused-variable]
>   130 | char devname[256];
>   |  ^~~
> sound.c: At top level:
> sound.c:202:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   202 | doall()
>   | ^
> sound.c: In function ‘doall’:
> sound.c:288:21: warning: variable ‘res’ set but not used 
> [-Wunused-but-set-variable]
>   288 | int res;
>   | ^~~
> sound.c:207:6: warning: unused variable ‘ip’ [-Wunused-variable]
>   207 | int *ip;
>   |  ^~
> sound.c: In function ‘readsound’:
> sound.c:200:1: warning: control reaches end of non-void function 
> [-Wreturn-type]
>   200 | }
>   | ^
> sound.c: In function ‘soundinit’:
> sound.c:134:32: warning: ‘%s’ directive writing up to 255 bytes into a region 
> of size between 0 and 510 [-Wformat-overflow=]
>   134 | sprintf(dirlist,"%s/%s,%s",localname,localdirname,libname);
>   |^~ ~~~
> sound.c:134:9: note: ‘sprintf’ output between 3 and 768 bytes into a 
> destination of size 512
>   134 | sprintf(dirlist,"%s/%s,%s",localname,localdirname,libname);
>   | ^~
> cc1: some warnings being treated as errors
> make[1]: *** [: sound.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/xscavenger_1.4.5-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#1066498: dh-make-perl: autopkgtest regression due to time_t transition

2024-03-13 Thread gregor herrmann
On Wed, 13 Mar 2024 11:20:06 -0100, Graham Inggs wrote:

> dh-make-perl's autopkgtest regress when tested with perl/5.38.2-3.2
> [1].  I've copied what I hope is the relevant part of the log below.

Huh, thanks for the bug report; the autopkgtests still worked a week
ago on my laptop, when I did the last upload.
 
> From what I can see on the excuses page for perl [2], dh-make-perl's
> autopkgtests are the only ones failing on all architectures, besides
> perl's own.  Do these test cases need updating to handle the 't64'?

Let's have a look:

> 80s not ok 5 - Errno is in libperl5.38 or perl-base (or only perl-base
> for perl < 5.22)

*sigh*

libperl5.38 or as it's called nowadays: libperl5.38t64, that's the
point probably …


Cheers,
gregor

-- 
 .''`.  https://info.comodo.priv.at -- Debian Developer https://www.debian.org
 : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D  85FA BB3A 6801 8649 AA06
 `. `'  Member VIBE!AT & SPI Inc. -- Supporter Free Software Foundation Europe
   `-   BOFH excuse #233:  TCP/IP UDP alarm threshold is set too low. 



Bug#1066442: merkaartor: FTBFS: Preferences/MerkaartorPreferences.h:28:10: fatal error: proxy.h: No such file or directory

2024-03-13 Thread Sebastiaan Couwenberg

On 3/13/24 1:03 PM, Lucas Nussbaum wrote:

Preferences/MerkaartorPreferences.h:28:10: fatal error: proxy.h: No such file 
or directory
28 | #include 
   |  ^


Looks like libproxy-dev moved the header from /usr/include to 
/usr/include/libproxy, we'll need to add that include path.


Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1066420: sendmail: FTBFS: ./debian/./debian/conftest.c:37:(.text.startup+0xb): undefined reference to `__res_query'

2024-03-13 Thread Marco Moock
Am 13.03.2024 um 13:05:34 Uhr schrieb Lucas Nussbaum:

> Source: sendmail
> Version: 8.18.1-1
> Severity: serious
> Justification: FTBFS
> Tags: trixie sid ftbfs
> User: lu...@debian.org

configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sendmail"
| #define PACKAGE_TARNAME "sendmail"
| #define PACKAGE_VERSION "8.17.1" 
| #define PACKAGE_STRING "Sendmail 8.17.1"
| #define PACKAGE_BUGREPORT "bug/reportbug or sendm...@packages.debian.org"
| #define PACKAGE_URL ""
| #define PACKAGE "sendmail"
| #define VERSION "8.17.1"

Is there something wrong with the version numbers?

-- 
kind regards
Marco

Send spam to 1710331534mu...@cartoonies.org



Bug#1066549: geki2: FTBFS: misc.c:127:7: error: implicit declaration of function ‘ScoreRanking’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: geki2
Version: 2.0.3-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 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
> -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"geki2-KXL\" 
> -DVERSION=\"2.0.3\" -DHAVE_LIBKXL=1 -DHAVE_LIBKXL=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_UNISTD_H=1 -DDATA_PATH=\"/usr/share/games/geki2/data\" 
> -DBMP_PATH=\"/usr/share/games/geki2/bmp\" 
> -DWAV_PATH=\"/usr/share/games/geki2/wav\" -DTITLE=\"geki2-KXL\ 2.0.3\"  -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 -c misc.c
> misc.c: In function ‘ClearAndGameOver’:
> misc.c:127:7: error: implicit declaration of function ‘ScoreRanking’ 
> [-Werror=implicit-function-declaration]
>   127 |   ScoreRanking();
>   |   ^~~~
> misc.c:132:5: error: implicit declaration of function ‘UnLoadStageData’; did 
> you mean ‘LoadStageData’? [-Werror=implicit-function-declaration]
>   132 | UnLoadStageData();
>   | ^~~
>   | LoadStageData
> cc1: some warnings being treated as errors
> make[2]: *** [Makefile:233: misc.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/geki2_2.0.3-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#1066548: pd-iemnet: FTBFS: udpserver.c:666:5: error: implicit declaration of function ‘error’; did you mean ‘herror’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: pd-iemnet
Version: 0.3.0-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):
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -DVERSION='"0.3.0"' -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 udpserver.pd_linux.o -c udpserver.c
>  info: making udpclient.pd_linux.o in lib iemnet
> udpserver.c: In function ‘udpserver_connectpoll’:
> udpserver.c:666:5: error: implicit declaration of function ‘error’; did you 
> mean ‘herror’? [-Werror=implicit-function-declaration]
>   666 | error("[%s] accept failed", objName);
>   | ^
>   | herror
> iemnet.c: In function ‘iemnet__socket2addressout’:
> iemnet.c:97:5: error: implicit declaration of function ‘error’; did you mean 
> ‘herror’? [-Werror=implicit-function-declaration]
>97 | error("unable to get address from socket:%d", sockfd);
>   | ^
>   | herror
> iemnet.c: In function ‘iemnet__register’:
> iemnet.c:226:27: warning: macro "__DATE__" might prevent reproducible builds 
> [-Wdate-time]
>   226 |   post("compiled "BUILD_DATE"");
>   |   ^~
> iemnet.c:214:27: warning: macro "__TIME__" might prevent reproducible builds 
> [-Wdate-time]
>   214 | # define BUILD_DATE "on " __DATE__ " at " __TIME__
>   |   ^~~~
> iemnet.c:226:27: note: in expansion of macro ‘BUILD_DATE’
>   226 |   post("compiled "BUILD_DATE"");
>   |   ^~
> iemnet_sender.c: In function ‘iemnet__sender_getsockopt’:
> iemnet_sender.c:279:5: error: implicit declaration of function ‘error’; did 
> you mean ‘herror’? [-Werror=implicit-function-declaration]
>   279 | error("iemnet::sender: getsockopt returned %d",
>   | ^
>   | herror
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -DVERSION='"0.3.0"' -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 udpclient.pd_linux.o -c udpclient.c
>  info: making udpreceive.pd_linux.o in lib iemnet
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -DVERSION='"0.3.0"' -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 udpreceive.pd_linux.o -c 
> udpreceive.c
>  info: making udpsend.pd_linux.o in lib iemnet
> cc1: some warnings being treated as errors
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -DVERSION='"0.3.0"' -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 udpsend.pd_linux.o -c udpsend.c
> make[1]: *** [/usr/share/pd-lib-builder//Makefile.pdlibbuilder:987: 
> iemnet_sender.pd_linux.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/pd-iemnet_0.3.0-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#1066547: xf86-input-mtrack: FTBFS: src/gestures.c:763:13: error: implicit declaration of function ‘mtdev_empty’; did you mean ‘mtdev_get’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: xf86-input-mtrack
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./include/ -I/usr/include/xorg 
> -I/usr/include/pixman-1  -I/usr/include/xorg -fvisibility=hidden 
> -I/usr/include/pixman-1 -I/usr/include/X11/dri -I/usr/include/libdrm  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -D_FORTIFY_SOURCE=2 -c -o 
> src/mtrack_test-gestures.o `test -f 'src/gestures.c' || echo 
> './'`src/gestures.c
> src/gestures.c: In function ‘gestures_sleep’:
> src/gestures.c:763:13: error: implicit declaration of function ‘mtdev_empty’; 
> did you mean ‘mtdev_get’? [-Werror=implicit-function-declaration]
>   763 | if (mtdev_empty(>dev)) {
>   | ^~~
>   | mtdev_get
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:663: src/mtrack_test-gestures.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/xf86-input-mtrack_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 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#1066546: scrounge-ntfs: FTBFS: list.c:44:6: error: implicit declaration of function ‘lseek64’; did you mean ‘lseek’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: scrounge-ntfs
Version: 0.9-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 -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -I..  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -I/usr/local/include -c -o 
> scrounge_ntfs-scrounge.o `test -f 'scrounge.c' || echo './'`scrounge.c
> list.c: In function ‘printNTFSInfo’:
> list.c:44:6: error: implicit declaration of function ‘lseek64’; did you mean 
> ‘lseek’? [-Werror=implicit-function-declaration]
>44 |   if(lseek64(dd, pos, SEEK_SET) == -1)
>   |  ^~~
>   |  lseek
> list.c:45:5: error: implicit declaration of function ‘err’ 
> [-Werror=implicit-function-declaration]
>45 | err(1, "couldn't seek drive");
>   | ^~~
> list.c:52:5: error: implicit declaration of function ‘errx’ 
> [-Werror=implicit-function-declaration]
>52 | errx(1, "unexpected end of drive");
>   | ^~~~
> list.c:56:24: warning: format ‘%u’ expects argument of type ‘unsigned int’, 
> but argument 3 has type ‘uint64’ {aka ‘long unsigned int’} [-Wformat=]
>56 | printf(kPrintNTFSInfo, boot->secPerClus, boot->offMFT 
> * boot->secPerClus);
>   |^~
> ~~~
>   |   
> |
>   |   
> uint64 {aka long unsigned int}
> main.c: In function ‘main’:
> main.c:110:11: error: implicit declaration of function ‘errx’ 
> [-Werror=implicit-function-declaration]
>   110 |   errx(2, "invalid cluster size (must be between 1 and 128)");
>   |   ^~~~
> compat.c: In function ‘reallocf’:
> compat.c:292:5: error: implicit declaration of function ‘errx’ 
> [-Werror=implicit-function-declaration]
>   292 | errx(1, "out of memory");
>   | ^~~~
> main.c:159:9: error: implicit declaration of function ‘err’ 
> [-Werror=implicit-function-declaration]
>   159 | err(2, "couldn't change to output directory");
>   | ^~~
> main.c:218:7: error: implicit declaration of function ‘warnx’ 
> [-Werror=implicit-function-declaration]
>   218 |   warnx("ignoring extra arguments");
>   |   ^
> posix.c: In function ‘setFileTime’:
> posix.c:81:5: error: implicit declaration of function ‘warn’ 
> [-Werror=implicit-function-declaration]
>81 | warn("couldn't set file times on: %s", encoded);
>   | ^~~~
> ntfsx.c: In function ‘ntfsx_cluster_read’:
> ntfsx.c:135:6: error: implicit declaration of function ‘lseek64’; did you 
> mean ‘lseek’? [-Werror=implicit-function-declaration]
>   135 |   if(lseek64(dd, pos, SEEK_SET) == -1)
>   |  ^~~
>   |  lseek
> misc.c: In function ‘compareFileData’:
> misc.c:202:7: error: implicit declaration of function ‘err’ 
> [-Werror=implicit-function-declaration]
>   202 |   err(1, "error reading comparison file");
>   |   ^~~
> ntfsx.c: In function ‘ntfsx_attrib_enum_list’:
> ntfsx.c:322:7: error: implicit declaration of function ‘warnx’ 
> [-Werror=implicit-function-declaration]
>   322 |   warnx("brain dead, incredibly fragmented file data. skipping");
>   |   ^
> ntfsx.c: In function ‘ntfsx_record_read’:
> ntfsx.c:465:9: error: implicit declaration of function ‘warn’ 
> [-Werror=implicit-function-declaration]
>   465 | warn("couldn't read mft record from drive");
>   | ^~~~
> ntfsx.c:471:30: warning: multi-character character constant [-Wmultichar]
>   471 | if(rechead->magic != kNTFS_RecMagic ||
>   |  ^~
> scrounge.c: In function ‘processMFTRecord’:
> scrounge.c:199:11: error: implicit declaration of function ‘warnx’ 
> [-Werror=implicit-function-declaration]
>   199 |   warnx("invalid parent directory for file: " FC_PRINTF, 
> basics.filename);
>   |   ^
> In file included from usuals.h:49,
>  from scrounge.c:20:
>

Bug#1066545: xserver-xorg-video-openchrome: FTBFS: ../../src/via_driver.c:1678:45: error: implicit declaration of function ‘shadowUpdatePackedWeak’; did you mean ‘shadowUpdatePacked’? [-Werror=implici

2024-03-13 Thread Lucas Nussbaum
Source: xserver-xorg-video-openchrome
Version: 1:0.6.0-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 gcc -DHAVE_CONFIG_H -I. 
> -I../../src -I..   -I/usr/include/xorg -fvisibility=hidden 
> -I/usr/include/pixman-1 -I/usr/include/X11/dri -I/usr/include/libdrm  
> -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/xorg -fvisibility=hidden 
> -I/usr/include/pixman-1 -I/usr/include/X11/dri -I/usr/include/libdrm   
> -I/usr/include/libdrm -I/usr/include/X11/dri  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o via_driver.lo 
> ../../src/via_driver.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src -I.. 
> -I/usr/include/xorg -fvisibility=hidden -I/usr/include/pixman-1 
> -I/usr/include/X11/dri -I/usr/include/libdrm -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/usr/include/xorg -fvisibility=hidden -I/usr/include/pixman-1 
> -I/usr/include/X11/dri -I/usr/include/libdrm -I/usr/include/libdrm 
> -I/usr/include/X11/dri -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> ../../src/via_3d.c  -fPIC -DPIC -o .libs/via_3d.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src -I.. 
> -I/usr/include/xorg -fvisibility=hidden -I/usr/include/pixman-1 
> -I/usr/include/X11/dri -I/usr/include/libdrm -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/usr/include/xorg -fvisibility=hidden -I/usr/include/pixman-1 
> -I/usr/include/X11/dri -I/usr/include/libdrm -I/usr/include/libdrm 
> -I/usr/include/X11/dri -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> ../../src/via_exa.c  -fPIC -DPIC -o .libs/via_exa.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src -I.. 
> -I/usr/include/xorg -fvisibility=hidden -I/usr/include/pixman-1 
> -I/usr/include/X11/dri -I/usr/include/libdrm -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/usr/include/xorg -fvisibility=hidden -I/usr/include/pixman-1 
> -I/usr/include/X11/dri -I/usr/include/libdrm -I/usr/include/libdrm 
> -I/usr/include/X11/dri -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> ../../src/via_ch7xxx.c  -fPIC -DPIC -o .libs/via_ch7xxx.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src -I.. 
> -I/usr/include/xorg -fvisibility=hidden -I/usr/include/pixman-1 
> -I/usr/include/X11/dri -I/usr/include/libdrm -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/usr/include/xorg -fvisibility=hidden -I/usr/include/pixman-1 
> -I/usr/include/X11/dri -I/usr/include/libdrm -I/usr/include/libdrm 
> -I/usr/include/X11/dri -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> ../../src/via_display.c  -fPIC -DPIC -o .libs/via_display.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src -I.. 
> -I/usr/include/xorg -fvisibility=hidden -I/usr/include/pixman-1 
> -I/usr/include/X11/dri -I/usr/include/libdrm -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/usr/include/xorg -fvisibility=hidden -I/usr/include/pixman-1 
> -I/usr/include/X11/dri -I/usr/include/libdrm -I/usr/include/libdrm 
> -I/usr/include/X11/dri -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> ../../src/via_driver.c  -fPIC -DPIC -o .libs/via_driver.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src -I.. 
> -I/usr/include/xorg -fvisibility=hidden -I/usr/include/pixman-1 
> -I/usr/include/X11/dri -I/usr/include/libdrm -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/usr/include/xorg -fvisibility=hidden -I/usr/include/pixman-1 
> -I/usr/include/X11/dri -I/usr/include/libdrm -I/usr/include/libdrm 
> -I/usr/include/X11/dri -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> 

Bug#1066541: repeatmasker-recon: FTBFS: seqlist.h:39:16: error: implicit declaration of function ‘isspace’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: repeatmasker-recon
Version: 1.08-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):
> gcc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O 
> -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro  famdef.c   -o famdef
> In file included from msps.h:4,
>  from ele.h:1,
>  from edgeredef.c:1:
> seqlist.h: In function ‘GetSeqNames’:
> seqlist.h:39:16: error: implicit declaration of function ‘isspace’ 
> [-Werror=implicit-function-declaration]
>39 | while (isspace(*name_start)) name_start++;
>   |^~~
> seqlist.h:4:1: note: include ‘’ or provide a declaration of ‘isspace’
> 3 | #include "string.h"
>   +++ |+#include 
> 4 | 
> msps.h: In function ‘scan_msp’:
> msps.h:116:25: warning: format ‘%ld’ expects argument of type ‘long int *’, 
> but argument 3 has type ‘int32_t *’ {aka ‘int *’} [-Wformat=]
>   116 | if (sscanf(line, "%ld %f %ld %ld %s %ld %ld %s \n", &(m->score), 
> &(m->iden), &(m->query.frag.lb), &(m->query.frag.rb), qname, 
> &(m->sbjct.frag.lb), &(m->sbjct.frag.rb), sname) != 8) {
>   |   ~~^   ~~~
>   | |   |
>   | long int *  int32_t * 
> {aka int *}
>   |   %d
> msps.h:116:32: warning: format ‘%ld’ expects argument of type ‘long int *’, 
> but argument 5 has type ‘int32_t *’ {aka ‘int *’} [-Wformat=]
>   116 | if (sscanf(line, "%ld %f %ld %ld %s %ld %ld %s \n", &(m->score), 
> &(m->iden), &(m->query.frag.lb), &(m->query.frag.rb), qname, 
> &(m->sbjct.frag.lb), &(m->sbjct.frag.rb), sname) != 8) {
>   |  ~~^  
>~~~
>   ||  
>|
>   |long int * 
>int32_t * {aka int *}
>   |  %d
> msps.h:116:36: warning: format ‘%ld’ expects argument of type ‘long int *’, 
> but argument 6 has type ‘int32_t *’ {aka ‘int *’} [-Wformat=]
>   116 | if (sscanf(line, "%ld %f %ld %ld %s %ld %ld %s \n", &(m->score), 
> &(m->iden), &(m->query.frag.lb), &(m->query.frag.rb), qname, 
> &(m->sbjct.frag.lb), &(m->sbjct.frag.rb), sname) != 8) {
>   |  ~~^  
> ~~~
>   ||  
> |
>   |long int * 
> int32_t * {aka int *}
>   |  %d
> msps.h:116:43: warning: format ‘%ld’ expects argument of type ‘long int *’, 
> but argument 8 has type ‘int32_t *’ {aka ‘int *’} [-Wformat=]
>   116 | if (sscanf(line, "%ld %f %ld %ld %s %ld %ld %s \n", &(m->score), 
> &(m->iden), &(m->query.frag.lb), &(m->query.frag.rb), qname, 
> &(m->sbjct.frag.lb), &(m->sbjct.frag.rb), sname) != 8) {
>   | ~~^   
> 
> ~~~
>   |   |   
> |
>   |   long int *  
> int32_t

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

2024-03-13 Thread Lucas Nussbaum
Source: ucx
Version: 1.16.0+ds-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=CXX   --mode=compile g++ -DHAVE_CONFIG_H 
> -I. -I../../../..  -DCPU_FLAGS="" -I/<>/src -I/<> 
> -I/<>/src -I/usr/include/hsa -I/usr/include/hip -O3 -g -Wall 
> -Werror -funwind-tables -Wno-missing-field-initializers -Wno-unused-parameter 
> -Wno-unused-label -Wno-long-long -Wno-endif-labels -Wno-sign-compare 
> -Wno-multichar -Wno-deprecated-declarations -Winvalid-pch -fopenmp -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -nostdlib  -std=c++11 -c -o 
> libucxperf_la-ucp_tests.lo `test -f 'ucp_tests.cc' || echo './'`ucp_tests.cc
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../.. -DCPU_FLAGS= 
> -I/<>/src -I/<> -I/<>/src 
> -I/usr/include/hsa -I/usr/include/hip -O3 -g -Wall -Werror -funwind-tables 
> -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-label 
> -Wno-long-long -Wno-endif-labels -Wno-sign-compare -Wno-multichar 
> -Wno-deprecated-declarations -Winvalid-pch -Wno-pointer-sign 
> -Werror-implicit-function-declaration -Wno-format-zero-length 
> -Wnested-externs -Wshadow -Werror=declaration-after-statement -fopenmp -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c libperf_memory.c  -fPIC -DPIC 
> -DUCX_SHARED_LIB -o .libs/libucxperf_la-libperf_memory.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../.. -DCPU_FLAGS= 
> -I/<>/src -I/<> -I/<>/src 
> -I/usr/include/hsa -I/usr/include/hip -O3 -g -Wall -Werror -funwind-tables 
> -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-label 
> -Wno-long-long -Wno-endif-labels -Wno-sign-compare -Wno-multichar 
> -Wno-deprecated-declarations -Winvalid-pch -Wno-pointer-sign 
> -Werror-implicit-function-declaration -Wno-format-zero-length 
> -Wnested-externs -Wshadow -Werror=declaration-after-statement -fopenmp -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c libperf.c  -fPIC -DPIC 
> -DUCX_SHARED_LIB -o .libs/libucxperf_la-libperf.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../.. -DCPU_FLAGS= 
> -I/<>/src -I/<> -I/<>/src 
> -I/usr/include/hsa -I/usr/include/hip -O3 -g -Wall -Werror -funwind-tables 
> -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-label 
> -Wno-long-long -Wno-endif-labels -Wno-sign-compare -Wno-multichar 
> -Wno-deprecated-declarations -Winvalid-pch -Wno-pointer-sign 
> -Werror-implicit-function-declaration -Wno-format-zero-length 
> -Wnested-externs -Wshadow -Werror=declaration-after-statement -fopenmp -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c libperf_thread.c  -fPIC -DPIC 
> -DUCX_SHARED_LIB -o .libs/libucxperf_la-libperf_thread.o
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../.. -DCPU_FLAGS= 
> -I/<>/src -I/<> -I/<>/src 
> -I/usr/include/hsa -I/usr/include/hip -O3 -g -Wall -Werror -funwind-tables 
> -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-label 
> -Wno-long-long -Wno-endif-labels -Wno-sign-compare -Wno-multichar 
> -Wno-deprecated-declarations -Winvalid-pch -fopenmp -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -nostdlib -std=c++11 -c uct_tests.cc  
> -fPIC -DPIC -o .libs/libucxperf_la-uct_tests.o
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../.. -DCPU_FLAGS= 
> -I/<>/src -I/<> -I/<>/src 
> -I/usr/include/hsa -I/usr/include/hip -O3 -g -Wall -Werror -funwind-tables 
> -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-label 
> -Wno-long-long -Wno-endif-labels -Wno-sign-compare -Wno-multichar 
> -Wno-deprecated-declarations -Winvalid-pch -fopenmp -g -O2 
> -Werror=implicit-function-de

Bug#1066544: tone-generator: FTBFS: indicator.c:68:9: error: implicit declaration of function ‘dtmf_stop’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: tone-generator
Version: 1.6.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 -DPACKAGE_NAME=\"tone-generator\" -DPACKAGE_TARNAME=\"tone-generator\" 
> -DPACKAGE_VERSION=\"1.6.1\" -DPACKAGE_STRING=\"tone-generator\ 1.6.1\" 
> -DPACKAGE_BUGREPORT=\"janos.f.kov...@nokia.com\" -DPACKAGE_URL=\"\" 
> -DPACKAGE=\"tone-generator\" -DVERSION=\"1.6.1\" -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/\" 
> -Drestrict=__restrict__ -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -O0 -g3 
> -I../src -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -D_REENTRANT  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -Wextra -fno-omit-frame-pointer -c -o rfc4733.o rfc4733.c
> stream.c: In function ‘stream_destroy’:
> stream.c:244:27: warning: variable ‘avgap’ set but not used 
> [-Wunused-but-set-variable]
>   244 | uint32_t  avgap;
>   |   ^
> stream.c:243:27: warning: variable ‘avcpu’ set but not used 
> [-Wunused-but-set-variable]
>   243 | uint32_t  avcpu;
>   |   ^
> stream.c:242:27: warning: variable ‘avcalc’ set but not used 
> [-Wunused-but-set-variable]
>   242 | uint32_t  avcalc;
>   |   ^~
> stream.c:241:27: warning: variable ‘avbuf’ set but not used 
> [-Wunused-but-set-variable]
>   241 | uint32_t  avbuf;
>   |   ^
> stream.c:240:27: warning: variable ‘flow’ set but not used 
> [-Wunused-but-set-variable]
>   240 | doubleflow;
>   |   ^~~~
> stream.c:239:27: warning: variable ‘freq’ set but not used 
> [-Wunused-but-set-variable]
>   239 | doublefreq;
>   |   ^~~~
> stream.c:237:27: warning: variable ‘strt’ set but not used 
> [-Wunused-but-set-variable]
>   237 | doublestrt;
>   |   ^~~~
> stream.c:236:27: warning: variable ‘upt’ set but not used 
> [-Wunused-but-set-variable]
>   236 | doubleupt;
>   |   ^~~
> stream.c: In function ‘stream_clean_buffer’:
> stream.c:399:46: warning: comparison of integer expressions of different 
> signedness: ‘int’ and ‘uint32_t’ {aka ‘unsigned int’} [-Wsign-compare]
>   399 | for (i = 0, j = offs / 2;  i < dcnt;  i++, j++) {
>   |  ^
> indicator.c: In function ‘indicator_play’:
> indicator.c:68:9: error: implicit declaration of function ‘dtmf_stop’ 
> [-Werror=implicit-function-declaration]
>68 | dtmf_stop(ausrv);
>   | ^
> dtmf.c: In function ‘request_muting’:
> dtmf.c:257:31: warning: comparison of integer expressions of different 
> signedness: ‘int’ and ‘dbus_bool_t’ {aka ‘unsigned int’} [-Wsign-compare]
>   257 | if (ausrv != NULL && mute != new_mute) {
>   |   ^~
> gcc -DPACKAGE_NAME=\"tone-generator\" -DPACKAGE_TARNAME=\"tone-generator\" 
> -DPACKAGE_VERSION=\"1.6.1\" -DPACKAGE_STRING=\"tone-generator\ 1.6.1\" 
> -DPACKAGE_BUGREPORT=\"janos.f.kov...@nokia.com\" -DPACKAGE_URL=\"\" 
> -DPACKAGE=\"tone-generator\" -DVERSION=\"1.6.1\" -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/\" 
> -Drestrict=__restrict__ -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -O0 -g3 
> -I../src -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -D_REENTRANT  -g -O2 -Werror

Bug#1066542: pd-boids: FTBFS: boids2d.c:472:9: error: implicit declaration of function ‘error’; did you mean ‘perror’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: pd-boids
Version: 1.1.1-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):
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -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 -o 
> boids2d.pd_linux.o -c boids2d.c
> boids3d.c: In function ‘boids3d_setup’:
> boids3d.c:178:80: warning: macro "__DATE__" might prevent reproducible builds 
> [-Wdate-time]
>   178 | post("boids3d 2005-2006 a.sier / jasch   ? 1995-2003 eric l. 
> singer   "__DATE__" "__TIME__);
>   |   
>  ^~~~
> boids3d.c:178:91: warning: macro "__TIME__" might prevent reproducible builds 
> [-Wdate-time]
>   178 | post("boids3d 2005-2006 a.sier / jasch   ? 1995-2003 eric l. 
> singer   "__DATE__" "__TIME__);
>   |   
> ^~~~
> boids2d.c: In function ‘boids2d_setup’:
> boids2d.c:180:75: warning: macro "__DATE__" might prevent reproducible builds 
> [-Wdate-time]
>   180 | post("boids2d 2005-2006 a.sier / jasch1995-2003 eric l. 
> singer   "__DATE__" "__TIME__);
>   |   
> ^~~~
> boids2d.c:180:86: warning: macro "__TIME__" might prevent reproducible builds 
> [-Wdate-time]
>   180 | post("boids2d 2005-2006 a.sier / jasch1995-2003 eric l. 
> singer   "__DATE__" "__TIME__);
>   |   
>^~~~
> boids2d.c: In function ‘Flock_flyRect’:
> boids2d.c:472:9: error: implicit declaration of function ‘error’; did you 
> mean ‘perror’? [-Werror=implicit-function-declaration]
>   472 | error("boids2d: flyrect needs four values");
>   | ^
>   | perror
> boids3d.c: In function ‘Flock_flyRect’:
> boids3d.c:468:17: error: implicit declaration of function ‘error’; did you 
> mean ‘perror’? [-Werror=implicit-function-declaration]
>   468 | error("boids3d: flyrect needs 6 values");
>   | ^
>   | perror
> cc1: some warnings being treated as errors
> make[1]: *** [/usr/share/pd-lib-builder//Makefile.pdlibbuilder:987: 
> boids2d.pd_linux.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/pd-boids_1.1.1-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#1066540: dapl: FTBFS: dapl/openib_scm/cm.c:576:23: error: implicit declaration of function ‘writev’; did you mean ‘write’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: dapl
Version: 2.1.10.1.f1e05b7a-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.   
> -Wdate-time -D_FORTIFY_SOURCE=2 -g -Wall -D_GNU_SOURCE 
> -DDAT_CONF="\"/etc/dat.conf\"" -DMPXYD_CONF="\"/etc/mpxyd.conf\"" 
> -DPACKAGE_DATE=$(date -u -d@${SOURCE_DATE_EPOCH:-$(date ++%s)} +'%Y%m%d') 
> -D_GNU_SOURCE -DOS_RELEASE=393217  -DDAT_EXTENSIONS   
> -DDEFINE_ATTR_LINK_LAYER -DOPENIB -DCQ_WAIT_OBJECT -I./dat/include/ 
> -I./dapl/include/ -I./dapl/common -I./dapl/udapl/linux -I./dapl/openib_common 
> -I./dapl/openib_scm -I./dapl/openib_scm/linux -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o 
> dapl_udapl_libdaploscm_la-ib_extensions.lo `test -f 
> 'dapl/openib_common/ib_extensions.c' || echo 
> './'`dapl/openib_common/ib_extensions.c
> dapl/openib_scm/cm.c: In function ‘dapli_socket_connected’:
> dapl/openib_scm/cm.c:576:23: error: implicit declaration of function 
> ‘writev’; did you mean ‘write’? [-Werror=implicit-function-declaration]
>   576 | len = writev(cm_ptr->socket, iov, 2);
>   |   ^~
>   |   write
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g 
> -Wall -D_GNU_SOURCE -DDAT_CONF=\"/etc/dat.conf\" 
> -DMPXYD_CONF=\"/etc/mpxyd.conf\" -DPACKAGE_DATE=20180104 -D_GNU_SOURCE 
> -DOS_RELEASE=393217 -DDAT_EXTENSIONS -DDEFINE_ATTR_LINK_LAYER -DOPENIB 
> -DCQ_WAIT_OBJECT -I./dat/include/ -I./dapl/include/ -I./dapl/common 
> -I./dapl/udapl/linux -I./dapl/openib_common -I./dapl/openib_scm 
> -I./dapl/openib_scm/linux -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> dapl/openib_common/ib_extensions.c  -fPIC -DPIC -o 
> .libs/dapl_udapl_libdaploscm_la-ib_extensions.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g 
> -Wall -D_GNU_SOURCE -DDAT_CONF=\"/etc/dat.conf\" 
> -DMPXYD_CONF=\"/etc/mpxyd.conf\" -DPACKAGE_DATE=20180104 -D_GNU_SOURCE 
> -DOS_RELEASE=393217 -DDAT_EXTENSIONS -DDEFINE_ATTR_LINK_LAYER -DOPENIB 
> -DCQ_WAIT_OBJECT -I./dat/include/ -I./dapl/include/ -I./dapl/common 
> -I./dapl/udapl/linux -I./dapl/openib_common -I./dapl/openib_scm 
> -I./dapl/openib_scm/linux -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> dapl/openib_common/mem.c -o dapl_udapl_libdaploscm_la-mem.o >/dev/null 2>&1
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g 
> -Wall -D_GNU_SOURCE -DDAT_CONF=\"/etc/dat.conf\" 
> -DMPXYD_CONF=\"/etc/mpxyd.conf\" -DPACKAGE_DATE=20180104 -D_GNU_SOURCE 
> -DOS_RELEASE=393217 -DDAT_EXTENSIONS -DDEFINE_ATTR_LINK_LAYER -DOPENIB 
> -DCQ_WAIT_OBJECT -I./dat/include/ -I./dapl/include/ -I./dapl/common 
> -I./dapl/udapl/linux -I./dapl/openib_common -I./dapl/openib_scm 
> -I./dapl/openib_scm/linux -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> dapl/openib_common/srq.c -o dapl_udapl_libdaploscm_la-srq.o >/dev/null 2>&1
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g 
> -Wall -D_GNU_SOURCE -DDAT_CONF=\"/etc/dat.conf\" 
> -DMPXYD_CONF=\"/etc/mpxyd.conf\" -DPACKAGE_DATE=20180104 -D_GNU_SOURCE 
> -DOS_RELEASE=393217 -DDAT_EXTENSIONS -DDEFINE_ATTR_LINK_LAYER -DOPENIB 
> -DCQ_WAIT_OBJECT -I./dat/include/ -I./dapl/include/ -I./dapl/common 
> -I./dapl/udapl/linux -I./dapl/openib_common -I./dapl/openib_scm 
> -I./dapl/openib_scm/linux -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> dapl/openib_common/cq.c -o dapl_udapl_libdaploscm_la-cq.o >/dev/null 2>&1
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wd

Bug#1066539: morse: FTBFS: make_fre.c:10:13: error: implicit declaration of function ‘Roll’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: morse
Version: 2.5-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  -c -o init_str.o init_str.c
> make_fre.c: In function ‘make_freq’:
> make_fre.c:10:13: error: implicit declaration of function ‘Roll’ 
> [-Werror=implicit-function-declaration]
>10 | switch (Roll (NUM_BAND + 2))
>   | ^~~~
> QSO.c: In function ‘PutThanks’:
> QSO.c:194:13: error: implicit declaration of function ‘Roll’ 
> [-Werror=implicit-function-declaration]
>   194 | switch (Roll (6))
>   | ^~~~
> QSO.c: In function ‘PutQ_And_Freq’:
> QSO.c:680:45: error: implicit declaration of function ‘make_freq’ 
> [-Werror=implicit-function-declaration]
>   680 |   printf (Frqmisc[Roll (NFRQMISC)], make_freq ());
>   | ^
> QSO.c: At top level:
> QSO.c:723:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   723 | main (int argc, char **argv)
>   | ^~~~
> QSO.c: In function ‘main’:
> QSO.c:726:13: error: implicit declaration of function ‘CountStrings’ 
> [-Werror=implicit-function-declaration]
>   726 | NXCVR = CountStrings (Transceiver);
>   | ^~~~
> QSO.c:749:5: error: implicit declaration of function ‘srand48’ 
> [-Werror=implicit-function-declaration]
>   749 | srand48 ((long) time (0));
>   | ^~~
> QSO.c:751:5: error: implicit declaration of function ‘PutQSO’; did you mean 
> ‘PutRST’? [-Werror=implicit-function-declaration]
>   751 | PutQSO ();
>   | ^~
>   | PutRST
> put_form.c: In function ‘PutForm0’:
> put_form.c:6:5: error: implicit declaration of function ‘PutRST’ 
> [-Werror=implicit-function-declaration]
> 6 | PutRST ();
>   | ^~
> put_form.c:7:5: error: implicit declaration of function ‘PutName’ 
> [-Werror=implicit-function-declaration]
> 7 | PutName ();
>   | ^~~
> put_form.c:8:5: error: implicit declaration of function ‘PutLocation’ 
> [-Werror=implicit-function-declaration]
> 8 | PutLocation ();
>   | ^~~
> put_form.c:9:5: error: implicit declaration of function ‘PutMisc’ 
> [-Werror=implicit-function-declaration]
> 9 | PutMisc ();
>   | ^~~
> put_form.c:10:5: error: implicit declaration of function ‘PutRig’ 
> [-Werror=implicit-function-declaration]
>10 | PutRig ();
>   | ^~
> put_form.c:11:5: error: implicit declaration of function ‘PutWeather’ 
> [-Werror=implicit-function-declaration]
>11 | PutWeather ();
>   | ^~
> put_form.c:12:5: error: implicit declaration of function ‘PutJob’ 
> [-Werror=implicit-function-declaration]
>12 | PutJob ();
>   | ^~
> put_form.c:13:5: error: implicit declaration of function ‘PutAge’ 
> [-Werror=implicit-function-declaration]
>13 | PutAge ();
>   | ^~
> put_form.c:15:5: error: implicit declaration of function ‘PutQ_And_Freq’ 
> [-Werror=implicit-function-declaration]
>15 | PutQ_And_Freq ();
>   | ^
> put_form.c:16:5: error: implicit declaration of function ‘PutLicense’ 
> [-Werror=implicit-function-declaration]
>16 | PutLicense ();
>   | ^~
> put_form.c: In function ‘PutForm2’:
> put_form.c:38:5: error: implicit declaration of function ‘PutThanks’ 
> [-Werror=implicit-function-declaration]
>38 | PutThanks ();
>   | ^
> put_form.c: At top level:
> put_form.c:102:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   102 | PutQSO (void)
>   | ^~
> put_form.c: In function ‘PutQSO’:
> put_form.c:105:5: error: implicit declaration of function ‘PutFirstCallsign’ 
> [-Werror=implicit-function-declaration]
>   105 | PutFirstCallsign ();
>   | ^~~~
> put_form.c:106:13: error: implicit declaration of function ‘Roll’ 
> [-Werror=implicit-function-declaration]
>   106 | switch (Roll (6))
>   | ^~~~
> put_form.c:128:5: error: implicit declaration of function ‘PutLastCallsign’ 
>

Bug#1066538: netrw: FTBFS: netread.c:69:5: error: implicit declaration of function ‘fprintf’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: netrw
Version: 1.3.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..   -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -g 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c `test -f 'netread.c' || echo 
> './'`netread.c
> netread.c: In function ‘usage’:
> netread.c:69:5: error: implicit declaration of function ‘fprintf’ 
> [-Werror=implicit-function-declaration]
>69 | fprintf(stderr,
>   | ^~~
> netread.c:66:1: note: include ‘’ or provide a declaration of 
> ‘fprintf’
>65 | #include "version.h"
>   +++ |+#include 
>66 | 
> netread.c:69:5: warning: incompatible implicit declaration of built-in 
> function ‘fprintf’ [-Wbuiltin-declaration-mismatch]
>69 | fprintf(stderr,
>   | ^~~
> netread.c:69:5: note: include ‘’ or provide a declaration of 
> ‘fprintf’
> netread.c:69:13: error: ‘stderr’ undeclared (first use in this function)
>69 | fprintf(stderr,
>   | ^~
> netread.c:69:13: note: ‘stderr’ is defined in header ‘’; did you 
> forget to ‘#include ’?
> netread.c:69:13: note: each undeclared identifier is reported only once for 
> each function it appears in
> netread.c:89:5: error: implicit declaration of function ‘exit’ 
> [-Werror=implicit-function-declaration]
>89 | exit(1);
>   | ^~~~
> netread.c:66:1: note: include ‘’ or provide a declaration of ‘exit’
>65 | #include "version.h"
>   +++ |+#include 
>66 | 
> netread.c:89:5: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>89 | exit(1);
>   | ^~~~
> netread.c:89:5: note: include ‘’ or provide a declaration of ‘exit’
> In file included from netread.c:65:
> netread.c: In function ‘main’:
> ../version.h:37:9: error: implicit declaration of function ‘puts’ 
> [-Werror=implicit-function-declaration]
>37 | puts("netrw tools version " VERSION " (" DATE ")\n"   
>   \
>   | ^~~~
> netread.c:137:9: note: in expansion of macro ‘VERSION_CASE’
>   137 | VERSION_CASE/* version */
>   | ^~~~
> ../version.h:37:9: note: include ‘’ or provide a declaration of 
> ‘puts’
>37 | puts("netrw tools version " VERSION " (" DATE ")\n"   
>   \
>   | ^~~~
> netread.c:137:9: note: in expansion of macro ‘VERSION_CASE’
>   137 | VERSION_CASE/* version */
>   | ^~~~
> In file included from netread.c:59:
> progress.h:47:29: error: implicit declaration of function ‘atoi’ 
> [-Werror=implicit-function-declaration]
>47 | progress_hash_after(atoi(optarg) * 1024 * 1024);\
>   | ^~~~
> netread.c:139:9: note: in expansion of macro ‘HASH_CASE’
>   139 | HASH_CASE   /* hash printing options */
>   | ^
> netread.c:155:15: error: implicit declaration of function ‘strerror’ 
> [-Werror=implicit-function-declaration]
>   155 |   strerror(errno), file);
>   |   ^~~~
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:229: netread.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/netrw_1.3.2-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#1066536: sniffit: FTBFS: sn_generation.c:66:1: error: implicit declaration of function ‘input_field’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: sniffit
Version: 0.5-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..  -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
> -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
> -DPACKAGE_URL=\"\" -DHAVE_LIBNCURSES=1 -DHAVE_SHMGET=1 -DHAVE_ATEXIT=1 
> -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 -DSIZEOF_UNSIGNED_SHORT_INT=2 
> -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_UNSIGNED_INT=4 -DUSE_32_INT=1 -DLINUX=1 
> -Wdate-time -D_FORTIFY_SOURCE=2 -lncurses -lpcap -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o sniffit.o sniffit.c
> sn_generation.c: In function ‘exec_generate’:
> sn_generation.c:66:1: error: implicit declaration of function ‘input_field’ 
> [-Werror=implicit-function-declaration]
>66 | input_field(msg,NULL,0);
>   | ^~~
> sn_generation.c:67:1: error: implicit declaration of function 
> ‘forced_refresh’ [-Werror=implicit-function-declaration]
>67 | forced_refresh();
>   | ^~
> sn_generation.c: In function ‘sp_fix_IP_packet’:
> sn_generation.c:205:22: error: implicit declaration of function ‘in_cksum’ 
> [-Werror=implicit-function-declaration]
>   205 | sp_help_ip->checksum=in_cksum((unsigned short *) (sp->buffer),
>   |  ^~~~
> sn_packets.c: In function ‘unwrap_packet’:
> sn_packets.c:68:32: warning: passing argument 1 of ‘in_cksum’ from 
> incompatible pointer type [-Wincompatible-pointer-types]
>68 | if(in_cksum((sp+PROTO_HEAD),unwrapped->IP_len) != 
> IPhead.checksum)
>   | ~~~^~~~
>   ||
>   |unsigned char *
> sn_packets.c:14:41: note: expected ‘short unsigned int *’ but argument is of 
> type ‘unsigned char *’
>14 | unsigned short in_cksum(unsigned short *addr,int len)
>   | ^~~~
> sn_cfgfile.c: In function ‘clean_string’:
> sn_cfgfile.c:131:14: error: implicit declaration of function ‘isalnum’ 
> [-Werror=implicit-function-declaration]
>   131 | if( (isalnum(string[i]))||(string[i]=='.') )
>   |  ^~~
> sn_cfgfile.c:17:1: note: include ‘’ or provide a declaration of 
> ‘isalnum’
>16 | #include "sniffit.h"
>   +++ |+#include 
>17 | /* #include "sn_generation.h" */
> sn_cfgfile.c: In function ‘clean_filename’:
> sn_cfgfile.c:155:15: error: implicit declaration of function ‘iscntrl’ 
> [-Werror=implicit-function-declaration]
>   155 | if( !(iscntrl(string[i])) && !(isspace(string[i])) )
>   |   ^~~
> sn_cfgfile.c:155:15: note: include ‘’ or provide a declaration of 
> ‘iscntrl’
> sn_cfgfile.c:155:40: error: implicit declaration of function ‘isspace’ 
> [-Werror=implicit-function-declaration]
>   155 | if( !(iscntrl(string[i])) && !(isspace(string[i])) )
>   |^~~
> sn_cfgfile.c:155:40: note: include ‘’ or provide a declaration of 
> ‘isspace’
> sn_logfile.c: In function ‘open_logfile’:
> sn_logfile.c:96:8: warning: passing argument 1 of ‘fchmod’ makes integer from 
> pointer without a cast [-Wint-conversion]
>96 | fchmod(LogFILE,  S_IWUSR|S_IRUSR);
>   |^~~
>   ||
>   |FILE *
> In file included from sn_logfile.c:9:
> /usr/include/x86_64-linux-gnu/sys/stat.h:365:24: note: expected ‘int’ but 
> argument is of type ‘FILE *’
>   365 | extern int fchmod (int __fd, __mode_t __mode) __THROW;
>   |^~~~
> In file included from sn_plugins.h:23,
>  from sniffit.c:35:
> dns_plugin.plug: In function ‘PL_DNS_plugin’:
> dns_plugin.plug:87:12: warning: assignment to ‘struct PL_DNS_header *’ from 
> incompatible pointer type ‘struct DNS_header *’ [-Wincompatible-pointer-types]
>87 | dns_dnshead= (struct DNS_header *) 
> (dns_buffer+udp_start+sizeof(struct UDP_header)

Bug#1066537: yorick-gl: FTBFS: slicetree.c:1035:5: error: implicit declaration of function ‘YError’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: yorick-gl
Version: 1.1+cvs20070922+dfsg-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):
> 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  -fPIC -DPLUG_IN -I. 
> -I/usr/lib/yorick/include -Wdate-time -D_FORTIFY_SOURCE=2  -c -o slicetree.o 
> slicetree.c
> slicetree.c: In function ‘grab_Stris’:
> slicetree.c:1035:5: error: implicit declaration of function ‘YError’ 
> [-Werror=implicit-function-declaration]
>  1035 | YError("contouring a zone that should have been rejected");
>   | ^~
> cc1: some warnings being treated as errors
> make[2]: *** [: slicetree.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/yorick-gl_1.1+cvs20070922+dfsg-6.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#1066534: daligner: FTBFS: ONElib.c:1792:29: error: implicit declaration of function ‘vasprintf’; did you mean ‘vsprintf’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: daligner
Version: 1.0+git20240119.335105d-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 -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -O3 -Wall -Wextra -Wno-unused-result 
> -fno-strict-aliasing -o ONE2LA ONE2LA.c align.c DB.c QV.c ONElib.c -lm 
> -Wl,-z,relro -Wl,-z,now
> ONE2LA.c: In function ‘main’:
> ONE2LA.c:135:13: warning: assignment to ‘int64 *’ {aka ‘long long int *’} 
> from incompatible pointer type ‘I64 *’ {aka ‘long int *’} 
> [-Wincompatible-pointer-types]
>   135 |   list  = oneIntList(file1);
>   | ^
> ONE2LA.c:202:20: warning: assignment to ‘int64 *’ {aka ‘long long int *’} 
> from incompatible pointer type ‘I64 *’ {aka ‘long int *’} 
> [-Wincompatible-pointer-types]
>   202 |   list = oneIntList(file1);
>   |^
> ONE2LA.c:210:20: warning: assignment to ‘int64 *’ {aka ‘long long int *’} 
> from incompatible pointer type ‘I64 *’ {aka ‘long int *’} 
> [-Wincompatible-pointer-types]
>   210 |   list = oneIntList(file1);
>   |^
> ONE2LA.c:220:20: warning: assignment to ‘int64 *’ {aka ‘long long int *’} 
> from incompatible pointer type ‘I64 *’ {aka ‘long int *’} 
> [-Wincompatible-pointer-types]
>   220 |   list = oneIntList(file1);
>   |^
> ONE2LA.c:227:20: warning: assignment to ‘int64 *’ {aka ‘long long int *’} 
> from incompatible pointer type ‘I64 *’ {aka ‘long int *’} 
> [-Wincompatible-pointer-types]
>   227 |   list = oneIntList(file1);
>   |^
> ONE2LA.c:30:20: warning: variable ‘small’ set but not used 
> [-Wunused-but-set-variable]
>30 |   int  tspace, small, tbytes;
>   |^
> ONElib.c: In function ‘oneSchemaCreateDynamic’:
> ONElib.c:35:19: warning: statement with no effect [-Wunused-value]
>35 | #define assert(x) 0
>   |   ^
> ONElib.c:390:3: note: in expansion of macro ‘assert’
>   390 |   assert (fileType && strlen(fileType) > 0) ;
>   |   ^~
> ONElib.c:35:19: warning: statement with no effect [-Wunused-value]
>35 | #define assert(x) 0
>   |   ^
> ONElib.c:391:3: note: in expansion of macro ‘assert’
>   391 |   assert (!subType || strlen(subType) > 0) ;
>   |   ^~
> ONElib.c: In function ‘oneReadLine’:
> ONElib.c:35:19: warning: statement with no effect [-Wunused-value]
>35 | #define assert(x) 0
>   |   ^
> ONElib.c:943:3: note: in expansion of macro ‘assert’
>   943 |   assert (!vf->isWrite) ;
>   |   ^~
> ONElib.c:35:19: warning: statement with no effect [-Wunused-value]
>35 | #define assert(x) 0
>   |   ^
> ONElib.c:944:3: note: in expansion of macro ‘assert’
>   944 |   assert (!vf->isFinal) ;
>   |   ^~
> ONElib.c: In function ‘oneFileOpenRead’:
> ONElib.c:35:19: warning: statement with no effect [-Wunused-value]
>35 | #define assert(x) 0
>   |   ^
> ONElib.c:1156:3: note: in expansion of macro ‘assert’
>  1156 |   assert (fileType == NULL || strlen(fileType) > 0) ;
>   |   ^~
> ONElib.c: In function ‘addProvenance’:
> ONElib.c:35:19: warning: statement with no effect [-Wunused-value]
>35 | #define assert(x) 0
>   |   ^
> ONElib.c:1758:3: note: in expansion of macro ‘assert’
>  1758 |   assert (!vf->isHeaderOut) ;
>   |   ^~
> ONElib.c: In function ‘oneAddProvenance’:
> ONElib.c:1792:29: error: implicit declaration of function ‘vasprintf’; did 
> you mean ‘vsprintf’? [-Werror=implicit-function-declaration]
>  1792 |   va_start (args, format) ; vasprintf (, format, args) ; 
> va_end (args) ;
>   | ^
>   | vsprintf
> ONElib.c: In function ‘addReference’:
> ONElib.c:35:19: warning: statement with no effect [-Wunused-value]
>35 | #define assert(x) 0
>   |   ^
> ONElib.c:1809:3: note: in expansion of macro ‘assert’
>  1809 |   assert (!vf->isHeaderOut) ;
>   |   ^~
> ONElib.c: In functi

Bug#1066535: nield: FTBFS: ifimsg_vxlan.c:33:12: error: implicit declaration of function ‘parse_ifla_vxlan_id’; did you mean ‘parse_ifla_vlan_id’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: nield
Version: 0.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):
> 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 -c -o ifimsg_vxlan.o ifimsg_vxlan.c
> ifimsg_vxlan.c: In function ‘parse_ifla_vxlan’:
> ifimsg_vxlan.c:33:12: error: implicit declaration of function 
> ‘parse_ifla_vxlan_id’; did you mean ‘parse_ifla_vlan_id’? 
> [-Werror=implicit-function-declaration]
>33 | if(parse_ifla_vxlan_id(msg, mp, vxlan[IFLA_VXLAN_ID], ifle))
>   |^~~
>   |parse_ifla_vlan_id
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:531: ifimsg_vxlan.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/nield_0.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#1066533: libpcl1: FTBFS: cobench.c:125:44: error: implicit declaration of function ‘atoi’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: libpcl1
Version: 1.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 -DHAVE_CONFIG_H -I. -I.. -I./../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 cothread.o cothread.c
> cobench.c: In function ‘run_test’:
> cobench.c:62:28: warning: format ‘%p’ expects argument of type ‘void *’, but 
> argument 3 has type ‘pthread_t’ {aka ‘long unsigned int’} [-Wformat=]
>62 | fprintf(stdout, "[%p] measuring co_create+co_delete 
> performance ...\n",
>   |   ~^
>   ||
>   |void *
>   |   %ld
>63 | pthread_self());
>   | ~~
>   | |
>   | pthread_t {aka long unsigned int}
> cobench.c:78:28: warning: format ‘%p’ expects argument of type ‘void *’, but 
> argument 3 has type ‘pthread_t’ {aka ‘long unsigned int’} [-Wformat=]
>78 | fprintf(stdout, "[%p] %g usec\n", pthread_self(),
>   |   ~^  ~~
>   ||  |
>   |void * pthread_t {aka long 
> unsigned int}
>   |   %ld
> cobench.c:83:36: warning: format ‘%p’ expects argument of type ‘void *’, but 
> argument 3 has type ‘pthread_t’ {aka ‘long unsigned int’} [-Wformat=]
>83 | fprintf(stdout, "[%p] measuring switch performance 
> ...\n",
>   |   ~^
>   ||
>   |void *
>   |   %ld
>84 | pthread_self());
>   | ~~
>   | |
>   | pthread_t {aka long unsigned int}
> cobench.c:96:36: warning: format ‘%p’ expects argument of type ‘void *’, but 
> argument 3 has type ‘pthread_t’ {aka ‘long unsigned int’} [-Wformat=]
>96 | fprintf(stdout, "[%p] %g usec\n", pthread_self(),
>   |   ~^  ~~
>   ||  |
>   |void * pthread_t {aka long 
> unsigned int}
>   |   %ld
> cobench.c: In function ‘main’:
> cobench.c:125:44: error: implicit declaration of function ‘atoi’ 
> [-Werror=implicit-function-declaration]
>   125 | nthreads = atoi(argv[i]);
>   |^~~~
> cobench.c:131:39: error: implicit declaration of function ‘malloc’ 
> [-Werror=implicit-function-declaration]
>   131 | thids = (pthread_t *) malloc(nthreads * 
> sizeof(pthread_t));
>   |   ^~
> cobench.c:30:1: note: include ‘’ or provide a declaration of 
> ‘malloc’
>29 | #include 
>   +++ |+#include 
>30 | 
> cobench.c:131:39: warning: incompatible implicit declaration of built-in 
> function ‘malloc’ [-Wbuiltin-declaration-mismatch]
>   131 | thids = (pthread_t *) malloc(nthreads * 
> sizeof(pthread_t));
>   |   ^~
> cobench.c:131:39: note: include ‘’ or provide a declaration of 
> ‘malloc’
> cothread.c: In function ‘main’:
> cothread.c:353:44: error: implicit declaration of function ‘atoi’ 
> [-Werror=implicit-function-declaration]
>   353 | nthreads = atoi(argv[i]);
>   |^~~~
> cothread.c:359:39: error: implicit declaration of function ‘malloc’ 
> [-Werror=implicit-function-declaration]
>   359 | thids = (pthread_t *) malloc(nthreads * 
> sizeof(pthread_t));
>   |   ^~
> cothread.c:9:1: note: include ‘’ or provide a declaration of 
> ‘malloc’
> 8 | #include 
>   +++ |+#include 
> 9 | 
>

Bug#1066532: microbiomeutil: FTBFS: NAST-iEr.c:106:15: error: implicit declaration of function ‘isprint’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: microbiomeutil
Version: 20101212+dfsg1-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):
> 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 -Wl,-z,relro -Wl,-z,now NAST-iEr.c -o 
> NAST-iEr
> NAST-iEr.c: In function ‘main’:
> NAST-iEr.c:106:15: error: implicit declaration of function ‘isprint’ 
> [-Werror=implicit-function-declaration]
>   106 |   if (isprint (optopt)) {
>   |   ^~~
> NAST-iEr.c:5:1: note: include ‘’ or provide a declaration of 
> ‘isprint’
> 4 | #include 
>   +++ |+#include 
> 5 | 
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:6: NAST-iEr] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/microbiomeutil_20101212+dfsg1-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#1066531: policykit-1: 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: policykit-1
Version: 124-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 -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
> [90/108] cc  -o src/programs/pkexec src/programs/pkexec.p/pkexec.c.o 
> -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -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,-rpath,$ORIGIN/../polkitagent:$ORIGIN/../polkit' 
> -Wl,-rpath-link,/<>/obj-x86_64-linux-gnu/src/polkitagent 
> -Wl,-rpath-link,/<>/obj-x86_64-linux-gnu/src/polkit 
> -Wl,--start-group src/polkitagent/libpolkit-agent-1.so.0.0.0 
> src/polkit/libpolkit-gobject-1.so.0.0.0 -lpam 
> /usr/lib/x86_64-linux-gnu/libgio-2.0.so 
> /usr/lib/x86_64-linux-gnu/libgobject-2.0.so 
> /usr/lib/x86_64-linux-gnu/libglib-2.0.so -Wl,--end-group
> [91/108] 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
> [92/108] cc -Itest/polkit/polkitunixgrouptest.p -Itest/polkit 
> -I../test/polkit -Isrc -I../src -Isrc/polkit -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/gio-unix-2.0 -fdiagnostics-color=always 
> -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c99 -DHAVE_CONFIG_H -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 -D_POLKIT_COMPILATION -D_POLKIT_BACKEND_COMPILATION -MD -MQ 
> test/polkit/polkitunixgrouptest.p/polkitunixgrouptest.c.o -MF 
> test/polkit/polkitunixgrouptest.p/polkitunixgrouptest.c.o.d -o 
> test/polkit/polkitunixgrouptest.p/polkitunixgrouptest.c.o -c 
> ../test/polkit/polkitunixgrouptest.c
> [93/108] cc -Itest/polkit/polkitunixusertest.p -Itest/polkit -I../test/polkit 
> -Isrc -I../src -Isrc/polkit -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/gio-unix-2.0 -fdiagnostics-color=always 
> -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c99 -DHAVE_CONFIG_H -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 -D_POLKIT_COMPILATION -D_POLKIT_BACKEND_COMPILATION -MD -MQ 
> test/polkit/polkitunixusertest.p/polkitunixusertest.c.o -MF 
> test/polkit/polkitunixusertest.p/polkitunixusertest.c.o.d -o 
> test/polkit/polkitunixusertest.p/polkitunixu

Bug#1066530: pd-tclpd: FTBFS: tcl_class.c:108:9: error: implicit declaration of function ‘error’; did you mean ‘perror’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: pd-tclpd
Version: 0.3.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 -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -std=c99 -DHASHTABLE_COPY_KEYS -I/usr/include/tcl8.6  -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 
> tcl_widgetbehavior.pd_linux.o -c tcl_widgetbehavior.c
> swig -v -tcl -o tcl_wrap.c -I/usr/include/pd tclpd.i
> In file included from 
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
>  from /usr/include/stdint.h:26,
>  from /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h:9,
>  from hashtable.h:7,
>  from hashtable.c:1:
> /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"
>   |   ^~~
> hashtable.c: In function ‘list_remove’:
> hashtable.c:37:17: warning: passing argument 1 of ‘free’ discards ‘const’ 
> qualifier from pointer target type [-Wdiscarded-qualifiers]
>37 | free(tmp->k);
>   |  ~~~^~~
> In file included from hashtable.h:8:
> /usr/include/stdlib.h:568:25: note: expected ‘void *’ but argument is of type 
> ‘const char *’
>   568 | extern void free (void *__ptr) __THROW;
>   |   ~~^
> hashtable.c:51:21: warning: passing argument 1 of ‘free’ discards ‘const’ 
> qualifier from pointer target type [-Wdiscarded-qualifiers]
>51 | free(tmp->k);
>   |  ~~~^~~
> /usr/include/stdlib.h:568:25: note: expected ‘void *’ but argument is of type 
> ‘const char *’
>   568 | extern void free (void *__ptr) __THROW;
>   |   ~~^
> tcl_class.c: In function ‘tclpd_new’:
> tcl_class.c:108:9: error: implicit declaration of function ‘error’; did you 
> mean ‘perror’? [-Werror=implicit-function-declaration]
>   108 | error("tclpd: class not found: %s", name);
>   | ^
>   | perror
> tcl_widgetbehavior.c: In function ‘tclpd_guiclass_vis’:
> tcl_widgetbehavior.c:297:28: warning: format ‘%lx’ expects argument of type 
> ‘long unsigned int’, but argument 4 has type ‘struct _glist *’ [-Wformat=]
>   297 | snprintf(buf, 32, ".x%lx.c", glist_getcanvas(glist));
>   |  ~~^ ~~
>   || |
>   || struct _glist *
>   |long unsigned int
> tclpd.c: In function ‘tclpd_setup’:
> tclpd.c:32:9: error: implicit declaration of function ‘error’; did you mean 
> ‘perror’? [-Werror=implicit-function-declaration]
>32 | error("tclpd: error loading %s", buf);
>   | ^
>   | perror
> tcl_loader.c: In function ‘tclpd_do_load_lib’:
> tcl_loader.c:80:9: error: implicit declaration of function ‘error’; did you 
> mean ‘perror’? [-Werror=implicit-function-declaration]
>80 | error("tclpd loader: error trying to load %s", filename);
>   | ^
>   | perror
> tcl_proxyinlet.c: In function ‘proxyinlet_anything’:
> tcl_proxyinlet.c:26:9: error: implicit declaration of function ‘error’; did 
> you mean ‘perror’? [-Werror=implicit-function-declaration]
>26 | error("proxyinlet: getbytes: out of memory");
>   | ^
>   | perror
> tcl_loader.c:69:50: warning: ‘%s’ directive output may be truncated writing 
> up to 999 bytes into a region of size 984 [-Wformat-truncation=]
>69 | snprintf(buf, MAXPDSTRING, "set auto_path \"{%s} $auto_path\"", 
> dirbuf);
>   |  ^~ 
> ~~
> In file included from /usr/include/stdio.h:906,
>  from /usr/include/pd/m_pd.h:82,
>  from tclpd.h:1,
>  from tcl_loader.c:1:
> In function ‘snprintf’,
> inlined from ‘tclpd_do_load

Bug#1066528: dino-im: FTBFS: encrypt.vala:60:3: error: implicit declaration of function ‘xmpp_xep_omemo_encrypt_state_set_encrypted’; did you mean ‘xmpp_xep_omemo_encrypt_state_get_encrypted’? [-Werro

2024-03-13 Thread Lucas Nussbaum
Source: dino-im
Version: 0.4.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):
> /usr/bin/cc -DGETTEXT_PACKAGE=\"dino-omemo\" -DG_LOG_DOMAIN=\"OMEMO\" 
> -DLOCALE_INSTALL_DIR=\"/usr/share/locale\" -Domemo_EXPORTS 
> -I/<>/obj-x86_64-linux-gnu/plugins/omemo 
> -I/<>/obj-x86_64-linux-gnu/exports -isystem 
> /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/glib-2.0 -isystem 
> /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/libpng16 
> -isystem /usr/include/webp -isystem /usr/include/libmount -isystem 
> /usr/include/blkid -isystem /usr/include/gee-0.8 -isystem 
> /usr/include/gtk-4.0 -isystem /usr/include/pango-1.0 -isystem 
> /usr/include/harfbuzz -isystem /usr/include/freetype2 -isystem 
> /usr/include/fribidi -isystem /usr/include/cairo -isystem 
> /usr/include/pixman-1 -isystem /usr/include/graphene-1.0 -isystem 
> /usr/lib/x86_64-linux-gnu/graphene-1.0/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 
> -fdiagnostics-color -Wall -Wextra -Werror=format-security 
> -Wno-duplicate-decl-specifier -fno-omit-frame-pointer -g -fPIC
> -Wno-unused-but-set-variable -Wno-unused-function -Wno-unused-label 
> -Wno-unused-parameter -Wno-unused-value -Wno-unused-variable 
> -Wno-discarded-qualifiers -Wno-discarded-array-qualifiers 
> -Wno-incompatible-pointer-types-discards-qualifiers 
> -Wno-deprecated-declarations -Wno-missing-braces -pthread -mfpmath=sse -msse 
> -msse2 -MD -MT plugins/omemo/CMakeFiles/omemo.dir/src/logic/encrypt.c.o -MF 
> plugins/omemo/CMakeFiles/omemo.dir/src/logic/encrypt.c.o.d -o 
> plugins/omemo/CMakeFiles/omemo.dir/src/logic/encrypt.c.o -c 
> /<>/obj-x86_64-linux-gnu/plugins/omemo/src/logic/encrypt.c
> /<>/plugins/omemo/src/logic/encrypt.vala: In function 
> ‘dino_plugins_omemo_omemo_encryptor_encrypt’:
> /<>/plugins/omemo/src/logic/encrypt.vala:60:3: error: implicit 
> declaration of function ‘xmpp_xep_omemo_encrypt_state_set_encrypted’; did you 
> mean ‘xmpp_xep_omemo_encrypt_state_get_encrypted’? 
> [-Werror=implicit-function-declaration]
>60 | status.encrypted = true;
>   |   ^ 
>   |   xmpp_xep_omemo_encrypt_state_get_encrypted
> /<>/plugins/omemo/src/logic/encrypt.vala: In function 
> ‘dino_plugins_omemo_omemo_encryptor_encrypt_key_to_recipients’:
> /<>/plugins/omemo/src/logic/encrypt.vala:74:2: error: implicit 
> declaration of function ‘xmpp_xep_omemo_encrypt_state_set_own_list’; did you 
> mean ‘xmpp_xep_omemo_encrypt_state_get_own_list’? 
> [-Werror=implicit-function-declaration]
>74 | status.own_list = true;
>   |  ^  ~~~   
>   |  xmpp_xep_omemo_encrypt_state_get_own_list
> /<>/plugins/omemo/src/logic/encrypt.vala:75:2: error: implicit 
> declaration of function ‘xmpp_xep_omemo_encrypt_state_set_own_devices’; did 
> you mean ‘xmpp_xep_omemo_encrypt_state_get_own_devices’? 
> [-Werror=implicit-function-declaration]
>75 | status.own_devices = 
> trust_manager.get_trusted_devices(account, self_jid).size;
>   |  ^  ~
>   |  xmpp_xep_omemo_encrypt_state_get_own_devices
> /<>/plugins/omemo/src/logic/encrypt.vala:76:2: error: implicit 
> declaration of function 
> ‘xmpp_xep_omemo_encrypt_state_set_other_waiting_lists’; did you mean 
> ‘xmpp_xep_omemo_encrypt_state_get_other_waiting_lists’? 
> [-Werror=implicit-function-declaration]
>76 | status.other_waiting_lists = 0;
>   |  ^  ~~~  
>   |  xmpp_xep_omemo_encrypt_state_get_other_waiting_lists
> /<>/plugins/omemo/src/logic/encrypt.vala:77:2: error: implicit 
> declaration of function ‘xmpp_xep_omemo_encrypt_state_set_other_devices’; did 
> you mean ‘xmpp_xep_omemo_encrypt_state_get_other_devices’? 
> [-Werror=implicit-function-declaration]
>77 | status.other_devices = 0;
>   |  ^  ~  
>   |  xmpp_xep_omemo_encrypt_state_get_other_devices
> /<>/plugins/omemo/src/logic/encrypt.vala: In function 
&

Bug#1066529: samhain: FTBFS: x_sh_prelude.c:840:42: error: implicit declaration of function ‘isblank’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: samhain
Version: 4.1.4-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  -DHAVE_CONFIG_H -I. -I./include  -DUSE_MALLOC_LOCK=1 -Wl,-z,relro 
> -fstack-protector-all -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -D_FORTIFY_SOURCE=2 -fstack-protector-all -DUSE_MALLOC_LOCK=1 -fPIE -Wall -W  
> -fno-strength-reduce -fno-omit-frame-pointer -Wno-empty-body 
> -Wno-invalid-source-encoding  -DSH_STANDALONE -o sh_prelude.o -c 
> x_sh_prelude.c
> x_sh_prelude.c: In function ‘get_service_info’:
> x_sh_prelude.c:840:42: error: implicit declaration of function ‘isblank’ 
> [-Werror=implicit-function-declaration]
>   840 | while (*tmpw && !isblank((int) *tmpw)) ++tmpw;
>   |  ^~~
> x_sh_prelude.c:87:1: note: include ‘’ or provide a declaration of 
> ‘isblank’
>86 | #include "sh_static.h"
>   +++ |+#include 
>87 | char * sh_util_strdup (const char * str) SH_GNUC_MALLOC;
> x_sh_prelude.c:812:24: warning: unused variable ‘tmpw’ [-Wunused-variable]
>   812 | char * tmpw;
>   |^~~~
> At top level:
> cc1: note: unrecognized command-line option ‘-Wno-invalid-source-encoding’ 
> may have been intended to silence earlier diagnostics
> cc1: some warnings being treated as errors
> make[1]: *** [Makefile:1114: sh_prelude.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/samhain_4.1.4-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#1066527: xsystem35: FTBFS: sactcg.c:211:27: error: implicit declaration of function ‘sjis2euc’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: xsystem35
Version: 1.7.3-pre5-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../.. -I../.. -I../.. -I../../src -I../../src -I../../libltdl 
> -I../../libltdl -I../../modules/lib -I../../modules/lib 
> -I../../modules/NIGHTDLL -I../../modules/NIGHTDLL  -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -Wall -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 -c -o sprite_eupdate.lo 
> sprite_eupdate.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. 
> -I../../src -I../../src -I../../libltdl -I../../libltdl -I../../modules/lib 
> -I../../modules/lib -I../../modules/NIGHTDLL -I../../modules/NIGHTDLL 
> -Wdate-time -D_FORTIFY_SOURCE=2 -g -Wall -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 -c NIGHTDLL.c  -fPIC -DPIC -o 
> .libs/NIGHTDLL.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. 
> -I../../src -I../../src -I../../libltdl -I../../libltdl -I../../modules/lib 
> -I../../modules/lib -I../../modules/NIGHTDLL -I../../modules/NIGHTDLL 
> -Wdate-time -D_FORTIFY_SOURCE=2 -g -Wall -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 -c nt_scenario.c  -fPIC -DPIC -o 
> .libs/nt_scenario.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. 
> -I../../src -I../../src -I../../libltdl -I../../libltdl -I../../modules/lib 
> -I../../modules/lib -I../../modules/NIGHTDLL -I../../modules/NIGHTDLL 
> -Wdate-time -D_FORTIFY_SOURCE=2 -g -Wall -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 -c sprite_update.c  -fPIC -DPIC -o 
> .libs/sprite_update.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. 
> -I../../src -I../../src -I../../libltdl -I../../libltdl -I../../modules/lib 
> -I../../modules/lib -I../../modules/NIGHTDLL -I../../modules/NIGHTDLL 
> -Wdate-time -D_FORTIFY_SOURCE=2 -g -Wall -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 -c sprite_eupdate.c  -fPIC -DPIC -o 
> .libs/sprite_eupdate.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. 
> -I../../src -I../../src -I../../libltdl -I../../libltdl -I../../modules/lib 
> -I../../modules/lib -I../../modules/NIGHTDLL -I../../modules/NIGHTDLL 
> -Wdate-time -D_FORTIFY_SOURCE=2 -g -Wall -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 -c sactstring.c  -fPIC -DPIC -o 
> .libs/sactstring.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. 
> -I../../src -I../../src -I../../libltdl -I../../libltdl -I../../modules/lib 
> -I../../modules/lib -I../../modules/NIGHTDLL -I../../modules/NIGHTDLL 
> -Wdate-time -D_FORTIFY_SOURCE=2 -g -Wall -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 -c sprite_draw.c  -fPIC -DPIC -o 
> .libs/sprite_draw.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. 
> -I../../src -I../../src -I../../libltdl -I../../libltdl -I../../modules/lib 
> -I../../modules/lib -I../../modules/NIGHTDLL -I../../mod

Bug#1066094: squidguard: Squidguard does not work with default squid apparmor profile

2024-03-13 Thread Marco Gaiarin


> I think we need an apparmor config file for squidguard.

I suppose the same. Surely better then adding squidguard data to the squid
apparmor profiles, as suggested by ubuntu bug.


> I never have
> written such a config, but perhaps you have an example of such a config
> file?

No, sorry: never done nothing on apparmor before this; to disable the
profile i've simply followed the debian wiki:

https://wiki.debian.org/AppArmor/HowToUse


> Otherwise I need some time for testing to resolve this problem.

If you provide some test apparmor profile i can try it and provide feedback.

Thanks to you!



Bug#1066525: mlv-smile: FTBFS: src/allocateurs.c:45:39: error: implicit declaration of function ‘getpagesize’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: mlv-smile
Version: 1.47-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 -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,relro -Wl,-z,now 
> src/allocateurs.c -o obj/allocateurs.o -c -Wall -ansi -O3 -Iinclude/ 
> -ISpell/include/ -DOCC=1 -DAFF_OCC=0 
> src/allocateurs.c: In function ‘Alloc_Alloc_Cell’:
> src/allocateurs.c:45:39: error: implicit declaration of function 
> ‘getpagesize’ [-Werror=implicit-function-declaration]
>45 |   cel->data = (unsigned char *)malloc(getpagesize());
>   |   ^~~
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:66: obj/allocateurs.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/mlv-smile_1.47-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#1066526: fitscut: FTBFS: colormap.c:132:27: error: implicit declaration of function ‘malloc’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: fitscut
Version: 1.4.4-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.   -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 -Wmissing-prototypes  -c -o 
> output_fits.o output_fits.c
> file_check.c: In function ‘check_output_file’:
> file_check.c:219:31: warning: ignoring return value of ‘fgets’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   219 | (void)fgets (response, sizeof (response)-1, 
> stdin);
>   |   
> ^~~~
> colormap.c: In function ‘get_colormap’:
> colormap.c:132:27: error: implicit declaration of function ‘malloc’ 
> [-Werror=implicit-function-declaration]
>   132 | CM = (ColorMap *) malloc (sizeof (ColorMap));
>   |   ^~
> colormap.c:43:1: note: include ‘’ or provide a declaration of 
> ‘malloc’
>42 | #include "util.h"
>   +++ |+#include 
>43 | 
> colormap.c:132:27: warning: incompatible implicit declaration of built-in 
> function ‘malloc’ [-Wbuiltin-declaration-mismatch]
>   132 | CM = (ColorMap *) malloc (sizeof (ColorMap));
>   |   ^~
> colormap.c:132:27: note: include ‘’ or provide a declaration of 
> ‘malloc’
> colormap.c: In function ‘get_png_palette’:
> colormap.c:179:33: warning: incompatible implicit declaration of built-in 
> function ‘malloc’ [-Wbuiltin-declaration-mismatch]
>   179 | palette = (png_color *) malloc (sizeof (png_color) * nvals);
>   | ^~
> colormap.c:179:33: note: include ‘’ or provide a declaration of 
> ‘malloc’
> image_scale.c: In function ‘log_image’:
> image_scale.c:216:15: warning: variable ‘user_threshold’ set but not used 
> [-Wunused-but-set-variable]
>   216 | float user_threshold;
>   |   ^~
> image_scale.c:215:15: warning: variable ‘threshold’ set but not used 
> [-Wunused-but-set-variable]
>   215 | float threshold;
>   |   ^
> image_scale.c: In function ‘sqrt_image’:
> image_scale.c:257:15: warning: variable ‘threshold’ set but not used 
> [-Wunused-but-set-variable]
>   257 | float threshold;
>   |   ^
> output_fits.c: In function ‘fitscut_write_primary’:
> output_fits.c:72:14: warning: variable ‘nelements’ set but not used 
> [-Wunused-but-set-variable]
>72 | long nelements;
>   |  ^
> output_fits.c:70:14: warning: variable ‘fpixel’ set but not used 
> [-Wunused-but-set-variable]
>70 | long fpixel[3];
>   |  ^~
> cc1: some warnings being treated as errors
> 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 -Wmissing-prototypes  -c -o 
> output_jpg.o output_jpg.c
> make[2]: *** [Makefile:482: colormap.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/fitscut_1.4.4-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#1066524: yorick-imutil: FTBFS: imutil.c:404:3: error: implicit declaration of function ‘srandom’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: yorick-imutil
Version: 0.5.7-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 
> -Wdate-time -D_FORTIFY_SOURCE=2  -fPIC -DPLUG_IN -I. 
> -I/usr/lib/yorick/include -Wdate-time -D_FORTIFY_SOURCE=2  -c -o imutil.o 
> imutil.c
> imutil.c: In function ‘ran1init’:
> imutil.c:404:3: error: implicit declaration of function ‘srandom’ 
> [-Werror=implicit-function-declaration]
>   404 |   srandom();  /* WARNING! this might be platform specific */
>   |   ^~~
> imutil.c: In function ‘ran1’:
> imutil.c:412:10: error: implicit declaration of function ‘random’ 
> [-Werror=implicit-function-declaration]
>   412 |   return random()/norm;
>   |  ^~
> cc1: some warnings being treated as errors
> make[2]: *** [: imutil.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/yorick-imutil_0.5.7-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#1066523: lprng: FTBFS: auth/krb5_auth.c:55:24: error: implicit declaration of function ‘krb5_read_message’; did you mean ‘krb5_chpw_message’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: lprng
Version: 3.8.B-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):
> gcc -DHAVE_CONFIG_H -I. -I..  -I./include "-DLOCALEDIR=\"/usr/share/locale\"" 
> -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 lpq.o `test -f 'common/lpq.c' || echo './'`common/lpq.c
> auth/krb5_auth.c: In function ‘server_krb5_auth’:
> auth/krb5_auth.c:55:24: error: implicit declaration of function 
> ‘krb5_read_message’; did you mean ‘krb5_chpw_message’? 
> [-Werror=implicit-function-declaration]
>55 | #  define read_message krb5_read_message
>   |^
> auth/krb5_auth.c:284:34: note: in expansion of macro ‘read_message’
>   284 | while( (retval = read_message(context,,)) 
> == 0 ){
>   |  ^~~~
> auth/krb5_auth.c: In function ‘server_krb5_status’:
> auth/krb5_auth.c:56:25: error: implicit declaration of function 
> ‘krb5_write_message’; did you mean ‘krb5_chpw_message’? 
> [-Werror=implicit-function-declaration]
>56 | #  define write_message krb5_write_message
>   | ^~
> auth/krb5_auth.c:386:37: note: in expansion of macro ‘write_message’
>   386 | if((retval= 
> write_message(context,,))){
>   | ^
> auth/krb5_auth.c: In function ‘client_krb5_auth’:
> auth/krb5_auth.c:642:17: warning: ‘krb5_get_in_tkt_with_keytab’ is deprecated 
> [-Wdeprecated-declarations]
>   642 | if((retval = krb5_get_in_tkt_with_keytab(context, 
> options, addrs,
>   | ^~
> In file included from /usr/include/krb5.h:8,
>  from auth/krb5_auth.c:34:
> /usr/include/krb5/krb5.h:5146:1: note: declared here
>  5146 | krb5_get_in_tkt_with_keytab(krb5_context context, krb5_flags options,
>   | ^~~
> common/lpq.c: In function ‘Term_clear’:
> common/lpq.c:472:17: warning: ignoring return value of ‘setuid’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   472 | setuid( OriginalRUID );
>   | ^~
> gcc -DHAVE_CONFIG_H -I. -I..  -I./include "-DLOCALEDIR=\"/usr/share/locale\"" 
> -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 lprm.o `test -f 'common/lprm.c' || echo './'`common/lprm.c
> common/linelist.c: In function ‘Build_printcap_info’:
> common/linelist.c:1552:65: warning: ‘%s’ directive argument is null 
> [-Wformat-overflow=]
>  1552 | DEBUG4("Build_printcap_info: old keyid '%s', 
> new '%s'",
>   | ^~
> common/linelist.c:1552:65: warning: ‘%s’ directive argument is null 
> [-Wformat-overflow=]
> gcc -DHAVE_CONFIG_H -I. -I..  -I./include "-DLOCALEDIR=\"/usr/share/locale\"" 
> -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 lpstat.o `test -f 'common/lpstat.c' || echo './'`common/lpstat.c
> gcc -DHAVE_CONFIG_H -I. -I..  -I./include "-DLOCALEDIR=\"/usr/share/locale\"" 
> -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 lpf.o `test -f 'common/lpf.c' || echo './'`common/lpf.c
> gcc -DHAVE_CONFIG_H -I. -I..  -I./include "-DLOCALEDIR=\"/usr/share/locale\"" 
> -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 lpbanner.o `test -f 'common/lpbanner.c' || echo './'`common/lpbanner.c
> gcc -DHAVE_CONFIG_H -I. -I.

Bug#1066522: netpipe: FTBFS: ./src/mpi2.c:110:7: error: implicit declaration of function ‘sched_yield’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: netpipe
Version: 3.7.2-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):
> make[1]: Entering directory '/<>'
> mpicc.lam -Wl,-z,relro -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 -DMPI -DMPI2 ./src/netpipe.c \
>./src/mpi2.c -o NPmpi2 -I./ 
> ./src/mpi2.c: In function ‘RecvData’:
> ./src/mpi2.c:110:7: error: implicit declaration of function ‘sched_yield’ 
> [-Werror=implicit-function-declaration]
>   110 |   sched_yield(); /* Since we made r_ptr volatile, we don't 
> necessarily
>   |   ^~~
> cc1: some warnings being treated as errors
> mpicc.lam: No such file or directory
> make[1]: *** [makefile:255: mpi2] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/netpipe_3.7.2-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#1066519: buildd.debian.org: giveback script doesn't allow to give-back packages in "Installed" state

2024-03-13 Thread Kentaro HAYASHI
Package: buildd.debian.org
X-Debbugs-Cc: ken...@xdump.org
Severity: normal

Dear Maintainer,

   * What led up to the situation?

   giveback.cgi script doen't accept giveback action in "Installed"
   state.

   e.g.
   https://buildd.debian.org/auth/giveback.cgi?pkg=zeromq3=armhf=sid

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

   Click giveback action in above page, it raise an error.

 You are authenticated as kenhys. ✓
 Working on package zeromq3, suite sid and architecture armhf. ✓
 Package in state Installed, cannot give back. ✗

   * What was the outcome of this action?

   Even though "Installed" state, giveback.cgi accepts given-back
   action.

   Usually "Installed" state decline given-back is correct.
   But there is a useful case that such a action can be accepted.

   Let's think about transitional dependency such as 64bit time_t.

 * Package A (groonga-plugin-suggest) depends on Package B (libzmq5)
   * Package A is "Installed" state.
 * Package B depends on Package C (libnorm1, libpgm-5.0-0)
   * Package B is "Installed" state.

   In this case, both of Package A and Package B is
   installed state. (expected)

   Then libnorm1 and libpgm-5.3-0 was transitioned into libnorm1t64
   and libpgm-5.3-0t64.

   Thus, after transition, Package A becomes "BD-Uninstallable" and
   it requires depended Package B must be rebuilt against
   transitioned
   Package C even though Package B is "Installed" state.

   * What outcome did you expect instead?

   N/A

Regards,



Bug#1066521: weplab: FTBFS: analpfile.c:105:21: error: implicit declaration of function ‘GetPacketBssid’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: weplab
Version: 0.1.5-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):
> gcc -DPACKAGE_NAME=\"weplab\" -DPACKAGE_TARNAME=\"weplab\" 
> -DPACKAGE_VERSION=\"0.1.5\" -DPACKAGE_STRING=\"weplab\ 0.1.5\" 
> -DPACKAGE_BUGREPORT=\"TopoLB\ -\ Jose\ Ignacio\ Sanchez\ 
> \\" -DPACKAGE_URL=\"\" -DPACKAGE=\"weplab\" 
> -DVERSION=\"0.1.5\" -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_PCAP_H=1 
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SIGNAL_H=1 
> -DHAVE_TIME_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_TYPES_H=1 
> -DHAVE_SYS_WAIT_H=1 -DHAVE_LIBPCAP=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 
> -std=gnu89 -Wall -pipe -c -o md5.o md5.c
> md5.c: In function ‘MD5Final’:
> md5.c:132:26: warning: argument to ‘sizeof’ in ‘memset’ call is the same 
> expression as the destination; did you mean to dereference it? 
> [-Wsizeof-pointer-memaccess]
>   132 | memset(ctx, 0, sizeof(ctx));/* In case it's sensitive */
>   |  ^
> main.c: In function ‘ReadHexByteArray’:
> main.c:138:15: warning: unused variable ‘j’ [-Wunused-variable]
>   138 | int i,j;
>   |   ^
> dictionary.c: In function ‘GetNextWord’:
> dictionary.c:143:27: warning: pointer targets in passing argument 1 of 
> ‘fgets’ differ in signedness [-Wpointer-sign]
>   143 | while (((rv=fgets(word, sz-1, 
> wordfile))!=NULL)&&((word[0]=='\r')||(word[0]=='\n'))) {
>   |   ^~~~
>   |   |
>   |   unsigned char *
> In file included from /usr/include/stdio.h:906,
>  from /usr/include/pcap/pcap.h:136,
>  from /usr/include/pcap.h:43,
>  from dictionary.c:26:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:209:25: note: expected ‘char * 
> __restrict__’ but argument is of type ‘unsigned char *’
>   209 | fgets (char *__restrict __s, int __n, FILE *__restrict __stream)
>   |~^~~
> dictionary.c: In function ‘dictionary’:
> dictionary.c:284:41: warning: pointer targets in passing argument 1 of 
> ‘strncpy’ differ in signedness [-Wpointer-sign]
>   284 | strncpy(keys, word, global_v.key_len);
>   | ^~~~
>   | |
>   | unsigned char *
> In file included from /usr/include/features.h:490,
>  from /usr/include/inttypes.h:25,
>  from /usr/include/pcap/pcap-inttypes.h:98,
>  from /usr/include/pcap/pcap.h:117:
> /usr/include/x86_64-linux-gnu/bits/string_fortified.h:92:1: note: expected 
> ‘char * __restrict__’ but argument is of type ‘unsigned char *’
>92 | __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
>   | ^
> dictionary.c:284:47: warning: pointer targets in passing argument 2 of 
> ‘strncpy’ differ in signedness [-Wpointer-sign]
>   284 | strncpy(keys, word, global_v.key_len);
>   |   ^~~~
>   |   |
>   |   unsigned char *
> /usr/include/x86_64-linux-gnu/bits/string_fortified.h:92:1: note: expected 
> ‘const char * __restrict__’ but argument is of type ‘unsigned char *’
>92 | __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
>   | ^
> main.c: In function ‘main’:
> main.c:303:45: warning: pointer targets in assignment from ‘char *’ to 
> ‘unsigned char *’ differ in signedness [-Wpointer-sign]
>   303 | saux=optarg;
>   | ^
> main.c:307:58: warning: pointer targets in

Bug#1066520: ftools-fv: FTBFS: Visu_tkImgPict.c:1762:9: error: implicit declaration of function ‘_XInitImageFuncPtrs’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: ftools-fv
Version: 5.5.2+dfsg-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 -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 -fPIC -DPACKAGE_NAME=\"\" 
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" 
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_CONNECT=1 -DHAVE_ACCEPT=1 
> -DHAVE_LIBDL=1 -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 -DSTDC_HEADERS=1 
> -DHAVE_DIRENT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_MALLOC_H=1 
> -DHAVE_STRING_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 
> -DTIME_WITH_SYS_TIME=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DRETSIGTYPE=void 
> -DHAVE_STRFTIME=1 -DHAVE_GETCWD=1 -DHAVE_SOCKET=1 -DHAVE_STRCSPN=1 
> -DHAVE_STRSPN=1 -DHAVE_STRSTR=1 -DHAVE_STRTOD=1 -DHAVE_STRTOL=1 
> -DVISU_LIBRARY=\"/usr/lib/pow\"  -I/usr/include/tcl 
> -I/usr/include/tcl/tk-private/generic/ 
> -I/usr/include/tcl/tk-private/generic//../unix  Visu_tkImgPict.c
> Visu_tkImgPict.c:57:5: warning: initialization of ‘int (*)(Tcl_Interp *, 
> const char *, int,  Tcl_Obj * const*, const Tk_ImageType *, struct 
> Tk_ImageMaster_ *, void **)’ from incompatible pointer type ‘int 
> (*)(Tcl_Interp *, char *, int,  Tcl_Obj * const*, Tk_ImageType *, struct 
> Tk_ImageMaster_ *, void **)’ [-Wincompatible-pointer-types]
>57 | ImgPictCreate,  /* createProc */
>   | ^
> Visu_tkImgPict.c:57:5: note: (near initialization for 
> ‘tkPictImageType.createProc’)
> Visu_tkImgPict.c: In function ‘ImgPictCmd’:
> Visu_tkImgPict.c:985:24: warning: zero-length gnu_printf format string 
> [-Wformat-zero-length]
>   985 | sprintf(string,"");
>   |^~
> Visu_tkImgPict.c:1034:24: warning: zero-length gnu_printf format string 
> [-Wformat-zero-length]
>  1034 | sprintf(string,"");
>   |^~
> Visu_tkImgPict.c: In function ‘ParseSubcommandOptions’:
> Visu_tkImgPict.c:1341:16: warning: assignment discards ‘const’ qualifier from 
> pointer target type [-Wdiscarded-qualifiers]
>  1341 | option = argv[index];
>   |^
> Visu_tkImgPict.c:1501:32: warning: assignment discards ‘const’ qualifier from 
> pointer target type [-Wdiscarded-qualifiers]
>  1501 | optPtr->format = argv[index];
>   |^
> Visu_tkImgPict.c: In function ‘ImgPictConfigureInstance’:
> Visu_tkImgPict.c:1762:9: error: implicit declaration of function 
> ‘_XInitImageFuncPtrs’ [-Werror=implicit-function-declaration]
>  1762 | _XInitImageFuncPtrs(imagePtr);
>   | ^~~
> Visu_tkImgPict.c: In function ‘ImgPictSnap2Pict’:
> Visu_tkImgPict.c:2607:37: warning: passing argument 1 of ‘Tk_FindPict’ 
> discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
>  2607 |   if ((destHandle = Tk_FindPict(argv[2])) == NULL) {
>   | ^~~
> In file included from Visu_tkImgPict.c:26:
> tkpict.h:345:40: note: expected ‘char *’ but argument is of type ‘const char 
> *’
>   345 | extern Tk_PictHandle Tk_FindPict(char *imageName);
>   |  ~~^
> cc1: some warnings being treated as errors
> make[2]: *** [Makefile:138: Visu_tkImgPict.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/ftools-fv_5.5.2+dfsg-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#1066518: fgetty: FTBFS: fgetty.c:278:12: error: implicit declaration of function ‘isdigit’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: fgetty
Version: 0.7-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 -Os -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 checkpassword.c -lcrypt -Wl,-z,relro 
> -Wl,-z,now -o checkpassword
> fgetty.c: In function ‘main’:
> fgetty.c:278:12: error: implicit declaration of function ‘isdigit’ 
> [-Werror=implicit-function-declaration]
>   278 |   else if (isdigit(tty[0])) {
>   |^~~
> fgetty.c:16:1: note: include ‘’ or provide a declaration of ‘isdigit’
>15 | #include "fmt.h"
>   +++ |+#include 
>16 | 
> login.c:61:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>61 | main(int argc,char *argv[]) {
>   | ^~~~
> login2.c:60:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>60 | main(int argc,char *argv[]) {
>   | ^~~~
> checkpassword.c: In function ‘__write2’:
> checkpassword.c:16:3: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>16 |   write(2,message,strlen(message));
>   |   ^~~~
> diet -Os cc -Wl,-z,relro -Wl,-z,now -o login login.o
> cc1: some warnings being treated as errors
> make[1]: *** [Makefile:13: fgetty.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/fgetty_0.7-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#1066517: pd-hcs: FTBFS: stat.c:123:17: error: implicit declaration of function ‘error’; did you mean ‘perror’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: pd-hcs
Version: 0.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):
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -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 -o 
> canvas_name.pd_linux.o -c canvas_name.c
>  info: making folder_list.pd_linux.o in lib hcs
> classpath.c: In function ‘classpath_setup’:
> classpath.c:138:38: warning: macro "__DATE__" might prevent reproducible 
> builds [-Wdate-time]
>   138 | logpost(NULL, 4, "\tcompiled on "__DATE__" at "__TIME__ " ");
>   |  ^~~~
> classpath.c:138:52: warning: macro "__TIME__" might prevent reproducible 
> builds [-Wdate-time]
>   138 | logpost(NULL, 4, "\tcompiled on "__DATE__" at "__TIME__ " ");
>   |^~~~
> stat.c: In function ‘stat_output_error’:
> stat.c:123:17: error: implicit declaration of function ‘error’; did you mean 
> ‘perror’? [-Werror=implicit-function-declaration]
>   123 | error("[stat]: access denied: %s", 
> x->x_filename->s_name);
>   | ^
>   | perror
> stat.c: In function ‘stat_setup’:
> stat.c:302:38: warning: macro "__DATE__" might prevent reproducible builds 
> [-Wdate-time]
>   302 | logpost(NULL, 4, "\tcompiled on "__DATE__" at "__TIME__ " ");
>   |  ^~~~
> stat.c:302:52: warning: macro "__TIME__" might prevent reproducible builds 
> [-Wdate-time]
>   302 | logpost(NULL, 4, "\tcompiled on "__DATE__" at "__TIME__ " ");
>   |^~~~
> passwd.c: In function ‘get_uid_from_arguments’:
> passwd.c:118:25: error: implicit declaration of function ‘error’; did you 
> mean ‘perror’? [-Werror=implicit-function-declaration]
>   118 | error("[passwd]: UID less than zero not 
> allowed (%d)", (int)uid);
>   | ^
>   | perror
> passwd.c: In function ‘passwd_setup’:
> passwd.c:205:38: warning: macro "__DATE__" might prevent reproducible builds 
> [-Wdate-time]
>   205 | logpost(NULL, 4, "\tcompiled on "__DATE__" at "__TIME__ " ");
>   |  ^~~~
> passwd.c:205:52: warning: macro "__TIME__" might prevent reproducible builds 
> [-Wdate-time]
>   205 | logpost(NULL, 4, "\tcompiled on "__DATE__" at "__TIME__ " ");
>   |^~~~
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -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 -o 
> folder_list.pd_linux.o -c folder_list.c
>  info: making unsetenv.pd_linux.o in lib hcs
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -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 -o 
> unsetenv.pd_linux.o -c unsetenv.c
>  info: making screensize.pd_linux.o in lib hcs
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -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 -o 
> screensize.pd_linux.o -c screensize.c
>  info: making group.pd_linux.o in lib hcs
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  
> -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffil

Bug#1066516: openwince-jtag: FTBFS: flash/cfi.c:84:9: error: implicit declaration of function ‘printf’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: openwince-jtag
Version: 0.5.1-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.   -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/usr/include/openwince -I/usr/include/openwince/device 
> -I/usr/include/openwince/arm -I./../include  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -c -o cfi.o `test -f 
> 'flash/cfi.c' || echo './'`flash/cfi.c
> flash/cfi.c: In function ‘cfi_detect’:
> flash/cfi.c:84:9: error: implicit declaration of function ‘printf’ 
> [-Werror=implicit-function-declaration]
>84 | printf("buswidth: %d\n",bw);
>   | ^~
> flash/cfi.c:38:1: note: include ‘’ or provide a declaration of 
> ‘printf’
>37 | #include 
>   +++ |+#include 
>38 | #include 
> flash/cfi.c:84:9: warning: incompatible implicit declaration of built-in 
> function ‘printf’ [-Wbuiltin-declaration-mismatch]
>84 | printf("buswidth: %d\n",bw);
>   | ^~
> flash/cfi.c:84:9: note: include ‘’ or provide a declaration of 
> ‘printf’
> cc1: some warnings being treated as errors
> make[5]: *** [Makefile:429: cfi.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/openwince-jtag_0.5.1-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#1066515: pmount: FTBFS: luks.c:147:7: error: implicit declaration of function ‘creat’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: pmount
Version: 0.9.23-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):
> 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 -c -o pumount.o pumount.c
> luks.c: In function ‘luks_create_lockfile’:
> luks.c:147:7: error: implicit declaration of function ‘creat’ 
> [-Werror=implicit-function-declaration]
>   147 |   f = creat( path, 0600);
>   |   ^
> luks.c:153:3: error: implicit declaration of function ‘close’; did you mean 
> ‘pclose’? [-Werror=implicit-function-declaration]
>   153 |   close(f);
>   |   ^
>   |   pclose
> luks.c: In function ‘luks_remove_lockfile’:
> luks.c:183:5: error: implicit declaration of function ‘unlink’ 
> [-Werror=implicit-function-declaration]
>   183 | unlink(path);
>   | ^~
> policy.c: In function ‘fstab_has_device’:
> policy.c:415:19: warning: assignment discards ‘const’ qualifier from pointer 
> target type [-Wdiscarded-qualifiers]
>   415 |   realdev_arg = device;
>   |   ^
> pumount.c: In function ‘main’:
> pumount.c:192:5: warning: ignoring return value of ‘seteuid’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   192 | seteuid( getuid() );
>   | ^~~
> pmount.c: In function ‘main’:
> pmount.c:676:5: warning: ignoring return value of ‘seteuid’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   676 | seteuid( getuid() );
>   | ^~~
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:517: luks.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/pmount_0.9.23-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#1066514: lrzsz: FTBFS: error.c:172:43: error: implicit declaration of function ‘strcmp’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: lrzsz
Version: 0.12.21-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 -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 -c error.c
> error.c: In function ‘error_at_line’:
> error.c:172:43: error: implicit declaration of function ‘strcmp’ 
> [-Werror=implicit-function-declaration]
>   172 |   (file_name == old_file_name || !strcmp (old_file_name, 
> file_name)))
>   |   ^~
> error.c:29:1: note: include ‘’ or provide a declaration of ‘strcmp’
>28 | #  include 
>   +++ |+#include 
>29 | #  define VA_START(args, lastarg) va_start(args, lastarg)
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:306: error.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/lrzsz_0.12.21-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#1066513: libkal: FTBFS: kal_getdate.c:35:28: error: implicit declaration of function ‘atoi’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: libkal
Version: 0.9.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 -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 kal_procs.o kal_procs.c
> kal_getdate.c: In function ‘kal_getdate’:
> kal_getdate.c:35:28: error: implicit declaration of function ‘atoi’ 
> [-Werror=implicit-function-declaration]
>35 |   fscanf(fil,"%s",str);day=atoi(str);
>   |^~~~
> kal_getdate.c:40:9: error: implicit declaration of function ‘kal_conv_gre_jd’ 
> [-Werror=implicit-function-declaration]
>40 |  return kal_conv_gre_jd(day,month,year);
>   | ^~~
> kal_getdate.c:35:3: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>35 |   fscanf(fil,"%s",str);day=atoi(str);
>   |   ^~~~
> kal_getdate.c:36:3: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>36 |   fscanf(fil,"%s",str);month=atoi(str);
>   |   ^~~~
> kal_getdate.c:37:3: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>37 |   fscanf(fil,"%s",str);year=atoi(str);
>   |   ^~~~
> cc1: some warnings being treated as errors
> make[1]: *** [: kal_getdate.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/libkal_0.9.0-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#1066511: photopc: FTBFS: fnames.c:118:21: error: implicit declaration of function ‘strlen’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: photopc
Version: 3.07-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./dos -I./win32   -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 eph_iob.o eph_iob.c
> filetime.c:2:14: warning: ‘rcsid’ defined but not used [-Wunused-variable]
> 2 | static char *rcsid="$Id: filetime.c,v 1.7 1999/12/11 14:10:15 crosser 
> Exp $";
>   |  ^
> fnames.c: In function ‘makename’:
> fnames.c:118:21: error: implicit declaration of function ‘strlen’ 
> [-Werror=implicit-function-declaration]
>   118 | (filenm[strlen(filenm)-1] == '\\') ||
>   | ^~
> fnames.c:69:1: note: include ‘’ or provide a declaration of ‘strlen’
>68 | #include "ctimez.h"
>   +++ |+#include 
>69 | 
> fnames.c:118:21: warning: incompatible implicit declaration of built-in 
> function ‘strlen’ [-Wbuiltin-declaration-mismatch]
>   118 | (filenm[strlen(filenm)-1] == '\\') ||
>   | ^~
> fnames.c:118:21: note: include ‘’ or provide a declaration of 
> ‘strlen’
> fnames.c:128:21: warning: incompatible implicit declaration of built-in 
> function ‘strlen’ [-Wbuiltin-declaration-mismatch]
>   128 | if (strlen(nameformat) == 1) {
>   | ^~
> fnames.c:128:21: note: include ‘’ or provide a declaration of 
> ‘strlen’
> fnames.c:282:22: warning: incompatible implicit declaration of built-in 
> function ‘strlen’ [-Wbuiltin-declaration-mismatch]
>   282 | for (p=fname+strlen(filenm);*p;p++) if (*p == '/') {
>   |  ^~
> fnames.c:282:22: note: include ‘’ or provide a declaration of 
> ‘strlen’
> fnames.c: At top level:
> fnames.c:2:14: warning: ‘rcsid’ defined but not used [-Wunused-variable]
> 2 | static char *rcsid="$Id: fnames.c,v 1.7 2001/01/11 06:49:57 crosser 
> Exp $";
>   |  ^
> exifscan.c: In function ‘exifscan’:
> exifscan.c:64:50: warning: pointer targets in passing argument 1 of 
> ‘strcasecmp’ differ in signedness [-Wpointer-sign]
>64 | if ((*p == 0xe1) && (strcasecmp(p+3,"Exif")==0)) {
>   | ~^~
>   |  |
>   |  unsigned char *
> In file included from /usr/include/string.h:462,
>  from exifscan.c:48:
> /usr/include/strings.h:116:36: note: expected ‘const char *’ but argument is 
> of type ‘unsigned char *’
>   116 | extern int strcasecmp (const char *__s1, const char *__s2)
>   |^~~~
> exifscan.c: In function ‘exifstr’:
> exifscan.c:225:41: warning: pointer targets in returning ‘char *’ from a 
> function with return type ‘unsigned char *’ differ in signedness 
> [-Wpointer-sign]
>   225 | if (buf == NULL) return "";
>   | ^
> exifscan.c:226:25: warning: pointer targets in passing argument 1 of 
> ‘sprintf’ differ in signedness [-Wpointer-sign]
>   226 | sprintf(buf,"\"%s\"",data+offset);
>   | ^~~
>   | |
>   | unsigned char *
> In file included from /usr/include/features.h:490,
>  from /usr/include/x86_64-linux-gnu/sys/types.h:25,
>  from exifscan.c:44:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:28:1: note: expected ‘char * 
> restrict’ but argument is of type ‘unsigned char *’
>28 | __NTH (sprintf (char *__restrict __s, const char *__restrict __fmt, 
> ...))
>   | ^
> exifscan.c:236:41: warning: pointer targets in returning ‘char *’ from a 
> function with return type ‘unsigned char *’ differ in signedness 
> [-Wpointer-sign]
>   236 | if (buf == NULL) return "";
>   | ^
> exifscan.c:240:40: warning: pointer targets in passing argument 1 of 
> ‘sprintf’ d

Bug#1066512: latencytop: FTBFS: fsync.c:330:17: error: implicit declaration of function ‘gettimeofday’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: latencytop
Version: 0.5.0-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):
> gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -DHAS_GTK_GUI 
> -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/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  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> -o latencytop-gtk_display.o `test -f 'gtk_display.c' || echo 
> './'`gtk_display.c
> fsync.c: In function ‘fsync_display’:
> fsync.c:330:17: error: implicit declaration of function ‘gettimeofday’ 
> [-Werror=implicit-function-declaration]
>   330 | gettimeofday(, NULL);
>   | ^~~~
> fsync.c: In function ‘parse_ftrace’:
> fsync.c:290:17: warning: ignoring return value of ‘fgets’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   290 | fgets(line, PATH_MAX-1, file);
>   | ^
> cc1: some warnings being treated as errors
> make[2]: *** [Makefile:525: latencytop-fsync.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/latencytop_0.5.0-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#1066510: hashrat: FTBFS: files.c:651:1: error: implicit declaration of function ‘MapClear’; did you mean ‘MapCreate’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: hashrat
Version: 1.13-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 -pie -Wl,-z,relro -Wl,-z,now -Wdate-time -D_FORTIFY_SOURCE=2 -fPIE -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DPACKAGE_NAME=\"\" 
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" 
> -DPACKAGE_BUGREPORT=\"\" -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_LIBC=1 -DUSE_XATTR=1 -c filesigning.c
> command-line-args.c: In function ‘CommandLineParseArgs’:
> files.c: In function ‘HashratHashSingleFile’:
> files.c:243:18: warning: format ‘%llu’ expects argument of type ‘long long 
> unsigned int’, but argument 2 has type ‘__time_t’ {aka ‘long int’} [-Wformat=]
>   243 | printf("cache %llu %llu %llu\n",XattrStat.st_mtime, FStat->st_mtime, 
> XattrStat.st_mtime - FStat->st_mtime);
>   |   ~~~^
>   |  |
>   |  long long unsigned int
>   |   %lu
> command-line-args.c:279:66: warning: passing argument 1 of 
> ‘IncludeExcludeLoadExcludesFromFile’ from incompatible pointer type 
> [-Wincompatible-pointer-types]
>   279 | else if (strcmp(arg,"-X")==0) IncludeExcludeLoadExcludesFromFile(Ctx, 
> CommandLineNext());
>   |  ^~~
>   |  |
>   |  
> HashratCtx *
> In file included from command-line-args.c:2:
> include-exclude.h:8:53: note: expected ‘const char *’ but argument is of type 
> ‘HashratCtx *’
> 8 | void IncludeExcludeLoadExcludesFromFile(const char *Path, HashratCtx 
> *Ctx);
>   | ^~~~
> command-line-args.c:279:71: warning: passing argument 2 of 
> ‘IncludeExcludeLoadExcludesFromFile’ from incompatible pointer type 
> [-Wincompatible-pointer-types]
>   279 | else if (strcmp(arg,"-X")==0) IncludeExcludeLoadExcludesFromFile(Ctx, 
> CommandLineNext());
>   |   
> ^
>   |   
> |
>   |   
> const char *
> include-exclude.h:8:71: note: expected ‘HashratCtx *’ but argument is of type 
> ‘const char *’
> 8 | void IncludeExcludeLoadExcludesFromFile(const char *Path, HashratCtx 
> *Ctx);
>   |   
> ^~~
> files.c:243:23: warning: format ‘%llu’ expects argument of type ‘long long 
> unsigned int’, but argument 3 has type ‘__time_t’ {aka ‘long int’} [-Wformat=]
>   243 | printf("cache %llu %llu %llu\n",XattrStat.st_mtime, FStat->st_mtime, 
> XattrStat.st_mtime - FStat->st_mtime);
>   |~~~^
>   |   |
>   |   long long unsigned int
>   |%lu
> files.c:243:28: warning: format ‘%llu’ expects argument of type ‘long long 
> unsigned int’, but argument 4 has type ‘__time_t’ {aka ‘long int’} [-Wformat=]
>   243 | printf("cache %llu %llu %llu\n",XattrStat.st_mtime, FStat->st_mtime, 
> XattrStat.st_mtime - FStat->st_mtime);
>   | ~~~^
>   ||
>   |long long unsigned int
>   | %lu
> command-line-args.c: In function ‘HMACSetup’:
> command-line-args.c:20:7: warning: ignoring return value of ‘write’ declared 
> with attribute ‘warn_unused_result’ [-Wunused-result]
>20 |   write(1, "Enter HMAC Key: ",16);
>   |   ^~~
> command-line-args.c:33:7: warning: ignoring return value of ‘write’ declared 
> with attribute ‘warn_unused_result’ [-Wunused-result]

Bug#1066509: dmitry: FTBFS: src/file.c:4:20: error: implicit declaration of function ‘strlen’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: dmitry
Version: 1.3a-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./src/includes   -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 
> -fcommon -c -o portscan.o `test -f 'src/portscan.c' || echo 
> './'`src/portscan.c
> src/file.c: In function ‘file_prep’:
> src/file.c:4:20: error: implicit declaration of function ‘strlen’ 
> [-Werror=implicit-function-declaration]
> 4 | outputfile[strlen(outputfile)] = '\0';
>   |^~
> src/file.c:2:1: note: include ‘’ or provide a declaration of 
> ‘strlen’
> 1 | #include "includes/file.h"
>   +++ |+#include 
> 2 | int file_prep()
> src/file.c:4:20: warning: incompatible implicit declaration of built-in 
> function ‘strlen’ [-Wbuiltin-declaration-mismatch]
> 4 | outputfile[strlen(outputfile)] = '\0';
>   |^~
> src/file.c:4:20: note: include ‘’ or provide a declaration of 
> ‘strlen’
> src/file.c:7:17: error: implicit declaration of function ‘exit’ 
> [-Werror=implicit-function-declaration]
> 7 | exit(1);
>   | ^~~~
> src/file.c:2:1: note: include ‘’ or provide a declaration of ‘exit’
> 1 | #include "includes/file.h"
>   +++ |+#include 
> 2 | int file_prep()
> src/file.c:7:17: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
> 7 | exit(1);
>   | ^~~~
> src/file.c:7:17: note: include ‘’ or provide a declaration of ‘exit’
> src/file.c: In function ‘file_open’:
> src/file.c:18:17: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>18 | exit(1);
>   | ^~~~
> src/file.c:18:17: note: include ‘’ or provide a declaration of 
> ‘exit’
> src/file.c: In function ‘file_close’:
> src/file.c:27:17: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>27 | exit(1);
>   | ^~~~
> src/file.c:27:17: note: include ‘’ or provide a declaration of 
> ‘exit’
> src/tcp_sock.c: In function ‘readData’:
> src/tcp_sock.c:74:9: warning: ignoring return value of ‘read’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>74 | read((int) tcp_sock, (char *) readbuff, (int) readsize);
>   | ^~~
> src/tcp_sock.c: In function ‘sendData’:
> src/tcp_sock.c:82:9: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>82 | write((int) tcp_sock, (char *) sendbuff, (int) sendsize);
>   | ^~~~
> src/dmitry.c: In function ‘main’:
> src/dmitry.c:37:17: error: implicit declaration of function ‘exit’ 
> [-Werror=implicit-function-declaration]
>37 | exit(1);
>   | ^~~~
> src/dmitry.c:16:1: note: include ‘’ or provide a declaration of 
> ‘exit’
>15 | #include 
>   +++ |+#include 
>16 | 
> src/dmitry.c:37:17: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>37 | exit(1);
>   | ^~~~
> src/dmitry.c:37:17: note: include ‘’ or provide a declaration of 
> ‘exit’
> src/dmitry.c:67:41: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>67 | exit(0);
>   | ^~~~
> src/dmitry.c:67:41: note: include ‘’ or provide a declaration of 
> ‘exit’
> src/dmitry.c:103:33: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>   103 | exit(1);
>   | ^~~~
> src/dmitry.c:103:33: note: include ‘’ or provide a declaration of 
> ‘exit’
> cc1: some warnings being treated as errors
> make[1]: **

Bug#1066508: staden: FTBFS: capture.c:33:14: error: implicit declaration of function ‘mkostemp’; did you mean ‘mkstemp’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: staden
Version: 2.0.0+b11-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 -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 -DUSE_NON_CONST  
> -I/<>/./tk_utils -I/<>/./Misc 
> -I/<>/./tk_utils -I/usr/include 
> -I"/usr/include/tcl8.6/tk-private/generic" 
> -I"/usr/include/tcl8.6/tk-private/unix" 
> -I"/usr/include/tcl8.6/tk-private/generic/ttk" 
> -I"/usr/include/tcl8.6/tcl-private/generic" 
> -I"/usr/include/tcl8.6/tcl-private/unix" -I/<>/./seq_utils   
> -I/<> -DSVN_VERSION="" -fPIC   -o capture.o -c capture.c
> capture.c: In function ‘tcl_capture’:
> capture.c:33:14: error: implicit declaration of function ‘mkostemp’; did you 
> mean ‘mkstemp’? [-Werror=implicit-function-declaration]
>33 | fd = mkostemp(NULL, 0666);
>   |  ^~~~
>   |  mkstemp
> capture.c:54:5: warning: ignoring return value of ‘read’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>54 | read(fd, buf, statbuf.st_size);
>   | ^~
> make[2]: Leaving directory '/<>/eba'
> cc1: some warnings being treated as errors
> make[2]: *** [/<>/./tk_utils/../global.mk:388: capture.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/staden_2.0.0+b11-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#1066506: mcpp: FTBFS: system.c:2510:20: error: implicit declaration of function ‘readlink’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: mcpp
Version: 2.7.2-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 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 -c 
> -o system.lo system.c
> libtool: compile:  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 -c 
> expand.c  -fPIC -DPIC -o .libs/expand.o
> libtool: compile:  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 -c 
> support.c  -fPIC -DPIC -o .libs/support.o
> libtool: compile:  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 -c 
> directive.c  -fPIC -DPIC -o .libs/directive.o
> libtool: compile:  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 -c 
> eval.c  -fPIC -DPIC -o .libs/eval.o
> libtool: compile:  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 -c 
> mbchar.c  -fPIC -DPIC -o .libs/mbchar.o
> libtool: compile:  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 -c 
> system.c  -fPIC -DPIC -o .libs/system.o
> libtool: compile:  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 -c 
> main.c  -fPIC -DPIC -o .libs/main.o
> support.c: In function ‘get_ch’:
> support.c:1590:19: warning: passing argument 1 of ‘free’ discards ‘const’ 
> qualifier from pointer target type [-Wdiscarded-qualifiers]
>  1590 | free( file->src_dir);
>   |   ^
> In file included from configed.H:374,
>  from system.H:45,
>  from support.c:76:
> /usr/include/stdlib.h:568:25: note: expected ‘void *’ but argument is of type 
> ‘const char *’
>   568 | extern void free (void *__ptr) __THROW;
>   |   ~~^
> support.c:1596:19: warning: passing argument 1 of ‘free’ discards ‘const’ 
> qualifier from pointer target type [-Wdiscarded-qualifiers]
>  1596 | free( file->src_dir);   /* Free src_dir */
>   |   ^
> /usr/include/stdlib.h:568:25: note: expected ‘void *’ but argument is of type 
> ‘const char *’
>   568 | extern void free (void *__ptr) __THROW;
>   |   ~~^
> support.c:1599:22: warning: assignment discards ‘const’ qualifier from 
> pointer target type [-Wdiscarded-qualifiers]
>  1599 | cur_fullname = infile->full_fname;
>   |  ^
> support.c: In function ‘get_file’:
> support.c:2308:21: warning: passing argument 1 of ‘strcpy’ discards ‘const’ 
> qualifier from pointer target type [-Wdiscarded-qualifiers]
>  2308 | strcpy( file->src_dir, src_dir);
>   | ^
> 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/limits.h:26,
>  from /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h:205,
>  from /usr/lib/g

Bug#1066507: kannel: FTBFS: configure: error: Either get a multithread-enabled SSL or configure with --disable-ssl

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

Hi,

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


Relevant part (hopefully):
> checking for openssl/pem.h... yes
> checking for openssl/ssl.h... yes
> checking for openssl/err.h... yes
> checking for openssl/hmac.h... yes
> checking whether the OpenSSL library is multithread-enabled... no
> configure: error: Either get a multithread-enabled SSL or configure with 
> --disable-ssl
>   tail -v -n \+0 config.log


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/kannel_1.4.5-13_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#1066505: epic5: FTBFS: functions.c:7547:15: error: implicit declaration of function ‘strptime’; did you mean ‘strftime’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: epic5
Version: 2.1.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):
> gcc -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./../include -I../include -c functions.c
> functions.c: In function ‘function_strptime’:
> functions.c:7547:15: error: implicit declaration of function ‘strptime’; did 
> you mean ‘strftime’? [-Werror=implicit-function-declaration]
>  7547 | if (!(strptime(input, format, )))
>   |   ^~~~
>   |   strftime
> functions.c: In function ‘function_realpath’:
> functions.c:6496:14: warning: ‘normalize_filename’ accessing 4097 bytes in a 
> region of size 4096 [-Wstringop-overflow=]
>  6496 | if (!normalize_filename(input, resolvedname))
>   |  ^~~
> functions.c:6496:14: note: referencing argument 2 of type ‘char[4097]’
> In file included from ./../include/alias.h:10,
>  from functions.c:46:
> ./../include/ircaux.h:49:9: note: in a call to function ‘normalize_filename’
>49 | int normalize_filename  (const char *, Filename);
>   | ^~
> cc1: some warnings being treated as errors
> make[2]: *** [Makefile:34: functions.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/epic5_2.1.6-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#1066504: wuzzah: FTBFS: utmpx-wrapper.c:8:23: error: implicit declaration of function ‘bail’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: wuzzah
Version: 0.53-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. -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 -pedantic -c utmpx-wrapper.c
> utmpx-wrapper.c: In function ‘setutent_wrapper’:
> utmpx-wrapper.c:8:23: error: implicit declaration of function ‘bail’ 
> [-Werror=implicit-function-declaration]
> 8 | if(ut_fd < 0) bail("shit man, no utmp record?", 1);
>   |   ^~~~
> utmpx-wrapper.c: In function ‘getutent_wrapper’:
> utmpx-wrapper.c:16:1: warning: control reaches end of non-void function 
> [-Wreturn-type]
>16 | }
>   | ^
> cc1: some warnings being treated as errors
> make[4]: *** [Makefile:206: utmpx-wrapper.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/wuzzah_0.53-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#1066503: sucrack: FTBFS: rewriter.c:74:31: error: implicit declaration of function ‘malloc’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: sucrack
Version: 1.2.3-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):
> gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -O2 
> -D_GNU_SOURCE -DSTATIC_BUFFER  -DLINUX -DSUCRACK_TITLE="\"sucrack 1.2.3 
> (LINUX)\"" -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -DSTATISTICS -c -o sucrack-stat.o `test -f 'stat.c' || echo './'`stat.c
> rewriter.c: In function ‘rewr_get_rules’:
> rewriter.c:74:31: error: implicit declaration of function ‘malloc’ 
> [-Werror=implicit-function-declaration]
>74 | rule_set = (rule_set_t *) malloc(sizeof(rule_set_t));
>   |   ^~
> rewriter.c:34:1: note: include ‘’ or provide a declaration of 
> ‘malloc’
>33 | #include "rules.h"
>   +++ |+#include 
>34 | #include "stat.h"
> rewriter.c:74:31: warning: incompatible implicit declaration of built-in 
> function ‘malloc’ [-Wbuiltin-declaration-mismatch]
>74 | rule_set = (rule_set_t *) malloc(sizeof(rule_set_t));
>   |   ^~
> rewriter.c:74:31: note: include ‘’ or provide a declaration of 
> ‘malloc’
> stat.c: In function ‘stat_display’:
> stat.c:92:24: warning: format ‘%i’ expects argument of type ‘int’, but 
> argument 2 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=]
>92 | printf("\33[0;%iH\33[1m%s\33[0m\n\n\n", (ws.ws_col / 2) - 
> ((strlen(SUCRACK_TITLE) + 7)/ 2), SUCRACK_TITLE);
>   |   ~^
> ~~
>   |||
>   |int  
> size_t {aka long unsigned int}
>   |   %li
> In file included from sucrack.c:41:
> rules.h:59:20: warning: ‘rules_map’ defined but not used [-Wunused-variable]
>59 | static rules_map_t rules_map[] = {
>   |^
> worker.c: In function ‘worker_run’:
> worker.c:152:9: warning: variable ‘rs’ set but not used 
> [-Wunused-but-set-variable]
>   152 | int rs;
>   | ^~
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:481: sucrack-rewriter.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/sucrack_1.2.3-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#1066502: pd-iemutils: FTBFS: doublechord.c:89:5: error: implicit declaration of function ‘error’; did you mean ‘perror’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: pd-iemutils
Version: 0.0.20210927-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):
> x86_64-linux-gnu-gcc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time 
> -D_FORTIFY_SOURCE=2 -DPD -I/usr/include/pd -fPIC  -Wdate-time 
> -D_FORTIFY_SOURCE=2 -DPD -I/usr/include/pd -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -fPIC -o doublechord.pd_linux.o -c 
> doublechord.c
> doublechord.c: In function ‘doublechord_setup’:
> doublechord.c:89:5: error: implicit declaration of function ‘error’; did you 
> mean ‘perror’? [-Werror=implicit-function-declaration]
>89 | error("double-chord built into Pd>=0.49, not enabling 
> iem::punish::doublechord");
>   | ^
>   | perror
> triggerize.c: In function ‘triggerize_setup’:
> triggerize.c:456:5: error: implicit declaration of function ‘error’; did you 
> mean ‘perror’? [-Werror=implicit-function-declaration]
>   456 | error("triggerize built into Pd>=0.49, not enabling 
> iem::punish::triggerize");
>   | ^
>   | perror
> src/FXNLMSplus2in~.c: In function ‘FXNLMSplus2in_tilde_check_array’:
> src/FXNLMSplus2in~.c:55:5: error: implicit declaration of function ‘error’; 
> did you mean ‘perror’? [-Werror=implicit-function-declaration]
>55 | error("%s: no such array for FXNLMSplus2in~", 
> array_sym_name->s_name);
>   | ^
>   | perror
> x86_64-linux-gnu-gcc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time 
> -D_FORTIFY_SOURCE=2 -DPD -I/usr/include/pd -fPIC  -Wdate-time 
> -D_FORTIFY_SOURCE=2 -DPD -I/usr/include/pd -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -fPIC -o src/add~~.pd_linux.o -c 
> src/add~~.c
>  info: making src/delay~~.pd_linux.o in lib iem_dp
> cc1: some warnings being treated as errors
> make[4]: *** [/usr/share/pd-lib-builder//Makefile.pdlibbuilder:987: 
> doublechord.pd_linux.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/pd-iemutils_0.0.20210927-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#1066501: pd-wiimote: FTBFS: wiimote.c:736:7: error: implicit declaration of function ‘error’; did you mean ‘perror’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: pd-wiimote
Version: 0.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 -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -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 -o 
> wiimote.pd_linux.o -c wiimote.c
> wiimote.c:405:2: warning: #warning Balance ignores calibration data [-Wcpp]
>   405 | #warning Balance ignores calibration data
>   |  ^~~
> wiimote.c: In function ‘cwiid_error_callback’:
> wiimote.c:736:7: error: implicit declaration of function ‘error’; did you 
> mean ‘perror’? [-Werror=implicit-function-declaration]
>   736 |   error("wiimote: %s", err);
>   |   ^
>   |   perror
> cc1: some warnings being treated as errors
> make[1]: *** [/usr/share/pd-lib-builder//Makefile.pdlibbuilder:987: 
> wiimote.pd_linux.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/pd-wiimote_0.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#1066499: thesias: FTBFS: src/thesiaslib.c:57:13: error: implicit declaration of function ‘thesiasRun’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: thesias
Version: 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):
> 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 -fPIC 
> -I/usr/lib/jvm/default-java/include 
> -I/usr/lib/jvm/default-java/include/linux/ -c src/*.c
> javac -d class java/*.java
> Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
> src/newthesias3d.c: In function ‘thesiasRun’:
> src/newthesias3d.c:6122:49: warning: too many arguments for format 
> [-Wformat-extra-args]
>  6122 |  
> fprintf(outres,"\t%f\t%f\n\n",effest[0],valse,effest[0]/valse);
>   | ^~
> src/newthesias3d.c:6268:50: warning: too many arguments for format 
> [-Wformat-extra-args]
>  6268 |   
> fprintf(outres,"\t%f\t%f\n\n",effest[nc],valse,effest[nc]/valse);
>   |  ^~
> src/newthesias3d.c: In function ‘nbhapo0’:
> src/newthesias3d.c:4084:4: warning: ignoring return value of ‘scanf’ declared 
> with attribute ‘warn_unused_result’ [-Wunused-result]
>  4084 |scanf("%c",);
>   |^~~~
> src/newthesias3d.c: In function ‘lecteffe’:
> src/newthesias3d.c:4299:17: warning: ignoring return value of ‘fscanf’ 
> declared with attribute ‘warn_unused_result’ [-Wunused-result]
>  4299 | fscanf(readParam,"%c",);
>   | ^~~
> src/newthesias3d.c:4312:25: warning: ignoring return value of ‘fscanf’ 
> declared with attribute ‘warn_unused_result’ [-Wunused-result]
>  4312 | fscanf(readParam,"%c",);
>   | ^~~
> src/newthesias3d.c:4318:25: warning: ignoring return value of ‘fscanf’ 
> declared with attribute ‘warn_unused_result’ [-Wunused-result]
>  4318 | fscanf(readParam,"%d",);
>   | ^~
> src/newthesias3d.c:4327:33: warning: ignoring return value of ‘fscanf’ 
> declared with attribute ‘warn_unused_result’ [-Wunused-result]
>  4327 | fscanf(readParam,"%d %d",,);
>   | ^
> src/newthesias3d.c:4336:25: warning: ignoring return value of ‘fscanf’ 
> declared with attribute ‘warn_unused_result’ [-Wunused-result]
>  4336 | fscanf(readParam,"%c",);
>   | ^~~
> src/newthesias3d.c:4345:33: warning: ignoring return value of ‘fscanf’ 
> declared with attribute ‘warn_unused_result’ [-Wunused-result]
>  4345 | fscanf(readParam,"%d",);
>   | ^~~
> src/newthesias3d.c:4357:41: warning: ignoring return value of ‘fscanf’ 
> declared with attribute ‘warn_unused_result’ [-Wunused-result]
>  4357 | fscanf(readParam,"%d",);
>   | ^~
> src/newthesias3d.c:4369:41: warning: ignoring return value of ‘fscanf’ 
> declared with attribute ‘warn_unused_result’ [-Wunused-result]
>  4369 | fscanf(readParam,"%d 
> %d",,);
>   | 
> ^
> src/newthesias3d.c:4392:25: warning: ignoring return value of ‘fscanf’ 
> declared with attribute ‘warn_unused_result’ [-Wunused-result]
>  4392 | fscanf(readParam,"%c",);
>   | ^~~
> src/newthesias3d.c:4400:33: warning: ignoring return value of ‘fscanf’ 
> declared with attribute ‘warn_unused_result’ [-Wunused-result]
>  4400 | fscanf(readParam,"%d",);
>   | ^
> src/newthesias3d.c:4408:33: warning: ignoring return value of ‘fscanf’ 
> declared with

<    1   2   3   4   5   6   7   8   >