Bug#1064728: davfs2: FTBFS: configure: error: could not find neon

2024-02-25 Thread Lucas Nussbaum
Source: davfs2
Version: 1.6.1-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240224 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> checking whether to use NLS... yes
> checking where the gettext function comes from... libc
> checking for neon-config... /usr/bin/neon-config
> checking linking against neon... yes
> configure: incompatible neon library version 0.33.0: wanted 0.27 28 29 30 31 
> 32
> configure: error: could not find neon
>   tail -v -n \+0 config.log


The full build log is available from:
http://qa-logs.debian.net/2024/02/24/davfs2_1.6.1-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240224;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240224&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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#1066199: wv: FTBFS: wvWare.c:1474:40: error: implicit declaration of function ‘strcasecmp’; did you mean ‘g_strcasecmp’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: wv
Version: 1.2.9-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 -DVERSION=\"1.2.9\" 
> -DXMLCONFIG=\"/usr/share/wv/wvConfig.xml\" 
> -DHTMLCONFIG=\"/usr/share/wv/wvHtml.xml\" -DWVDATADIR=\"/usr/share/wv\" -I. 
> -I. -I. -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libgsf-1 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -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 
> -ansi -MT wvWare.o -MD -MP -MF .deps/wvWare.Tpo -c -o wvWare.o wvWare.c
> wvWare.c: In function ‘wvPrintGraphics’:
> wvWare.c:1262:19: warning: repeated '-' flag in format [-Wformat=]
>  1262 |   printf ("\n\\resizebox{%dpt}{%dpt}\
>   |   ^~~
>  1263 |   {\\includegraphics{%s.eps}}\
>   |   
>  1264 |   \n% -- %#.2x graphic -- \n", width, height, source, 
> graphicstype);
>   |   ~~~
> wvWare.c:1262:19: warning: repeated ' ' flag in format [-Wformat=]
> wvWare.c:1262:19: warning: conversion lacks type at end of format [-Wformat=]
> wvWare.c: In function ‘mySpecCharProc’:
> wvWare.c:1474:40: error: implicit declaration of function ‘strcasecmp’; did 
> you mean ‘g_strcasecmp’? [-Werror=implicit-function-declaration]
>  1474 | if ((!message) && (strcasecmp ("UTF-8", charset)))
>   |^~
>   |g_strcasecmp
> wvWare.c: In function ‘HandleBitmap’:
> wvWare.c:182:18: warning: ignoring return value of ‘chdir’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   182 | if (ps->dir) chdir (ps->dir);
>   |  ^~~
> wvWare.c:184:18: warning: ignoring return value of ‘chdir’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   184 | if (ps->dir) chdir (wv_cwd);
>   |  ^~
> wvWare.c: In function ‘HandleMetafile’:
> wvWare.c:209:18: warning: ignoring return value of ‘chdir’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   209 | if (ps->dir) chdir (ps->dir);
>   |  ^~~
> wvWare.c:211:18: warning: ignoring return value of ‘chdir’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   211 | if (ps->dir) chdir (wv_cwd);
>   |  ^~
> wvWare.c: In function ‘main’:
> wvWare.c:410:5: warning: ignoring return value of ‘getcwd’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   410 | getcwd (wv_cwd,4096);
>   | ^~~~
> wvWare.c: In function ‘mySpecCharProc’:
> wvWare.c:1362:34: warning: ignoring return value of ‘chdir’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1362 | if (ps->dir) chdir (ps->dir);
>   |  ^~~
> wvWare.c:1367:34: warning: ignoring return value of ‘chdir’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1367 | if (ps->dir) chdir (wv_cwd);
>   |  ^~
> wvWare.c:1402:46: warning: ignoring return value of ‘chdir’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1402 | if (ps->dir) chdir (ps->dir);
>   |  ^~~
> wvWare.c:1415:46: warning: ignoring return value of ‘chdir’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1415 | if (ps->dir) chdir (wv_cwd);
>   |  ^~
> cc1: some warnings being treated as errors
> make[3]: *** [GNUmakefile:959: wvWare.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/wv_1.2.9-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&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http

Bug#1066208: htdig: FTBFS: os_map.c:87:33: error: implicit declaration of function ‘CDB___db_eopnotsup’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> /bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc 
> -DHAVE_CONFIG_H -I. -I./../htlib  -D_REENTRANT -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 os_map.lo os_map.c
> libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./../htlib 
> -D_REENTRANT -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 os_map.c  -fPIC -DPIC -o 
> .libs/os_map.o
> os_map.c: In function ‘CDB___os_r_sysattach’:
> os_map.c:87:33: error: implicit declaration of function ‘CDB___db_eopnotsup’ 
> [-Werror=implicit-function-declaration]
>87 | return (CDB___db_eopnotsup(dbenv));
>   | ^~
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:682: os_map.lo] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/htdig_3.2.0b6-19_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&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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#1066221: citadel-client: FTBFS: src/routines2.c:370:29: error: implicit declaration of function ‘ka_wait’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: citadel-client
Version: 916-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):
> make[1]: Entering directory '/<>'
> 
> CC src/citadel.c
> Dependencies: gcc -M -Wdate-time -D_FORTIFY_SOURCE=2 -I. -I ./src/include/  | 
> sed -e 's!.o!.o /.o buildinfo!' > buildinfo
> Complie: gcc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -O2 -Wall -Wcast-qual -Wcast-align -Wstrict-prototypes 
> -Wno-strict-aliasing -D_REENTRANT -pthread  -I ./include/ -Wdate-time 
> -D_FORTIFY_SOURCE=2 -I. -I ./src/include/ -DHAVE_CONFIG_H 
> -DDIFF="/usr/bin/diff" -DPATCH="/usr/bin/patch" -c  -o buildinfo 
> LDFLAGS: -Wl,-z,relro -Wl,-z,now
> CC src/client_chat.c
> CC src/client_passwords.c
> CC src/commands.c
> CC src/md5.c
> 
> CC src/messages.c
> CC src/rooms.c
> CC src/routines.c
> src/md5.c: In function ‘MD5Final’:
> src/md5.c:153:26: warning: argument to ‘sizeof’ in ‘memset’ call is the same 
> expression as the destination; did you mean to dereference it? 
> [-Wsizeof-pointer-memaccess]
>   153 | memset(ctx, 0, sizeof(ctx));/* In case it's sensitive */
>   |  ^
> src/commands.c: In function ‘getcmd’:
> src/commands.c:1051:72: warning: the comparison will always evaluate as 
> ‘true’ for the address of ‘c_keys’ will never be NULL [-Waddress]
>  1051 | if ((cptr->c_keys[cmdpos + 
> 1]) != 0)
>   |   
>  ^~
> src/commands.c:71:14: note: ‘c_keys’ declared here
>71 | char c_keys[5][64];
>   |  ^~
> src/messages.c: In function ‘read_message’:
> src/messages.c:624:29: warning: the comparison will always evaluate as ‘true’ 
> for the address of ‘email’ will never be NULL [-Waddress]
>   624 | if ((message->email != NULL) && 
> (!IsEmptyStr(message->email))) {
>   | ^~
> In file included from src/messages.c:46:
> ./src/include/citadel_ipc.h:241:14: note: ‘email’ declared here
>   241 | char email[SIZ];/* Email address of sender */
>   |  ^
> src/messages.c:640:28: warning: the comparison will always evaluate as ‘true’ 
> for the address of ‘msgid’ will never be NULL [-Waddress]
>   640 | if (message->msgid != NULL) {
>   |^~
> ./src/include/citadel_ipc.h:237:14: note: ‘msgid’ declared here
>   237 | char msgid[SIZ];/* Original message ID */
>   |  ^
> src/messages.c:644:33: warning: the comparison will always evaluate as ‘true’ 
> for the address of ‘references’ will never be NULL [-Waddress]
>   644 | if (message->references != NULL) if 
> (!IsEmptyStr(message->references)) {
>   | ^~
> ./src/include/citadel_ipc.h:255:14: note: ‘references’ declared here
>   255 | char references[SIZ];   /* Thread references */
>   |  ^~
> src/messages.c:648:30: warning: the comparison will always evaluate as ‘true’ 
> for the address of ‘subject’ will never be NULL [-Waddress]
>   648 | if (message->subject != NULL) {
>   |  ^~
> ./src/include/citadel_ipc.h:240:14: note: ‘subject’ declared here
>   240 | char subject[SIZ];  /* Message subject */
>   |  ^~~
> src/routines.c: In function ‘locate_host’:
> src/routines.c:573:9: warning: ignoring return value of ‘fgets’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   573 | fgets(hbuf, SIZ, who);
>   | ^
> CC src/routines2.c
> src/client_chat.c: In function ‘chatmode’:
> src/client_chat.c:189:72: warning: ‘%s’ directive output may be truncated 
> writing up to 4095 bytes into a region of size 4094 [-Wformat-truncation=]
>   189 | snprintf(buf, sizeof buf, 
> "%s: %s", c_user, c_text);
>   |   
>  ^~   ~~
> In file included from /usr/include/stdio.h:906,
>  from src/client_chat.c:18:
> In function ‘snprintf’,
> inlined from ‘chatmode’ at src/client_chat.c:189:6:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:10: note: 
> ‘__builtin___snprintf_chk’ output 3 or more bytes (assuming 4098) into a 
> destination of size 4096
>54 |  

Bug#1066223: ftpcopy: FTBFS: conftest1663576.c:7:9: error: implicit declaration of function ‘_exit’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: ftpcopy
Version: 0.6.7-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[2]: Entering directory '/<>'
> ./package/compile
> Linking ./src/* into ./compile...
> Compiling everything in ./compile...
> gmake[3]: Entering directory '/<>/compile'
> cmp: auto-compiler-config.stamp: No such file or directory
> configuration has changed
> conftest-1663389.c: In function ‘main’:
> conftest-1663389.c:6:12: warning: format ‘%d’ expects argument of type ‘int’, 
> but argument 2 has type ‘long unsigned int’ [-Wformat=]
> 6 |   printf("%d\n",8*sizeof(x));
>   |   ~^~~~
>   |||
>   |int  long unsigned int
>   |   %ld
> gmake[4]: Entering directory '/<>/compile'
> gmake[4]: Leaving directory '/<>/compile'
> sh typesize.sh >typesize.t
> rm -f typesize.t
> touch auto-typesize.stamp
> sh find_socket_func.sh >auto-socket.t && mv auto-socket.t auto-socket.lib
> sh have_func.sh fsync "#include " "fsync(0)" "" "" 
> >auto-have_fsync.h.t && mv auto-have_fsync.h.t auto-have_fsync.h
> sh have_func.sh utimes "#include " "utimes(0,0)" "" "" 
> >auto-have_utimes.h.t && mv auto-have_utimes.h.t auto-have_utimes.h
> conftest1663576.c: In function ‘main’:
> conftest1663576.c:5:9: warning: argument 1 null where non-null expected 
> [-Wnonnull]
> 5 | utimes(0,0)
>   | ^~
> In file included from conftest1663576.c:2:
> /usr/include/x86_64-linux-gnu/sys/time.h:162:12: note: in a call to function 
> ‘utimes’ declared ‘nonnull’
>   162 | extern int utimes (const char *__file, const struct timeval __tvp[2])
>   |^~
> conftest1663576.c:7:9: error: implicit declaration of function ‘_exit’ 
> [-Werror=implicit-function-declaration]
> 7 | _exit(0);
>   | ^
> conftest1663576.c:7:9: warning: incompatible implicit declaration of built-in 
> function ‘_exit’ [-Wbuiltin-declaration-mismatch]
> cc1: some warnings being treated as errors
> sh gettimeofday.sh >gettimeofday.t && mv gettimeofday.t auto-gettimeofday.lib
> gmake[3]: *** [Makefile:100: auto-gettimeofday.lib] Error 1
> gmake[3]: Leaving directory '/<>/compile'
> make[2]: *** [Makefile:2: all] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/ftpcopy_0.6.7-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&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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#1066230: tk707: FTBFS: tcl2c.c:57:21: error: implicit declaration of function ‘strcmp’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I.   -I/usr/include/tcl  -I/usr/include/tcl   
> -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 tcl2c.o tcl2c.c
> tcl2c.c: In function ‘main’:
> tcl2c.c:57:21: error: implicit declaration of function ‘strcmp’ 
> [-Werror=implicit-function-declaration]
>57 | if (argc > 1 && strcmp(argv[1], "-c") == 0) {
>   | ^~
> tcl2c.c:47:1: note: include ‘’ or provide a declaration of ‘strcmp’
>46 | #include 
>   +++ |+#include 
>47 | 
> tcl2c.c:64:9: error: implicit declaration of function ‘exit’ 
> [-Werror=implicit-function-declaration]
>64 | exit(1);
>   | ^~~~
> tcl2c.c:47:1: note: include ‘’ or provide a declaration of ‘exit’
>46 | #include 
>   +++ |+#include 
>47 | 
> tcl2c.c:64:9: warning: incompatible implicit declaration of built-in function 
> ‘exit’ [-Wbuiltin-declaration-mismatch]
>64 | exit(1);
>   | ^~~~
> tcl2c.c:64:9: note: include ‘’ or provide a declaration of ‘exit’
> tcl2c.c:93:5: warning: incompatible implicit declaration of built-in function 
> ‘exit’ [-Wbuiltin-declaration-mismatch]
>93 | exit(0);
>   | ^~~~
> tcl2c.c:93:5: note: include ‘’ or provide a declaration of ‘exit’
> cc1: some warnings being treated as errors
> make[1]: *** [Makefile:780: tcl2c.o] Error 1


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

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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#1066229: libtextwrap: FTBFS: textwrap.c:166:10: error: implicit declaration of function ‘wcwidth’; did you mean ‘mbwidth’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: libtextwrap
Version: 0.1-16
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 textwrap.lo textwrap.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 
> textwrap.c  -fPIC -DPIC -o .libs/textwrap.o
> textwrap.c: In function ‘mbwidth’:
> textwrap.c:166:10: error: implicit declaration of function ‘wcwidth’; did you 
> mean ‘mbwidth’? [-Werror=implicit-function-declaration]
>   166 |   return wcwidth(c[0]);
>   |  ^~~
>   |  mbwidth
> cc1: some warnings being treated as errors
> make[2]: *** [Makefile:553: textwrap.lo] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/libtextwrap_0.1-16_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&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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#1066238: dvbackup: FTBFS: dvconnect.c:264:33: error: implicit declaration of function ‘memcpy’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: dvbackup
Version: 1:0.0.4-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 
> -fPIE -pie -Wl,-z,relro -Wl,-z,now -D_FORTIFY_SOURCE=2 -DHAVE_LIBPOPT -o 
> dvconnect dvconnect.c -lpopt -lpthread
> dvconnect.c: In function ‘handle_packet’:
> dvconnect.c:264:33: error: implicit declaration of function ‘memcpy’ 
> [-Werror=implicit-function-declaration]
>   264 | memcpy(p_out, data + 12, 480);
>   | ^~
> dvconnect.c:22:1: note: include ‘’ or provide a declaration of 
> ‘memcpy’
>21 | #include 
>   +++ |+#include 
>22 | 
> dvconnect.c:264:33: warning: incompatible implicit declaration of built-in 
> function ‘memcpy’ [-Wbuiltin-declaration-mismatch]
>   264 | memcpy(p_out, data + 12, 480);
>   | ^~
> dvconnect.c:264:33: note: include ‘’ or provide a declaration of 
> ‘memcpy’
> dvconnect.c: In function ‘capture_raw’:
> dvconnect.c:326:26: error: implicit declaration of function ‘strcmp’ 
> [-Werror=implicit-function-declaration]
>   326 | if (!filename || strcmp(filename, "-") == 0) {
>   |  ^~
> dvconnect.c:326:26: note: include ‘’ or provide a declaration of 
> ‘strcmp’
> dvconnect.c:401:25: error: implicit declaration of function ‘memset’ 
> [-Werror=implicit-function-declaration]
>   401 | memset(curr, 0, v.buf_size);
>   | ^~
> dvconnect.c:401:25: note: include ‘’ or provide a declaration of 
> ‘memset’
> dvconnect.c:401:25: warning: incompatible implicit declaration of built-in 
> function ‘memset’ [-Wbuiltin-declaration-mismatch]
> dvconnect.c:401:25: note: include ‘’ or provide a declaration of 
> ‘memset’
> dvconnect.c:426:41: warning: incompatible implicit declaration of built-in 
> function ‘memcpy’ [-Wbuiltin-declaration-mismatch]
>   426 | memcpy(outbuf + outbuf_used, 
> curr+ofs,
>   | ^~
> dvconnect.c:426:41: note: include ‘’ or provide a declaration of 
> ‘memcpy’
> dvconnect.c:431:41: warning: incompatible implicit declaration of built-in 
> function ‘memcpy’ [-Wbuiltin-declaration-mismatch]
>   431 | memcpy(outbuf + outbuf_used,
>   | ^~
> dvconnect.c:431:41: note: include ‘’ or provide a declaration of 
> ‘memcpy’
> dvconnect.c: In function ‘fill_buffer’:
> dvconnect.c:584:33: warning: incompatible implicit declaration of built-in 
> function ‘memcpy’ [-Wbuiltin-declaration-mismatch]
>   584 | memcpy(f_node->data, 
> underrun_data_frame,
>   | ^~
> dvconnect.c:584:33: note: include ‘’ or provide a declaration of 
> ‘memcpy’
> dvconnect.c:633:25: warning: incompatible implicit declaration of built-in 
> function ‘memcpy’ [-Wbuiltin-declaration-mismatch]
>   633 | memcpy(p, frame + vdata, 480);
>   | ^~
> dvconnect.c:633:25: note: include ‘’ or provide a declaration of 
> ‘memcpy’
> dvconnect.c: In function ‘send_raw’:
> dvconnect.c:782:9: warning: incompatible implicit declaration of built-in 
> function ‘memset’ [-Wbuiltin-declaration-mismatch]
>   782 | memset(packet_sizes, 0, sizeof(packet_sizes));
>   | ^~
> dvconnect.c:782:9: note: include ‘’ or provide a declaration of 
> ‘memset’
> dvconnect.c: In function ‘rt_raisepri’:
> dvconnect.c:848:17: warning: incompatible implicit declaration of built-in 
> function ‘memset’ [-Wbuiltin-declaration-mismatch]
>   848 | memset (&scp, '\0', sizeof (scp));
>   | ^~
> dvconnect.c:848:17: note: include ‘’ or provide a declaration of 
> ‘memset’
> dvconnect.c: In function ‘sig_int_recv_handler’:
> dvconnect.c:305:9: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   305 | write(2, t, sizeof(t));
>   | ^~
> dvconnect.c: In function ‘sig_int_send_handler’:
> dvconnect.c:499:9: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   499 | write(2, t, sizeof(t));
>   |  

Bug#1066241: epm: FTBFS: mantohtml.c:230:27: error: implicit declaration of function ‘tolower’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: epm
Version: 4.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 mantohtml.o mantohtml.c
> mantohtml.c: In function ‘main’:
> mantohtml.c:230:27: error: implicit declaration of function ‘tolower’ 
> [-Werror=implicit-function-declaration]
>   230 |   putc_entity(tolower(*lineptr), outfile);
>   |   ^~~
> mantohtml.c:39:1: note: include ‘’ or provide a declaration of 
> ‘tolower’
>38 | #include 
>   +++ |+#include 
>39 | 
> mantohtml.c:399:34: error: implicit declaration of function ‘isspace’ 
> [-Werror=implicit-function-declaration]
>   399 | for (lineptr = line + 4; isspace(*lineptr); lineptr ++);
>   |  ^~~
> mantohtml.c:399:34: note: include ‘’ or provide a declaration of 
> ‘isspace’
> mantohtml.c:562:20: error: implicit declaration of function ‘isdigit’ 
> [-Werror=implicit-function-declaration]
>   562 |   else if (isdigit(lineptr[0]) && isdigit(lineptr[1]) &&
>   |^~~
> mantohtml.c:562:20: note: include ‘’ or provide a declaration of 
> ‘isdigit’
> cc1: some warnings being treated as errors
> make[2]: *** [: mantohtml.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/epm_4.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&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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#1066242: snacc: FTBFS: parse-asn1.c:2716:16: error: implicit declaration of function ‘yylex’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I. -I../.. -DCOMPILER -DUSE_NIBBLE_MEMORY=0 
> -DUSE_EXP_BUF -I../../c-lib/inc -I../../c-lib/boot -I../../compiler/back-ends 
>  -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 -O0 -DFLEX_IN_USE -c -o parse-asn1.o 
> parse-asn1.c
> parse-asn1.c: In function ‘yyparse’:
> parse-asn1.c:2716:16: error: implicit declaration of function ‘yylex’ 
> [-Werror=implicit-function-declaration]
>  2716 |   yychar = yylex ();
>   |^
> parse-asn1.y:712:9: error: implicit declaration of function 
> ‘LexBeginInitialContext’; did you mean ‘LexBeginIntialContext’? 
> [-Werror=implicit-function-declaration]
>   712 | LexBeginInitialContext();
>   | ^~
>   | LexBeginIntialContext
> parse-asn1.y:927:13: error: implicit declaration of function ‘yyerror’; did 
> you mean ‘YYerror’? [-Werror=implicit-function-declaration]
>   927 | yyerror("Warning: positive signed number out of range");
>   | ^~~
>   | YYerror
> parse-asn1.y:1872:34: error: implicit declaration of function 
> ‘OidArcNameToNum’ [-Werror=implicit-function-declaration]
>  1872 | $$->arcNum = OidArcNameToNum ($1);
>   |  ^  
> parse-asn1.y:1911:9: error: implicit declaration of function ‘AddNewValueDef’ 
> [-Werror=implicit-function-declaration]
>  1911 | AddNewValueDef (oidElmtValDefsG, $1, newVal);
>   | ^~
> parse-asn1.y: At top level:
> parse-asn1.y:3065:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>  3065 | yyerror (s)
>   | ^~~
> parse-asn1.y: In function ‘yyerror’:
> parse-asn1.y:3068:25: warning: format ‘%d’ expects argument of type ‘int’, 
> but argument 4 has type ‘long unsigned int’ [-Wformat=]
>  3068 | fprintf (stderr,"file \"%s\", line %d: %s at symbol 
> \"%s\"\n\n", modulePtrG->asn1SrcFileName, myLineNoG, s, yytext);
>   | 
> ^~~   
> ~
>   |   
> |
>   |   
> long unsigned int
> parse-asn1.y: In function ‘InitAsn1Parser’:
> parse-asn1.y:3092:9: error: implicit declaration of function ‘yyrestart’ 
> [-Werror=implicit-function-declaration]
>  3092 | yyrestart (fPtr);
>   | ^
> In file included from parse-asn1.y:78:
> parse-asn1.y: In function ‘PushApplTag’:
> snacc-util.h:25:42: warning: format ‘%d’ expects argument of type ‘int’, but 
> argument 4 has type ‘long unsigned int’ [-Wformat=]
>25 | fprintf (stderr, "file \"%s\", line %d: ", 
> fileName, lineNo)
>   |  ^~~~
> parse-asn1.y:3159:13: note: in expansion of macro ‘PrintErrLoc’
>  3159 | PrintErrLoc (modulePtrG->asn1SrcFileName, lineNo);
>   | ^~~
> parse-asn1.y:3160:29: warning: format ‘%d’ expects argument of type ‘int’, 
> but argument 3 has type ‘long unsigned int’ [-Wformat=]
>  3160 | fprintf (stderr,"ERROR - APPLICATION tags can be used 
> only once per ASN.1 module.  The tag \"[APPLICATION %d]\" was previously used 
> on line %d.\n", tagCode, l->lineNo);
>   | 
> ^~
>   ~~~
>   |   
>   
> |
>   |   
>   
> long unsigned int
> parse-asn1.y:3160:29: warning: format ‘%d’ expects argument of type ‘int’, 
> but argument 4 has type ‘long unsigned int’ [-Wformat=]
>  3160 | fprintf (stderr,"ERROR - APPLICATION tags can be used 
> only once per ASN.1 module.  The tag \"[APPLICATION %d]\" was previously use

Bug#1066246: lcm: FTBFS: emit_cpp.c:306:19: error: implicit declaration of function ‘_exit’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: lcm
Version: 1.3.1+repack1-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=\"lcm\" -DPACKAGE_TARNAME=\"lcm\" 
> -DPACKAGE_VERSION=\"1.3.1\" -DPACKAGE_STRING=\"lcm\ 1.3.1\" 
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lcm\" 
> -DVERSION=\"1.3.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/\" -I.  -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread  -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -std=gnu99 -Wall -D_FILE_OFFSET_BITS=64 
> -D_LARGEFILE_SOURCE -D_REENTRANT -Wno-unused-parameter 
> -Wno-format-zero-length -Wshadow -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> -o emit_csharp.o emit_csharp.c
> emit_cpp.c: In function ‘emit_header_start’:
> emit_cpp.c:306:19: error: implicit declaration of function ‘_exit’ 
> [-Werror=implicit-function-declaration]
>   306 |   _exit(1);
>   |   ^
> emit_cpp.c:306:19: warning: incompatible implicit declaration of built-in 
> function ‘_exit’ [-Wbuiltin-declaration-mismatch]
> In function ‘ensure_token_capacity’,
> inlined from ‘tokenize_next_internal’ at tokenize.c:325:14:
> tokenize.c:127:28: warning: argument 2 range [18446744071562067968, 
> 18446744073709551615] exceeds maximum object size 9223372036854775807 
> [-Walloc-size-larger-than=]
>   127 | t->token = (char*) realloc(t->token, t->token_capacity);
>   |^~~~
> In file included from tokenize.c:1:
> /usr/include/stdlib.h: In function ‘tokenize_next_internal’:
> /usr/include/stdlib.h:564:14: note: in a call to allocation function 
> ‘realloc’ declared here
>   564 | extern void *realloc (void *__ptr, size_t __size)
>   |  ^~~
> gcc -DPACKAGE_NAME=\"lcm\" -DPACKAGE_TARNAME=\"lcm\" 
> -DPACKAGE_VERSION=\"1.3.1\" -DPACKAGE_STRING=\"lcm\ 1.3.1\" 
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lcm\" 
> -DVERSION=\"1.3.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/\" -I.  -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread  -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -std=gnu99 -Wall -D_FILE_OFFSET_BITS=64 
> -D_LARGEFILE_SOURCE -D_REENTRANT -Wno-unused-parameter 
> -Wno-format-zero-length -Wshadow -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> -o emit_python.o emit_python.c
> gcc -DPACKAGE_NAME=\"lcm\" -DPACKAGE_TARNAME=\"lcm\" 
> -DPACKAGE_VERSION=\"1.3.1\" -DPACKAGE_STRING=\"lcm\ 1.3.1\" 
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lcm\" 
> -DVERSION=\"1.3.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/\" -I.  -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread  -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -std=gnu99 -Wall -D_FILE_OFFSET_BITS=64 
> -D_LARGEFILE_SOURCE -D_REENTRANT -Wno-unused-parameter 
> -Wno-format-zero-length -Wshadow -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> -o emit_lua.o emit_lua.c
> emit_python.c: In function ‘emit_package’:
> emit_python.c:702:33: warning: ‘__builtin___sprintf_chk’ may write a 
> terminating nul past the end of the destination [-Wformat-overflow=]
>   702 | sprintf(package_dir, "%s%s%s", package_dir_prefix, pdname,
>   | ^
> In file included from /usr/include/stdio.h:906,
>  from emit_python.c:1:
> In function ‘sprintf’,
> inlined from ‘emit_package’ at emit_python.c:702:5:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output 2 or more bytes (assuming 4097) into a 
> destination of size 4096
>30 |   return __builtin___s

Bug#1066252: 9base: FTBFS: mbwc.h:2:16: error: implicit declaration of function ‘p9mbtowc’; did you mean ‘mbtowc’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: 9base
Version: 1:6-13
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 
> -fcommon -c -I. -DPREFIX="\"/usr/lib/plan9\"" -DUNICODE 
> -DDWBHOME="\"/usr/share/9base/troff\"" -DNTERMDIR="\"/term/tab.\"" 
> -DTEXHYPHENS="\"/hyphen.tex\"" -DALTHYPHENS="\"/hyphen.tex\"" 
> -DFONTDIR="\"/font\"" -DTDEVNAME="\"utf\"" -DTMACDIR="\"/tmac/tmac.\"" 
> -Wdate-time -D_FORTIFY_SOURCE=2 -I../lib9 -I../lib9/sec n7.c
> In file included from 
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
>  from /usr/include/stdio.h:27,
>  from tdef.h:1,
>  from n2.c:8:
> /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"
>   |   ^~~
> In file included from /usr/include/inttypes.h:25,
>  from ../lib9/u.h:38,
>  from n1.c:8:
> /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"
>   |   ^~~
> In file included from 
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
>  from /usr/include/stdio.h:27,
>  from tdef.h:1,
>  from n7.c:2:
> /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"
>   |   ^~~
> In file included from fns.h:3,
>  from n1.c:10:
> n1.c: In function ‘get1ch’:
> mbwc.h:2:16: error: implicit declaration of function ‘p9mbtowc’; did you mean 
> ‘mbtowc’? [-Werror=implicit-function-declaration]
> 2 | #define mbtowc p9mbtowc
>   |^~~~
> n1.c:752:26: note: in expansion of macro ‘mbtowc’
>   752 | if ((n = mbtowc(&wc, buf, p-buf)) >= 0)
>   |  ^~
> n1.c: In function ‘casesy’:
> n1.c:1074:9: warning: ignoring return value of ‘system’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1074 | system(sybuf);
>   | ^
> CC n8.c
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -fcommon -c -I. -DPREFIX="\"/usr/lib/plan9\"" -DUNICODE 
> -DDWBHOME="\"/usr/share/9base/troff\"" -DNTERMDIR="\"/term/tab.\"" 
> -DTEXHYPHENS="\"/hyphen.tex\"" -DALTHYPHENS="\"/hyphen.tex\"" 
> -DFONTDIR="\"/font\"" -DTDEVNAME="\"utf\"" -DTMACDIR="\"/tmac/tmac.\"" 
> -Wdate-time -D_FORTIFY_SOURCE=2 -I../lib9 -I../lib9/sec n8.c
> CC n9.c
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -fcommon -c -I. -DPREFIX="\"/usr/lib/plan9\"" -DUNICODE 
> -DDWBHOME="\"/usr/share/9base/troff\"" -DNTERMDIR="\"/term/tab.\"" 
> -DTEXHYPHENS="\"/hyphen.tex\"" -DALTHYPHENS="\"/hyphen.tex\"" 
> -DFONTDIR="\"/font\"" -DTDEVNAME="\"utf\"" -DTMACDIR="\"/tmac/tmac.\"" 
> -Wdate-time -D_FORTIFY_SOURCE=2 -I../lib9 -I../lib9/sec n9.c
> In file included from /usr/include/inttypes.h:25,
>  from ../lib9/u.h:38,
>  from n8.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"
>   |   ^~~
> CC t10.c
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -fcommon -c -I. -DPREFIX="\"/usr/lib/plan9\"" -DUNICODE 
> -DDWBHOME="\"/usr/share/9base/troff\"" -DNTERMDIR="\"/term/tab.\"" 
> -DTEXHYPHENS="\"/hyphen.tex\"" -DALTHYPHENS="\"/hyphen.tex\"" 
> -DFONTDIR="\"/font\"" -DTDEVNAME="\"utf\"" -DTMACDIR="\"/tmac/tmac.\"" 
> -Wdate-time -D_FORTIFY_SOURCE=2 -I../lib9 -I../lib9/sec t10.c
> CC n10.c
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-cla

Bug#1066270: convlit: FTBFS: litsections.c:332:14: error: implicit declaration of function ‘LZXinit’; did you mean ‘lzxd_init’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: convlit
Version: 1.8-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 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Ides 
> -Isha -Inewlzx -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2  -c -o 
> litheaders.o litheaders.c
> litembiggen.c:340:30: note: expected ‘U8 *’ {aka ‘unsigned char *’} but 
> argument is of type ‘char *’
>   340 | WRITE_STRING(tag_name);
>   |  ^~~~
> litembiggen.c:69:35: note: in definition of macro ‘WRITE_STRING’
>69 | status = htmlwrite(write_data,s,strlen(s));\
>   |   ^
> litembiggen.c:64:35: warning: pointer targets in passing argument 2 of 
> ‘htmlwrite’ differ in signedness [-Wpointer-sign]
>64 | status = htmlwrite(write_data,&ch,1);\
>   |   ^~~
>   |   |
>   |   char *
> litembiggen.c:360:21: note: in expansion of macro ‘WRITE_CHAR’
>   360 | WRITE_CHAR(' ');
>   | ^~
> litembiggen.c:64:35: note: expected ‘U8 *’ {aka ‘unsigned char *’} but 
> argument is of type ‘char *’
>64 | status = htmlwrite(write_data,&ch,1);\
>   |   ^~~
> litembiggen.c:360:21: note: in expansion of macro ‘WRITE_CHAR’
>   360 | WRITE_CHAR(' ');
>   | ^~
> litembiggen.c:64:35: warning: pointer targets in passing argument 2 of 
> ‘htmlwrite’ differ in signedness [-Wpointer-sign]
>64 | status = htmlwrite(write_data,&ch,1);\
>   |   ^~~
>   |   |
>   |   char *
> litembiggen.c:361:21: note: in expansion of macro ‘WRITE_CHAR’
>   361 | WRITE_CHAR('/');
>   | ^~
> litembiggen.c:64:35: note: expected ‘U8 *’ {aka ‘unsigned char *’} but 
> argument is of type ‘char *’
>64 | status = htmlwrite(write_data,&ch,1);\
>   |   ^~~
> litembiggen.c:361:21: note: in expansion of macro ‘WRITE_CHAR’
>   361 | WRITE_CHAR('/');
>   | ^~
> litembiggen.c:64:35: warning: pointer targets in passing argument 2 of 
> ‘htmlwrite’ differ in signedness [-Wpointer-sign]
>64 | status = htmlwrite(write_data,&ch,1);\
>   |   ^~~
>   |   |
>   |   char *
> litembiggen.c:362:21: note: in expansion of macro ‘WRITE_CHAR’
>   362 | WRITE_CHAR('>');
>   | ^~
> litembiggen.c:64:35: note: expected ‘U8 *’ {aka ‘unsigned char *’} but 
> argument is of type ‘char *’
>64 | status = htmlwrite(write_data,&ch,1);\
>   |   ^~~
> litembiggen.c:362:21: note: in expansion of macro ‘WRITE_CHAR’
>   362 | WRITE_CHAR('>');
>   | ^~
> litembiggen.c:64:35: warning: pointer targets in passing argument 2 of 
> ‘htmlwrite’ differ in signedness [-Wpointer-sign]
>64 | status = htmlwrite(write_data,&ch,1);\
>   |   ^~~
>   |   |
>   |   char *
> litembiggen.c:366:21: note: in expansion of macro ‘WRITE_CHAR’
>   366 | WRITE_CHAR('>');
>   | ^~
> litembiggen.c:64:35: note: expected ‘U8 *’ {aka ‘unsigned char *’} but 
> argument is of type ‘char *’
>64 | status = htmlwrite(write_data,&ch,1);\
>   |   ^~~
> litembiggen.c:366:21: note: in expansion of macro ‘WRITE_CHAR’
>   366 | WRITE_CHAR('>');
>   | ^~
> litembiggen.c:64:35: warning: pointer targets in passing argument 2 of 
> ‘htmlwrite’ differ in signedness [-Wpointer-sign]
>64 | status = htmlwrite(write_data,&ch,1);\
>   |   ^~~
>   |   |
>   |   char *
> litembiggen.c:420:25: note: in expansion of macro ‘WRITE_CHAR’
>   420

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

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

Hi,

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

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

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

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

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

Hi,

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

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

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

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

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

Hi,

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

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

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

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

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

Hi,

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

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

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


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

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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#1066330: bluemon: FTBFS: bluemon-query.c:46:15: error: implicit declaration of function ‘strncmp’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

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


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

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

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

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

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



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

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

Hi,

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

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

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


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

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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

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

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

Hi,

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

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

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


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

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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#1066341: gtkam: FTBFS: gtkam-preview.c:443:17: error: implicit declaration of function ‘gp_setting_set’; did you mean ‘g_settings_set’? [-Werror=implicit-function-declaration]

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

Hi,

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

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

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

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

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

Hi,

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

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

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

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

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

Hi,

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

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

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


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

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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#1066375: canna: FTBFS: context.c:105:13: error: implicit declaration of function ‘mkdir’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> gcc -c -g -Wall -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 -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   context.c
> In file included from /usr/include/inttypes.h:25,
>  from ../../include/canna/sysdep.h:30,
>  from ../../include/canna/RK.h:44,
>  from RKintern.h:58,
>  from context.c:28:
> /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"
>   |   ^~~
> context.c: In function ‘_RkInitialize’:
> context.c:105:13: error: implicit declaration of function ‘mkdir’ 
> [-Werror=implicit-function-declaration]
>   105 | if (mkdir(path, MKDIR_MODE) < 0 &&
>   | ^
> context.c: At top level:
> context.c:24:13: warning: ‘rcsid’ defined but not used [-Wunused-variable]
>24 | static char rcsid[]="$Id: context.c,v 1.5 2003/09/17 08:50:52 aida_s 
> Exp $";
>   | ^
> cc1: some warnings being treated as errors
> make[5]: *** [Makefile:1123: context.o] Error 1


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

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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#1066385: file-kanji: FTBFS: file2.c:52:9: error: implicit declaration of function ‘exit’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> 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 file2.o file2.c
> file2.c:44:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>44 | main(argc,argv)
>   | ^~~~
> file2.c: In function ‘main’:
> file2.c:52:9: error: implicit declaration of function ‘exit’ 
> [-Werror=implicit-function-declaration]
>52 | exit(1);
>   | ^~~~
> file2.c:17:1: note: include ‘’ or provide a declaration of ‘exit’
>16 | #include 
>   +++ |+#include 
>17 | 
> file2.c:52:9: warning: incompatible implicit declaration of built-in function 
> ‘exit’ [-Wbuiltin-declaration-mismatch]
>52 | exit(1);
>   | ^~~~
> file2.c:52:9: note: include ‘’ or provide a declaration of ‘exit’
> file2.c:55:15: error: implicit declaration of function ‘check’ 
> [-Werror=implicit-function-declaration]
>55 | (void)check(argv[i]);
>   |   ^
> file2.c: In function ‘check’:
> file2.c:85:16: error: implicit declaration of function ‘check_detail’ 
> [-Werror=implicit-function-declaration]
>85 | kind = check_detail(buff, n);
>   |^~~~
> file2.c:94:13: error: implicit declaration of function ‘strcpy’ 
> [-Werror=implicit-function-declaration]
>94 | strcpy(work, "JIS text");
>   | ^~
> file2.c:17:1: note: include ‘’ or provide a declaration of ‘strcpy’
>16 | #include 
>   +++ |+#include 
>17 | 
> file2.c:94:13: warning: incompatible implicit declaration of built-in 
> function ‘strcpy’ [-Wbuiltin-declaration-mismatch]
>94 | strcpy(work, "JIS text");
>   | ^~
> file2.c:94:13: note: include ‘’ or provide a declaration of ‘strcpy’
> file2.c:96:17: error: implicit declaration of function ‘strcat’ 
> [-Werror=implicit-function-declaration]
>96 | strcat(work, " (KI=ESC-$-B");
>   | ^~
> file2.c:96:17: note: include ‘’ or provide a declaration of ‘strcat’
> file2.c:96:17: warning: incompatible implicit declaration of built-in 
> function ‘strcat’ [-Wbuiltin-declaration-mismatch]
> file2.c:96:17: note: include ‘’ or provide a declaration of ‘strcat’
> file2.c:98:17: warning: incompatible implicit declaration of built-in 
> function ‘strcat’ [-Wbuiltin-declaration-mismatch]
>98 | strcat(work, " (KI=ESC-$-@");
>   | ^~
> file2.c:98:17: note: include ‘’ or provide a declaration of ‘strcat’
> file2.c:100:17: warning: incompatible implicit declaration of built-in 
> function ‘strcat’ [-Wbuiltin-declaration-mismatch]
>   100 | strcat(work, ",KO=ESC-(-B)");
>   | ^~
> file2.c:100:17: note: include ‘’ or provide a declaration of 
> ‘strcat’
> file2.c:102:17: warning: incompatible implicit declaration of built-in 
> function ‘strcat’ [-Wbuiltin-declaration-mismatch]
>   102 | strcat(work, ",KO=ESC-(-J)");
>   | ^~
> file2.c:102:17: note: include ‘’ or provide a declaration of 
> ‘strcat’
> file2.c:112:27: error: implicit declaration of function ‘fork’ 
> [-Werror=implicit-function-declaration]
>   112 | if ( (pid=fork()) < 0 ) {
>   |   ^~~~
> file2.c:117:21: error: implicit declaration of function ‘execl’ 
> [-Werror=implicit-function-declaration]
>   117 | execl("/usr/bin/file", "file", filename, NULL);
>   | ^
> file2.c:117:21: warning: incompatible implicit declaration of built-in 
> function ‘execl’ [-Wbuiltin-declaration-mismatch]
> file2.c:118:21: error: implicit declaration of function ‘_exit’ 
> [-Werror=implicit-function-declaration]
>   118 | _exit(0);
>   | ^
> file2.c:118:21: warning: incompatible implicit declaration of built-in 
> function ‘_exit’ [-Wbuiltin-declaration-mismatch]
> file2.c:121:17: error: implicit declaration of function ‘wait’ 
> [-Werror=implicit-function-declaration]
>   121 | wait(&status);
>   | ^~~~
> file2.c:131:38: error: implicit declaration of function ‘strlen’ 
> [-Werror=implicit-function-declaration]
>   131 | printf("%s:%s\t%s\n", filename, (strlen(filename)+1)<=7?"\t":"", 
> f);
>   |   

Bug#1066387: gkermit: FTBFS: gkermit.c:350:7: error: implicit declaration of function ‘sleep’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: gkermit
Version: 2.01-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 -Wl,-z,relro -c gproto.c
> gkermit.c: In function ‘errpkt’:
> gkermit.c:350:7: error: implicit declaration of function ‘sleep’ 
> [-Werror=implicit-function-declaration]
>   350 |   sleep(1); /* Time to soak up incoming 
> junk. */
>   |   ^
> gunixio.c: In function ‘sysinit’:
> gunixio.c:256:19: warning: passing argument 2 of ‘signal’ from incompatible 
> pointer type [-Wincompatible-pointer-types]
>   256 | signal(SIGHUP,doexit);  /* Go here on hangup */
>   |   ^~
>   |   |
>   |   int (*)(int)
> In file included from gunixio.c:83:
> /usr/include/signal.h:88:57: note: expected ‘__sighandler_t’ {aka ‘void 
> (*)(int)’} but argument is of type ‘int (*)(int)’
>88 | extern __sighandler_t signal (int __sig, __sighandler_t __handler)
>   |  ~~~^
> gunixio.c: In function ‘ttopen’:
> gunixio.c:358:23: warning: passing argument 2 of ‘signal’ from incompatible 
> pointer type [-Wincompatible-pointer-types]
>   358 | signal(SIGINT,doexit);
>   |   ^~
>   |   |
>   |   int (*)(int)
> /usr/include/signal.h:88:57: note: expected ‘__sighandler_t’ {aka ‘void 
> (*)(int)’} but argument is of type ‘int (*)(int)’
>88 | extern __sighandler_t signal (int __sig, __sighandler_t __handler)
>   |  ~~~^
> gunixio.c:361:24: warning: passing argument 2 of ‘signal’ from incompatible 
> pointer type [-Wincompatible-pointer-types]
>   361 | signal(SIGTSTP,doexit);
>   |^~
>   ||
>   |int (*)(int)
> /usr/include/signal.h:88:57: note: expected ‘__sighandler_t’ {aka ‘void 
> (*)(int)’} but argument is of type ‘int (*)(int)’
>88 | extern __sighandler_t signal (int __sig, __sighandler_t __handler)
>   |  ~~~^
> gunixio.c:364:24: warning: passing argument 2 of ‘signal’ from incompatible 
> pointer type [-Wincompatible-pointer-types]
>   364 | signal(SIGQUIT,doexit);
>   |^~
>   ||
>   |int (*)(int)
> /usr/include/signal.h:88:57: note: expected ‘__sighandler_t’ {aka ‘void 
> (*)(int)’} but argument is of type ‘int (*)(int)’
>88 | extern __sighandler_t signal (int __sig, __sighandler_t __handler)
>   |  ~~~^
> gunixio.c:395:26: error: implicit declaration of function ‘dup2’ 
> [-Werror=implicit-function-declaration]
>   395 | else if (dup2(ofd, 1) == -1)
>   |  ^~~~
> gunixio.c:398:19: error: implicit declaration of function ‘close’; did you 
> mean ‘pclose’? [-Werror=implicit-function-declaration]
>   398 |   close(ofd);
>   |   ^
>   |   pclose
> gunixio.c: In function ‘ttres’:
> gunixio.c:543:19: error: implicit declaration of function ‘write’; did you 
> mean ‘fwrite’? [-Werror=implicit-function-declaration]
>   543 | dummy = (int) write(1,"\015\012",2);
>   |   ^
>   |   fwrite
> gunixio.c: In function ‘ttchk’:
> gunixio.c:553:13: error: implicit declaration of function ‘read’; did you 
> mean ‘fread’? [-Werror=implicit-function-declaration]
>   553 | x = read(0,&tinbuf[tlast],TINBUFSIZ-tlast);
>   | ^~~~
>   | fread
> gunixio.c: In function ‘ttinl’:
> gunixio.c:634:24: warning: passing argument 2 of ‘signal’ from incompatible 
> pointer type [-Wincompatible-pointer-types]
>   634 | signal(SIGALRM,timerh); /* Enable timer interrupt */
>   |^~
>   ||
>   |int (*)()
> /usr/include/signal.h:88:57: note: expected ‘__sighandler_t’ {aka ‘void 
> (*)(int)’} but argument is of type ‘int (*)()’
>88 | extern __sighandler_t signal (int __sig, __sighandler_t __handler)
>   | 

Bug#1066401: playmidi: FTBFS: io_gtk.c:19:10: fatal error: gtk/gtk.h: No such file or directory

2024-03-13 Thread Lucas Nussbaum
Source: playmidi
Version: 2.4debian-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):
> make[2]: Entering directory '/<>'
> for i in *.c; do cc -E -M -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
> -I/usr/X11R6/include -DNARROWPROTO -I/usr/local/include  $i; done >.depend
> io_gtk.c:19:10: fatal error: gtk/gtk.h: No such file or directory
>19 | #include 
>   |  ^~~
> compilation terminated.
> io_svgalib.c:17:10: fatal error: vga.h: No such file or directory
>17 | #include 
>   |  ^~~
> compilation terminated.
> rm -f *.o playmidi splaymidi xplaymidi a.out toy seq2mid beat
> make[2]: Leaving directory '/<>'
> 
> Successful.  Trying to make again
> 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 playmidi.o playmidi.c
> playmidi.c: In function ‘main’:
> playmidi.c:558:17: warning: ignoring return value of ‘fgets’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   558 | fgets(temp, sizeof(temp), mfd); /* skip 1st line */
>   | ^~
> playmidi.c:559:17: warning: ignoring return value of ‘fgets’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   559 | fgets(temp, sizeof(temp), mfd);
>   | ^~
> playmidi.c:578:9: warning: ignoring return value of ‘fread’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   578 | fread(filebuf, 1, info.st_size, mfd);
>   | ^~~~
> 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 readmidi.o readmidi.c
> 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 playevents.o playevents.c
> 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 patchload.o patchload.c
> 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 emumidi.o emumidi.c
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection   
> -c io_ncurses.c -o io_ncurses.o
> cc -Wl,-z,relro -o playmidi playmidi.o readmidi.o playevents.o patchload.o 
> emumidi.o io_ncurses.o -L/usr/lib -L/usr/lib64 -lncurses
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  
> -I/usr/X11R6/include -DNARROWPROTO -c io_xaw.c -o io_xaw.o
> cc -Wl,-z,relro -o xplaymidi playmidi.o readmidi.o playevents.o patchload.o 
> emumidi.o io_xaw.o -L/usr/X11R6/lib -L/usr/X11R6/lib64 -lXaw -lXt -lX11
> make[1]: Leaving directory '/<>'
> touch build-stamp
>  fakeroot debian/rules binary
> dh_testdir
> dh_testroot
> dh_clean -k
> dh_clean: warning: Compatibility levels before 10 are deprecated (level 7 in 
> use)
> dh_clean: warning: dh_clean -k is deprecated; use dh_prep instead
> dh_clean: warning: This feature will be removed in compat 12.
> dh_installdirs etc/X11/app-defaults etc/playmidi usr/bin \
>  usr/lib/playmidi usr/share/doc/playmidi/examples \
>  
> dh_installdirs: warning: Compatibility levels before 10 are deprecated (level 
> 7 in use)
> install -m644 XPlaymidi.ad debian/playmidi/etc/X11/app-defaults/XPlaymidi
> install -m644 drums.* std.* debian/playmidi/etc/playmidi
> # compile xplaymidi wrapper
> sh debian/xplaymidi.sh
> debian/xplaymidi.c: In function ‘main’:
> debian/xplaymidi.c:22:3: error: implicit declaration of function ‘execv’ 
> [-Werror=implicit-function-declaration]
>22 |   execv ("/usr/lib/playmidi/xplaymidi", argv);
>   |   ^
> cc1: some warnings being treated as errors
> make: *** [debian/rules:40: install] Error 1


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

All bugs file

Bug#1066416: granite-7: FTBFS: ./obj-x86_64-linux-gnu/lib/libgranite-7.so.7.4.0.p/Widgets/DatePicker.c:248:(.text+0x70c): undefined reference to `gtk_calendar_get_year'

2024-03-13 Thread Lucas Nussbaum
Source: granite-7
Version: 7.4.0-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):
> /usr/bin/ld: 
> lib/libgranite-7.so.7.4.0.p/meson-generated_Widgets_DatePicker.c.o: in 
> function `_granite_date_picker___lambda10_':
> ./obj-x86_64-linux-gnu/lib/libgranite-7.so.7.4.0.p/Widgets/DatePicker.c:248:(.text+0x70c):
>  undefined reference to `gtk_calendar_get_year'
> /usr/bin/ld: 
> ./obj-x86_64-linux-gnu/lib/libgranite-7.so.7.4.0.p/Widgets/DatePicker.c:251:(.text+0x71a):
>  undefined reference to `gtk_calendar_get_month'
> /usr/bin/ld: 
> ./obj-x86_64-linux-gnu/lib/libgranite-7.so.7.4.0.p/Widgets/DatePicker.c:254:(.text+0x727):
>  undefined reference to `gtk_calendar_get_day'
> collect2: error: ld returned 1 exit status


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/granite-7_7.4.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&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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#1066420: sendmail: FTBFS: ./debian/./debian/conftest.c:37:(.text.startup+0xb): undefined reference to `__res_query'

2024-03-13 Thread Lucas Nussbaum
Source: sendmail
Version: 8.18.1-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):
> /usr/bin/ld: /tmp/ccO4jMcD.o: in function `main':
> ./debian/./debian/conftest.c:37:(.text.startup+0xb): undefined reference to 
> `__res_query'
> collect2: error: ld returned 1 exit status


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/sendmail_8.18.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&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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#1066426: xshisen: FTBFS: main.C:149:71: error: ‘rand’ was not declared in this scope

2024-03-13 Thread Lucas Nussbaum
Source: xshisen
Version: 1:1.51-7
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):
> c++ -c -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -DNO_GLOBAL_HIGHSCORE  -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/X11R6/include 
> -DLIB_DIR=\"/usr/share/games/xshisen\" -DDAT_DIR=\"/var/games\" 
> -DHAVE_CONFIG_H main.C -o main.o
> In file included from main.C:3:
> fallback.h:2:5: warning: ISO C++ forbids converting a string constant to 
> ‘char*’ [-Wwrite-strings]
> 2 | "*connectLineColor: blue",
>   | ^
> fallback.h:3:5: warning: ISO C++ forbids converting a string constant to 
> ‘char*’ [-Wwrite-strings]
> 3 | "*connectLineTime: 1200",
>   | ^~~~
> fallback.h:4:5: warning: ISO C++ forbids converting a string constant to 
> ‘char*’ [-Wwrite-strings]
> 4 | "*aboutString: Shisen-sho for X11 ver " XSHISEN_VERSION " \\n\\n"
>   | ^
> 5 | " Shisen-sho for X11by Masaoki Kobayashi 
> \\n"
>   | 
> ~
> 6 | "   Shisen-sho for Win  by Shinji Ono \\n"
>   | ~~~
> 7 | "   Picture by Takayuki Akiyama ",
>   | ~~
> fallback.h:8:5: warning: ISO C++ forbids converting a string constant to 
> ‘char*’ [-Wwrite-strings]
> 8 | "*tedumari: No pieces available to get",
>   | ^~~
> fallback.h:9:5: warning: ISO C++ forbids converting a string constant to 
> ‘char*’ [-Wwrite-strings]
> 9 | "*timeFormat: Your time is %2.2d:%2.2d.",
>   | ^~~~
> fallback.h:10:5: warning: ISO C++ forbids converting a string constant to 
> ‘char*’ [-Wwrite-strings]
>10 | "*displayFormat1: Pieces left: ",
>   | ^~~~
> fallback.h:11:5: warning: ISO C++ forbids converting a string constant to 
> ‘char*’ [-Wwrite-strings]
>11 | "*displayFormat2: Time: ",
>   | ^
> fallback.h:12:5: warning: ISO C++ forbids converting a string constant to 
> ‘char*’ [-Wwrite-strings]
>12 | "*score*scoreTitle: Shisen-sho best scores\\n\\n",
>   | ^
> fallback.h:13:5: warning: ISO C++ forbids converting a string constant to 
> ‘char*’ [-Wwrite-strings]
>13 | "*score*strPeriod: Last %d days",
>   | ^~~~
> fallback.h:14:5: warning: ISO C++ forbids converting a string constant to 
> ‘char*’ [-Wwrite-strings]
>14 | "*score*strPlayed: Played",
>   | ^~
> fallback.h:15:5: warning: ISO C++ forbids converting a string constant to 
> ‘char*’ [-Wwrite-strings]
>15 | "*score*strCompleted: Completed",
>   | ^~~~
> fallback.h:16:5: warning: ISO C++ forbids converting a string constant to 
> ‘char*’ [-Wwrite-strings]
>16 | "*score*strTedumari: Deadlocked",
>   | ^~~~
> fallback.h:17:5: warning: ISO C++ forbids converting a string constant to 
> ‘char*’ [-Wwrite-strings]
>17 | "*score*strSearched: Search used",
>   | ^
> fallback.h:18:5: warning: ISO C++ forbids converting a string constant to 
> ‘char*’ [-Wwrite-strings]
>18 | "*score*strGames: games",
>   | ^~~~
> fallback.h:19:5: warning: ISO C++ forbids converting a string constant to 
> ‘char*’ [-Wwrite-strings]
>19 | "*score*strAverage: Average",
>   | ^~~~
> fallback.h:20:5: warning: ISO C++ forbids converting a string constant to 
> ‘char*’ [-Wwrite-strings]
>20 | "*score*strTotal: Total",
>   | ^~~~
> fallback.h:21:5: warning: ISO C++ forbids converting a string constant to 
> ‘char*’ [-Wwrite-strings]
>21 | "*score*strGiveUp: Given up",
>   | ^~~~
> fallback.h:22:5: warning: ISO C++ forbids converting a string constant to 
> ‘char*’ [-Wwrite-strings]
>22 | "*score*personalTitle: Personal Statistics (%s)\\n\\n",
>   | ^~
> fallback.h:23:5: warning: ISO C++ forbids converting a string constant to 
> ‘char*’ [-Wwrite-strings]
>23 | "*score*averagePeriod: 14",
>   | ^~
> fallback.h:25:5: warning: ISO C++ forbids converting a string constant to 
> ‘char*’ [

Bug#1066437: libast: FTBFS: snprintf.c:45:22: error: unknown type name ‘size_t’

2024-03-13 Thread Lucas Nussbaum
Source: libast
Version: 0.7-9.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):
> /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. 
> -I../include/libast -I../include -I../include/libast  -I/usr/include 
> -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o snprintf.lo snprintf.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libast 
> -I../include -I../include/libast -I/usr/include -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> snprintf.c  -fPIC -DPIC -o .libs/snprintf.o
> snprintf.c:45:22: error: unknown type name ‘size_t’
>45 | vsnprintf(char *str, size_t count, const char *fmt, va_list args)
>   |  ^~
> snprintf.c:8:1: note: ‘size_t’ is defined in header ‘’; did you 
> forget to ‘#include ’?
> 7 | # include 
>   +++ |+#include 
> 8 | #else
> snprintf.c:58:21: error: unknown type name ‘size_t’
>58 | snprintf(char *str, size_t count, const char *fmt, ...)
>   | ^~
> snprintf.c:58:21: note: ‘size_t’ is defined in header ‘’; did you 
> forget to ‘#include ’?
> snprintf.c: In function ‘fmtstr’:
> snprintf.c:250:36: error: implicit declaration of function ‘iscntrl’ 
> [-Werror=implicit-function-declaration]
>   250 | if (visible_control && iscntrl(c) && !isspace(c)) {
>   |^~~
> snprintf.c:8:1: note: include ‘’ or provide a declaration of 
> ‘iscntrl’
> 7 | # include 
>   +++ |+#include 
> 8 | #else
> snprintf.c:250:51: error: implicit declaration of function ‘isspace’ 
> [-Werror=implicit-function-declaration]
>   250 | if (visible_control && iscntrl(c) && !isspace(c)) {
>   |   ^~~
> snprintf.c:250:51: note: include ‘’ or provide a declaration of 
> ‘isspace’
> snprintf.c: In function ‘fmtdouble’:
> snprintf.c:359:5: error: implicit declaration of function ‘strcpy’ 
> [-Werror=implicit-function-declaration]
>   359 | strcpy(fmtstr, "%");
>   | ^~
> snprintf.c:8:1: note: include ‘’ or provide a declaration of 
> ‘strcpy’
> 7 | # include 
>   +++ |+#include 
> 8 | #else
> snprintf.c:359:5: warning: incompatible implicit declaration of built-in 
> function ‘strcpy’ [-Wbuiltin-declaration-mismatch]
>   359 | strcpy(fmtstr, "%");
>   | ^~
> snprintf.c:359:5: note: include ‘’ or provide a declaration of 
> ‘strcpy’
> snprintf.c:361:9: error: implicit declaration of function ‘strcat’ 
> [-Werror=implicit-function-declaration]
>   361 | strcat(fmtstr, "-");
>   | ^~
> snprintf.c:361:9: note: include ‘’ or provide a declaration of 
> ‘strcat’
> snprintf.c:361:9: warning: incompatible implicit declaration of built-in 
> function ‘strcat’ [-Wbuiltin-declaration-mismatch]
> snprintf.c:361:9: note: include ‘’ or provide a declaration of 
> ‘strcat’
> snprintf.c:363:9: error: implicit declaration of function ‘sprintf’ 
> [-Werror=implicit-function-declaration]
>   363 | sprintf(fmtstr + strlen(fmtstr), "%d", len);
>   | ^~~
> snprintf.c:8:1: note: include ‘’ or provide a declaration of 
> ‘sprintf’
> 7 | # include 
>   +++ |+#include 
> 8 | #else
> snprintf.c:363:9: warning: incompatible implicit declaration of built-in 
> function ‘sprintf’ [-Wbuiltin-declaration-mismatch]
>   363 | sprintf(fmtstr + strlen(fmtstr), "%d", len);
>   | ^~~
> snprintf.c:363:9: note: include ‘’ or provide a declaration of 
> ‘sprintf’
> snprintf.c:363:26: error: implicit declaration of function ‘strlen’ 
> [-Werror=implicit-function-declaration]
>   363 | sprintf(fmtstr + strlen(fmtstr), "%d", len);
>   |  ^~
> snprintf.c:363:26: note: include ‘’ or provide a declaration of 
> ‘strlen’
> snprintf.c:363:26: warning: incompatible implicit declaration of built-in 
> function ‘strlen’ [-Wbuiltin-declaration-mismatch]
> snprintf.c:363:26: note: include ‘’ or provide a declaration of 
> ‘strlen’
> snprintf.c:366:9: warning: incompatible implicit declaration of built-in 
> function ‘sprintf’ [-Wbuiltin-declaration-mismatch]
>   366 | sprintf(fmtstr + strlen(fmtstr), ".%d", precision);
>   | ^~~
> snprintf.c:366:9: note: include ‘’ or provide a declaration of 
> ‘sprintf’
> snprintf.c:366:26: warning: incompatible implicit declaration of built-in 
> function ‘strlen’ [-Wbuiltin-declaration-mismatch]
>   366 |   

Bug#1066462: dot-forward: FTBFS: control.c:65:41: error: implicit declaration of function ‘close’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: dot-forward
Version: 1:0.71-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 '/<>'
> ( cat warn-auto.sh; \
> echo CC=\'`head -1 conf-cc`\'; \
> echo LD=\'`head -1 conf-ld`\' \
> ) > auto-ccld.sh
> nroff -man dot-forward.1 > dot-forward.0
> cat auto-ccld.sh make-load.sh > make-load
> cat auto-ccld.sh find-systype.sh > find-systype
> cat auto-ccld.sh make-compile.sh > make-compile
> cat auto-ccld.sh make-makelib.sh > make-makelib
> chmod 755 make-load
> chmod 755 find-systype
> chmod 755 make-compile
> chmod 755 make-makelib
> ./find-systype > systype
> ( cat warn-auto.sh; ./make-load "`cat systype`" ) > load
> ( cat warn-auto.sh; ./make-compile "`cat systype`" ) > \
> compile
> ( cat warn-auto.sh; ./make-makelib "`cat systype`" ) > \
> makelib
> chmod 755 load
> chmod 755 makelib
> chmod 755 compile
> ./compile dot-forward.c
> ./compile control.c
> ( ( ./compile tryvfork.c && ./load tryvfork ) >/dev/null \
> 2>&1 \
> && cat fork.h2 || cat fork.h1 ) > fork.h
> ./compile auto-str.c
> ./compile substdio.c
> ./compile substdi.c
> ./compile substdo.c
> ./compile subfderr.c
> control.c: In function ‘control_readline’:
> control.c:65:41: error: implicit declaration of function ‘close’ 
> [-Werror=implicit-function-declaration]
>65 |  if (getln(&ss,sa,&match,'\n') == -1) { close(fd); return -1; }
>   | ^
> dot-forward.c: In function ‘run’:
> dot-forward.c:78:7: error: implicit declaration of function ‘pipe’ 
> [-Werror=implicit-function-declaration]
>78 |   if (pipe(pi) == -1)
>   |   ^~~~
> dot-forward.c:81:19: error: implicit declaration of function ‘fork’ 
> [-Werror=implicit-function-declaration]
>81 |   switch (child = fork()) {
>   |   ^~~~
> dot-forward.c:85:7: error: implicit declaration of function ‘close’ 
> [-Werror=implicit-function-declaration]
>85 |   close(pi[1]);
>   |   ^
> dot-forward.c:86:11: error: implicit declaration of function ‘fd_move’ 
> [-Werror=implicit-function-declaration]
>86 |   if (fd_move(0,pi[0]) == -1)
>   |   ^~~
> dot-forward.c:89:7: error: implicit declaration of function ‘sig_pipedefault’ 
> [-Werror=implicit-function-declaration]
>89 |   sig_pipedefault();
>   |   ^~~
> dot-forward.c:90:7: error: implicit declaration of function ‘execv’ 
> [-Werror=implicit-function-declaration]
>90 |   execv(*args,args);
>   |   ^
> auto-str.c:8:6: warning: conflicting types for built-in function ‘puts’; 
> expected ‘int(const char *)’ [-Wbuiltin-declaration-mismatch]
> 8 | void puts(s)
>   |  ^~~~
> auto-str.c:4:1: note: ‘puts’ is declared in header ‘’
> 3 | #include "exit.h"
>   +++ |+#include 
> 4 | 
> dot-forward.c: In function ‘readcontrols’:
> dot-forward.c:141:7: error: implicit declaration of function ‘chdir’ 
> [-Werror=implicit-function-declaration]
>   141 |   if (chdir(auto_qmail) == -1)
>   |   ^
> dot-forward.c:160:7: error: implicit declaration of function ‘fchdir’ 
> [-Werror=implicit-function-declaration]
>   160 |   if (fchdir(fddir) == -1)
>   |   ^~
> dot-forward.c: In function ‘gotaddr’:
> dot-forward.c:189:12: error: implicit declaration of function ‘case_diffb’ 
> [-Werror=implicit-function-declaration]
>   189 |   if (!case_diffb(address.s,address.len,user)) {
>   |^~
> dot-forward.c: In function ‘main’:
> dot-forward.c:389:3: error: implicit declaration of function ‘sig_pipeignore’ 
> [-Werror=implicit-function-declaration]
>   389 |   sig_pipeignore();
>   |   ^~
> rm -f tryvfork.o tryvfork
> ./compile substdio_copy.c
> ./compile error.c
> ./compile error_str.c
> ./compile str_len.c
> ./compile str_diffn.c
> ./compile byte_chr.c
> cc1: some warnings being treated as errors
> make[1]: *** [Makefile:75: control.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/dot-forward_0.71-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&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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#1066464: liece: FTBFS: dcc.c:128:7: error: implicit declaration of function ‘sleep’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> gcc -I. -I.. -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=\"\" 
> -DPACKAGE=\"liece\" -DVERSION=\"2.0.0\" -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_SYS_SELECT_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_STRTOUL=1 -DHAVE_MEMMOVE=1 
> -DHAVE_GETADDRINFO=1 -DHAVE_BASENAME=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 -c 
> -o dcc.o dcc.c
> dcc.c: In function ‘prepare_listen_port’:
> dcc.c:128:7: error: implicit declaration of function ‘sleep’ 
> [-Werror=implicit-function-declaration]
>   128 |   sleep (20);   /* wait 20 seconds and try again */
>   |   ^
> dcc.c: In function ‘get_address_externally’:
> dcc.c:163:3: error: implicit declaration of function ‘close’; did you mean 
> ‘pclose’? [-Werror=implicit-function-declaration]
>   163 |   close(dummy);
>   |   ^
>   |   pclose
> dcc.c: In function ‘send_file’:
> dcc.c:189:3: error: implicit declaration of function ‘gethostname’; did you 
> mean ‘gethostbyname’? [-Werror=implicit-function-declaration]
>   189 |   gethostname(namebuf, sizeof (namebuf));
>   |   ^~~
>   |   gethostbyname
> dcc.c:205:34: warning: format ‘%u’ expects argument of type ‘unsigned int’, 
> but argument 4 has type ‘u_long’ {aka ‘long unsigned int’} [-Wformat=]
>   205 | printf ("DCC send %s %d %u %d\n", ifile, port, addr, 
> statbuf.st_size);
>   | ~^ 
>   |  | |
>   |  unsigned int  u_long {aka 
> long unsigned int}
>   | %lu
> dcc.c:205:37: warning: format ‘%d’ expects argument of type ‘int’, but 
> argument 5 has type ‘__off_t’ {aka ‘long int’} [-Wformat=]
>   205 | printf ("DCC send %s %d %u %d\n", ifile, port, addr, 
> statbuf.st_size);
>   |~^
> ~~~
>   | |   |
>   | int 
> __off_t {aka long int}
>   |%ld
> dcc.c:209:17: error: implicit declaration of function ‘read’; did you mean 
> ‘fread’? [-Werror=implicit-function-declaration]
>   209 |   while ((len = read (ifd, buf, sizeof (buf))) > 0) {
>   | ^~~~
>   | fread
> dcc.c:210:5: error: implicit declaration of function ‘write’; did you mean 
> ‘fwrite’? [-Werror=implicit-function-declaration]
>   210 | write (ofd, buf, len);
>   | ^
>   | fwrite
> dcc.c: In function ‘receive_file’:
> dcc.c:245:5: error: implicit declaration of function ‘lseek’; did you mean 
> ‘fseek’? [-Werror=implicit-function-declaration]
>   245 | lseek (ifd, 0, 2);
>   | ^
>   | fseek
> dcc.c: In function ‘primary_address_of’:
> dcc.c:342:12: error: implicit declaration of function ‘inet_addr’ 
> [-Werror=implicit-function-declaration]
>   342 | addr = inet_addr(host);
>   |^
> dcc.c: In function ‘chat_listen’:
> dcc.c:370:27: warning: format ‘%u’ expects argument of type ‘unsigned int’, 
> but argument 2 has type ‘u_long’ {aka ‘long unsigned int’} [-Wformat=]
>   370 | printf("DCC chat %u %d\n", addr, port);
>   |  ~^
>   |   ||
>   |   |u_long {aka long unsigned int}
>   |   unsigned int
>   |  %lu
> dcc.c: In function ‘main’:
> dcc.c:397:22: error: implicit declaration of function ‘basename’; did you 
> mean ‘rename’? [-Werror=implicit-function-declaration]
>   397 |   progname = (char *)basename(argv[ 0 ]);
>   |  ^~~~
>   |   

Bug#1066481: trueprint: FTBFS: language.c:134:3: error: implicit declaration of function ‘dm’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: trueprint
Version: 5.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. -I.. -I.. -I..  -Wdate-time -D_FORTIFY_SOURCE=2 
> -DPRINTERS_FILE=\"/etc/trueprint/printers\" -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o language.o language.c
> language.c: In function ‘filename_to_language’:
> language.c:134:3: error: implicit declaration of function ‘dm’ 
> [-Werror=implicit-function-declaration]
>   134 |   dm('l',2,"Finding language for filename %s\n",filename);
>   |   ^~
> gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I..  -Wdate-time -D_FORTIFY_SOURCE=2 
> -DPRINTERS_FILE=\"/etc/trueprint/printers\" -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o lang_pike.o lang_pike.c
> gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I..  -Wdate-time -D_FORTIFY_SOURCE=2 
> -DPRINTERS_FILE=\"/etc/trueprint/printers\" -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o print_prompt.o print_prompt.c
> lang_pike.c: In function ‘is_pike_reserved_word’:
> lang_pike.c:61:7: error: implicit declaration of function ‘strcmp’ 
> [-Werror=implicit-function-declaration]
>61 |  (strcmp(fn_name,"if")==0) ||
>   |   ^~
> lang_pike.c:22:1: note: include ‘’ or provide a declaration of 
> ‘strcmp’
>21 | #include "lang_pike.h"
>   +++ |+#include 
>22 | 
> gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I..  -Wdate-time -D_FORTIFY_SOURCE=2 
> -DPRINTERS_FILE=\"/etc/trueprint/printers\" -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o expand_str.o expand_str.c
> print_prompt.c: In function ‘print_prompt’:
> print_prompt.c:121:11: warning: ignoring return value of ‘fgets’ declared 
> with attribute ‘warn_unused_result’ [-Wunused-result]
>   121 |   fgets(response,INPUT_LINE_LEN-1,stdin);
>   |   ^~
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:463: language.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/trueprint_5.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&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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#1066487: libgpiv: FTBFS: ../../lib/img.c:939:16: error: implicit declaration of function ‘gets’; did you mean ‘fgets’? [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> /bin/bash ../libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -fopenmp 
> -DHAVE_CONFIG_H -I. -I../../lib -I.. -I../../include -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/realtime/include  
> -I/usr/include/hdf5/serial -I/usr/include/hdf5/serial  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o io_png.lo ../../lib/io_png.c
> libtool: compile:  x86_64-linux-gnu-gcc -fopenmp -DHAVE_CONFIG_H -I. 
> -I../../lib -I.. -I../../include -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/realtime/include 
> -I/usr/include/hdf5/serial -I/usr/include/hdf5/serial -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c ../../lib/imgproc_deform.c  -fPIC 
> -DPIC -o .libs/imgproc_deform.o
> libtool: compile:  x86_64-linux-gnu-gcc -fopenmp -DHAVE_CONFIG_H -I. 
> -I../../lib -I.. -I../../include -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/realtime/include 
> -I/usr/include/hdf5/serial -I/usr/include/hdf5/serial -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c ../../lib/io.c  -fPIC -DPIC -o 
> .libs/io.o
> libtool: compile:  x86_64-linux-gnu-gcc -fopenmp -DHAVE_CONFIG_H -I. 
> -I../../lib -I.. -I../../include -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/realtime/include 
> -I/usr/include/hdf5/serial -I/usr/include/hdf5/serial -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c ../../lib/imgproc_par.c  -fPIC 
> -DPIC -o .libs/imgproc_par.o
> libtool: compile:  x86_64-linux-gnu-gcc -fopenmp -DHAVE_CONFIG_H -I. 
> -I../../lib -I.. -I../../include -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/realtime/include 
> -I/usr/include/hdf5/serial -I/usr/include/hdf5/serial -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c ../../lib/io_png.c  -fPIC -DPIC -o 
> .libs/io_png.o
> ../../lib/img.c: In function ‘gpiv_img_read_header’:
> ../../lib/img.c:939:16: error: implicit declaration of function ‘gets’; did 
> you mean ‘fgets’? [-Werror=implicit-function-declaration]
>   939 | while (gets (line) != NULL) {
>   |^~~~
>   |fgets
> ../../lib/img.c:939:28: warning: comparison between pointer and integer
>   939 | while (gets (line) != NULL) {
>   |^~
> libtool: compile:  x86_64-linux-gnu-gcc -fopenmp -DHAVE_CONFIG_H -I. 
> -I../../lib -I.. -I../../include -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/realtime/include 
> -I/usr/include/hdf5/serial -I/usr/include/hdf5/serial -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c ../../lib/genpar.c -o genpar.o 
> >/dev/null 2>&1
> ../../lib/io.c: In function ‘gpiv_find_pivdata_origin’:
> ../../lib/io.c:379:28: warning: comparison between pointer and zero character 
> constant [-Wpointer-compare]
>   379 | if (strstr(line, "rr") != '\0') {
>   |^~
> ../../lib/io.c:379:9: note: did you mean to dereference the pointer?
>   379 | if (strstr(line, "rr") != '\0') {
>   | ^
> ../../lib/io.c:381:38: warning: comparison between pointer and zero character 
> constant [-Wpointer-compare]
>   381 | } else if (strstr(line, "DaVis") != '\0') {
>   |  ^~
> ../../lib/io.c:381:16: note: did you mean to dereference the pointer?
>   381 | } else if (strstr(line, "DaVis") != '\0') {
>   |^
> ../../lib/io.c: In function ‘find_data_scaled’:
> ../../lib/io.c:1201:30: warning: comparison between pointer and zero 
> character constant [-Wpointer-compare]
>  1201 | if (strstr(line,"scale") != '\0') {
>   |

Bug#1066492: tinydyndns: FTBFS: seek_set.c:7:7: error: implicit declaration of function ‘lseek’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: tinydyndns
Version: 0.4.2.debian1-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):
> make[2]: Entering directory '/<>'
> ( cat warn-auto.sh; \
> echo 'main="$1"; shift'; \
> echo exec "`head -1 conf-ld`" \
> '-o "$main" "$main".o ${1+"$@"}' \
> ) > load
> ( cat warn-auto.sh; \
> echo exec "`head -1 conf-cc`" '-c ${1+"$@"}' \
> ) > compile
> chmod 755 load
> chmod 755 compile
> cat warn-auto.sh choose.sh \
> | sed s}HOME}"`head -1 conf-home`"}g \
> > choose
> ( cat warn-auto.sh; \
> echo CC=\'`head -1 conf-cc`\'; \
> echo LD=\'`head -1 conf-ld`\'; \
> cat find-systype.sh; \
> ) | sh > systype
> ./compile env.c
> ./compile alloc.c
> ./compile alloc_re.c
> ./compile getln.c
> chmod 755 choose
> ./compile getln2.c
> ./compile stralloc_cat.c
> ./compile stralloc_catb.c
> ./compile stralloc_cats.c
> ./compile stralloc_copy.c
> ./compile stralloc_eady.c
> ./compile stralloc_num.c
> ./compile stralloc_opyb.c
> ./compile stralloc_opys.c
> ./compile stralloc_pend.c
> ./compile buffer.c
> ./compile buffer_1.c
> ./compile buffer_2.c
> ./compile buffer_copy.c
> ./compile buffer_get.c
> ./compile buffer_put.c
> ./compile strerr_die.c
> ./compile strerr_sys.c
> ./compile buffer_read.c
> ./compile buffer_write.c
> ./compile error.c
> ./compile error_str.c
> ./compile ndelay_off.c
> ./compile ndelay_on.c
> ./compile open_read.c
> ./compile open_trunc.c
> ./compile openreadclose.c
> ./compile readclose.c
> ./compile seek_set.c
> ./compile socket_accept.c
> ./compile socket_bind.c
> seek_set.c: In function ‘seek_set’:
> seek_set.c:7:7: error: implicit declaration of function ‘lseek’ 
> [-Werror=implicit-function-declaration]
> 7 | { if (lseek(fd,(off_t) pos,SET) == -1) return -1; return 0; }
>   |   ^
> ./compile socket_conn.c
> ./compile socket_listen.c
> ./compile socket_recv.c
> ./compile socket_send.c
> cc1: some warnings being treated as errors
> make[2]: *** [Makefile.djbdns:767: seek_set.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/tinydyndns_0.4.2.debian1-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&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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#1066495: libjconv: FTBFS: jconv.c:34:21: error: implicit declaration of function ‘strcmp’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: libjconv
Version: 2.8-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 
> -fPIC -DHAVE_CODESET -Wdate-time -D_FORTIFY_SOURCE=2  -c -o jconv.o jconv.c
> jconv.c: In function ‘main’:
> jconv.c:34:21: error: implicit declaration of function ‘strcmp’ 
> [-Werror=implicit-function-declaration]
>34 | if (strcmp(argv[i], "-c") == 0) {
>   | ^~
> jconv.c:9:1: note: include ‘’ or provide a declaration of ‘strcmp’
> 8 | #include "jconv.h"
>   +++ |+#include 
> 9 | 
> cc1: some warnings being treated as errors
> make[1]: *** [: jconv.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/libjconv_2.8-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&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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#1066496: rdiff-backup-fs: FTBFS: gstats.h:44:30: error: implicit declaration of function ‘time’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: rdiff-backup-fs
Version: 1.0.0-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 -Wall -g -O3 -I/usr/include/fuse 
> -D_FILE_OFFSET_BITS=64  -c -o gutils.o gutils.c
> gutils.c: In function ‘gdesccopy’:
> gutils.c:9:17: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
> 9 | write(dest, buffer, result);
>   | ^~~
> gpath.c: In function ‘gpthcldptr’:
> gpath.c:82:5: warning: this ‘for’ clause does not guard... 
> [-Wmisleading-indentation]
>82 | for (; (i >= 0) && (path[i] != '/'); i--);
>   | ^~~
> gpath.c:83:9: note: ...this statement, but the latter is misleadingly 
> indented as if it were guarded by the ‘for’
>83 | (*pointer) = path + i + 1;
>   | ^
> grdiff.c: In function ‘snapshot_copy’:
> grdiff.c:305:17: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   305 | write(snapshot_desc, buffer, result);
>   | ^~~~
> grdiff.c: In function ‘snapshot_append’:
> In file included from gtree.h:5,
>  from gtree.c:3:
> gtree.c: In function ‘gtreenew’:
> grdiff.c:331:9: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   331 | write(snapshot_desc, buffer, 1);
>   | ^~~
> gstats.h:44:30: error: implicit declaration of function ‘time’ 
> [-Werror=implicit-function-declaration]
>44 | (stats)->ctime = time(0);   \
>   |  ^~~~
> gtree.c:42:5: note: in expansion of macro ‘set_directory_stats’
>42 | set_directory_stats(stats);
>   | ^~~
> gtree.c:5:1: note: ‘time’ is defined in header ‘’; did you forget to 
> ‘#include ’?
> 4 | #include "gutils.h"
>   +++ |+#include 
> 5 | 
> grdiff.c:333:17: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   333 | write(snapshot_desc, buffer, result);
>   | ^~~~
> gtree.c: In function ‘tree_save_node’:
> gtree.c:269:9: error: implicit declaration of function ‘asprintf’; did you 
> mean ‘vsprintf’? [-Werror=implicit-function-declaration]
>   269 | asprintf(&temp, "File %s\n", node->stats->internal);
>   | ^~~~
>   | vsprintf
> gtree.c:295:9: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   295 | write(desc, result, strlen(result));
>   | ^~~
> gstring.c: In function ‘__gstrcat’:
> gstring.c:60:5: warning: ‘__builtin_strncpy’ specified bound depends on the 
> length of the source argument [-Wstringop-truncation]
>60 | strncpy((*dest), source, count);
>   | ^
> In function ‘gstrcpy’,
> inlined from ‘gstrcpy’ at gstring.c:67:5,
> inlined from ‘__gstrcat’ at gstring.c:23:5:
> gstring.c:73:18: note: length computed here
>73 | int length = strlen(source);
>   |  ^~
> In file included from gstats.h:4,
>  from grdiff.h:5,
>  from grdiff.c:4:
> grdiff.c: In function ‘get_revs_dir’:
> ../headers.h:41:27: warning: ‘%02d’ directive writing between 2 and 11 bytes 
> into a region of size between 8 and 15 [-Wformat-overflow=]
>41 | #define ARCHFS_DIR_FORMAT "%4d-%02d-%02dT%02d:%02d:%02d"
>   |   ^~
> grdiff.c:155:21: note: in expansion of macro ‘ARCHFS_DIR_FORMAT’
>   155 | sprintf(result, ARCHFS_DIR_FORMAT, rev_tm->tm_year + 1900,
>   | ^
> ../headers.h:41:32: note: format string is defined here
>41 | #define ARCHFS_DIR_FORMAT "%4d-%02d-%02dT%02d:%02d:%02d"
>   |^~~~
> ../headers.h:41:27: note: directive argument in the range [-2147483647, 
> 2147483647]
>41 | #define ARCHFS_DIR_FORMAT "%4d-%02d-%02dT%02d:%02d:%02d"
>   |   ^~
> grdiff.c:155:21: not

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]: *** [Makefile:546: file.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/dmitry_1.3a-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://u

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’ differ in signedness [-Wpointer-sign]
>   240 | if (count > 1) sprintf(buf,"(");
>   |^~~
>   ||
>   |unsigned char *
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:28:1: note: expected ‘char * 
> restr

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&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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#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 passing argument 1 of ‘atoi’ 
> differ in signedness [-Wpointer-sign]
>   307 | if 
> (atoi(saux)>NUMBER_ATTACKS || !atoi(saux)) QuitParameterError("attacks to be 
> launched must be defined as positive numbers from 1 to 5 splitted by commas 
> and no spaces");
>   |  ^~~~
>   |  

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 | 
> cothread.c:359:39: warning: incompatible implicit declaration of built-in 
> function ‘malloc’ [-Wbuiltin-declaration-mismatch]
>   359 | thids = (pthread_t *) malloc(nthreads * 
> sizeof(pthread_t));
>   |   ^~
> cothread.c:359:39: note: inclu

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&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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#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, &inbytesleft, (char 
> **)outbuf, &outbytesleft);
>   |   ^~~~
>   |   |
>   |   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, &inbytesleft, &p, &outbytesleft);
>   |  ^~~~
>   |  |
>   |  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-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#re

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&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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#1066604: trickle: FTBFS: configure: error: Couldn't figure out how to access libc

2024-03-13 Thread Lucas Nussbaum
Source: trickle
Version: 1.07-12
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 libtirpc... yes
> checking if underscores are needed for symbols... no
> checking if we can access libc without dlopen... no
> checking if we can access libc with libc.so... no
> checking if we can access libc with /usr/lib/libc.so*... no
> configure: error: Couldn't figure out how to access libc
>   tail -v -n \+0 config.log


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/trickle_1.07-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&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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#1066601: gnunet-gtk: FTBFS: plugin_gtk_namestore_tlsa.c:617:12: error: implicit declaration of function ‘memmem’; did you mean ‘memset’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: gnunet-gtk
Version: 0.20.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):
> /bin/bash ../../libtool  --tag=CC   --mode=link gcc -I/usr/include/gtk-3.0 
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp 
> -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders 
> -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 
> -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
> -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread 
> -I/usr/include/libgladeui-2.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gtk-3.0 
> -I/usr/include/pango-1.0 -I/usr/include/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  -fno-strict-aliasing 
> -Wall -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -I/usr/include/gtk-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  -export-dynamic 
> -avoid-version -module -no-undefined -Wl,-z,relro -o 
> libgnunet_plugin_gtk_namestore_a.la -rpath /usr/lib/x86_64-linux-gnu/gnunet 
> libgnunet_plugin_gtk_namestore_a_la-plugin_gtk_namestore_a.lo -lgnunetutil 
> -lgnunetutil -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz 
> -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 
> -lglib-2.0 
> plugin_gtk_namestore_tlsa.c: In function ‘import_x509_certificate’:
> plugin_gtk_namestore_tlsa.c:617:12: error: implicit declaration of function 
> ‘memmem’; did you mean ‘memset’? [-Werror=implicit-function-declaration]
>   617 |   cn = memmem (str.data, str.size, ",CN=", 4);
>   |^~
>   |memset
> plugin_gtk_namestore_tlsa.c:617:10: warning: assignment to ‘const char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
>   617 |   cn = memmem (str.data, str.size, ",CN=", 4);
>   |  ^
> /bin/bash ../../libtool  --tag=CC   --mode=link gcc -I/usr/include/gtk-3.0 
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp 
> -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders 
> -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 
> -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
> -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread 
> -I/usr/include/libgladeui-2.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gtk-3.0 
> -I/usr/include/pango-1.0 -I/usr/include/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/dbu

Bug#1066614: splitvt: FTBFS: vt100.c:146:16: error: implicit declaration of function ‘check_attr’; did you mean ‘set_attr’? [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> gcc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall  -O2 -DTERMCAP -DHAVE_UTHOST -DHAVE_TERMIOS_H -DHAVE_UNISTD_H 
> -DSHELL=\"/bin/sh\" -DPTYCHAR=\"\" -DHEXDIGIT=\"\" -Wdate-time 
> -D_FORTIFY_SOURCE=2  -c -o vtmouse.o vtmouse.c
> utmp.c: In function ‘addutmp’:
> utmp.c:219:21: warning: passing argument 1 of ‘time’ from incompatible 
> pointer type [-Wincompatible-pointer-types]
>   219 | (void) time(&ut.ut_time);
>   | ^
>   | |
>   | int32_t * {aka int *}
> In file included from utmp.c:11:
> /usr/include/time.h:76:29: note: expected ‘time_t *’ {aka ‘long int *’} but 
> argument is of type ‘int32_t *’ {aka ‘int *’}
>76 | extern time_t time (time_t *__timer) __THROW;
>   | ^~~
> utmp.c: In function ‘delutmp’:
> utmp.c:248:21: warning: unused variable ‘ut’ [-Wunused-variable]
>   248 | struct utmp ut;
>   | ^~
> utmp.c:298:24: warning: ignoring return value of ‘chown’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   298 | (void) chown(tty, 0, sb.st_gid);
>   |^~~~
> vt100.c: In function ‘set_attr’:
> vt100.c:146:16: error: implicit declaration of function ‘check_attr’; did you 
> mean ‘set_attr’? [-Werror=implicit-function-declaration]
>   146 | (void) check_attr(0, win->textattr, on);
>   |^~
>   |set_attr
> terminal.c: In function ‘vt_insertchar’:
> terminal.c:427:6: warning: type of ‘numcols’ defaults to ‘int’ 
> [-Wimplicit-int]
>   427 | void vt_insertchar(numcols)
>   |  ^
> vt100.c: In function ‘E_’:
> vt100.c:366:33: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   366 | write(*source, "\033[?6c", 5);
>   | ^
> vt100.c: In function ‘E_brac’:
> vt100.c:648:41: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   648 | write(*source, "\033[0n", 4);
>   | ^~~~
> vt100.c:654:41: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   654 | write(*source, reply, 
> strlen(reply));
>   | 
> ^~~~
> vt100.c:660:33: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   660 | write(*source, "\033[?6c", 5);
>   | ^
> vttest.c: In function ‘vttest’:
> vttest.c:106:9: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   106 | write(fd,"\033[c", 3);  /* Vt100 test: ESC [ 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 -DTERMCAP -DHAVE_UTHOST -DHAVE_TERMIOS_H -DHAVE_UNISTD_H 
> -DSHELL=\"/bin/sh\" -DPTYCHAR=\"\" -DHEXDIGIT=\"\" -Wdate-time 
> -D_FORTIFY_SOURCE=2  -c -o parserc.o parserc.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 -DTERMCAP -DHAVE_UTHOST -DHAVE_TERMIOS_H -DHAVE_UNISTD_H 
> -DSHELL=\"/bin/sh\" -DPTYCHAR=\"\" -DHEXDIGIT=\"\" -Wdate-time 
> -D_FORTIFY_SOURCE=2  -c -o lock.o lock.c
> misc.c: In function ‘pty_open’:
> misc.c:91:17: warning: ignoring return value of ‘dup’ declared with attribute 
> ‘warn_unused_result’ [-Wunused-result]
>91 | dup(slave_fd); dup(slave_fd); dup(slave_fd);
>   | ^
> misc.c:91:32: warning: ignoring return value of ‘dup’ declared with attribute 
> ‘warn_unused_result’ [-Wunused-result]
>91 | dup(slave_fd); dup(sla

Bug#1066610: gnomad2: FTBFS: jukebox.c:1979:13: error: implicit declaration of function ‘set_tag_for_file’; did you mean ‘set_tag_for_mp3file’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: gnomad2
Version: 2.9.6-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 -DPACKAGE_NAME=\"gnomad2\" -DPACKAGE_TARNAME=\"gnomad2\" 
> -DPACKAGE_VERSION=\"2.9.6\" -DPACKAGE_STRING=\"gnomad2\ 2.9.6\" 
> -DPACKAGE_BUGREPORT=\"tr...@df.lth.se\" -DPACKAGE_URL=\"\" 
> -DPACKAGE=\"gnomad2\" -DVERSION=\"2.9.6\" -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_TAGLIB=1 -DHAVE_LIBMTP=1 -DHAVE_LIBMTP_030=1 -DHAVE_GUDEV=1 
> -DGETTEXT_PACKAGE=\"gnomad2\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 
> -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 
> -DENABLE_NLS=1 -DGNOMADLOCALEDIR=\"/usr/share/locale\" -DHAVE_DIRENT_H=1 
> -DHAVE_MALLOC_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_FCNTL_H=1 
> -DHAVE_INTTYPES_H=1 -DHAVE_CHDIR=1 -I. -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/gtk-3.0 
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp 
> -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders 
> -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 
> -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
> -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread 
> -I/usr/include/libusb-1.0 -I/usr/include/taglib -I/usr/include/gudev-1.0 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\" -DDATADIR=\"/usr/share\" 
> -DLIBDIR=\"/usr/lib/x86_64-linux-gnu\" -DPIXMAPSDIR=\""/usr/share/pixmaps"\"  
> -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 
> -DGTK_DISABLE_SINGLE_INCLUDES -DG_DISABLE_SINGLE_INCLUDES -c -o editmeta.o 
> editmeta.c
> gnomad2.c: In function ‘scan_jukebox’:
> gnomad2.c:282:3: warning: ‘g_thread_create’ is deprecated: Use 'g_thread_new' 
> instead [-Wdeprecated-declarations]
>   282 |   g_thread_create(scan_thread,(gpointer) &scan_thread_args, FALSE, 
> NULL);
>   |   ^~~
> In file included from /usr/include/glib-2.0/glib.h:115,
>  from /usr/include/gtk-3.0/gdk/gdkconfig.h:8,
>  from /usr/include/gtk-3.0/gdk/gdk.h:30,
>  from /usr/include/gtk-3.0/gtk/gtk.h:30,
>  from common.h:51,
>  from gnomad2.c:20:
> /usr/include/glib-2.0/glib/deprecated/gthread.h:102:10: note: declared here
>   102 | GThread *g_thread_create   (GThreadFunc   func,
>   |  ^~~
> gnomad2.c: In function ‘main’:
> gnomad2.c:456:3: warning: ‘g_thread_init’ is deprecated 
> [-Wdeprecated-declarations]
>   456 |   g_thread_init(NULL);
>   |   ^
> /usr/include/glib-2.0/glib/deprecated/gthread.h:267:10: note: declared here
>   267 | void g_thread_init   (gpointer vtable);
>   |  ^
> gnomad2.c:477:3: warning: ‘gtk_window_set_wmclass’ is deprecated 
> [-Wdeprecated-declarations]
>   477 |   gtk_window_set_wmclass(GTK_WINDOW(main_window), PACKAGE, "main");
>   |   ^~
> In file included from /usr/include/gtk-3.0/gtk/gtkdialog.h:32,
>  from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
>  from /usr/include/gtk-3.0/gtk/gtk.h:31:
> /usr/include/gtk-3.0/gtk/gtkwindow.h:154:12: note: declared here
>   154 | void   gtk_window_set_wmclass  (GtkWindow   
> *window,
>   |^~
> gnomad2.c:499:3: warning: ‘gtk_vbox_new’ is deprecated: Use 'gtk_box_new' 
> instead [-Wdeprecated-declarations]
>   499 |   vbox = gtk_vbox_new(FALSE, 5);
>   |   ^~~~
> In file included from /usr/include/gtk-3.0/gtk/gtk.h:286:
> /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61:13: note: declared here
>61 | GtkWidget * gtk_vbox_new  (gboolean homogeneous,
>   | ^~~~
> gnomad2.c:534:3: warning: ‘gtk_hbox_new’ is deprecated: Use 'gtk_box_new' 
> instead [-Wdeprecated-declarations]
>   534 |   prefshbox = gtk_hbox_new(FALSE, 0);
>   |   ^
> In f

Bug#1066617: xfrisk: FTBFS: aiStubs.c:88:45: error: implicit declaration of function ‘exit’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> gcc -Wl,-z,relro -Wl,-z,now client.o network.o gui.o callbacks.o utils.o 
> dice.o cards.o game.o colormap.o help.o riskgame.o debug.o clientMain.o 
> colorEdit.o registerPlayers.o addPlayer.o viewStats.o viewCards.o viewLog.o 
> viewChat.o viewFeedback.o xgethostname.o -I/usr/X11R6/include 
> -L/usr/X11R6/lib -lXaw3d -lXext -lXmu -lXt -lSM -lICE -lX11  -o xfrisk
> aiStubs.c: In function ‘UTIL_ExitProgram’:
> aiStubs.c:88:45: error: implicit declaration of function ‘exit’ 
> [-Werror=implicit-function-declaration]
>88 | void   UTIL_ExitProgram(Int32 iExitValue) { exit(iExitValue); }
>   | ^~~~
> aiStubs.c:28:1: note: include ‘’ or provide a declaration of ‘exit’
>27 | #include "utils.h"
>   +++ |+#include 
>28 | 
> aiStubs.c:88:45: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>88 | void   UTIL_ExitProgram(Int32 iExitValue) { exit(iExitValue); }
>   | ^~~~
> aiStubs.c:88:45: note: include ‘’ or provide a declaration of ‘exit’
> aiClientMain.c: In function ‘AI_Start’:
> aiClientMain.c:353:37: warning: cast to pointer from integer of different 
> size [-Wint-to-pointer-cast]
>   353 |   __AI_Callback(NULL, AI_INIT_ONCE, (void *)iSpeciesID);
>   | ^
> aiClientMain.c: In function ‘CBK_IncomingMessage’:
> aiClientMain.c:500:47: warning: cast to pointer from integer of different 
> size [-Wint-to-pointer-cast]
>   500 | __AI_Callback(NULL, AI_INIT_GAME, (void *)iSpeciesID);
>   |   ^
> aiConway.c: In function ‘CNT_WorstDefended’:
> aiConway.c:334:25: warning: cast between incompatible function types from 
> ‘void (*)(COUNTRY *)’ {aka ‘void (*)(struct country *)’} to ‘int (*)(COUNTRY 
> *)’ {aka ‘int (*)(struct country *)’} [-Wcast-function-type]
>   334 |   CLIST_Evaluate (have, (EvalFunc)CNT_Vulnerability);
>   | ^
> aiConway.c: In function ‘CNT_BestDefended’:
> aiConway.c:343:25: warning: cast between incompatible function types from 
> ‘void (*)(COUNTRY *)’ {aka ‘void (*)(struct country *)’} to ‘int (*)(COUNTRY 
> *)’ {aka ‘int (*)(struct country *)’} [-Wcast-function-type]
>   343 |   CLIST_Evaluate (have, (EvalFunc)CNT_Vulnerability);
>   | ^
> aiConway.c: In function ‘find_nearest’:
> aiConway.c:485:34: warning: cast between incompatible function types from 
> ‘void (*)(COUNTRY *)’ {aka ‘void (*)(struct country *)’} to ‘int (*)(COUNTRY 
> *)’ {aka ‘int (*)(struct country *)’} [-Wcast-function-type]
>   485 |   CLIST_Evaluate (pAllCountries, (EvalFunc)CNT_SetZeroFlag);
>   |  ^
> aiConway.c:502:23: warning: cast between incompatible function types from 
> ‘void (*)(COUNTRY *)’ {aka ‘void (*)(struct country *)’} to ‘int (*)(COUNTRY 
> *)’ {aka ‘int (*)(struct country *)’} [-Wcast-function-type]
>   502 |   (EvalFunc)CNT_AddIfConquerable);
>   |   ^
> aiConway.c: In function ‘find_destination’:
> aiConway.c:552:38: warning: cast between incompatible function types from 
> ‘void (*)(COUNTRY *)’ {aka ‘void (*)(struct country *)’} to ‘int (*)(COUNTRY 
> *)’ {aka ‘int (*)(struct country *)’} [-Wcast-function-type]
>   552 |   CLIST_Evaluate (pDesiredCountries, (EvalFunc)CNT_IsNearest);
>   |  ^
> cc1: some warnings being treated as errors
> buildmap.c: In function ‘main’:
> buildmap.c:332:23: warning: too many arguments for format 
> [-Wformat-extra-args]
>   332 |   fprintf(stdout, ".", i);
>   |   ^~~
> aiConway.c: In function ‘CLIST_CalculateUsefulness’:
> aiConway.c:700:34: warning: cast between incompatible function types from 
> ‘void (*)(COUNTRY *)’ {aka ‘void (*)(struct country *)’} to ‘int (*)(COUNTRY 
> *)’ {aka ‘int (*)(struct country *)’} [-Wcast-function-type]
>   700 |   CLIST_Evaluate (pAllCountries, (EvalFunc)CNT_SetZeroNearness);
>   |  ^
> aiConway.c:701:38: warning: cast between incompatible function types from 
> ‘void (*)(COUNTRY *)’ {aka ‘void (*)(struct country *)’} to ‘int (*)(COUNTRY 
> *)’ {aka ‘int (*)(struct country *)’} [-Wcast-function-type]
>   701 |   CLIST_Evaluate (pDesiredCountries, (EvalFunc)do_nearness);
>   |  ^
> aiConway.c:70

Bug#1066619: libstroke: FTBFS: stroke.c:267:5: error: implicit declaration of function 'strcpy' [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: libstroke
Version: 0.5.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):
>  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../libstroke -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 
> stroke.c  -fPIC -DPIC -o .libs/stroke.o
> stroke.c: In function 'stroke_trans':
> stroke.c:267:5: error: implicit declaration of function 'strcpy' 
> [-Werror=implicit-function-declaration]
>   267 | strcpy (sequence,"0");
>   | ^~
> stroke.c:15:1: note: include '' or provide a declaration of 'strcpy'
>14 | #include 
>   +++ |+#include 
>15 | 
> stroke.c:267:5: warning: incompatible implicit declaration of built-in 
> function 'strcpy' [-Wbuiltin-declaration-mismatch]
>   267 | strcpy (sequence,"0");
>   | ^~
> stroke.c:267:5: note: include '' or provide a declaration of 
> 'strcpy'
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:300: stroke.lo] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/libstroke_0.5.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&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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#1066620: zzuf: FTBFS: zzat.c:482:32: error: implicit declaration of function ‘_IO_getc’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: zzuf
Version: 0.15-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 
> -DLIBDIR=\"/usr/lib/x86_64-linux-gnu/zzuf\" -I./common -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -std=c99 -g -O2 -Wall -W 
> -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow 
> -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o 
> util/zzuf-hex.o `test -f 'util/hex.c' || echo './'`util/hex.c
> zzat.c: In function ‘run’:
> zzat.c:482:32: error: implicit declaration of function ‘_IO_getc’ 
> [-Werror=implicit-function-declaration]
>   482 | MY_FREAD(ch = (n = _IO_getc(f)), &ch, (n != EOF));
>   |^~~~
> zzat.c:310:9: note: in definition of macro ‘MY_FCALL’
>   310 | cmd; \
>   | ^~~
> zzat.c:482:13: note: in expansion of macro ‘MY_FREAD’
>   482 | MY_FREAD(ch = (n = _IO_getc(f)), &ch, (n != EOF));
>   | ^~~~
> zzat.c:482:32: warning: nested extern declaration of ‘_IO_getc’ 
> [-Wnested-externs]
>   482 | MY_FREAD(ch = (n = _IO_getc(f)), &ch, (n != EOF));
>   |^~~~
> zzat.c:310:9: note: in definition of macro ‘MY_FCALL’
>   310 | cmd; \
>   | ^~~
> zzat.c:482:13: note: in expansion of macro ‘MY_FREAD’
>   482 | MY_FREAD(ch = (n = _IO_getc(f)), &ch, (n != EOF));
>   | ^~~~
> gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 
> -DLIBDIR=\"/usr/lib/x86_64-linux-gnu/zzuf\" -I./common -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -std=c99 -g -O2 -Wall -W 
> -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow 
> -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o 
> common/zzuf-random.o `test -f 'common/random.c' || echo './'`common/random.c
> zzat.c:565:26: error: implicit declaration of function ‘__fseeko64’; did you 
> mean ‘fseeko64’? [-Werror=implicit-function-declaration]
>   565 | MY_FSEEK(l = __fseeko64(f, l1, SEEK_CUR),
>   |  ^~
> zzat.c:310:9: note: in definition of macro ‘MY_FCALL’
>   310 | cmd; \
>   | ^~~
> zzat.c:565:13: note: in expansion of macro ‘MY_FSEEK’
>   565 | MY_FSEEK(l = __fseeko64(f, l1, SEEK_CUR),
>   | ^~~~
> zzat.c:565:26: warning: nested extern declaration of ‘__fseeko64’ 
> [-Wnested-externs]
>   565 | MY_FSEEK(l = __fseeko64(f, l1, SEEK_CUR),
>   |  ^~
> zzat.c:310:9: note: in definition of macro ‘MY_FCALL’
>   310 | cmd; \
>   | ^~~
> zzat.c:565:13: note: in expansion of macro ‘MY_FSEEK’
>   565 | MY_FSEEK(l = __fseeko64(f, l1, SEEK_CUR),
>   | ^~~~
> gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 
> -DLIBDIR=\"/usr/lib/x86_64-linux-gnu/zzuf\" -I./common -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -std=c99 -g -O2 -Wall -W 
> -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow 
> -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o 
> common/zzuf-ranges.o `test -f 'common/ranges.c' || echo './'`common/ranges.c
> gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 
> -DLIBDIR=\"/usr/lib/x86_64-linux-gnu/zzuf\" -I./common -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -std=c99 -g -O2 -Wall -W 
> -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow 
> -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o 
> common/zzuf-fd.o `test -f 'common/fd.c' || echo './'`common/fd.c
> zzuf.c: In function ‘spawn_children’:
> zzuf.c:781:17: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   781 | write(fdout, buf, n);
>   | ^~~~
> zzuf.c: In function ‘read_children’:
> zzuf.c:1165:17: war

Bug#1066625: wnn6-sdk: FTBFS: rk_modread.c:654:67: error: implicit declaration of function ‘getuid’; did you mean ‘getpwuid’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: wnn6-sdk
Version: 1.0.0-19
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 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  
> -I/<>/contrib/im/Xsi/../../../contrib/../contrib/im/Xsi/Wnn/include
>  -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
>   -Wdate-time -D_FORTIFY_SOURCE=2 -DFUNCPROTO=15 
> -DNARROWPROTO   -DLIBDIR=\"/usr/local/lib/wnn6\" -DWNNDEFAULT -DJAPANESE  
>   -g -O2 -fno-strict-aliasing -g  rk_modread.c -o unshared/rk_modread.o
> In file included from 
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
>  from /usr/include/stdio.h:27,
>  from rk_header.h:166,
>  from rk_multi.h:143,
>  from rk_modread.c:147:
> /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"
>   |   ^~~
> rk_modread.c: In function ‘get_hmdir’:
> rk_modread.c:654:67: error: implicit declaration of function ‘getuid’; did 
> you mean ‘getpwuid’? [-Werror=implicit-function-declaration]
>   654 | if(NULL == (usr = (*soc? getpwnam(soc) : 
> getpwuid(getuid()
>   |   
> ^~
>   |   
> getpwuid
> cc1: some warnings being treated as errors
> make[5]: *** [Makefile:1316: rk_modread.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/wnn6-sdk_1.0.0-19_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&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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#1066626: lua-svn: FTBFS: src/luasvn.c:1306:13: error: implicit declaration of function ‘svn_prop_needs_translation’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> /<>/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 
> -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/lua5.1  -I 
> /usr/include/subversion-1 -DLINUX -D_REENTRANT -D_GNU_SOURCE 
> -I/usr/include/apr-1.0  -Wall -Wextra -o 
> /<>/5.1-svn/src/luasvn.lo src/luasvn.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 -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/usr/include/lua5.1 -I /usr/include/subversion-1 -DLINUX -D_REENTRANT 
> -D_GNU_SOURCE -I/usr/include/apr-1.0 -Wall -Wextra src/luasvn.c  -fPIC -DPIC 
> -o /<>/5.1-svn/src/.libs/luasvn.o
> src/luasvn.c: In function ‘init_pool’:
> src/luasvn.c:58:9: warning: ‘svn_dso_initialize’ is deprecated 
> [-Wdeprecated-declarations]
>58 | svn_dso_initialize ();
>   | ^~
> In file included from src/luasvn.c:5:
> /usr/include/subversion-1/svn_dso.h:70:1: note: declared here
>70 | svn_dso_initialize(void);
>   | ^~
> src/luasvn.c: In function ‘init_function’:
> src/luasvn.c:96:9: warning: ‘svn_client_create_context’ is deprecated 
> [-Wdeprecated-declarations]
>96 | err = svn_client_create_context (ctx, *pool);
>   | ^~~
> In file included from src/luasvn.c:4:
> /usr/include/subversion-1/svn_client.h:1117:1: note: declared here
>  1117 | svn_client_create_context(svn_client_ctx_t **ctx,
>   | ^
> src/luasvn.c:105:9: warning: ‘svn_cmdline_setup_auth_baton’ is deprecated 
> [-Wdeprecated-declarations]
>   105 | err = svn_cmdline_setup_auth_baton(&ab,
>   | ^~~
> In file included from src/luasvn.c:8:
> /usr/include/subversion-1/svn_cmdline.h:405:1: note: declared here
>   405 | svn_cmdline_setup_auth_baton(svn_auth_baton_t **ab,
>   | ^~~~
> src/luasvn.c: In function ‘log_msg_func2’:
> src/luasvn.c:179:54: warning: unused parameter ‘commit_items’ 
> [-Wunused-parameter]
>   179 |const apr_array_header_t *commit_items,
>   |~~^~~~
> src/luasvn.c: In function ‘l_add’:
> src/luasvn.c:236:9: warning: ‘svn_path_canonicalize’ is deprecated 
> [-Wdeprecated-declarations]
>   236 | path = svn_path_canonicalize (path, pool);
>   | ^~~~
> In file included from src/luasvn.c:6:
> /usr/include/subversion-1/svn_path.h:284:1: note: declared here
>   284 | svn_path_canonicalize(const char *path, apr_pool_t *pool);
>   | ^
> src/luasvn.c:238:9: warning: ‘svn_client_add3’ is deprecated 
> [-Wdeprecated-declarations]
>   238 | err = svn_client_add3 (path, recursive, force, no_ignore, 
> ctx, pool);
>   | ^~~
> /usr/include/subversion-1/svn_client.h:1714:1: note: declared here
>  1714 | svn_client_add3(const char *path,
>   | ^~~
> src/luasvn.c: In function ‘l_cat’:
> src/luasvn.c:279:9: warning: ‘svn_path_canonicalize’ is deprecated 
> [-Wdeprecated-declarations]
>   279 | path = svn_path_canonicalize (path, pool);
>   | ^~~~
> /usr/include/subversion-1/svn_path.h:284:1: note: declared here
>   284 | svn_path_canonicalize(const char *path, apr_pool_t *pool);
>   | ^
> src/luasvn.c:288:9: warning: ‘svn_client_cat2’ is deprecated 
> [-Wdeprecated-declarations]
>   288 | err = svn_client_cat2 (stream, path, &peg_revision, 
> &revision, ctx, pool);
>   | ^~~
> /usr/include/subversion-1/svn_client.h:6981:1: note: declared here
>  6981 | svn_client_cat2(svn_stream_t *out,
>   | ^~~
> src/luasvn.c: In function ‘l_checkout’:
> src/luasvn.c:337:9: warning: ‘svn_path_canonicalize’ is deprecated 
> [-Wdeprecated-declarations]
>   337 | path = svn_path_canonicalize (path, pool);
>   | ^~~~
> /usr/include/subversion-1/svn_path.h:284:1: note: declared here
>   284 | svn_path_canonicalize(const char *path, apr_pool_t *pool);
>   | ^
> src/luasvn.c:338:9: warning: ‘svn_path_canonicalize’ is deprecated 
> [-Wdeprecated-declarations]
>   338 | dir = svn_path_canonicalize (d

Bug#1066637: cronolog: FTBFS: cronoutils.c:673:36: error: implicit declaration of function ‘strptime’; did you mean ‘strftime’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: cronolog
Version: 1.6.2+rpk-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=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
> -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" 
> -DPACKAGE=\"cronolog\" -DVERSION=\"1.6.2\" -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 -DTIME_WITH_SYS_TIME=1 
> -DHAVE_STRUCT_TM_TM_ZONE=1 -DHAVE_TM_ZONE=1 -DHAVE_FCNTL_H=1 
> -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRFTIME=1 -DHAVE_VPRINTF=1 
> -DHAVE_MKDIR=1 -DHAVE_MKTIME=1 -DHAVE_PUTENV=1 -DHAVE_STRPTIME=1 
> -DHAVE_LOCALTIME_R=1 -I. -I../lib  -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 cronolog.o cronolog.c
> cronolog.c: In function ‘main’:
> cronolog.c:213:33: warning: too many arguments for format 
> [-Wformat-extra-args]
>   213 | fprintf(stderr, "A current log symlink is needed to 
> mantain a symlink to the previous log\n", argv[0]);
>   | 
> ^~~~
> cronolog.c:301:29: warning: too many arguments for format 
> [-Wformat-extra-args]
>   301 | fprintf(stderr, "%s: period delay cannot be larger than 
> the rollover period\n", argv[0], start_time);
>   | 
> ^~
> cronotest.c: In function ‘main’:
> cronotest.c:229:29: warning: too many arguments for format 
> [-Wformat-extra-args]
>   229 | fprintf(stderr, "%s: period delay cannot be larger than 
> the rollover period\n", argv[0], start_time);
>   | 
> ^~
> cronoutils.c: In function ‘parse_time’:
> cronoutils.c:673:36: error: implicit declaration of function ‘strptime’; did 
> you mean ‘strftime’? [-Werror=implicit-function-declaration]
>   673 |if (check_end((const char *)strptime(time_str, *date_formats, 
> &tm)))
>   |^~~~
>   |strftime
> cronoutils.c:673:22: warning: cast to pointer from integer of different size 
> [-Wint-to-pointer-cast]
>   673 |if (check_end((const char *)strptime(time_str, *date_formats, 
> &tm)))
>   |  ^
> cronoutils.c: In function ‘create_link’:
> cronoutils.c:214:9: warning: ignoring return value of ‘symlink’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   214 | symlink(pfilename, linkname);
>   | ^~~~
> cronoutils.c:218:9: warning: ignoring return value of ‘link’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   218 | link(pfilename, linkname);
>   | ^
> cc1: some warnings being treated as errors
> make[2]: *** [Makefile:440: cronoutils.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/cronolog_1.6.2+rpk-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&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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#1066648: ots: FTBFS: grader-tf.c:108:9: error: implicit declaration of function ‘log’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: ots
Version: 0.5.0-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):
> /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H 
> -DVERSION=\"0.5.0\" -DDICTIONARY_DIR=\"/usr/share/ots/\" -I. -I.. -I.. 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/libxml2  -Wall  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o text.lo text.c
> dictionary.c: In function ‘ots_load_xml_dictionary’:
> dictionary.c:321:40: warning: pointer targets in passing argument 2 of 
> ‘xmlGetProp’ differ in signedness [-Wpointer-sign]
>   321 |idf_key=xmlGetProp(tf_words,"idf");
>   |^
>   ||
>   |char *
> In file included from /usr/include/libxml2/libxml/parser.h:16,
>  from /usr/include/libxml2/libxml/globals.h:18,
>  from /usr/include/libxml2/libxml/threads.h:35,
>  from /usr/include/libxml2/libxml/xmlmemory.h:218,
>  from dictionary.c:28:
> /usr/include/libxml2/libxml/tree.h:1030:57: note: expected ‘const xmlChar *’ 
> {aka ‘const unsigned char *’} but argument is of type ‘char *’
>  1030 |  const xmlChar *name);
>   |  ~~~^~~~
> dictionary.c:322:84: warning: pointer targets in passing argument 1 of ‘atof’ 
> differ in signedness [-Wpointer-sign]
>   322 |Doc->tf_terms = g_list_append 
> (Doc->tf_terms,ots_new_OtsWordTF(key,atof(idf_key)));
>   |   
>  ^~~
>   |   
>  |
>   |   
>  xmlChar * {aka unsigned char *}
> In file included from /usr/include/features.h:490,
>  from 
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
>  from /usr/include/stdio.h:27,
>  from dictionary.c:21:
> /usr/include/x86_64-linux-gnu/bits/stdlib-float.h:25:1: note: expected ‘const 
> char *’ but argument is of type ‘xmlChar *’ {aka ‘unsigned char *’}
>25 | __NTH (atof (const char *__nptr))
>   | ^
> dictionary.c:322:75: warning: pointer targets in passing argument 1 of 
> ‘ots_new_OtsWordTF’ differ in signedness [-Wpointer-sign]
>   322 |Doc->tf_terms = g_list_append 
> (Doc->tf_terms,ots_new_OtsWordTF(key,atof(idf_key)));
>   |   
> ^~~
>   |   
> |
>   |   
> xmlChar * {aka unsigned char *}
> In file included from dictionary.c:25:
> libots.h:114:43: note: expected ‘const char *’ but argument is of type 
> ‘xmlChar *’ {aka ‘unsigned char *’}
>   114 | OtsWordTF*  ots_new_OtsWordTF(const char* word,const double idf);
>   |   ^~~~
> grader-tf.c: In function ‘ots_calc_idf’:
> grader-tf.c:108:9: error: implicit declaration of function ‘log’ 
> [-Werror=implicit-function-declaration]
>   108 | return -log(doc_word_count/term_count);
>   | ^~~
> grader-tf.c:25:1: note: include ‘’ or provide a declaration of ‘log’
>24 | #include "libots.h"
>   +++ |+#include 
>25 | 
> grader-tf.c:108:9: warning: incompatible implicit declaration of built-in 
> function ‘log’ [-Wbuiltin-declaration-mismatch]
>   108 | return -log(doc_word_count/term_count);
>   | ^~~
> grader-tf.c:108:9: note: include ‘’ or provide a declaration of ‘log’
> html.c: In function ‘ots_get_line_HTML’:
> html.c:62:13: warning: pointer targets in assignment from ‘gchar *’ {aka 
> ‘char *’} to ‘unsigned char *’ differ in signedness [-Wpointer-sign]
>62 |   utf8_data = text->str;
>   | ^
> In file included from /usr/include/glib-2.0/glib/giochannel.h:36,
>  from /usr/include/glib-2.0/glib.h:56,
>  from libots.h:24,
>  from html.c:24:
> html.c: In function ‘ots_get_doc_HTML’:
> html.c:105:34: warning: pointer targets in passing argument 2 of

Bug#1066651: spectools: FTBFS: wispy_hw_gen1.c:296:15: error: implicit declaration of function ‘wispy24x_adler_checksum’; did you mean ‘wispy1_adler_checksum’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: spectools
Version: 201601r1-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 -Wdate-time -D_FORTIFY_SOURCE=2 -D_DEBUG -I./ -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c spectool_net_server.c -o 
> spectool_net_server.o
> wispy_hw_dbx.c: In function ‘wispydbx_usb_setposition’:
> wispy_hw_dbx.c:1289:27: warning: assignment to ‘uint8_t *’ {aka ‘unsigned 
> char *’} from incompatible pointer type ‘wispydbx_rfsettings_v2 *’ {aka 
> ‘struct _wispydbx_rfsettings_v2 *’} [-Wincompatible-pointer-types]
>  1289 | use_rfset = &rfset2;
>   |   ^
> wispy_hw_dbx.c:1312:27: warning: assignment to ‘uint8_t *’ {aka ‘unsigned 
> char *’} from incompatible pointer type ‘wispydbx_rfsettings *’ {aka ‘struct 
> _wispydbx_rfsettings *’} [-Wincompatible-pointer-types]
>  1312 | use_rfset = &rfset;
>   |   ^
> spectool_net_client.c: In function ‘spectool_netcli_block_sweep’:
> spectool_net_client.c:367:62: warning: format ‘%u’ expects argument of type 
> ‘unsigned int’, but argument 6 has type ‘long unsigned int’ [-Wformat=]
>   367 | snprintf(errstr, SPECTOOL_ERROR_MAX, "Got 
> sweep frame too small to hold "
>   |  
> ^~~~
> spectool_net_client.c:368:99: note: format string is defined here
>   368 |  "indicated number of 
> samples, bailing - %u samples %u < %u",
>   |   
>~^
>   |   
> |
>   |   
> unsigned int
>   |   
>%lu
> wispy_hw_gen1.c: In function ‘wispy1_usb_init_path’:
> wispy_hw_gen1.c:296:15: error: implicit declaration of function 
> ‘wispy24x_adler_checksum’; did you mean ‘wispy1_adler_checksum’? 
> [-Werror=implicit-function-declaration]
>   296 | cid = wispy24x_adler_checksum(combopath, 128);
>   |   ^~~
>   |   wispy1_adler_checksum
> ubertooth_hw_u1.c: In function ‘ubertooth_u1_device_scan’:
> ubertooth_hw_u1.c:266:41: error: implicit declaration of function 
> ‘wispy24x_adler_checksum’ [-Werror=implicit-function-declaration]
>   266 | 
> wispy24x_adler_checksum(combopath, 128);
>   | ^~~
> spectool_net_client.c:426:17: warning: ignoring return value of ‘write’ 
> declared with attribute ‘warn_unused_result’ [-Wunused-result]
>   426 | write(((spectool_net_dev_aux *) 
> (sni->phydev->auxptr))->spipe[1], "0", 1);
>   | 
> ^
> wispy_hw_gen1.c: In function ‘wispy1_usb_open’:
> wispy_hw_gen1.c:557:21: error: implicit declaration of function 
> ‘wispy24x_usb_detach_hack’; did you mean ‘wispy_usb_detach_hack’? 
> [-Werror=implicit-function-declaration]
>   557 | if (wispy24x_usb_detach_hack(auxptr->devhdl, 0, 
> phydev->errstr) < 0) {
>   | ^~~~
>   | wispy_usb_detach_hack
> spectool_net_client.c: In function ‘spectool_netcli_enabledev’:
> spectool_net_client.c:517:9: warning: ignoring return value of ‘pipe’ 
> declared with attribute ‘warn_unused_result’ [-Wunused-result]
>   517 | pipe(aux->spipe);
>   | ^~~~
> spectool_net_client.c: In function ‘spectool_net_poll’:
> spectool_net_client.c:634:9: warning: ignoring return value of ‘read’ 
> declared with attribute ‘warn_unused_result’ [-Wunused-result]
>   634 | read(((spectool_net_dev_aux *) phydev->auxptr)->spipe[0], 
> junk, 8);
>   | 
> ^~
> spectool_raw.c: In function ‘main’:
> spectool_raw.c:320:29: error: implicit declaration of function 
> ‘spectool_netcli_writepoll’; did you mean ‘spectool_netcli_poll’? 
> [-Werror=implicit-function-declaration]
>   320 | if (sp

Bug#1066658: sup: FTBFS: scm.c:316:9: error: implicit declaration of function ‘setproctitle’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: sup
Version: 20100519-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 -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -DHAS_POSIX_DIR 
> -DNEED_SETPROCTITLE -DLIBWRAP -I. -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2  -c 
> -o stree.o stree.c
> scm.c: In function ‘service’:
> scm.c:316:9: error: implicit declaration of function ‘setproctitle’ 
> [-Werror=implicit-function-declaration]
>   316 | setproctitle("Serving %s", remotehost());
>   | ^~~~
> scm.c: In function ‘request’:
> scm.c:448:16: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   448 | (void) write(netfile, &x, sizeof(int));
>   |^~~
> scmio.c: In function ‘readfile’:
> scmio.c:670:32: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   670 | (void) write(f, buf, (size_t)XFERSIZE(count));
>   |^~
> scmio.c: In function ‘crosspatch’:
> scmio.c:743:40: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   743 | (void) write(1, buf, (size_t)c);
>   |^~~~
> scmio.c:753:40: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   753 | (void) write(netfile, buf, (size_t)c);
>   |^~
> supcmeat.c: In function ‘setup’:
> supcmeat.c:321:24: warning: ignoring return value of ‘chdir’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   321 | (void) chdir(thisC->Cbase);
>   |^~~
> supcmeat.c: In function ‘listfiles’:
> supcmeat.c:522:24: warning: ignoring return value of ‘chdir’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   522 | (void) chdir(thisC->Cprefix);
>   |^
> supcmeat.c: In function ‘recvdir’:
> supcmeat.c:889:24: warning: ignoring return value of ‘chown’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   889 | (void) chown(t->Tname, t->Tuid, t->Tgid);
>   |^
> supcmeat.c: In function ‘recvreg’:
> supcmeat.c:968:32: warning: ignoring return value of ‘chown’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   968 | (void) chown(t->Tname, t->Tuid, t->Tgid);
>   |^
> supcmeat.c:1030:24: warning: ignoring return value of ‘chown’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1030 | (void) chown(t->Tname, t->Tuid, t->Tgid);
>   |^
> supcmeat.c: In function ‘copyfile’:
> supcmeat.c:1152:32: warning: ignoring return value of ‘chdir’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1152 | (void) chdir(thisC->Cbase);
>   |^~~
> supcmeat.c:1157:40: warning: ignoring return value of ‘chdir’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1157 | (void) chdir(thisC->Cprefix);
>   |^
> supcmeat.c:1164:32: warning: ignoring return value of ‘chdir’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1164 | (void) chdir(thisC->Cprefix);
>   |^
> supcmeat.c: In function ‘finishup’:
> supcmeat.c:1397:24: warning: ignoring return value of ‘chdir’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1397 | (void) chdir(thisC->Cbase);
>   |^~~
> supcmain.c: In function ‘init’:
> supcmain.c:734:47: warning: ‘%s’ directive writing up to 1999 bytes into a 
> region of size 1995 [-Wformat-overflow=]
>   734 | (void) 

Bug#1066670: ldap2dns: FTBFS: ldap2dns.c:477:25: error: implicit declaration of function ‘ldap_search_s’; did you mean ‘ldap_search_ext’? [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> gcc -g -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  
> -DVERSION='"0.3.1"' -Wdate-time -D_FORTIFY_SOURCE=2 -c ldap2dns.c -o 
> ldap2dns.o-dbg
> ldap2dns.c: In function ‘read_resourcerecords’:
> ldap2dns.c:477:25: error: implicit declaration of function ‘ldap_search_s’; 
> did you mean ‘ldap_search_ext’? [-Werror=implicit-function-declaration]
>   477 | if ( (ldaperr = ldap_search_s(ldap_con, dn, 
> LDAP_SCOPE_SUBTREE, "objectclass=DNSrrset", NULL, 0, &res))!=LDAP_SUCCESS )
>   | ^
>   | ldap_search_ext
> ldap2dns.c:558:82: warning: format ‘%s’ expects argument of type ‘char *’, 
> but argument 3 has type ‘char (*)[20]’ [-Wformat=]
>   558 | if 
> (sscanf(bvals[0]->bv_val, "%16s", &rr.timestamp)!=1)
>   |   
> ~~~^   ~
>   |   
>|   |
>   |   
>|   char (*)[20]
>   |   
>char *
> ldap2dns.c: In function ‘read_dnszones’:
> ldap2dns.c:714:98: warning: format ‘%s’ expects argument of type ‘char *’, 
> but argument 3 has type ‘char (*)[64]’ [-Wformat=]
>   714 | if 
> (sscanf(bvals[zonenames]->bv_val, "%64s", &zdn[zonenames])!=1)
>   |   
> ~~~^   ~~~
>   |   
>|   |
>   |   
>|   char (*)[64]
>   |   
>char *
> ldap2dns.c: In function ‘connect’:
> ldap2dns.c:801:28: error: implicit declaration of function ‘ldap_init’ 
> [-Werror=implicit-function-declaration]
>   801 | ldap_con = ldap_init(options.hostname[i], 
> options.port[i]);
>   |^
> ldap2dns.c:801:26: warning: assignment to ‘LDAP *’ {aka ‘struct ldap *’} from 
> ‘int’ makes pointer from integer without a cast [-Wint-conversion]
>   801 | ldap_con = ldap_init(options.hostname[i], 
> options.port[i]);
>   |  ^
> ldap2dns.c:802:21: error: implicit declaration of function 
> ‘ldap_simple_bind_s’; did you mean ‘ldap_sasl_bind_s’? 
> [-Werror=implicit-function-declaration]
>   802 | if (ldap_simple_bind_s(ldap_con, options.binddn, 
> options.password)==LDAP_SUCCESS) {
>   | ^~
>   | ldap_sasl_bind_s
> ldap2dns.c: In function ‘main’:
> ldap2dns.c:818:9: error: implicit declaration of function ‘umask’ 
> [-Werror=implicit-function-declaration]
>   818 | umask(022);
>   | ^
> ldap2dns.c:858:17: error: implicit declaration of function ‘time’ 
> [-Werror=implicit-function-declaration]
>   858 | time(&time_now);
>   | ^~~~
> ldap2dns.c:15:1: note: ‘time’ is defined in header ‘’; did you forget 
> to ‘#include ’?
>14 | #include 
>   +++ |+#include 
>15 | 
> ldap2dns.c:878:33: error: implicit declaration of function ‘ldap_unbind_s’; 
> did you mean ‘ldap_unbind_ext’? [-Werror=implicit-function-declaration]
>   878 | if ( (ldaperr = 
> ldap_unbind_s(ldap_con))!=LDAP_SUCCESS )
>   | ^
>   | ldap_unbind_ext
> ldap2dns.c:826:17: warning: ignoring return value of ‘nice’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   826 | nice(19);
>   | ^~~~
> ldap2dns.c:876:25: warning: ignoring return value of ‘system’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   876 | system(options.exec_command);
>   | ^~~~
> ldap2dns.c: In functi

Bug#1066686: xflip: FTBFS: meltdown.c:75:9: error: implicit declaration of function ‘exit’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: xflip
Version: 1.01-30
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 meltdown.o meltdown.c
> meltdown.c:72:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>72 | usage()
>   | ^
> meltdown.c: In function ‘usage’:
> meltdown.c:75:9: error: implicit declaration of function ‘exit’ 
> [-Werror=implicit-function-declaration]
>75 | exit(1);
>   | ^~~~
> meltdown.c:41:1: note: include ‘’ or provide a declaration of ‘exit’
>40 | #include
>   +++ |+#include 
>41 | 
> meltdown.c:75:9: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>75 | exit(1);
>   | ^~~~
> meltdown.c:75:9: note: include ‘’ or provide a declaration of ‘exit’
> meltdown.c: At top level:
> meltdown.c:78:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>78 | main(argc, argv)
>   | ^~~~
> meltdown.c: In function ‘main’:
> meltdown.c:89:9: error: implicit declaration of function ‘srandom’ 
> [-Werror=implicit-function-declaration]
>89 | srandom(getpid());
>   | ^~~
> meltdown.c:89:17: error: implicit declaration of function ‘getpid’ 
> [-Werror=implicit-function-declaration]
>89 | srandom(getpid());
>   | ^~
> meltdown.c:92:21: error: implicit declaration of function ‘strncmp’ 
> [-Werror=implicit-function-declaration]
>92 | if (strncmp(argv[i], "-dis", 4) == 0)   {
>   | ^~~
> meltdown.c:41:1: note: include ‘’ or provide a declaration of 
> ‘strncmp’
>40 | #include
>   +++ |+#include 
>41 | 
> meltdown.c:92:46: warning: ‘strncmp’ argument 3 type is ‘int’ where ‘long 
> unsigned int’ is expected in a call to built-in function declared without 
> prototype [-Wbuiltin-declaration-mismatch]
>92 | if (strncmp(argv[i], "-dis", 4) == 0)   {
>   |  ^
> : note: built-in ‘strncmp’ declared here
> meltdown.c:97:51: warning: ‘strncmp’ argument 3 type is ‘int’ where ‘long 
> unsigned int’ is expected in a call to built-in function declared without 
> prototype [-Wbuiltin-declaration-mismatch]
>97 | } else if (strncmp(argv[i], "-p", 2) == 0)  {
>   |   ^
> : note: built-in ‘strncmp’ declared here
> meltdown.c:99:53: warning: ‘strncmp’ argument 3 type is ‘int’ where ‘long 
> unsigned int’ is expected in a call to built-in function declared without 
> prototype [-Wbuiltin-declaration-mismatch]
>99 | } else if (strncmp(argv[i], "-del", 4) == 0)   {
>   | ^
> : note: built-in ‘strncmp’ declared here
> meltdown.c:101:39: error: implicit declaration of function ‘atoi’ 
> [-Werror=implicit-function-declaration]
>   101 | delay=atoi(argv[++i]);
>   |   ^~~~
> meltdown.c:104:54: warning: ‘strncmp’ argument 3 type is ‘int’ where ‘long 
> unsigned int’ is expected in a call to built-in function declared without 
> prototype [-Wbuiltin-declaration-mismatch]
>   104 | } else if (strncmp(argv[i], "-wait", 5) == 0)   {
>   |  ^
> : note: built-in ‘strncmp’ declared here
> meltdown.c:115:17: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>   115 | exit(0);
>   | ^~~~
> meltdown.c:115:17: note: include ‘’ or provide a declaration of 
> ‘exit’
> meltdown.c:142:9: error: implicit declaration of function ‘sleep’ 
> [-Werror=implicit-function-declaration]
>   142 | sleep(1);
>   | ^
> meltdown.c:145:17: error: implicit declaration of function ‘do_planes’ 
> [-Werror=implicit-function-declaration]
>   145 | do_planes();
>   | ^
> meltdown.c:147:17: error: implicit declaration of function ‘do_all’ 
> [-Werror=implicit-function-declaration]
>   147 | do_all();
>   | ^~
> meltdown.c:151:9: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatc

Bug#1066688: ng: FTBFS: dir.c:127:11: error: implicit declaration of function ‘rchdir’; did you mean ‘vchdir’? [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2  -c -o dir.o dir.c
> dir.c: In function ‘ensurecwd’:
> dir.c:127:11: error: implicit declaration of function ‘rchdir’; did you mean 
> ‘vchdir’? [-Werror=implicit-function-declaration]
>   127 |   rchdir(curbp->b_cwd); /* ensure we are in the current dir */
>   |   ^~
>   |   vchdir
> dir.c: At top level:
> dir.c:136:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   136 | changedir(f, n)
>   | ^
> dir.c: In function ‘changedir’:
> dir.c:136:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int]
> dir.c:136:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int]
> dir.c: At top level:
> dir.c:213:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   213 | showcwdir(f, n)
>   | ^
> dir.c: In function ‘showcwdir’:
> dir.c:213:1: warning: type of ‘f’ defaults to ‘int’ [-Wimplicit-int]
> dir.c:213:1: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int]
> cc1: some warnings being treated as errors
> make[2]: *** [: dir.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/ng_1.5~beta1-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&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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#1066712: hunt: FTBFS: timer.c:154:17: error: implicit declaration of function ‘exit’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -O2 -g -D_REENTRANT -std=gnu89 -ffile-prefix-map=/<>=. 
> -Wdate-time -D_FORTIFY_SOURCE=2  -c -o pktrelay.o pktrelay.c
> timer.c: In function ‘timer_init’:
> timer.c:154:17: error: implicit declaration of function ‘exit’ 
> [-Werror=implicit-function-declaration]
>   154 | exit(1);
>   | ^~~~
> timer.c:12:1: note: include ‘’ or provide a declaration of ‘exit’
>11 | #include "hunt.h"
>   +++ |+#include 
>12 | 
> timer.c:154:17: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>   154 | exit(1);
>   | ^~~~
> timer.c:154:17: note: include ‘’ or provide a declaration of ‘exit’
> In file included from pktrelay.c:9:
> hunt.h:410:5: warning: conflicting types for built-in function ‘log2’; 
> expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
>   410 | int log2(unsigned int i);
>   | ^~~~
> hunt.h:48:1: note: ‘log2’ is declared in header ‘’
>47 | #include "c/hash.h"
>   +++ |+#include 
>48 | 
> pktrelay.c: In function ‘relay_add_item’:
> pktrelay.c:270:44: warning: pointer targets in passing argument 4 of 
> ‘menu_choose_host_mask_ports_dfl’ differ in signedness [-Wpointer-sign]
>   270 | &src_mask, src_ports, 0, 0, NULL) < 0)
>   |^
>   ||
>   |int *
> hunt.h:371:55: note: expected ‘unsigned int *’ but argument is of type ‘int *’
>   371 | unsigned int *ret_mask, unsigned int *ret_ports,
>   | ~~^
> pktrelay.c:273:44: warning: pointer targets in passing argument 4 of 
> ‘menu_choose_host_mask_ports_dfl’ differ in signedness [-Wpointer-sign]
>   273 | &dst_mask, dst_ports, 0, 0, NULL) < 0)
>   |^
>   ||
>   |int *
> hunt.h:371:55: note: expected ‘unsigned int *’ but argument is of type ‘int *’
>   371 | unsigned int *ret_mask, unsigned int *ret_ports,
>   | ~~^
> pktrelay.c:294:20: warning: pointer targets in passing argument 1 of 
> ‘port_htons’ differ in signedness [-Wpointer-sign]
>   294 | port_htons(src_ports);
>   |^
>   ||
>   |int *
> hunt.h:428:31: note: expected ‘unsigned int *’ but argument is of type ‘int *’
>   428 | void port_htons(unsigned int *db_ports);
>   | ~~^~~~
> pktrelay.c:298:20: warning: pointer targets in passing argument 1 of 
> ‘port_htons’ differ in signedness [-Wpointer-sign]
>   298 | port_htons(dst_ports);
>   |^
>   ||
>   |int *
> hunt.h:428:31: note: expected ‘unsigned int *’ but argument is of type ‘int *’
>   428 | void port_htons(unsigned int *db_ports);
>   | ~~^~~~
> pktrelay.c: In function ‘relay_mod_item’:
> pktrelay.c:334:49: warning: pointer targets in passing argument 4 of 
> ‘menu_choose_host_mask_ports_dfl’ differ in signedness [-Wpointer-sign]
>   334 | &src_ip, &src_mask, src_ports,
>   | ^
>   | |
>   | int *
> hunt.h:371:55: note: expected ‘unsigned int *’ but argument is of type ‘int *’
>   371 | unsigned int *ret_mask, unsigned int *ret_ports,
>   | ~~^
> pktrelay.c:335:59: warning: pointer targets in passing argument 7 of 
> ‘menu_choose_host_mask_ports_dfl’ differ in signedness [-Wpointer-sign]
>   335 | ri->src_addr, ri->src_mask, 
> ri->src_ports) < 0)
>   | ~~^~~
>   |  

Bug#1066714: kinput2: FTBFS: XimpProto.c:390:11: error: implicit declaration of function ‘sprintf’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: kinput2
Version: 3.1-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 -c -g -O2 -fno-strict-aliasing -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 -Iimlib  -I/usr/include   -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 
> -DNARROWPROTOXimpProto.c
> In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
>  from /usr/include/X11/Xos.h:42,
>  from XimpProto.c:21:
> /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"
>   |   ^~~
> XimpProto.c: In function ‘getAtoms’:
> XimpProto.c:390:11: error: implicit declaration of function ‘sprintf’ 
> [-Werror=implicit-function-declaration]
>   390 | (void)sprintf(buf, "_XIMP_%s", xpw->ximp.localename);
>   |   ^~~
> XimpProto.c:45:1: note: include ‘’ or provide a declaration of 
> ‘sprintf’
>44 | #include "DebugPrint.h"
>   +++ |+#include 
>45 | 
> XimpProto.c:390:11: warning: incompatible implicit declaration of built-in 
> function ‘sprintf’ [-Wbuiltin-declaration-mismatch]
>   390 | (void)sprintf(buf, "_XIMP_%s", xpw->ximp.localename);
>   |   ^~~
> XimpProto.c:390:11: note: include ‘’ or provide a declaration of 
> ‘sprintf’
> XimpProto.c: In function ‘newClient’:
> XimpProto.c:477:15: warning: incompatible implicit declaration of built-in 
> function ‘sprintf’ [-Wbuiltin-declaration-mismatch]
>   477 | (void)sprintf(buf, "_XIMP_STRING_%d", xpw->ximp.propid++);
>   |   ^~~
> XimpProto.c:477:15: note: include ‘’ or provide a declaration of 
> ‘sprintf’
> XimpProto.c: In function ‘endCallback’:
> XimpProto.c:1943:17: warning: cast from pointer to integer of different size 
> [-Wpointer-to-int-cast]
>  1943 | int abort = (int)call_data;
>   | ^
> XimpProto.c: In function ‘preeditCaretCallback’:
> XimpProto.c:2717:17: warning: cast from pointer to integer of different size 
> [-Wpointer-to-int-cast]
>  2717 | int caret = (int)call_data;
>   | ^
> cc1: some warnings being treated as errors
> make[2]: *** [Makefile:1118: XimpProto.o] Error 1


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

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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#1066720: seyon: FTBFS: SeGeneric.c:222:16: error: implicit declaration of function ‘time’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> gcc  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -fcommon -Wdate-time -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -Wall
> -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 -Wdate-time -D_FORTIFY_SOURCE=2  
> -c -o SeGeneric.o SeGeneric.c
> In file included from 
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
>  from /usr/include/stdio.h:27,
>  from SeGeneric.c:12:
> /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"
>   |   ^~~
> SeGeneric.c: In function ‘TtyTimedWaitFor’:
> SeGeneric.c:222:16: error: implicit declaration of function ‘time’ 
> [-Werror=implicit-function-declaration]
>   222 |   expireTime = time((time_t*)0) + waitTime;
>   |^~~~
> SeGeneric.c:26:1: note: ‘time’ is defined in header ‘’; did you 
> forget to ‘#include ’?
>25 | #include "SeDecl.h"
>   +++ |+#include 
>26 | 
> cc1: some warnings being treated as errors
> make[2]: *** [: SeGeneric.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/seyon_2.20c-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&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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#1066752: django-maintenancemode: FTBFS: dh_auto_test: error: pybuild --test -i python{version} -p "3.12 3.11" --system=custom "--test-args=PYTHONPATH=. {interpreter} -m pytest" returned exit code

2024-03-13 Thread Lucas Nussbaum
Source: django-maintenancemode
Version: 0.11.7+git221001-3
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):
> make[1]: Entering directory '/<>'
> dh_auto_test -- --system=custom --test-args="PYTHONPATH=. {interpreter} -m 
> pytest"
> I: pybuild base:305: PYTHONPATH=. python3.12 -m pytest
> = test session starts 
> ==
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> django: settings: maintenancemode.tests.settings (from ini)
> rootdir: /<>
> configfile: setup.cfg
> plugins: django-4.5.2
> collected 0 items / 1 error
> 
>  ERRORS 
> 
> __ ERROR collecting maintenancemode/tests/test_middleware.py 
> ___
> ImportError while importing test module 
> '/<>/maintenancemode/tests/test_middleware.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> maintenancemode/tests/test_middleware.py:6: in 
> from django.utils.six import StringIO
> E   ModuleNotFoundError: No module named 'django.utils.six'
> 
> During handling of the above exception, another exception occurred:
> /usr/lib/python3.12/importlib/__init__.py:90: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> maintenancemode/tests/test_middleware.py:8: in 
> from six import StringIO
> E   ModuleNotFoundError: No module named 'six'
> === warnings summary 
> ===
> ../../../usr/lib/python3/dist-packages/django/conf/__init__.py:241
>   /usr/lib/python3/dist-packages/django/conf/__init__.py:241: 
> RemovedInDjango50Warning: The default value of USE_TZ will change from False 
> to True in Django 5.0. Set USE_TZ to False in your project settings if you 
> want to keep the current default behavior.
> warnings.warn(
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> === short test summary info 
> 
> ERROR maintenancemode/tests/test_middleware.py
>  Interrupted: 1 error during collection 
> 
> = 1 warning, 1 error in 0.12s 
> ==
> E: pybuild pybuild:389: test: plugin custom failed with: exit code=2: 
> PYTHONPATH=. python3.12 -m pytest
> I: pybuild base:305: PYTHONPATH=. python3.11 -m pytest
> = test session starts 
> ==
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> django: settings: maintenancemode.tests.settings (from ini)
> rootdir: /<>
> configfile: setup.cfg
> plugins: django-4.5.2
> collected 0 items / 1 error
> 
>  ERRORS 
> 
> __ ERROR collecting maintenancemode/tests/test_middleware.py 
> ___
> ImportError while importing test module 
> '/<>/maintenancemode/tests/test_middleware.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> maintenancemode/tests/test_middleware.py:6: in 
> from django.utils.six import StringIO
> E   ModuleNotFoundError: No module named 'django.utils.six'
> 
> During handling of the above exception, another exception occurred:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> maintenancemode/tests/test_middleware.py:8: in 
> from six import StringIO
> E   ModuleNotFoundError: No module named 'six'
> === warnings summary 
> ===
> ../../../usr/lib/python3/dist-packages/django/conf/__init__.py:241
>   /usr/lib/python3/dist-packages/django/conf/__init__.py:241: 
> RemovedInDjango50Warning: The default value of USE_TZ will change from False 
> to True in Django 5.0. Set USE_TZ to False in your project settings if you 
> want to keep the current default behavior.
> warnings.warn(
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> === short test summary info 
> 
> ERROR maintenancemode/tests/test_middleware.py
>  Interrupted: 1 error during collection 
> 
> = 1 warning, 1 error in 0.11s 
> ==
> E: pybuild pybuild:389: test: plugin custom failed with: exit code=2: 
> PYTHONPATH=. python3.11 -m pytest
> dh_auto_test: error: pybuild --test -i python{version} -p "3.12 3.11" 
> --system=custom "--test-args=PYTHONPATH=. {interpreter} -m pytest" returned 
> exit code 13


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/django-maintenancemode_0.11.7+git221001-3_unstable.log

A

Bug#1067278: proxycheck: FTBFS: make[1]: *** [debian/rules:13: override_dh_auto_clean] Error 1

2024-03-20 Thread Lucas Nussbaum
Source: proxycheck
Version: 0.49a-7
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
>  debian/rules clean
> dh clean
>debian/rules override_dh_auto_clean
> make[1]: Entering directory '/<>'
> ./configure
> Configuring proxycheck 0.49a (2004-05-29)
> 
> checking for C compiler... gcc
> checking whenever C compiler (gcc) works... yes
> checking for socket routines... no
> checking for socket routines in -lsocket -lnsl... no
> configure: see config.log and conftest.* for possible explanation
> make[1]: *** [debian/rules:13: override_dh_auto_clean] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/19/proxycheck_0.49a-7_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240319;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240319&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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#1069435: olpc-powerd: FTBFS on armhf: olpc-switchd.c:311:14: error: ‘struct input_event’ has no member named ‘time’

2024-04-20 Thread Lucas Nussbaum
Source: olpc-powerd
Version: 23-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240420 ftbfs-trixie ftbfs-t64-armhf

Hi,

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


Relevant part (hopefully):
> cc -Wall -O2 -g -DVERSION=23 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
> -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro  pnmto565fb.c   
> -o pnmto565fb
> pnmto565fb.c: In function ‘showimage’:
> pnmto565fb.c:374:5: warning: implicit declaration of function ‘readahead’ 
> [-Wimplicit-function-declaration]
>   374 | readahead(fd, 0, sb.st_size);
>   | ^
> olpc-switchd.c: In function ‘round_secs’:
> olpc-switchd.c:311:14: error: ‘struct input_event’ has no member named ‘time’
>   311 | return ev->time.tv_sec + ((ev->time.tv_usec > 50) ? 1 : 0);
>   |  ^~
> olpc-switchd.c:311:34: error: ‘struct input_event’ has no member named ‘time’
>   311 | return ev->time.tv_sec + ((ev->time.tv_usec > 50) ? 1 : 0);
>   |  ^~
> olpc-switchd.c: In function ‘power_button_event’:
> olpc-switchd.c:323:11: error: ‘struct input_event’ has no member named ‘time’
>   323 | ev->time.tv_sec, ev->time.tv_usec,
>   |   ^~
> olpc-switchd.c:323:28: error: ‘struct input_event’ has no member named ‘time’
>   323 | ev->time.tv_sec, ev->time.tv_usec,
>   |^~
> pnmto565fb.c:312:25: warning: variable ‘rightfillcols’ set but not used 
> [-Wunused-but-set-variable]
>   312 | int bottomfillrows, rightfillcols;
>   | ^
> olpc-switchd.c: In function ‘lid_event’:
> olpc-switchd.c:339:11: error: ‘struct input_event’ has no member named ‘time’
>   339 | ev->time.tv_sec, ev->time.tv_usec,
>   |   ^~
> olpc-switchd.c:339:28: error: ‘struct input_event’ has no member named ‘time’
>   339 | ev->time.tv_sec, ev->time.tv_usec,
>   |^~
> olpc-switchd.c: In function ‘ebook_event’:
> olpc-switchd.c:359:11: error: ‘struct input_event’ has no member named ‘time’
>   359 | ev->time.tv_sec, ev->time.tv_usec,
>   |   ^~
> olpc-switchd.c:359:28: error: ‘struct input_event’ has no member named ‘time’
>   359 | ev->time.tv_sec, ev->time.tv_usec,
>   |^~
> olpc-switchd.c: In function ‘acpwr_event’:
> olpc-switchd.c:379:11: error: ‘struct input_event’ has no member named ‘time’
>   379 | ev->time.tv_sec, ev->time.tv_usec,
>   |   ^~
> olpc-switchd.c:379:28: error: ‘struct input_event’ has no member named ‘time’
>   379 | ev->time.tv_sec, ev->time.tv_usec,
>   |^~
> olpc-switchd.c: In function ‘round_secs’:
> olpc-switchd.c:312:1: warning: control reaches end of non-void function 
> [-Wreturn-type]
>   312 | }
>   | ^
> make[1]: *** [: olpc-switchd] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/04/20/olpc-powerd_23-4_unstable-armhf.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240420;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240420&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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#1069440: olpc-kbdshim: FTBFS on armhf: common.c:342:24: error: ‘struct input_event’ has no member named ‘time’

2024-04-20 Thread Lucas Nussbaum
Source: olpc-kbdshim
Version: 27-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240420 ftbfs-trixie ftbfs-t64-armhf

Hi,

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


Relevant part (hopefully):
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -Wall -O2 -g 
> -DVERSION=27 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 
> -Wdate-time -D_FORTIFY_SOURCE=2  -c -o olpc-kbdshim-udev.o olpc-kbdshim-udev.c
> common.c: In function ‘inject_uinput_event’:
> common.c:342:24: error: ‘struct input_event’ has no member named ‘time’
>   342 | gettimeofday(&event.time, NULL);
>   |^
> make[1]: *** [: common.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/04/20/olpc-kbdshim_27-2_unstable-armhf.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240420;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240420&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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#1069448: ipsvd: FTBFS on armhf: make[1]: *** [Makefile:7: check] Error 1

2024-04-20 Thread Lucas Nussbaum
Source: ipsvd
Version: 1.0.0-5
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240420 ftbfs-trixie ftbfs-t64-armhf

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>/ipsvd-1.0.0/compile'
> ./compile check-tcpsvd.c
> ./load check-tcpsvd unix.a byte.a `cat socket.lib`
> ./compile check-udpsvd.c
> ./load check-udpsvd unix.a byte.a `cat socket.lib`
> ./compile check-ipsvd-cdb.c
> ./load check-ipsvd-cdb uint32_unpack.o unix.a byte.a
> ./check-local tcpsvd udpsvd ipsvd-cdb `grep -v nossl  Checking tcpsvd...
> Checking udpsvd...
> Checking ipsvd-cdb...
> usage: ipsvd-cdb cdb cdb.tmp dir
> 
> 111
> ipsvd-cdb: fatal: unable to create: 
> /<>/ipsvd/compile/check-tmp.cdb.tmp: invalid argument
> 111
> /<>/ipsvd/compile/ipsvd-cdb.check: 24: cannot open 
> /<>/ipsvd/compile/check-tmp.cdb: No such file
> 0
> ipsvd-cdb failed.
> make[1]: *** [Makefile:7: check] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/04/20/ipsvd_1.0.0-5_unstable-armhf.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240420;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240420&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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#1069453: tcmu: FTBFS on armhf: build-dependency not installable: librados-dev

2024-04-20 Thread Lucas Nussbaum
Source: tcmu
Version: 1.5.4-6
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240420 ftbfs-trixie ftbfs-t64-armhf

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: cmake, debhelper-compat (= 13), kmod, libglib2.0-dev, 
> libkmod-dev, libnl-genl-3-dev, librados-dev, pkgconf, systemd-dev, 
> zlib1g-dev, build-essential, fakeroot
> Filtered Build-Depends: cmake, debhelper-compat (= 13), kmod, libglib2.0-dev, 
> libkmod-dev, libnl-genl-3-dev, librados-dev, pkgconf, systemd-dev, 
> zlib1g-dev, build-essential, fakeroot
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [609 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [794 B]
> Get:5 copy:/<>/apt_archive ./ Packages [757 B]
> Fetched 2160 B in 0s (0 B/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
> 
> The following packages have unmet dependencies:
>  sbuild-build-depends-main-dummy : Depends: librados-dev but it is not 
> installable
> E: Unable to correct problems, you have held broken packages.
> apt-get failed.


The full build log is available from:
http://qa-logs.debian.net/2024/04/20/tcmu_1.5.4-6_unstable-armhf.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240420;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240420&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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#1069463: blobwars: FTBFS on armhf: src/CReplayData.cpp:41:34: error: cannot convert ‘long int*’ to ‘const time_t*’ {aka ‘const long long int*’}

2024-04-20 Thread Lucas Nussbaum
Source: blobwars
Version: 2.00-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240420 ftbfs-trixie ftbfs-t64-armhf

Hi,

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


Relevant part (hopefully):
> g++ -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security `pkg-config 
> --cflags sdl2 SDL2_mixer SDL2_image SDL2_ttf SDL2_net` -DVERSION=2.00 
> -DRELEASE=1 -DUSEPAK=0 -DPAKNAME=\"blobwars.pak\" 
> -DPAKLOCATION=\"/usr/share/games/blobwars/\" -DUNIX 
> -DGAMEPLAYMANUAL=\"/usr/share/doc/blobwars/index.html\" -Wall 
> -DLOCALEDIR=\"/usr/share/locale/\" 
> -DMEDAL_SERVER_HOST=\"www.parallelrealities.co.uk\" -DMEDAL_SERVER_PORT=80 -g 
> -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -O2 -g -flto -c 
> src/CSwitch.cpp
> cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ 
> is not valid for C++
> src/CReplayData.cpp: In member function ‘void 
> ReplayData::printReplayInformation()’:
> src/CReplayData.cpp:41:34: error: cannot convert ‘long int*’ to ‘const 
> time_t*’ {aka ‘const long long int*’}
>41 | tm *timeinfo = localtime(&header.randomSeed);
>   |  ^~
>   |  |
>   |  long int*
> In file included from /usr/include/features.h:490,
>  from /usr/include/errno.h:25,
>  from src/headers.h:22,
>  from src/CReplayData.cpp:1:
> /usr/include/time.h:141:19: note:   initializing argument 1 of ‘tm* 
> localtime(const time_t*)’
>   141 | extern struct tm *__REDIRECT_NTH (localtime, (const time_t *__timer),
>   |   ^~
> make[1]: *** [Makefile:83: CReplayData.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/04/20/blobwars_2.00-3_unstable-armhf.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240420;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240420&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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#1069481: freecdb: FTBFS on armhf: dh_auto_test: error: make -j4 check returned exit code 2

2024-04-20 Thread Lucas Nussbaum
Source: freecdb
Version: 0.76
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240420 ftbfs-trixie ftbfs-t64-armhf

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> ./check-local cdbmake cdbdump cdbget cdbstats
> Checking cdbmake...
> cdbmake: fatal: unable to create tmp: invalid argument
> 111
> cdbmake: fatal: unable to create tmp: invalid argument
> 111
> cdbmake: fatal: unable to create tmp: invalid argument
> 111
> cdbmake: fatal: unable to create loop: symbolic link loop
> 111
> cdbmake: fatal: unable to create tmp: invalid argument
> 111
> cdbmake: fatal: unable to create tmp: invalid argument
> 111
> cdbmake: fatal: unable to create tmp: invalid argument
> 111
> cdbmake: fatal: unable to create tmp: invalid argument
> 111
> cdbmake failed.
> make[1]: *** [Makefile:25: check] Error 1
> make[1]: Leaving directory '/<>'
> dh_auto_test: error: make -j4 check returned exit code 2


The full build log is available from:
http://qa-logs.debian.net/2024/04/20/freecdb_0.76_unstable-armhf.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240420;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240420&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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#1073320: eurephia: FTBFS: eurephia_nullsafe.h:47:43: error: implicit declaration of function ‘atoi’ [-Werror=implicit-function-declaration]

2024-06-16 Thread Lucas Nussbaum
Source: eurephia
Version: 1.1.1-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240615 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[3]: Entering directory '/<>'
> [  1%] Building C object common/CMakeFiles/eurephiacommon.dir/certinfo.c.o
> [  2%] Building C object 
> common/CMakeFiles/eurephiacommon.dir/eurephia_getsym.c.o
> [  4%] Building C object common/CMakeFiles/eurephiacommon.dir/eurephia_log.c.o
> [  5%] Building C object 
> common/CMakeFiles/eurephiacommon.dir/eurephia_nullsafe.c.o
> [  6%] Building C object 
> common/CMakeFiles/eurephiacommon.dir/eurephia_values.c.o
> [  8%] Building C object 
> common/CMakeFiles/eurephiacommon.dir/eurephia_cfgfile.c.o
> [  9%] Building C object common/CMakeFiles/eurephiacommon.dir/passwd.c.o
> /<>/common/passwd.c: In function ‘eurephia_pwd_crypt’:
> /<>/common/passwd.c:530:17: warning: ‘strncpy’ output truncated 
> before terminating nul copying as many bytes from a string as its length 
> [-Wstringop-truncation]
>   530 | strncpy(saltstr, saltinfo, strlen(saltinfo));
>   | ^~~~
> /<>/common/passwd.c:530:17: note: length computed here
>   530 | strncpy(saltstr, saltinfo, strlen(saltinfo));
>   | ^~~~
> [ 11%] Building C object common/CMakeFiles/eurephiacommon.dir/randstr.c.o
> /<>/common/randstr.c: In function ‘eurephia_randstring’:
> /<>/common/randstr.c:65:17: warning: ‘RAND_pseudo_bytes’ is 
> deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations]
>65 | if( RAND_pseudo_bytes((unsigned char *) rndstr, len) 
> ) {
>   | ^~
> In file included from /<>/common/randstr.c:33:
> /usr/include/openssl/rand.h:79:29: note: declared here
>79 | OSSL_DEPRECATEDIN_1_1_0 int RAND_pseudo_bytes(unsigned char *buf, int 
> num);
>   | ^
> [ 12%] Building C object common/CMakeFiles/eurephiacommon.dir/sha512.c.o
> [ 13%] Building C object 
> common/CMakeFiles/eurephiacommon.dir/__/database/eurephiadb.c.o
> [ 15%] Building C object common/CMakeFiles/eurephiacommon.dir/eurephia_xml.c.o
> In file included from /<>/common/eurephia_xml.c:40:
> /<>/common/eurephia_xml.c: In function ‘eurephiaXML_getRoot’:
> /<>/common/./eurephia_nullsafe.h:47:43: error: implicit 
> declaration of function ‘atoi’ [-Werror=implicit-function-declaration]
>47 | #define atoi_nullsafe(str) (str != NULL ? atoi(str) : 0)
>   |   ^~~~
> /<>/common/eurephia_xml.c:183:21: note: in expansion of macro 
> ‘atoi_nullsafe’
>   183 | xmlformat = atoi_nullsafe(xmlformat_str);
>   | ^
> cc1: some warnings being treated as errors
> make[3]: *** [common/CMakeFiles/eurephiacommon.dir/build.make:205: 
> common/CMakeFiles/eurephiacommon.dir/eurephia_xml.c.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/06/15/eurephia_1.1.1-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240615;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240615&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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#1073350: raptor2: FTBFS: raptor_libxml.c:256:12: error: ‘xmlEntity’ {aka ‘struct _xmlEntity’} has no member named ‘checked’

2024-06-16 Thread Lucas Nussbaum
Source: raptor2
Version: 2.0.16-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240615 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   
> -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2  
> -Wdate-time -D_FORTIFY_SOURCE=2   -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 turtle_lexer.lo turtle_lexer.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa 
> -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2 
> -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 
> raptor_libxml.c  -fPIC -DPIC -o .libs/raptor_libxml.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa 
> -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2 
> -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 
> raptor_rdfxml.c  -fPIC -DPIC -o .libs/raptor_rdfxml.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa 
> -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2 
> -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 
> turtle_lexer.c  -fPIC -DPIC -o .libs/turtle_lexer.o
> raptor_libxml.c: In function ‘raptor_libxml_getEntity’:
> raptor_libxml.c:256:12: error: ‘xmlEntity’ {aka ‘struct _xmlEntity’} has no 
> member named ‘checked’
>   256 | if(!ret->checked)
>   |^~
> raptor_libxml.c:257:10: error: ‘xmlEntity’ {aka ‘struct _xmlEntity’} has no 
> member named ‘checked’
>   257 |   ret->checked = 1;
>   |  ^~
> make[3]: *** [Makefile:981: raptor_libxml.lo] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/06/15/raptor2_2.0.16-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240615;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240615&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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#1073353: parser: FTBFS: ../../src/include/pa_charset.h:145:40: error: ‘xmlChar’ does not name a type

2024-06-16 Thread Lucas Nussbaum
Source: parser
Version: 3.4.6-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240615 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> /bin/bash ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
> -I../../src/include  -I../types -I../classes -I../sql -I../lib/punycode   
> -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> -o compile_tools.lo compile_tools.C
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../src/include -I../types 
> -I../classes -I../sql -I../lib/punycode -I/usr/include/libxml2 -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c pa_common.C  -fPIC -DPIC -o 
> .libs/pa_common.o
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../src/include -I../types 
> -I../classes -I../sql -I../lib/punycode -I/usr/include/libxml2 -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c pa_threads.C  -fPIC -DPIC -o 
> .libs/pa_threads.o
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../src/include -I../types 
> -I../classes -I../sql -I../lib/punycode -I/usr/include/libxml2 -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c pa_pool.C  -fPIC -DPIC -o 
> .libs/pa_pool.o
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../src/include -I../types 
> -I../classes -I../sql -I../lib/punycode -I/usr/include/libxml2 -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c compile.tab.C  -fPIC -DPIC -o 
> .libs/compile.tab.o
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../src/include -I../types 
> -I../classes -I../sql -I../lib/punycode -I/usr/include/libxml2 -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c compile_tools.C  -fPIC -DPIC -o 
> .libs/compile_tools.o
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../src/include -I../types 
> -I../classes -I../sql -I../lib/punycode -I/usr/include/libxml2 -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c pa_os.C  -fPIC -DPIC -o 
> .libs/pa_os.o
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../src/include -I../types 
> -I../classes -I../sql -I../lib/punycode -I/usr/include/libxml2 -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c pa_base64.C  -fPIC -DPIC -o 
> .libs/pa_base64.o
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../src/include -I../types 
> -I../classes -I../sql -I../lib/punycode -I/usr/include/libxml2 -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c compile.C  -fPIC -DPIC -o 
> .libs/compile.o
> In file included from pa_pool.C:12:
> ../../src/include/pa_charset.h:145:40: error: ‘xmlChar’ does not name a type
>   145 | String::C transcode_cstr(const xmlChar* s);
>   |^~~
> ../../src/include/pa_charset.h:147:39: error: ‘xmlChar’ does not name a type
>   147 | const String& transcode(const xmlChar* s);
>   |   ^~~
> ../../src/include/pa_charset.h:152:9: error: ‘xmlChar’ does not name a type
>   152 | xmlChar* transcode_buf2xchar(const char* buf, size_t 
> buf_size);
>   | ^~~
> ../../src/include/pa_charset.h:154:9: error: ‘xmlChar’ does not name a type
>   154 | xmlChar* transcode(const String& s);
>   | ^~~
> ../../src/include/pa_charset.h:156:9: error: ‘xmlChar’ does not name a type
>   156 | xmlChar* transcode(const String::Body s);
>   | ^~~
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../src/include -I../types 
> -I../classes -I../sql -I../lib/punycode -I/usr/include/libxml2 -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c pa_threads.C  -fPIC -DPIC -o 
> pa_threads.o >/dev/null 2>&1
> make[3]: *** [Makefile:479: pa_pool.lo] Error 1


The full build log is available from:
http://q

Bug#1073487: cdist: FTBFS: Could not import extension cdist.sphinxext.manpage (exception: No module named 'six')

2024-06-16 Thread Lucas Nussbaum
Source: cdist
Version: 7.0.0-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240615 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[3]: Entering directory '/<>/docs/src'
> sphinx-build -b cman -d _build/doctrees   . ../dist/man
> Running Sphinx v7.2.6
> WARNING: Invalid configuration value found: 'language = None'. Update your 
> configuration to a valid language code. Falling back to 'en' (English).
> 
> Extension error:
> Could not import extension cdist.sphinxext.manpage (exception: No module 
> named 'six')
> make[3]: *** [Makefile:167: man] Error 2


The full build log is available from:
http://qa-logs.debian.net/2024/06/15/cdist_7.0.0-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240615;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240615&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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#1074737: quelcom: FTBFS: make[3]: *** [makefile:8: ca.mo] Error 1

2024-07-02 Thread Lucas Nussbaum
Source: quelcom
Version: 0.4.0-18
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240702 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[3]: Entering directory '/<>'
> make[3]: warning: jobserver unavailable: using -j1.  Add '+' to parent make 
> rule.
> msgfmt -o ca.mo ca.po
> ca.po: warning: Charset "CHARSET" is not a portable encoding name.
> Message conversion to user's charset might not work.
> msgfmt: present charset "CHARSET" is not a portable encoding name
> make[3]: *** [makefile:8: ca.mo] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/07/02/quelcom_0.4.0-18_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240702;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240702&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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#1074743: nautilus-image-converter: FTBFS: make: *** [debian/rules:7: binary] Error 25

2024-07-02 Thread Lucas Nussbaum
Source: nautilus-image-converter
Version: 0.4.0-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240702 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
>  debian/rules binary
> dh binary
>dh_update_autotools_config
>dh_autoreconf
>dh_auto_configure
>   cd obj-x86_64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb LC_ALL=C.UTF-8 
> meson setup .. --wrap-mode=nodownload --buildtype=plain --prefix=/usr 
> --sysconfdir=/etc --localstatedir=/var --libdir=lib/x86_64-linux-gnu 
> -Dpython.bytecompile=-1
> The Meson build system
> Version: 1.4.1
> Source dir: /<>
> Build dir: /<>/obj-x86_64-linux-gnu
> Build type: native build
> Project name: nautilus-image-converter
> Project version: 0.4.0
> C compiler for the host machine: cc (gcc 13.3.0 "cc (Debian 13.3.0-1) 13.3.0")
> C linker for the host machine: cc ld.bfd 2.42.50.20240625
> Host machine cpu family: x86_64
> Host machine cpu: x86_64
> Found pkg-config: YES (/usr/bin/pkg-config) 1.8.1
> Run-time dependency gtk4 found: YES 4.12.5
> Run-time dependency glib-2.0 found: YES 2.80.3
> Run-time dependency libnautilus-extension-4 found: YES 45.2.1
> Message: /usr/share
> Configuring config.h using configuration
> Program msgfmt found: YES (/usr/bin/msgfmt)
> Program msginit found: YES (/usr/bin/msginit)
> Program msgmerge found: YES (/usr/bin/msgmerge)
> Program xgettext found: YES (/usr/bin/xgettext)
> Build targets in project: 22
> NOTICE: Future-deprecated features used:
>  * 0.56.0: {'dependency.get_pkgconfig_variable'}
> 
> nautilus-image-converter 0.4.0
> 
>   User defined options
> buildtype : plain
> libdir: lib/x86_64-linux-gnu
> localstatedir : /var
> prefix: /usr
> sysconfdir: /etc
> wrap_mode : nodownload
> python.bytecompile: -1
> 
> Found ninja-1.12.1 at /usr/bin/ninja
>dh_auto_build
>   cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 ninja -j8 -v
> [1/23] /usr/bin/msgfmt -o po/ca/LC_MESSAGES/nautilus-image-converter.mo 
> ../po/ca.po
> [2/23] /usr/bin/msgfmt -o po/bg/LC_MESSAGES/nautilus-image-converter.mo 
> ../po/bg.po
> [3/23] /usr/bin/msgfmt -o po/cs/LC_MESSAGES/nautilus-image-converter.mo 
> ../po/cs.po
> [4/23] /usr/bin/msgfmt -o po/da/LC_MESSAGES/nautilus-image-converter.mo 
> ../po/da.po
> [5/23] /usr/bin/msgfmt -o po/de/LC_MESSAGES/nautilus-image-converter.mo 
> ../po/de.po
> [6/23] /usr/bin/msgfmt -o po/es/LC_MESSAGES/nautilus-image-converter.mo 
> ../po/es.po
> [7/23] /usr/bin/msgfmt -o po/fr/LC_MESSAGES/nautilus-image-converter.mo 
> ../po/fr.po
> FAILED: po/fr/LC_MESSAGES/nautilus-image-converter.mo 
> /usr/bin/msgfmt -o po/fr/LC_MESSAGES/nautilus-image-converter.mo ../po/fr.po
> ../po/fr.po: warning: Charset "" is not a portable encoding name.
>   Message conversion to user's charset might not work.
> /usr/bin/msgfmt: present charset "" is not a portable encoding name
> [8/23] /usr/bin/msgfmt -o po/gl/LC_MESSAGES/nautilus-image-converter.mo 
> ../po/gl.po
> [9/23] /usr/bin/msgfmt -o po/fi/LC_MESSAGES/nautilus-image-converter.mo 
> ../po/fi.po
> [10/23] /usr/bin/msgfmt -o po/hu/LC_MESSAGES/nautilus-image-converter.mo 
> ../po/hu.po
> [11/23] cc -Isrc/libnautilus-image-converter.so.p -Isrc -I../src -I. -I.. 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/sysprof-6 -I/usr/include/gtk-4.0 -I/usr/include/pango-1.0 
> -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 
> -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi 
> -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp 
> -I/usr/include/graphene-1.0 -I/usr/lib/x86_64-linux-gnu/graphene-1.0/include 
> -I/usr/include/nautilus -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 
> -Wall -Winvalid-pch -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -mfpmath=sse -msse -msse2 -MD 
> -MQ src/libnautilus-image-converter.so.p/image-converter.c.o -MF 
> src/libnautilus-image-converter.so.p/image-converter.c.o.d -o 
> src/libnautilus-image-converter.so.p/image-converter.c.o -c 
> ../src/image-converter.c
> [12/23] cc -Isrc/libnautilus-image-converter.so.p -Isrc -I../src -I. -I.. 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/sysprof-6 -I/usr/include/gtk-4.0 -I/usr/include/pango-1.0 
> -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 
> -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi 
> -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp 
> -I/usr/include/graphene-1.

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

2024-07-28 Thread Lucas Nussbaum
Source: sendmail
Version: 8.18.1-5
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240728 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> /usr/bin/ld: /tmp/cc057AAq.o: in function `main':
> ./debian/./debian/conftest.c:37:(.text.startup+0xb): undefined reference to 
> `__res_query'
> collect2: error: ld returned 1 exit status


The full build log is available from:
http://qa-logs.debian.net/2024/07/28/sendmail_8.18.1-5_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240728;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240728&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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#1077410: sitecopy: FTBFS: src/ftp.c:645:47: error: passing argument 3 of ‘getsockname’ from incompatible pointer type [-Wincompatible-pointer-types]

2024-07-28 Thread Lucas Nussbaum
Source: sitecopy
Version: 1:0.16.6-13
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240728 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> gcc -Wdate-time -D_FORTIFY_SOURCE=2 -I. -DHAVE_CONFIG_H 
> -DLOCALEDIR=\"/usr/share/locale\" -I./src -I./lib -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -I/usr/include/neon -o 
> src/davdriver.o -c src/davdriver.c
> src/ftp.c: In function ‘dtp_open_active’:
> src/ftp.c:645:47: error: passing argument 3 of ‘getsockname’ from 
> incompatible pointer type [-Wincompatible-pointer-types]
>   645 | (struct sockaddr *)&addr, &alen) < 0) {
>   |   ^
>   |   |
>   |   size_t * {aka long 
> unsigned int *}
> In file included from src/ftp.c:30:
> /usr/include/x86_64-linux-gnu/sys/socket.h:117:47: note: expected ‘socklen_t 
> * restrict’ {aka ‘unsigned int * restrict’} but argument is of type ‘size_t 
> *’ {aka ‘long unsigned int *’}
>   117 | socklen_t *__restrict __len) __THROW;
>   | ~~^
> src/ftp.c:675:57: error: passing argument 3 of ‘getsockname’ from 
> incompatible pointer type [-Wincompatible-pointer-types]
>   675 | if (getsockname(listener, (struct sockaddr *)&addr, &alen) < 0) {
>   | ^
>   | |
>   | size_t * {aka 
> long unsigned int *}
> /usr/include/x86_64-linux-gnu/sys/socket.h:117:47: note: expected ‘socklen_t 
> * restrict’ {aka ‘unsigned int * restrict’} but argument is of type ‘size_t 
> *’ {aka ‘long unsigned int *’}
>   117 | socklen_t *__restrict __len) __THROW;
>   | ~~^
> make[1]: *** [Makefile:104: src/ftp.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/07/28/sitecopy_0.16.6-13_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240728;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240728&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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#1078385: qstardict: FTBFS: gunicode.h:809:34: error: invalid conversion from ‘const gchar*’ {aka ‘const char*’} to ‘gchar*’ {aka ‘char*’} [-fpermissive]

2024-08-09 Thread Lucas Nussbaum
Source: qstardict
Version: 1.4.1-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240809 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> g++ -c -pipe -g -O2 -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
> -std=gnu++2a -pthread -Wall -Wextra -D_REENTRANT -fPIC -DHAVE_MMAP 
> -DQSTARDICT_WITH_DBUS -DQSTARDICT_WITH_TRANSLATIONS 
> -DQSTARDICT_WITH_TRAY_ICON -DQSTARDICT_VERSION=\"1.4.1\" 
> -DQSTARDICT_INSTALL_PREFIX=\"/usr\" -DQSTARDICT_BIN_DIR=\"/usr/bin\" 
> -DQSTARDICT_DATA_DIR=\"/usr/share/qstardict\" 
> -DQSTARDICT_TRANSLATIONS_DIR=\"/usr/share/qstardict/translations\" 
> -DQSTARDICT_PLUGINS_DIR=\"/usr/lib/qstardict/plugins\" 
> -DQSTARDICT_DOCS_DIR=\"/usr/share/doc/qstardict\" -DPLUGIN_ID=\"kiwix\" 
> -DQT_NO_DEBUG -DQT_PLUGIN -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB 
> -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -I. 
> -I../../../qstardict-1.4.1 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 
> -I/usr/include/x86_64-linux-gnu/qt5 
> -I/usr/include/x86_64-linux-gnu/qt5/QtPrintSupport 
> -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/QtNetwork 
> -I/usr/include/x86_64-linux-gnu/qt5/QtXml 
> -I/usr/include/x86_64-linux-gnu/qt5/QtDBus 
> -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I. 
> -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o grayscale.o grayscale.cpp
> stardict_lib.cpp: In member function ‘virtual bool 
> {anonymous}::WordListIndex::load(const std::string&, gulong, gulong, bool)’:
> stardict_lib.cpp:761:80: warning: unused parameter ‘verbose’ 
> [-Wunused-parameter]
>   761 | bool WordListIndex::load(const std::string &url, gulong wc, gulong 
> fsize, bool verbose)
>   |   
> ~^~~
> stardict_lib.cpp: In member function ‘bool 
> Dict::LookupWithRule(GPatternSpec*, glong*, int)’:
> stardict_lib.cpp:943:35: warning: ‘gboolean 
> g_pattern_match_string(GPatternSpec*, const gchar*)’ is deprecated: Use 
> 'g_pattern_spec_match_string' instead [-Wdeprecated-declarations]
>   943 | if (g_pattern_match_string(pspec, get_key(i)))
>   | ~~^~~
> In file included from /usr/include/glib-2.0/glib.h:68,
>  from /usr/include/glib-2.0/glib/gprintf.h:23,
>  from /usr/include/glib-2.0/glib/gstdio.h:24,
>  from stardict_lib.cpp:10:
> /usr/include/glib-2.0/glib/gpattern.h:57:15: note: declared here
>57 | gboolean  g_pattern_match_string   (GPatternSpec *pspec,
>   |   ^~
> In file included from /usr/include/glib-2.0/glib/gstring.h:35,
>  from /usr/include/glib-2.0/glib/giochannel.h:36,
>  from /usr/include/glib-2.0/glib.h:56:
> stardict_lib.cpp: In member function ‘bool Libs::LookupSimilarWord(const 
> gchar*, glong&, int)’:
> /usr/include/glib-2.0/glib/gunicode.h:809:34: error: invalid conversion from 
> ‘const gchar*’ {aka ‘const char*’} to ‘gchar*’ {aka ‘char*’} [-fpermissive]
>   809 | #define g_utf8_next_char(p) ((p) + g_utf8_skip[*(const guchar *)(p)])
>   | ~^~~~
>   |  |
>   |  const gchar* {aka const char*}
> stardict_lib.cpp:1113:31: note: in expansion of macro ‘g_utf8_next_char’
>  1113 | gchar *nextchar = g_utf8_next_char(sWord);
>   |   ^~~~
> make[3]: *** [Makefile:518: stardict_lib.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/08/09/qstardict_1.4.1-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240809;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240809&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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#1017133: xine-lib-1.2: FTBFS: input_avio.c:128:45: error: ‘AV_TIME_BASE’ undeclared (first use in this function); did you mean ‘LC_TIME_MASK’?

2022-08-14 Thread Lucas Nussbaum
Source: xine-lib-1.2
Version: 1.2.12-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220813 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> /bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
> -I../../../include  -I../../.. -I../../../include -I../../../include 
> -I../../../src -I../../../src/xine-engine -I../../../src/xine-engine 
> -I../../../src/xine-utils  -I../../../src/input -I../../../src/input  
> -I../../../lib -I../../../lib  -DNDEBUG -D_REENTRANT -DXINE_COMPILE 
> -Wdate-time -D_FORTIFY_SOURCE=2  -O3  -fexpensive-optimizations  -ffast-math 
> -fvisibility=hidden -I/usr/include/x86_64-linux-gnu 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu   -pipe  
> -Wall -Wformat=2 -Wno-format-zero-length -Wmissing-format-attribute 
> -Werror-implicit-function-declaration -Wstrict-aliasing=2 -Wchar-subscripts 
> -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wpointer-arith 
> -g -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -Wformat -Werror=format-security -O3  -fexpensive-optimizations  -ffast-math 
> -Wall -Wchar-subscripts -Wnested-externs -Wcast-align -Wmissing-declarations 
> -Wmissing-prototypes -Wmissing-format-attribute -Wno-pointer-sign -Wformat=2 
> -Wno-format-zero-length -Wformat-security -Wstrict-aliasing=2 
> -Werror=implicit-function-declaration -c -o 
> xineplug_decode_ff_la-demux_avformat.lo `test -f 'demux_avformat.c' || echo 
> './'`demux_avformat.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../include -I../../.. 
> -I../../../include -I../../../include -I../../../src 
> -I../../../src/xine-engine -I../../../src/xine-engine 
> -I../../../src/xine-utils -I../../../src/input -I../../../src/input 
> -I../../../lib -I../../../lib -DNDEBUG -D_REENTRANT -DXINE_COMPILE 
> -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fexpensive-optimizations -ffast-math 
> -fvisibility=hidden -I/usr/include/x86_64-linux-gnu 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu -pipe -Wall 
> -Wformat=2 -Wno-format-zero-length -Wmissing-format-attribute 
> -Werror-implicit-function-declaration -Wstrict-aliasing=2 -Wchar-subscripts 
> -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wpointer-arith 
> -g -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -Wformat -Werror=format-security -O3 -fexpensive-optimizations -ffast-math 
> -Wall -Wchar-subscripts -Wnested-externs -Wcast-align -Wmissing-declarations 
> -Wmissing-prototypes -Wmissing-format-attribute -Wno-pointer-sign -Wformat=2 
> -Wno-format-zero-length -Wformat-security -Wstrict-aliasing=2 
> -Werror=implicit-function-declaration -c demux_avformat.c  -fPIC -DPIC -o 
> .libs/xineplug_decode_ff_la-demux_avformat.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../include -I../../.. 
> -I../../../include -I../../../include -I../../../src 
> -I../../../src/xine-engine -I../../../src/xine-engine 
> -I../../../src/xine-utils -I../../../src/input -I../../../src/input 
> -I../../../lib -I../../../lib -DNDEBUG -D_REENTRANT -DXINE_COMPILE 
> -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fexpensive-optimizations -ffast-math 
> -fvisibility=hidden -I/usr/include/x86_64-linux-gnu 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu -pipe -Wall 
> -Wformat=2 -Wno-format-zero-length -Wmissing-format-attribute 
> -Werror-implicit-function-declaration -Wstrict-aliasing=2 -Wchar-subscripts 
> -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wpointer-arith 
> -g -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -Wformat -Werror=format-security -O3 -fexpensive-optimizations -ffast-math 
> -Wall -Wchar-subscripts -Wnested-externs -Wcast-align -Wmissing-declarations 
> -Wmissing-prototypes -Wmissing-format-attribute -Wno-pointer-sign -Wformat=2 
> -Wno-format-zero-length -Wformat-security -Wstrict-aliasing=2 
> -Werror=implicit-function-declaration -c input_avio.c  -fPIC -DPIC -o 
> .libs/xineplug_decode_ff_la-input_avio.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../include -I../../.. 
> -I../../../include -I../../../include -I../../../src 
> -I../../../src/xine-engine -I../../../src/xine-engine 
> -I../../../src/xine-utils -I../../../src/input -I../../../src/input 
> -I../../../lib -I../../../lib -DNDEBUG -D_REENTRANT -DXINE_COMPILE 
> -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fexpensive-optimizations -ffast-math 
> -fvisibility=hidden -I/usr/include/x86_64-linux-gnu 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu -pipe -Wall 
> -Wformat=2 -Wno-format-zero-length -Wmissing-format-attribute 
> -Werror-implicit-function-declaration -Wstrict-aliasing=2 -Wchar-subscripts 
> -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wpointer-arith 
> -g -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -Wformat -Werror=format-security -O3 -fexpensive-optimizations -ff

Bug#1017146: ncap: FTBFS: ncap_dns.c:791:33: error: ‘ns_sprintrr’ is deprecated [-Werror=deprecated-declarations]

2022-08-14 Thread Lucas Nussbaum
Source: ncap
Version: 1.9.2-7
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220813 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   
> -Wdate-time -D_FORTIFY_SOURCE=2 -Dlint -Wall -Werror -Wunused -Wshadow 
> -Wcast-qual -Wpointer-arith -Wwrite-strings -Wnested-externs 
> -Wmissing-noreturn -Wmissing-prototypes -Wbad-function-cast 
> -Wbad-function-cast -Wformat-nonliteral -Wextra -Wswitch-enum -g -O2 
> -ffile-prefix-map=/<>=. -fstack-protector-strong -Wformat 
> -Werror=format-security  -c -o mod_test.lo mod_test.c
> ncap_dns.c: In function ‘match_regex’:
> ncap_dns.c:791:33: error: ‘ns_sprintrr’ is deprecated 
> [-Werror=deprecated-declarations]
>   791 | if (ns_sprintrr(&msg, &rr, NULL, ".",
>   | ^~
> In file included from ncap_port_net.h:65,
>  from ncap_dns.c:32:
> /usr/include/arpa/nameser.h:408:17: note: declared here
>   408 | int ns_sprintrr (const ns_msg *, const ns_rr *,
>   | ^~~
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 
> -Dlint -Wall -Werror -Wunused -Wshadow -Wcast-qual -Wpointer-arith 
> -Wwrite-strings -Wnested-externs -Wmissing-noreturn -Wmissing-prototypes 
> -Wbad-function-cast -Wbad-function-cast -Wformat-nonliteral -Wextra 
> -Wswitch-enum -g -O2 -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -c mod_test.c  
> -fPIC -DPIC -o .libs/mod_test.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 
> -Dlint -Wall -Werror -Wunused -Wshadow -Wcast-qual -Wpointer-arith 
> -Wwrite-strings -Wnested-externs -Wmissing-noreturn -Wmissing-prototypes 
> -Wbad-function-cast -Wbad-function-cast -Wformat-nonliteral -Wextra 
> -Wswitch-enum -g -O2 -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -c ncap_icmp.c -o 
> libncap_la-ncap_icmp.o >/dev/null 2>&1
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 
> -Dlint -Wall -Werror -Wunused -Wshadow -Wcast-qual -Wpointer-arith 
> -Wwrite-strings -Wnested-externs -Wmissing-noreturn -Wmissing-prototypes 
> -Wbad-function-cast -Wbad-function-cast -Wformat-nonliteral -Wextra 
> -Wswitch-enum -g -O2 -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -c mod_test.c -o 
> mod_test.o >/dev/null 2>&1
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 
> -Dlint -Wall -Werror -Wunused -Wshadow -Wcast-qual -Wpointer-arith 
> -Wwrite-strings -Wnested-externs -Wmissing-noreturn -Wmissing-prototypes 
> -Wbad-function-cast -Wbad-function-cast -Wformat-nonliteral -Wextra 
> -Wswitch-enum -g -O2 -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -c ipreasm.c -o 
> libncap_la-ipreasm.o >/dev/null 2>&1
> cc1: all warnings being treated as errors
> make[2]: *** [Makefile:678: libncap_la-ncap_dns.lo] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/08/13/ncap_1.9.2-7_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220813;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220813&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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 marking 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#1017311: zfs-fuse: FTBFS: malloc.c:447:13: error: '__malloc_hook' undeclared (first use in this function); did you mean 'umem_malloc_hook'?

2022-08-14 Thread Lucas Nussbaum
Source: zfs-fuse
Version: 0.7.0-22
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220813 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
>  gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT malloc.lo -MD -MP -MF 
> .deps/malloc.Tpo -c malloc.c  -fPIC -DPIC -o .libs/malloc.o
> malloc.c: In function 'umem_malloc_init_hook':
> malloc.c:447:13: error: '__malloc_hook' undeclared (first use in this 
> function); did you mean 'umem_malloc_hook'?
>   447 | if (__malloc_hook != umem_malloc_hook) {
>   | ^
>   | umem_malloc_hook
> malloc.c:447:13: note: each undeclared identifier is reported only once for 
> each function it appears in
> malloc.c:448:17: warning: implicit declaration of function 'umem_startup' 
> [-Wimplicit-function-declaration]
>   448 | umem_startup(NULL, 0, 0, NULL, NULL);
>   | ^~~~
> malloc.c:450:17: error: '__free_hook' undeclared (first use in this 
> function); did you mean 'umem_free_hook'?
>   450 | __free_hook = umem_free_hook;
>   | ^~~
>   | umem_free_hook
> malloc.c:451:17: error: '__realloc_hook' undeclared (first use in this 
> function); did you mean 'umem_realloc_hook'?
>   451 | __realloc_hook = umem_realloc_hook;
>   | ^~
>   | umem_realloc_hook
> malloc.c:452:17: error: '__memalign_hook' undeclared (first use in this 
> function); did you mean 'umem_memalign_hook'?
>   452 | __memalign_hook = umem_memalign_hook;
>   | ^~~
>   | umem_memalign_hook
> make[1]: *** [Makefile:375: malloc.lo] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/08/13/zfs-fuse_0.7.0-22_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220813;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220813&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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 marking 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#1020008: libbs2b: FTBFS: configure: error: Please install libsndfile.

2022-09-17 Thread Lucas Nussbaum
Source: libbs2b
Version: 3.1.0+dfsg-5
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220917 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> checking if g++ supports -c -o file.o... (cached) yes
> checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared 
> libraries... yes
> checking dynamic linker characteristics... (cached) GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> checking for pkg-config... no
> configure: error: Please install libsndfile.
>   tail -v -n \+0 config.log


The full build log is available from:
http://qa-logs.debian.net/2022/09/17/libbs2b_3.1.0+dfsg-5_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220917;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220917&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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 marking 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#1020041: zope.testrunner: FTBFS: AttributeError: 're.Pattern' object has no attribute 'replace'

2022-09-17 Thread Lucas Nussbaum
Source: zope.testrunner
Version: 5.2-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220917 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> dh_python3 --shebang=/usr/bin/python3 -X tests
> I: dh_python3 tools:114: replacing shebang in 
> debian/python3-zope.testrunner/usr/bin/zope-testrunner3
> I: dh_python3 tools:114: replacing shebang in 
> debian/python3-zope.testrunner/usr/bin/zope-testrunner
> Traceback (most recent call last):
>   File "/usr/bin/dh_python3", line 284, in 
> main()
>   File "/usr/bin/dh_python3", line 214, in main
> dependencies.parse(stats, options)
>   File "/usr/share/dh-python/dhpython/depends.py", line 228, in parse
> args += " -X '%s'" % pattern.replace("'", r"'\''")
> AttributeError: 're.Pattern' object has no attribute 'replace'
> make[1]: *** [debian/rules:20: override_dh_python3] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/09/17/zope.testrunner_5.2-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220917;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220917&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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 marking 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#1020166: yatm: FTBFS: make: *** [debian/rules:6: binary] Error 2

2022-09-18 Thread Lucas Nussbaum
Source: yatm
Version: 0.9-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220917 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
>  debian/rules binary
> dh binary
>dh_update_autotools_config
>dh_autoreconf
>dh_auto_configure
>   cd obj-x86_64-linux-gnu && cmake -DCMAKE_INSTALL_PREFIX=/usr 
> -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc 
> -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON 
> -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF 
> -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON 
> -DFETCHCONTENT_FULLY_DISCONNECTED=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run 
> -DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-GUnix Makefiles" 
> -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu ..
> CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
>   Compatibility with CMake < 2.8.12 will be removed from a future version of
>   CMake.
> 
>   Update the VERSION argument  value or use a ... suffix to tell
>   CMake that the project does not need compatibility with older versions.
> 
> 
> -- The CXX compiler identification is GNU 12.2.0
> -- Detecting CXX compiler ABI info
> -- Detecting CXX compiler ABI info - done
> -- Check for working CXX compiler: /usr/bin/c++ - skipped
> -- Detecting CXX compile features
> -- Detecting CXX compile features - done
> CMake Error at 
> /usr/share/cmake-3.24/Modules/FindPackageHandleStandardArgs.cmake:230 
> (message):
>   Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
> Call Stack (most recent call first):
>   /usr/share/cmake-3.24/Modules/FindPackageHandleStandardArgs.cmake:594 
> (_FPHSA_FAILURE_MESSAGE)
>   /usr/share/cmake-3.24/Modules/FindPkgConfig.cmake:99 
> (find_package_handle_standard_args)
>   CMakeLists.txt:6 (find_package)
> 
> 
> -- Configuring incomplete, errors occurred!
> See also "/<>/obj-x86_64-linux-gnu/CMakeFiles/CMakeOutput.log".
>   cd obj-x86_64-linux-gnu && tail -v -n \+0 CMakeCache.txt
> ==> CMakeCache.txt <==
> # This is the CMakeCache file.
> # For build in directory: /<>/obj-x86_64-linux-gnu
> # It was generated by CMake: /usr/bin/cmake
> # You can edit this file to change values found and used by cmake.
> # If you do not want to change any of the values, simply exit the editor.
> # If you do want to change a value, simply edit, save, and exit the editor.
> # The syntax for the file is as follows:
> # KEY:TYPE=VALUE
> # KEY is the name of a variable in the cache.
> # TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
> # VALUE is the current value for the KEY.
> 
> 
> # EXTERNAL cache entries
> 
> 
> //Path to a program.
> CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line
> 
> //Path to a program.
> CMAKE_AR:FILEPATH=/usr/bin/ar
> 
> //Choose the type of build, options are: None Debug Release RelWithDebInfo
> // MinSizeRel ...
> CMAKE_BUILD_TYPE:STRING=None
> 
> //Enable/Disable color output during build.
> CMAKE_COLOR_MAKEFILE:BOOL=ON
> 
> //CXX compiler
> CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
> 
> //A wrapper around 'ar' adding the appropriate '--plugin' option
> // for the GCC compiler
> CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-12
> 
> //A wrapper around 'ranlib' adding the appropriate '--plugin' option
> // for the GCC compiler
> CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-12
> 
> //Flags used by the CXX compiler during all build types.
> CMAKE_CXX_FLAGS:STRING=-g -O2 -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2
> 
> //Flags used by the CXX compiler during DEBUG builds.
> CMAKE_CXX_FLAGS_DEBUG:STRING=-g
> 
> //Flags used by the CXX compiler during MINSIZEREL builds.
> CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
> 
> //Flags used by the CXX compiler during NONE builds.
> CMAKE_CXX_FLAGS_NONE:STRING=
> 
> //Flags used by the CXX compiler during RELEASE builds.
> CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
> 
> //Flags used by the CXX compiler during RELWITHDEBINFO builds.
> CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
> 
> //Path to a program.
> CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
> 
> //Flags used by the linker during all build types.
> CMAKE_EXE_LINKER_FLAGS:STRING=-Wl,-z,relro -Wl,-z,now
> 
> //Flags used by the linker during DEBUG builds.
> CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
> 
> //Flags used by the linker during MINSIZEREL builds.
> CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
> 
> //Flags used by the linker during NONE builds.
> CMAKE_EXE_LINKER_FLAGS_NONE:STRING=
> 
> //Flags used by the linker during RELEASE builds.
> CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
> 
> //Flags used by the linker during RELWITHDEBINFO builds.
> CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
> 
> //Enable/Disable output of compile commands during generation.
> CMAKE_EXPORT_COMPILE_C

Bug#1022459: python-openflow: FTBFS: distutils.errors.DistutilsClassError: command class must subclass Command

2022-10-23 Thread Lucas Nussbaum
Source: python-openflow
Version: 2019.2-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221023 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
>  debian/rules clean
> dh clean --with python3 --buildsystem=pybuild
>dh_auto_clean -O--buildsystem=pybuild
> I: pybuild base:240: python3.10 setup.py clean 
> /<>/setup.py:9: DeprecationWarning: The distutils package is 
> deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 
> 632 for potential alternatives
>   from distutils.command.clean import clean
> /usr/lib/python3/dist-packages/_distutils_hack/__init__.py:18: UserWarning: 
> Distutils was imported before Setuptools, but importing Setuptools also 
> replaces the `distutils` module in `sys.modules`. This may lead to 
> undesirable behaviors or errors. To avoid these issues, avoid using distutils 
> directly, ensure that setuptools is installed in the traditional way (e.g. 
> not an editable install), and/or make sure that setuptools is always imported 
> before distutils.
>   warnings.warn(
> /usr/lib/python3/dist-packages/_distutils_hack/__init__.py:33: UserWarning: 
> Setuptools is replacing distutils.
>   warnings.warn("Setuptools is replacing distutils.")
> Traceback (most recent call last):
>   File "/<>/setup.py", line 112, in 
> setup(name='python-openflow',
>   File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 87, in 
> setup
> return distutils.core.setup(**attrs)
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 
> 172, in setup
> ok = dist.parse_command_line()
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 
> 474, in parse_command_line
> args = self._parse_command_opts(parser, args)
>   File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 1107, in 
> _parse_command_opts
> nargs = _Distribution._parse_command_opts(self, parser, args)
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 
> 540, in _parse_command_opts
> raise DistutilsClassError(
> distutils.errors.DistutilsClassError: command class  '__main__.Cleaner'> must subclass Command
> E: pybuild pybuild:379: clean: plugin distutils failed with: exit code=1: 
> python3.10 setup.py clean 
> dh_auto_clean: error: pybuild --clean -i python{version} -p 3.10 returned 
> exit code 13
> make: *** [debian/rules:7: clean] Error 25


The full build log is available from:
http://qa-logs.debian.net/2022/10/23/python-openflow_2019.2-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221023;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221023&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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 marking 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#1022466: kytos-utils: FTBFS: distutils.errors.DistutilsClassError: command class must subclass Command

2022-10-23 Thread Lucas Nussbaum
Source: kytos-utils
Version: 2019.2-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221023 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
>  debian/rules clean
> dh clean --with python3 --buildsystem=pybuild
>dh_auto_clean -O--buildsystem=pybuild
> I: pybuild base:240: python3.10 setup.py clean 
> /<>/setup.py:12: DeprecationWarning: The distutils package is 
> deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 
> 632 for potential alternatives
>   from distutils.command.clean import clean  # pylint: disable=E0401,E0611
> /usr/lib/python3/dist-packages/_distutils_hack/__init__.py:18: UserWarning: 
> Distutils was imported before Setuptools, but importing Setuptools also 
> replaces the `distutils` module in `sys.modules`. This may lead to 
> undesirable behaviors or errors. To avoid these issues, avoid using distutils 
> directly, ensure that setuptools is installed in the traditional way (e.g. 
> not an editable install), and/or make sure that setuptools is always imported 
> before distutils.
>   warnings.warn(
> /usr/lib/python3/dist-packages/_distutils_hack/__init__.py:33: UserWarning: 
> Setuptools is replacing distutils.
>   warnings.warn("Setuptools is replacing distutils.")
> Traceback (most recent call last):
>   File "/<>/setup.py", line 173, in 
> setup(name='kytos-utils',
>   File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 87, in 
> setup
> return distutils.core.setup(**attrs)
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 
> 172, in setup
> ok = dist.parse_command_line()
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 
> 474, in parse_command_line
> args = self._parse_command_opts(parser, args)
>   File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 1107, in 
> _parse_command_opts
> nargs = _Distribution._parse_command_opts(self, parser, args)
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 
> 540, in _parse_command_opts
> raise DistutilsClassError(
> distutils.errors.DistutilsClassError: command class  '__main__.Cleaner'> must subclass Command
> E: pybuild pybuild:379: clean: plugin distutils failed with: exit code=1: 
> python3.10 setup.py clean 
> dh_auto_clean: error: pybuild --clean -i python{version} -p 3.10 returned 
> exit code 13
> make: *** [debian/rules:5: clean] Error 25


The full build log is available from:
http://qa-logs.debian.net/2022/10/23/kytos-utils_2019.2-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221023;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221023&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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 marking 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#1022503: zope.i18nmessageid: FTBFS: distutils.errors.DistutilsSetupError: each element of 'ext_modules' option must be an Extension instance or 2-tuple

2022-10-23 Thread Lucas Nussbaum
Source: zope.i18nmessageid
Version: 5.0.1-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221023 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
>  debian/rules binary
> dh binary --with python3 --buildsystem=pybuild
>dh_update_autotools_config -O--buildsystem=pybuild
>dh_autoreconf -O--buildsystem=pybuild
>dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:240: python3.10 setup.py config 
> /<>/setup.py:26: DeprecationWarning: The distutils package is 
> deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 
> 632 for potential alternatives
>   from distutils.command.build_ext import build_ext
> /usr/lib/python3/dist-packages/_distutils_hack/__init__.py:18: UserWarning: 
> Distutils was imported before Setuptools, but importing Setuptools also 
> replaces the `distutils` module in `sys.modules`. This may lead to 
> undesirable behaviors or errors. To avoid these issues, avoid using distutils 
> directly, ensure that setuptools is installed in the traditional way (e.g. 
> not an editable install), and/or make sure that setuptools is always imported 
> before distutils.
>   warnings.warn(
> /usr/lib/python3/dist-packages/_distutils_hack/__init__.py:33: UserWarning: 
> Setuptools is replacing distutils.
>   warnings.warn("Setuptools is replacing distutils.")
> /usr/lib/python3/dist-packages/setuptools/dist.py:286: 
> SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, 
> consider using implicit namespaces instead (PEP 420).
>   warnings.warn(msg, SetuptoolsDeprecationWarning)
> running config
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:240: /usr/bin/python3 setup.py build 
> /<>/setup.py:26: DeprecationWarning: The distutils package is 
> deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 
> 632 for potential alternatives
>   from distutils.command.build_ext import build_ext
> /usr/lib/python3/dist-packages/_distutils_hack/__init__.py:18: UserWarning: 
> Distutils was imported before Setuptools, but importing Setuptools also 
> replaces the `distutils` module in `sys.modules`. This may lead to 
> undesirable behaviors or errors. To avoid these issues, avoid using distutils 
> directly, ensure that setuptools is installed in the traditional way (e.g. 
> not an editable install), and/or make sure that setuptools is always imported 
> before distutils.
>   warnings.warn(
> /usr/lib/python3/dist-packages/_distutils_hack/__init__.py:33: UserWarning: 
> Setuptools is replacing distutils.
>   warnings.warn("Setuptools is replacing distutils.")
> /usr/lib/python3/dist-packages/setuptools/dist.py:286: 
> SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, 
> consider using implicit namespaces instead (PEP 420).
>   warnings.warn(msg, SetuptoolsDeprecationWarning)
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.10_zope.i18nmessageid/build/zope
> copying src/zope/__init__.py -> 
> /<>/.pybuild/cpython3_3.10_zope.i18nmessageid/build/zope
> creating 
> /<>/.pybuild/cpython3_3.10_zope.i18nmessageid/build/zope/i18nmessageid
> copying src/zope/i18nmessageid/__init__.py -> 
> /<>/.pybuild/cpython3_3.10_zope.i18nmessageid/build/zope/i18nmessageid
> copying src/zope/i18nmessageid/message.py -> 
> /<>/.pybuild/cpython3_3.10_zope.i18nmessageid/build/zope/i18nmessageid
> copying src/zope/i18nmessageid/tests.py -> 
> /<>/.pybuild/cpython3_3.10_zope.i18nmessageid/build/zope/i18nmessageid
> running egg_info
> writing src/zope.i18nmessageid.egg-info/PKG-INFO
> writing dependency_links to 
> src/zope.i18nmessageid.egg-info/dependency_links.txt
> writing namespace_packages to 
> src/zope.i18nmessageid.egg-info/namespace_packages.txt
> writing requirements to src/zope.i18nmessageid.egg-info/requires.txt
> writing top-level names to src/zope.i18nmessageid.egg-info/top_level.txt
> Traceback (most recent call last):
>   File "/<>/setup.py", line 95, in 
> setup(
>   File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 87, in 
> setup
> return distutils.core.setup(**attrs)
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 
> 185, in setup
> return run_commands(dist)
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 
> 201, in run_commands
> dist.run_commands()
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 
> 968, in run_commands
> self.run_command(cmd)
>   File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 1217, in 
> run_command
> super().run_command(command)
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 
> 987, in run_command
> cmd_obj.run()
>   File 
> "/usr/lib/python3/dist-packages/setuptools/_distutils/command/build.py", line 
> 132, in run
> self.run_command(cm

Bug#1026536: nitpic: FTBFS: elf-sframe.c:526: undefined reference to `sframe_encoder_write'

2022-12-20 Thread Lucas Nussbaum
Source: nitpic
Version: 0.1-17
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221220 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> /usr/bin/ld: 
> /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/libbfd.a(elf-sframe.o):
>  in function `_bfd_elf_write_section_sframe':
> /build/binutils-IJ3Mfh/binutils-2.39.50.20221208/builddir-single/bfd/../../bfd/elf-sframe.c:526:
>  undefined reference to `sframe_encoder_write'
> /usr/bin/ld: 
> /build/binutils-IJ3Mfh/binutils-2.39.50.20221208/builddir-single/bfd/../../bfd/elf-sframe.c:541:
>  undefined reference to `sframe_encoder_free'
> collect2: error: ld returned 1 exit status


The full build log is available from:
http://qa-logs.debian.net/2022/12/20/nitpic_0.1-17_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221220;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221220&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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#1026546: zope.testing: FTBFS: AssertionError: Failed doctest test for doctestcase.txt

2022-12-20 Thread Lucas Nussbaum
Source: zope.testing
Version: 4.10-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221220 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
>  debian/rules binary
> dh binary --with python3 --buildsystem=pybuild
>dh_update_autotools_config -O--buildsystem=pybuild
>dh_autoreconf -O--buildsystem=pybuild
>dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:240: python3.11 setup.py config 
> /usr/lib/python3/dist-packages/setuptools/dist.py:286: 
> SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, 
> consider using implicit namespaces instead (PEP 420).
>   warnings.warn(msg, SetuptoolsDeprecationWarning)
> running config
> I: pybuild base:240: python3.10 setup.py config 
> /usr/lib/python3/dist-packages/setuptools/dist.py:286: 
> SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, 
> consider using implicit namespaces instead (PEP 420).
>   warnings.warn(msg, SetuptoolsDeprecationWarning)
> running config
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:240: /usr/bin/python3.11 setup.py build 
> /usr/lib/python3/dist-packages/setuptools/dist.py:286: 
> SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, 
> consider using implicit namespaces instead (PEP 420).
>   warnings.warn(msg, SetuptoolsDeprecationWarning)
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.11_zope.testing/build/zope
> copying src/zope/__init__.py -> 
> /<>/.pybuild/cpython3_3.11_zope.testing/build/zope
> creating 
> /<>/.pybuild/cpython3_3.11_zope.testing/build/zope/testing
> copying src/zope/testing/__init__.py -> 
> /<>/.pybuild/cpython3_3.11_zope.testing/build/zope/testing
> copying src/zope/testing/doctestcase.py -> 
> /<>/.pybuild/cpython3_3.11_zope.testing/build/zope/testing
> copying src/zope/testing/tests.py -> 
> /<>/.pybuild/cpython3_3.11_zope.testing/build/zope/testing
> copying src/zope/testing/renormalizing.py -> 
> /<>/.pybuild/cpython3_3.11_zope.testing/build/zope/testing
> copying src/zope/testing/exceptions.py -> 
> /<>/.pybuild/cpython3_3.11_zope.testing/build/zope/testing
> copying src/zope/testing/loghandler.py -> 
> /<>/.pybuild/cpython3_3.11_zope.testing/build/zope/testing
> copying src/zope/testing/test_renormalizing.py -> 
> /<>/.pybuild/cpython3_3.11_zope.testing/build/zope/testing
> copying src/zope/testing/setupstack.py -> 
> /<>/.pybuild/cpython3_3.11_zope.testing/build/zope/testing
> copying src/zope/testing/module.py -> 
> /<>/.pybuild/cpython3_3.11_zope.testing/build/zope/testing
> copying src/zope/testing/server.py -> 
> /<>/.pybuild/cpython3_3.11_zope.testing/build/zope/testing
> copying src/zope/testing/wait.py -> 
> /<>/.pybuild/cpython3_3.11_zope.testing/build/zope/testing
> copying src/zope/testing/loggingsupport.py -> 
> /<>/.pybuild/cpython3_3.11_zope.testing/build/zope/testing
> copying src/zope/testing/formparser.py -> 
> /<>/.pybuild/cpython3_3.11_zope.testing/build/zope/testing
> copying src/zope/testing/testrunner.py -> 
> /<>/.pybuild/cpython3_3.11_zope.testing/build/zope/testing
> copying src/zope/testing/cleanup.py -> 
> /<>/.pybuild/cpython3_3.11_zope.testing/build/zope/testing
> running egg_info
> writing src/zope.testing.egg-info/PKG-INFO
> writing dependency_links to src/zope.testing.egg-info/dependency_links.txt
> writing namespace_packages to src/zope.testing.egg-info/namespace_packages.txt
> writing requirements to src/zope.testing.egg-info/requires.txt
> writing top-level names to src/zope.testing.egg-info/top_level.txt
> reading manifest file 'src/zope.testing.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no files found matching '*.txt' under directory 'docs'
> warning: no files found matching 'Makefile' under directory 'docs'
> adding license file 'LICENSE.txt'
> writing manifest file 'src/zope.testing.egg-info/SOURCES.txt'
> copying src/zope/testing/cleanup.txt -> 
> /<>/.pybuild/cpython3_3.11_zope.testing/build/zope/testing
> copying src/zope/testing/doctestcase.txt -> 
> /<>/.pybuild/cpython3_3.11_zope.testing/build/zope/testing
> copying src/zope/testing/formparser.txt -> 
> /<>/.pybuild/cpython3_3.11_zope.testing/build/zope/testing
> copying src/zope/testing/loggingsupport.txt -> 
> /<>/.pybuild/cpython3_3.11_zope.testing/build/zope/testing
> copying src/zope/testing/module.txt -> 
> /<>/.pybuild/cpython3_3.11_zope.testing/build/zope/testing
> copying src/zope/testing/renormalizing.txt -> 
> /<>/.pybuild/cpython3_3.11_zope.testing/build/zope/testing
> copying src/zope/testing/setupstack.txt -> 
> /<>/.pybuild/cpython3_3.11_zope.testing/build/zope/testing
> copying src/zope/testing/test-1.txt -> 
> /<>/.pybuild/cpython3_3.11_zope.testing/build/zope/testing
> copying src/zope/testing/test4.txt -> 
> /<>/.pybuild/cpython3_3.11_zope.testing/build/zope/testing
> copying src/zope/testing/t

Bug#1026619: python-fire: FTBFS: AttributeError: module 'asyncio' has no attribute 'coroutine'

2022-12-20 Thread Lucas Nussbaum
Source: python-fire
Version: 0.4.0-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221220 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
>  debian/rules build
> dh build -Spybuild --with python3
>dh_update_autotools_config -O-Spybuild
>dh_autoreconf -O-Spybuild
>dh_auto_configure -O-Spybuild
> I: pybuild base:240: python3.11 setup.py config 
> /usr/lib/python3/dist-packages/setuptools/dist.py:771: UserWarning: Usage of 
> dash-separated 'license-file' will not be supported in future versions. 
> Please use the underscore name 'license_file' instead
>   warnings.warn(
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:508: 
> SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use 
> license_files instead.
>   warnings.warn(msg, warning_class)
> running config
> I: pybuild base:240: python3.10 setup.py config 
> /usr/lib/python3/dist-packages/setuptools/dist.py:771: UserWarning: Usage of 
> dash-separated 'license-file' will not be supported in future versions. 
> Please use the underscore name 'license_file' instead
>   warnings.warn(
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:508: 
> SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use 
> license_files instead.
>   warnings.warn(msg, warning_class)
> running config
>dh_auto_build -O-Spybuild
> I: pybuild base:240: /usr/bin/python3.11 setup.py build 
> /usr/lib/python3/dist-packages/setuptools/dist.py:771: UserWarning: Usage of 
> dash-separated 'license-file' will not be supported in future versions. 
> Please use the underscore name 'license_file' instead
>   warnings.warn(
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:508: 
> SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use 
> license_files instead.
>   warnings.warn(msg, warning_class)
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.11/build/fire
> copying fire/__init__.py -> /<>/.pybuild/cpython3_3.11/build/fire
> copying fire/formatting.py -> 
> /<>/.pybuild/cpython3_3.11/build/fire
> copying fire/parser.py -> /<>/.pybuild/cpython3_3.11/build/fire
> copying fire/docstrings_test.py -> 
> /<>/.pybuild/cpython3_3.11/build/fire
> copying fire/core.py -> /<>/.pybuild/cpython3_3.11/build/fire
> copying fire/value_types.py -> 
> /<>/.pybuild/cpython3_3.11/build/fire
> copying fire/inspectutils.py -> 
> /<>/.pybuild/cpython3_3.11/build/fire
> copying fire/__main__.py -> /<>/.pybuild/cpython3_3.11/build/fire
> copying fire/parser_fuzz_test.py -> 
> /<>/.pybuild/cpython3_3.11/build/fire
> copying fire/main_test.py -> 
> /<>/.pybuild/cpython3_3.11/build/fire
> copying fire/formatting_windows.py -> 
> /<>/.pybuild/cpython3_3.11/build/fire
> copying fire/test_components_test.py -> 
> /<>/.pybuild/cpython3_3.11/build/fire
> copying fire/trace.py -> /<>/.pybuild/cpython3_3.11/build/fire
> copying fire/parser_test.py -> 
> /<>/.pybuild/cpython3_3.11/build/fire
> copying fire/formatting_test.py -> 
> /<>/.pybuild/cpython3_3.11/build/fire
> copying fire/decorators.py -> 
> /<>/.pybuild/cpython3_3.11/build/fire
> copying fire/helptext.py -> /<>/.pybuild/cpython3_3.11/build/fire
> copying fire/decorators_test.py -> 
> /<>/.pybuild/cpython3_3.11/build/fire
> copying fire/test_components_bin.py -> 
> /<>/.pybuild/cpython3_3.11/build/fire
> copying fire/test_components.py -> 
> /<>/.pybuild/cpython3_3.11/build/fire
> copying fire/fire_import_test.py -> 
> /<>/.pybuild/cpython3_3.11/build/fire
> copying fire/completion_test.py -> 
> /<>/.pybuild/cpython3_3.11/build/fire
> copying fire/core_test.py -> 
> /<>/.pybuild/cpython3_3.11/build/fire
> copying fire/inspectutils_test.py -> 
> /<>/.pybuild/cpython3_3.11/build/fire
> copying fire/interact.py -> /<>/.pybuild/cpython3_3.11/build/fire
> copying fire/test_components_py3.py -> 
> /<>/.pybuild/cpython3_3.11/build/fire
> copying fire/fire_test.py -> 
> /<>/.pybuild/cpython3_3.11/build/fire
> copying fire/custom_descriptions_test.py -> 
> /<>/.pybuild/cpython3_3.11/build/fire
> copying fire/docstrings_fuzz_test.py -> 
> /<>/.pybuild/cpython3_3.11/build/fire
> copying fire/docstrings.py -> 
> /<>/.pybuild/cpython3_3.11/build/fire
> copying fire/custom_descriptions.py -> 
> /<>/.pybuild/cpython3_3.11/build/fire
> copying fire/testutils_test.py -> 
> /<>/.pybuild/cpython3_3.11/build/fire
> copying fire/testutils.py -> 
> /<>/.pybuild/cpython3_3.11/build/fire
> copying fire/completion.py -> 
> /<>/.pybuild/cpython3_3.11/build/fire
> copying fire/interact_test.py -> 
> /<>/.pybuild/cpython3_3.11/build/fire
> copying fire/trace_test.py -> 
> /<>/.pybuild/cpython3_3.11/build/fire
> copying fire/helptext_test.py -> 
> /<>/.pybuild/cpython3_3.11/build/fire
> creating /<>/.pybuild/cpython3_3.11/build/fire/console
> copying fire/console/__init__.py -> 
> /<>/.pybuild/cpython3_3.11/build/fire/con

Bug#1026763: tuxcmd: FTBFS: /usr/bin/ld.bfd: cannot find -lgthread-2.0: No such file or directory

2022-12-20 Thread Lucas Nussbaum
Source: tuxcmd
Version: 0.6.70+dfsg-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221220 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> make[2]: Entering directory '/<>'
> echo "const" > fpcver.inc
> echo "  ConstFPCVersionString = '`fpc -iW`';" >> fpcver.inc
> echo "  ConstFPCDateString = '`fpc -iD`';" >> fpcver.inc
> echo "  ConstFPCCompilerOSString = '`fpc -iSO`';" >> fpcver.inc
> echo "  ConstFPCCompilerHostProcessorString = '`fpc -iSP`';" >> fpcver.inc
> echo "  ConstFPCTargetOSString = '`fpc -iTO`';" >> fpcver.inc
> echo "  ConstFPCTargetProcessorString = '`fpc -iTP`';" >> fpcver.inc
> fpc -Mdelphi -vweh -Un -Ci -Co -XX "-k-z noexecstack" -O3 \
> -Fu./libgtk_kylix -Fu./translations -Fu./vfs \
> tuxcmd.dpr
> Hint: Start of reading config file /etc/fpc.cfg
> Hint: End of reading config file /etc/fpc.cfg
> Free Pascal Compiler version 3.2.2+dfsg-17 [2022/11/27] for x86_64
> Copyright (c) 1993-2021 by Florian Klaempfl and others
> Target OS: Linux for x86-64
> Compiling tuxcmd.dpr
> Compiling ./libgtk_kylix/GTKForms.pas
> Compiling ./libgtk_kylix/GTKControls.pas
> Compiling ./libgtk_kylix/GTKMenus.pas
> Compiling ./libgtk_kylix/GTKConsts.pas
> GTKConsts.pas(27,13) Hint: Unit "gdk2" not used in GTKConsts
> Writing Resource String Table file: GTKConsts.rsj
> Compiling ./libgtk_kylix/GTKUtils.pas
> Compiling ./libgtk_kylix/GTKClasses.pas
> Compiling ./libgtk_kylix/GTKUtils.pas
> GTKClasses.pas(27,12) Hint: Unit "gdk2" not used in GTKClasses
> Compiling ./libgtk_kylix/GTKPixbuf.pas
> Compiling ./libgtk_kylix/GTKStdCtrls.pas
> GTKStdCtrls.pas(284,30) Hint: Parameter "button" not used
> GTKStdCtrls.pas(543,38) Hint: Parameter "ToggleButton" not used
> GTKStdCtrls.pas(707,32) Hint: Parameter "editable" not used
> GTKStdCtrls.pas(231,28) Hint: Parameter "Sender" not used
> GTKStdCtrls.pas(27,12) Hint: Unit "gdk2" not used in GTKStdCtrls
> GTKPixbuf.pas(27,13) Hint: Unit "gdk2" not used in GTKPixbuf
> Compiling ./libgtk_kylix/GTKForms.pas
> GTKForms.pas(283,38) Hint: Parameter "widget" not used
> GTKForms.pas(283,58) Hint: Parameter "event" not used
> GTKForms.pas(288,31) Hint: Parameter "anobject" not used
> GTKForms.pas(293,40) Hint: Parameter "widget" not used
> GTKForms.pas(293,61) Hint: Parameter "allocation" not used
> GTKForms.pas(67,26) Hint: Parameter "Sender" not used
> GTKForms.pas(712,45) Warning: Conversion between ordinals and pointers is not 
> portable
> GTKForms.pas(745,45) Hint: Conversion between ordinals and pointers is not 
> portable
> GTKForms.pas(802,37) Hint: Parameter "dialog" not used
> Compiling ./libgtk_kylix/GTKExtCtrls.pas
> GTKExtCtrls.pas(381,28) Hint: Parameter "widget" not used
> GTKExtCtrls.pas(381,49) Hint: Parameter "allocation" not used
> GTKExtCtrls.pas(440,36) Hint: Parameter "notebook" not used
> GTKExtCtrls.pas(440,60) Hint: Parameter "page" not used
> GTKExtCtrls.pas(440,84) Hint: Parameter "page_num" not used
> GTKExtCtrls.pas(544,127) Warning: Local variable "expand" does not seem to be 
> initialized
> GTKExtCtrls.pas(544,143) Warning: Local variable "packtype" does not seem to 
> be initialized
> GTKExtCtrls.pas(544,133) Warning: Local variable "fill" does not seem to be 
> initialized
> GTKExtCtrls.pas(557,133) Warning: Local variable "fill" does not seem to be 
> initialized
> GTKExtCtrls.pas(557,143) Warning: Local variable "packtype" does not seem to 
> be initialized
> GTKExtCtrls.pas(557,127) Warning: Local variable "expand" does not seem to be 
> initialized
> GTKExtCtrls.pas(573,34) Hint: Parameter "optionmenu" not used
> GTKExtCtrls.pas(171,28) Hint: Parameter "Sender" not used
> GTKExtCtrls.pas(27,12) Hint: Unit "gdk2" not used in GTKExtCtrls
> GTKExtCtrls.pas(27,47) Hint: Unit "GTKConsts" not used in GTKExtCtrls
> GTKMenus.pas(166,33) Hint: Parameter "menuitem" not used
> GTKMenus.pas(145,16) Hint: Unit "GTKExtCtrls" not used in GTKMenus
> GTKControls.pas(427,41) Hint: Parameter "widget" not used
> GTKControls.pas(102,26) Hint: Parameter "Value" not used
> GTKControls.pas(531,38) Hint: Parameter "widget" not used
> GTKControls.pas(536,40) Hint: Parameter "widget" not used
> GTKControls.pas(561,37) Hint: Parameter "widget" not used
> GTKControls.pas(561,57) Hint: Parameter "event" not used
> GTKControls.pas(569,38) Hint: Parameter "widget" not used
> GTKControls.pas(569,58) Hint: Parameter "event" not used
> GTKControls.pas(687,43) Hint: Parameter "widget" not used
> GTKControls.pas(710,42) Hint: Parameter "widget" not used
> GTKControls.pas(109,26) Hint: Parameter "Value" not used
> GTKControls.pas(770,35) Hint: Parameter "widget" not used
> Compiling UConfig.pas
> Compiling ULocale.pas
> Compiling translations/UTranslation_EN.pas
> Compiling translations/UTranslation_CZ.pas
> Compiling translations/UTranslation_RU.pas
> Compiling translations/UTranslation_DE.pas
> Compiling translations/UTranslation_SV.

Bug#1027538: herisvm: FTBFS: dh_auto_build: error: exec (for cmd: mkcmake PREFIX=/usr MANDIR=/usr/share/man INFODIR=/usr/share/info SYSCONFDIR=/etc STRIPFLAG= LIBDIR=/usr/lib/x86_64-linux-gnu LIBEXECD

2023-01-01 Thread Lucas Nussbaum
Source: herisvm
Version: 0.9.0-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230101 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
>  debian/rules binary
> dh binary --buildsystem mkcmake
>dh_update_autotools_config -O--buildsystem=mkcmake
>dh_autoreconf -O--buildsystem=mkcmake
>dh_auto_configure -O--buildsystem=mkcmake
>dh_auto_build -O--buildsystem=mkcmake
>   mkcmake PREFIX=/usr MANDIR=/usr/share/man INFODIR=/usr/share/info 
> SYSCONFDIR=/etc STRIPFLAG= LIBDIR=/usr/lib/x86_64-linux-gnu 
> LIBEXECDIR=/usr/lib/x86_64-linux-gnu
> Can't exec "mkcmake": No such file or directory at 
> /usr/share/perl5/Debian/Debhelper/Dh_Lib.pm line 518.
> dh_auto_build: error: exec (for cmd: mkcmake PREFIX=/usr 
> MANDIR=/usr/share/man INFODIR=/usr/share/info SYSCONFDIR=/etc STRIPFLAG= 
> LIBDIR=/usr/lib/x86_64-linux-gnu LIBEXECDIR=/usr/lib/x86_64-linux-gnu) 
> failed: No such file or directory
> dh_auto_build: error: mkcmake PREFIX=/usr MANDIR=/usr/share/man 
> INFODIR=/usr/share/info SYSCONFDIR=/etc STRIPFLAG= 
> LIBDIR=/usr/lib/x86_64-linux-gnu LIBEXECDIR=/usr/lib/x86_64-linux-gnu 
> returned exit code 25
> make: *** [debian/rules:4: binary] Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/01/01/herisvm_0.9.0-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230101;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230101&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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#1028762: pylint-plugin-utils: FTBFS: ModuleNotFoundError: No module named 'tomli'

2023-01-14 Thread Lucas Nussbaum
Source: pylint-plugin-utils
Version: 0.7-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230113 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
>  debian/rules binary
> dh binary  --with python3 --buildsystem=pybuild
>dh_update_autotools_config -O--buildsystem=pybuild
>dh_autoreconf -O--buildsystem=pybuild
>dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:240: python3.10 setup.py config 
> running config
> I: pybuild base:240: python3.11 setup.py config 
> running config
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:240: /usr/bin/python3.10 setup.py build 
> running build
> running build_py
> creating 
> /<>/.pybuild/cpython3_3.10_pylint-plugin-utils/build/pylint_plugin_utils
> copying pylint_plugin_utils/__init__.py -> 
> /<>/.pybuild/cpython3_3.10_pylint-plugin-utils/build/pylint_plugin_utils
> I: pybuild base:240: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating 
> /<>/.pybuild/cpython3_3.11_pylint-plugin-utils/build/pylint_plugin_utils
> copying pylint_plugin_utils/__init__.py -> 
> /<>/.pybuild/cpython3_3.11_pylint-plugin-utils/build/pylint_plugin_utils
>dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:240: cd 
> /<>/.pybuild/cpython3_3.10_pylint-plugin-utils/build; python3.10 
> -m unittest discover -v 
> pylint_plugin_utils (unittest.loader._FailedTest) ... ERROR
> 
> ==
> ERROR: pylint_plugin_utils (unittest.loader._FailedTest)
> --
> ImportError: Failed to import test module: pylint_plugin_utils
> Traceback (most recent call last):
>   File "/usr/lib/python3.10/unittest/loader.py", line 470, in _find_test_path
> package = self._get_module_from_name(name)
>   File "/usr/lib/python3.10/unittest/loader.py", line 377, in 
> _get_module_from_name
> __import__(name)
>   File 
> "/<>/.pybuild/cpython3_3.10_pylint-plugin-utils/build/pylint_plugin_utils/__init__.py",
>  line 4, in 
> from pylint.lint import PyLinter
>   File "/usr/lib/python3/dist-packages/pylint/lint/__init__.py", line 19, in 
> 
> from pylint.config.exceptions import ArgumentPreprocessingError
>   File "/usr/lib/python3/dist-packages/pylint/config/__init__.py", line 25, 
> in 
> from pylint.config.arguments_provider import UnsupportedAction
>   File "/usr/lib/python3/dist-packages/pylint/config/arguments_provider.py", 
> line 15, in 
> from pylint.config.arguments_manager import _ArgumentsManager
>   File "/usr/lib/python3/dist-packages/pylint/config/arguments_manager.py", 
> line 50, in 
> import tomli as tomllib
> ModuleNotFoundError: No module named 'tomli'
> 
> 
> --
> Ran 1 test in 0.000s
> 
> FAILED (errors=1)
> E: pybuild pybuild:388: test: plugin distutils failed with: exit code=1: cd 
> /<>/.pybuild/cpython3_3.10_pylint-plugin-utils/build; python3.10 
> -m unittest discover -v 
> I: pybuild base:240: cd 
> /<>/.pybuild/cpython3_3.11_pylint-plugin-utils/build; python3.11 
> -m unittest discover -v 
> 
> --
> Ran 0 tests in 0.000s
> 
> OK
> dh_auto_test: error: pybuild --test -i python{version} -p "3.10 3.11" 
> returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2023/01/13/pylint-plugin-utils_0.7-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230113;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230113&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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#964540: dropwatch build times out in the testsuite

2023-02-04 Thread Lucas Nussbaum
On 02/11/22 at 02:14 +0100, Andreas Beckmann wrote:
> Control: severity -1 normal
> 
> On Wed, 8 Jul 2020 13:26:54 +0200 Matthias Klose  wrote:
> > Package: src:dropwatch
> > Version: 1.5.3-1
> 
> > dropwatch build times out in the testsuite, no output available in the 
> > build log.
> 
> The 1.5.4-1 release built fine on the buildds for all release architectures.
> But there were testsuite timeouts on some ports architectures.

This is still reproducible (on x86_64)

Lucas



Bug#1042197: dropwatch: FTBFS: ./builddir-single/bfd/../../bfd/syms.c:1437:(.text+0x7ad): undefined reference to `filename_ncmp'

2023-07-26 Thread Lucas Nussbaum
Source: dropwatch
Version: 1.5.4-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> /usr/bin/ld: /usr/lib/x86_64-linux-gnu/libbfd.a(syms.o): in function 
> `_bfd_stab_section_find_nearest_line':
> ./builddir-single/bfd/../../bfd/syms.c:1437:(.text+0x7ad): undefined 
> reference to `filename_ncmp'
> /usr/bin/ld: ./builddir-single/bfd/../../bfd/syms.c:1438:(.text+0xcf6): 
> undefined reference to `filename_cmp'
> collect2: error: ld returned 1 exit status


The full build log is available from:
http://qa-logs.debian.net/2023/07/26/dropwatch_1.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-20230726;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230726&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=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.



  1   2   3   4   5   6   7   >