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

2024-03-13 Thread Lucas Nussbaum
Source: nanovg
Version: 0.0~git20230826.f93799c+dfsg-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

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

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

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

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

Hi,

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

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

Relevant part (hopefully):
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -fPIC -fvisibility=hidden -Wdate-time -D_FORTIFY_SOURCE=2 -DUSE_CRYPT_R  -c 
> -o bigcrypt.o bigcrypt.c
> bigcrypt.c: In function ‘bigcrypt’:
> bigcrypt.c:62:25: error: implicit declaration of function ‘crypt’; did you 
> mean ‘bigcrypt’? [-Werror=implicit-function-declaration]
>62 | strncpy(outptr, crypt(key, salt), SALT_SIZE + ESEGMENT_SIZE);
>   | ^
>   | bigcrypt
> bigcrypt.c:62:25: warning: passing argument 2 of ‘strncpy’ makes pointer from 
> integer without a cast [-Wint-conversion]
>62 | strncpy(outptr, crypt(key, salt), SALT_SIZE + ESEGMENT_SIZE);
>   | ^~~~
>   | |
>   | int
> In file included from /usr/include/features.h:490,
>  from /usr/include/unistd.h:25,
>  from bigcrypt.c:28:
> /usr/include/x86_64-linux-gnu/bits/string_fortified.h:92:1: note: expected 
> ‘const char * restrict’ but argument is of type ‘int’
>92 | __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
>   | ^
> bigcrypt.c:70:50: warning: passing argument 2 of ‘strncpy’ makes pointer from 
> integer without a cast [-Wint-conversion]
>70 | strncpy(outptr, crypt(key, salt) + SALT_SIZE, 
> ESEGMENT_SIZE);
>   |  ^
>   |  |
>   |  int
> /usr/include/x86_64-linux-gnu/bits/string_fortified.h:92:1: note: expected 
> ‘const char * restrict’ but argument is of type ‘int’
>92 | __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
>   | ^
> cc1: some warnings being treated as errors
> make[1]: *** [: bigcrypt.o] Error 1


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

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

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

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

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



Bug#1066575: kakasi: FTBFS: configure: error: can not use EUC-JP or UTF-8 encoding on iconv

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

Hi,

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


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


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

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

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

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

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



Bug#1066574: xbill: FTBFS: Game.c:258:21: error: implicit declaration of function ‘strncasecmp’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

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

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

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

Hi,

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

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

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


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

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

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

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

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



Bug#1066571: sane-frontends: FTBFS: sanei_init_debug.c:103:17: error: implicit declaration of function ‘isfdtype’; did you mean ‘isctype’? [-Werror=implicit-function-declaration]

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

Hi,

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

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

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

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

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

Hi,

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

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

Relevant part (hopefully):
> x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -Isrc -I/usr/include/python3.12 -c src/pwm_utils.c -o 
> build/temp.linux-x86_64-cpython-312/src/pwm_utils.o
> src/pwm_utils.c: In function ‘main’:
> src/pwm_utils.c:11:27: error: implicit declaration of function ‘strlen’ 
> [-Werror=implicit-function-declaration]
>11 | int string_size = strlen(argv[1]);
>   |   ^~
> src/pwm_utils.c:5:1: note: include ‘’ or provide a declaration of 
> ‘strlen’
> 4 | #include 
>   +++ |+#include 
> 5 | 
> src/pwm_utils.c:11:27: warning: incompatible implicit declaration of built-in 
> function ‘strlen’ [-Wbuiltin-declaration-mismatch]
>11 | int string_size = strlen(argv[1]);
>   |   ^~
> src/pwm_utils.c:11:27: note: include ‘’ or provide a declaration of 
> ‘strlen’
> src/pwm_utils.c:12:29: warning: comparison of integer expressions of 
> different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare]
>12 | if (strlen(argv[2]) != string_size) {
>   | ^~
> cc1: some warnings being treated as errors
> error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
> 
> ERROR Backend subprocess exited when trying to invoke build_wheel
> E: pybuild pybuild:389: build: plugin pyproject failed with: exit code=1: 
> python3.12 -m build --skip-dependency-check --no-isolation --wheel --outdir 
> /<>/.pybuild/cpython3_3.12_bx-python  
> I: pybuild plugin_pyproject:129: Building wheel for python3.11 with "build" 
> module
> I: pybuild base:305: python3.11 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir 
> /<>/.pybuild/cpython3_3.11_bx-python  
> * Building wheel...
> running bdist_wheel
> running build
> running build_py
> creating build/lib.linux-x86_64-cpython-311
> copying lib/psyco_full.py -> build/lib.linux-x86_64-cpython-311
> creating build/lib.linux-x86_64-cpython-311/bx_extras
> copying lib/bx_extras/pyparsing.py -> 
> build/lib.linux-x86_64-cpython-311/bx_extras
> copying lib/bx_extras/__init__.py -> 
> build/lib.linux-x86_64-cpython-311/bx_extras
> copying lib/bx_extras/stats.py -> build/lib.linux-x86_64-cpython-311/bx_extras
> copying lib/bx_extras/lrucache.py -> 
> build/lib.linux-x86_64-cpython-311/bx_extras
> copying lib/bx_extras/fpconst_tests.py -> 
> build/lib.linux-x86_64-cpython-311/bx_extras
> copying lib/bx_extras/fpconst.py -> 
> build/lib.linux-x86_64-cpython-311/bx_extras
> copying lib/bx_extras/pstat.py -> build/lib.linux-x86_64-cpython-311/bx_extras
> creating build/lib.linux-x86_64-cpython-311/bx
> copying lib/bx/seqmapping.py -> build/lib.linux-x86_64-cpython-311/bx
> copying lib/bx/bitset_builders.py -> build/lib.linux-x86_64-cpython-311/bx
> copying lib/bx/__init__.py -> build/lib.linux-x86_64-cpython-311/bx
> copying lib/bx/seqmapping_tests.py -> build/lib.linux-x86_64-cpython-311/bx
> copying lib/bx/binned_array_tests.py -> build/lib.linux-x86_64-cpython-311/bx
> copying lib/bx/binned_array.py -> build/lib.linux-x86_64-cpython-311/bx
> copying lib/bx/wiggle.py -> build/lib.linux-x86_64-cpython-311/bx
> copying lib/bx/interval_index_file.py -> build/lib.linux-x86_64-cpython-311/bx
> copying lib/bx/bitset_tests.py -> build/lib.linux-x86_64-cpython-311/bx
> copying lib/bx/interval_index_file_tests.py -> 
> build/lib.linux-x86_64-cpython-311/bx
> copying lib/bx/gene_reader.py -> build/lib.linux-x86_64-cpython-311/bx
> copying lib/bx/wiggle_tests.py -> build/lib.linux-x86_64-cpython-311/bx
> copying lib/bx/bitset_utils.py -> build/lib.linux-x86_64-cpython-311/bx
> copying lib/bx/filter.py -> build/lib.linux-x86_64-cpython-311/bx
> creating build/lib.linux-x86_64-cpython-311/bx/intervals
> copying lib/bx/intervals/__init__.py -> 
> build/lib.linux-x86_64-cpython-311/bx/intervals
> copying lib/bx/intervals/random_intervals.py -> 
> build/lib.linux-x86_64-cpython-311/bx/intervals
> copying lib/bx/intervals/intersection_tests.py -> 
> build/lib.linux-x86_64-cpython-311/bx/intervals
> copying lib/bx/intervals/io.py -> 
> build/lib.linux-x86_64-cpython-311/bx/intervals
> copying 

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

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

Hi,

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

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

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I. -I. -I. -DDATA=\"/usr/share/games/ketm\" 
> -DHISCORE_FILE=\"/var/games/ketm.scores\"  -Wdate-time -D_FORTIFY_SOURCE=2  
> -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -O3 -funroll-loops -fexpensive-optimizations -D_REENTRANT -c particle.c
> main.c: In function ‘main’:
> main.c:81:9: error: implicit declaration of function ‘hsc_save’ 
> [-Werror=implicit-function-declaration]
>81 | hsc_save(); // save hiscore
>   | ^~~~
> main.c:18:9: warning: ignoring return value of ‘chdir’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>18 | chdir(DATA);
>   | ^~~
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:375: main.o] Error 1


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

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

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

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

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



Bug#1066568: pd-iemlib: FTBFS: src/FIR~.c:120:7: error: implicit declaration of function ‘error’; did you mean ‘perror’? [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -Iinclude -DHAVE_G_CANVAS_H=1 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -o src/dollarg.pd_linux.o -c 
> src/dollarg.c
>  info: making src/exp_inc.pd_linux.o in lib iemlib
> src/FIR~.c: In function ‘FIR_tilde_set’:
> src/FIR~.c:120:7: error: implicit declaration of function ‘error’; did you 
> mean ‘perror’? [-Werror=implicit-function-declaration]
>   120 |   error("FIR~: %s: no such table~", x->x_table_name->s_name);
>   |   ^
>   |   perror
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -Iinclude -DHAVE_G_CANVAS_H=1 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -o src/exp_inc.pd_linux.o -c 
> src/exp_inc.c
>  info: making src/f2note.pd_linux.o in lib iemlib
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -Iinclude -DHAVE_G_CANVAS_H=1 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -o src/f2note.pd_linux.o -c 
> src/f2note.c
>  info: making src/fade~.pd_linux.o in lib iemlib
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -Iinclude -DHAVE_G_CANVAS_H=1 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -o src/fade~.pd_linux.o -c src/fade~.c
>  info: making src/filter~.pd_linux.o in lib iemlib
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -Iinclude -DHAVE_G_CANVAS_H=1 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -o src/filter~.pd_linux.o -c 
> src/filter~.c
>  info: making src/float24.pd_linux.o in lib iemlib
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -Iinclude -DHAVE_G_CANVAS_H=1 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -o src/float24.pd_linux.o -c 
> src/float24.c
>  info: making src/for++.pd_linux.o in lib iemlib
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -Iinclude -DHAVE_G_CANVAS_H=1 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -o src/for++.pd_linux.o -c src/for++.c
>  info: making src/gate.pd_linux.o in lib iemlib
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -Iinclude -DHAVE_G_CANVAS_H=1 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -o src/gate.pd_linux.o -c src/gate.c
>  info: making src/hml_shelf~.pd_linux.o in lib iemlib
> cc1: some warnings being treated as errors
> make[1]: *** [/usr/share/pd-lib-builder//Makefile.pdlibbuilder:987: 
> src/FIR~.pd_linux.o] Error 1


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

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

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

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

Hi,

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

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

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


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

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

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

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

2024-03-13 Thread Lucas Nussbaum
Source: fvwm1
Version: 1.24r-57
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

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

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


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/fvwm1_1.24r-57_unstable.log

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

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

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

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



Bug#1066566: elektroid: FTBFS: editor.c:1166:3: error: implicit declaration of function ‘g_unlink’; did you mean ‘unlink’? [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I. -I..  -Wall -O3 -DDATADIR='"/usr/share/elektroid"' 
> -DLOCALEDIR='"/usr/share/locale"' -Wdate-time -D_FORTIFY_SOURCE=2 -I../src 
> `/usr/bin/pkg-config --cflags alsa glib-2.0 zlib json-glib-1.0 libzip` 
> -I/usr/include/opus -I/usr/include/x86_64-linux-gnu   -D_GNU_SOURCE -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o elektroid_cli-connector.o `test 
> -f 'connector.c' || echo './'`connector.c
> editor.c: In function ‘editor_save_to_remote’:
> editor.c:1166:3: error: implicit declaration of function ‘g_unlink’; did you 
> mean ‘unlink’? [-Werror=implicit-function-declaration]
>  1166 |   g_unlink (tmp_file);
>   |   ^~~~
>   |   unlink
> gcc -DHAVE_CONFIG_H -I. -I..  -Wall -O3 -DDATADIR='"/usr/share/elektroid"' 
> -DLOCALEDIR='"/usr/share/locale"' -Wdate-time -D_FORTIFY_SOURCE=2 -I../src 
> `/usr/bin/pkg-config --cflags alsa glib-2.0 zlib json-glib-1.0 libzip` 
> -I/usr/include/opus -I/usr/include/x86_64-linux-gnu   -D_GNU_SOURCE -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o elektroid_cli-sample.o `test -f 
> 'sample.c' || echo './'`sample.c
> gcc -DHAVE_CONFIG_H -I. -I..  -Wall -O3 -DDATADIR='"/usr/share/elektroid"' 
> -DLOCALEDIR='"/usr/share/locale"' -Wdate-time -D_FORTIFY_SOURCE=2 -I../src 
> `/usr/bin/pkg-config --cflags alsa glib-2.0 zlib json-glib-1.0 libzip` 
> -I/usr/include/opus -I/usr/include/x86_64-linux-gnu   -D_GNU_SOURCE -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o elektroid_cli-utils.o `test -f 
> 'utils.c' || echo './'`utils.c
> gcc -DHAVE_CONFIG_H -I. -I..  -Wall -O3 -DDATADIR='"/usr/share/elektroid"' 
> -DLOCALEDIR='"/usr/share/locale"' -Wdate-time -D_FORTIFY_SOURCE=2 -I../src 
> `/usr/bin/pkg-config --cflags alsa glib-2.0 zlib json-glib-1.0 libzip` 
> -I/usr/include/opus -I/usr/include/x86_64-linux-gnu   -D_GNU_SOURCE -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o elektroid_cli-backend.o `test 
> -f 'backend.c' || echo './'`backend.c
> gcc -DHAVE_CONFIG_H -I. -I..  -Wall -O3 -DDATADIR='"/usr/share/elektroid"' 
> -DLOCALEDIR='"/usr/share/locale"' -Wdate-time -D_FORTIFY_SOURCE=2 -I../src 
> `/usr/bin/pkg-config --cflags alsa glib-2.0 zlib json-glib-1.0 libzip` 
> -I/usr/include/opus -I/usr/include/x86_64-linux-gnu   -D_GNU_SOURCE -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o elektroid_cli-backend_alsa.o 
> `test -f 'backend_alsa.c' || echo './'`backend_alsa.c
> gcc -DHAVE_CONFIG_H -I. -I..  -Wall -O3 -DDATADIR='"/usr/share/elektroid"' 
> -DLOCALEDIR='"/usr/share/locale"' -Wdate-time -D_FORTIFY_SOURCE=2 -I../src 
> `/usr/bin/pkg-config --cflags alsa glib-2.0 zlib json-glib-1.0 libzip` 
> -I/usr/include/opus -I/usr/include/x86_64-linux-gnu   -D_GNU_SOURCE -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o 
> connectors/elektroid_cli-common.o `test -f 'connectors/common.c' || echo 
> './'`connectors/common.c
> gcc -DHAVE_CONFIG_H -I. -I..  -Wall -O3 -DDATADIR='"/usr/share/elektroid"' 
> -DLOCALEDIR='"/usr/share/locale"' -Wdate-time -D_FORTIFY_SOURCE=2 -I../src 
> `/usr/bin/pkg-config --cflags alsa glib-2.0 zlib json-glib-1.0 libzip` 
> -I/usr/include/opus -I/usr/include/x86_64-linux-gnu   -D_GNU_SOURCE -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o 
> connectors/elektroid_cli-system.o `test -f 'connectors/system.c' || echo 
> './'`connectors/system.c
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:1201: elektroid-editor.o] Error 1


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

All bugs filed during this archive rebuild are 

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

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

Hi,

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

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

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" 
> -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -I/usr/include/goocanvas-2.0 
> -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp 
> -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders 
> -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 
> -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
> -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread   -Wdate-time 
> -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> moves.c
> moves.c: In function ‘obst_heval’:
> moves.c:100:10: error: implicit declaration of function ‘countobst’; did you 
> mean ‘count_bits’? [-Werror=implicit-function-declaration]
>   100 |t1 =  countobst(s);
>   |  ^
>   |  count_bits
> moves.c: In function ‘init_engine’:
> moves.c:1734:17: error: implicit declaration of function ‘create_hash’ 
> [-Werror=implicit-function-declaration]
>  1734 |state_hash = create_hash(s);
>   | ^~~
> moves.c: In function ‘load_values_from_file’:
> moves.c:1810:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1810 |  fscanf(rc_fd, "%d", );
>   |  ^~~
> moves.c:1815:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1815 |  fscanf(rc_fd, "%d", );
>   |  ^~~
> moves.c:1820:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1820 |  fscanf(rc_fd, "%d", );
>   |  ^~~
> moves.c:1828:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1828 |  fscanf(rc_fd, "%d", );
>   |  ^~~
> moves.c:1836:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1836 |  fscanf(rc_fd, "%d", );
>   |  ^~~
> moves.c:1844:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1844 |  fscanf(rc_fd, "%d", );
>   |  ^~~
> moves.c:1852:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1852 |  fscanf(rc_fd, "%d", );
>   |  ^~~
> moves.c:1860:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1860 |  fscanf(rc_fd, "%s", buffer);
>   |  ^~~
> moves.c:1865:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1865 |  fscanf(rc_fd, "%s", buffer);
>   |  ^~~
> moves.c:1870:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1870 |  fscanf(rc_fd, "%s", buffer);
>   |  ^~~
> moves.c:1875:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1875 |  fscanf(rc_fd, "%s", buffer);
>   |  ^~~
> moves.c:1880:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1880 |  fscanf(rc_fd, "%s", buffer);
>   |  ^~~
> moves.c:1885:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1885 |  fscanf(rc_fd, "%s", buffer);
>   |  ^~~
> moves.c:1890:10: warning: ignoring return value of ‘fscanf’ 

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

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

Hi,

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

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

Relevant part (hopefully):
> gcc -DPACKAGE_NAME=\"ncbi-seg\" -DPACKAGE_TARNAME=\"ncbi-seg\" 
> -DPACKAGE_VERSION=\"0.0.2620\" -DPACKAGE_STRING=\"ncbi-seg\ 
> 0.0.2620\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" 
> -DPACKAGE=\"ncbi-seg\" -DVERSION=\"0.0.2620\" -I.   -Wdate-time 
> -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> -o genwin.o genwin.c
> sed -e 
> 's|__datadir__|/usr/share|g;s|__docdir__|/usr/share/doc/ncbi-seg|g;s|__pkgdatadir__|/usr/share/ncbi-seg|g;s|__PREFIX__|/usr|g;s|__sysconfdir__|/etc|g;s|__VERSION__|0.0.2620|g;'
>  "ncbi-seg.pod" | \
> pod2man -c 'User Commands' -r "0.0.2620" -name NCBI-SEG > "ncbi-seg.1"
> In file included from seg.c:10:
> genwin.h:146:8: warning: type defaults to ‘int’ in declaration of 
> ‘closedbase’ [-Wimplicit-int]
>   146 | extern closedbase();
>   |^~
> genwin.h:149:8: warning: type defaults to ‘int’ in declaration of ‘closeseq’ 
> [-Wimplicit-int]
>   149 | extern closeseq();
>   |^~~~
> genwin.h:152:8: warning: type defaults to ‘int’ in declaration of ‘shiftwin’ 
> [-Wimplicit-int]
>   152 | extern shiftwin(), closewin();
>   |^~~~
> In file included from genwin.c:9:
> genwin.h:146:8: warning: type defaults to ‘int’ in declaration of 
> ‘closedbase’ [-Wimplicit-int]
>   146 | extern closedbase();
>   |^~
> genwin.h:152:20: warning: type defaults to ‘int’ in declaration of ‘closewin’ 
> [-Wimplicit-int]
>   152 | extern shiftwin(), closewin();
>   |^~~~
> genwin.h:154:8: warning: type defaults to ‘int’ in declaration of ‘compon’ 
> [-Wimplicit-int]
>   154 | extern compon(), stateon(), enton();
>   |^~
> genwin.h:154:18: warning: type defaults to ‘int’ in declaration of ‘stateon’ 
> [-Wimplicit-int]
>   154 | extern compon(), stateon(), enton();
>   |  ^~~
> genwin.h:149:8: warning: type defaults to ‘int’ in declaration of ‘closeseq’ 
> [-Wimplicit-int]
>   149 | extern closeseq();
>   |^~~~
> genwin.h:154:29: warning: type defaults to ‘int’ in declaration of ‘enton’ 
> [-Wimplicit-int]
>   154 | extern compon(), stateon(), enton();
>   | ^
> genwin.h:152:8: warning: type defaults to ‘int’ in declaration of ‘shiftwin’ 
> [-Wimplicit-int]
>   152 | extern shiftwin(), closewin();
>   |^~~~
> genwin.h:158:8: warning: type defaults to ‘int’ in declaration of ‘closemat’ 
> [-Wimplicit-int]
>   158 | extern closemat();
>   |^~~~
> genwin.h:152:20: warning: type defaults to ‘int’ in declaration of ‘closewin’ 
> [-Wimplicit-int]
>   152 | extern shiftwin(), closewin();
>   |^~~~
> genwin.h:154:8: warning: type defaults to ‘int’ in declaration of ‘compon’ 
> [-Wimplicit-int]
>   154 | extern compon(), stateon(), enton();
>   |^~
> genwin.h:160:8: warning: type defaults to ‘int’ in declaration of ‘upper’ 
> [-Wimplicit-int]
>   160 | extern upper(), lower(), findchar();
>   |^
> genwin.h:154:18: warning: type defaults to ‘int’ in declaration of ‘stateon’ 
> [-Wimplicit-int]
>   154 | extern compon(), stateon(), enton();
>   |  ^~~
> genwin.h:160:17: warning: type defaults to ‘int’ in declaration of ‘lower’ 
> [-Wimplicit-int]
>   160 | extern upper(), lower(), findchar();
>   | ^
> genwin.h:154:29: warning: type defaults to ‘int’ in declaration of ‘enton’ 
> [-Wimplicit-int]
>   154 | extern compon(), stateon(), enton();
>   | ^
> genwin.h:160:26: warning: type defaults to ‘int’ in declaration of ‘findchar’ 
> [-Wimplicit-int]
>   160 | extern upper(), lower(), findchar();
>   |  ^~~~
> genwin.h:158:8: warning: type defaults to ‘int’ in declaration of ‘closemat’ 
> [-Wimplicit-int]
>   158 | extern closemat();
>   |^~~~
> genwin.h:160:8: warning: type defaults to ‘int’ in declaration of ‘upper’ 
> [-Wimplicit-int]
>   160 | extern upper(), lower(), findchar();
>   |^
> genwin.h:160:17: warning: type defaults to ‘int’ in declaration of ‘lower’ 
> [-Wimplicit-int]
>   160 | extern upper(), lower(), findchar();
>   | ^
> genwin.h:160:26: warning: type defaults to 

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

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

Hi,

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

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

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

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

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

Hi,

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

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

Relevant part (hopefully):
> gcc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2  -c -o tfio.o tfio.c
> tfio.c: In function ‘tfgetS’:
> tfio.c:719:9: error: implicit declaration of function ‘main_loop’ 
> [-Werror=implicit-function-declaration]
>   719 | main_loop();
>   | ^
> tfio.c: In function ‘fileputs’:
> tfio.c:430:9: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   430 | write(fileno(fp), str, p - str);   /* up to newline */
>   | ^~~
> tfio.c: In function ‘igetchar’:
> tfio.c:686:5: warning: ignoring return value of ‘read’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   686 | read(STDIN_FILENO, , 1);
>   | ^
> cc1: some warnings being treated as errors
> make[3]: *** [: tfio.o] Error 1


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

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

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

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

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



Bug#1066560: gmemusage: FTBFS: hash.c:42:13: error: implicit declaration of function ‘strcmp’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> gcc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2  -c -o hash.o hash.c
> hash.c: In function ‘LookupProc’:
> hash.c:42:13: error: implicit declaration of function ‘strcmp’ 
> [-Werror=implicit-function-declaration]
>42 |   if ( !strcmp ( pi -> procname , name ) )
>   | ^~
> hash.c:12:1: note: include ‘’ or provide a declaration of ‘strcmp’
>11 | #include "common.h"
>   +++ |+#include 
>12 | 
> hash.c: In function ‘addProc’:
> hash.c:70:10: error: implicit declaration of function ‘exit’ 
> [-Werror=implicit-function-declaration]
>70 |  exit ( 1 ) ;
>   |  ^~~~
> hash.c:12:1: note: include ‘’ or provide a declaration of ‘exit’
>11 | #include "common.h"
>   +++ |+#include 
>12 | 
> hash.c:70:10: warning: incompatible implicit declaration of built-in function 
> ‘exit’ [-Wbuiltin-declaration-mismatch]
>70 |  exit ( 1 ) ;
>   |  ^~~~
> hash.c:70:10: note: include ‘’ or provide a declaration of ‘exit’
> hash.c:74:7: error: implicit declaration of function ‘strcpy’ 
> [-Werror=implicit-function-declaration]
>74 |   strcpy ( thisproc -> procname , procname ) ;
>   |   ^~
> hash.c:74:7: note: include ‘’ or provide a declaration of ‘strcpy’
> hash.c:74:7: warning: incompatible implicit declaration of built-in function 
> ‘strcpy’ [-Wbuiltin-declaration-mismatch]
> hash.c:74:7: note: include ‘’ or provide a declaration of ‘strcpy’
> hash.c:96:13: warning: incompatible implicit declaration of built-in function 
> ‘exit’ [-Wbuiltin-declaration-mismatch]
>96 | exit ( 1 ) ;
>   | ^~~~
> hash.c:96:13: note: include ‘’ or provide a declaration of ‘exit’
> hash.c:101:7: warning: incompatible implicit declaration of built-in function 
> ‘strcpy’ [-Wbuiltin-declaration-mismatch]
>   101 |   strcpy ( thisproc -> procname , procname ) ;
>   |   ^~
> hash.c:101:7: note: include ‘’ or provide a declaration of ‘strcpy’
> cc1: some warnings being treated as errors
> make[1]: *** [: hash.o] Error 1


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

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

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

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

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



Bug#1066559: dialign-t: FTBFS: museq.c:168:9: error: implicit declaration of function ‘free_diag’; did you mean ‘free_diag_col’? [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> gcc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -funroll-loops -mfpmath=sse -msse -mmmx  
> -c -o orf.o orf.c
> alig.c:15:20: warning: inline function ‘calc_ov_weight’ declared but never 
> defined
>15 | extern inline void calc_ov_weight(struct diag* dg, struct diag_col 
> *dcol, struct scr_matrix* smatrix,
>   |^~
> alig.c:13:20: warning: inline function ‘calc_weight’ declared but never 
> defined
>13 | extern inline void calc_weight(struct diag* dg, struct scr_matrix* 
> smatrix,
>   |^~~
> assemble.c:37:32: warning: inline function ‘find_eqc’ declared but never 
> defined
>37 | extern inline struct algn_pos *find_eqc(struct algn_pos **ap, int 
> seqnum, int pos);
>   |^~~~
> museq.c: In function ‘main’:
> assemble.c:25:39: warning: inline function ‘find_diags_guided’ declared but 
> never defined
>25 | extern inline struct simple_diag_col* find_diags_guided(struct 
> scr_matrix *smatrix,
>   |   ^
> assemble.c:15:20: warning: inline function ‘calc_ov_weight’ declared but 
> never defined
>15 | extern inline void calc_ov_weight(struct diag* dg, struct diag_col 
> *dcol, struct scr_matrix* smatrix,
>   |^~
> museq.c:168:9: error: implicit declaration of function ‘free_diag’; did you 
> mean ‘free_diag_col’? [-Werror=implicit-function-declaration]
>   168 | free_diag(adcol.diags[i]);
>   | ^
>   | free_diag_col
> io.c: In function ‘read_anchors’:
> museq.c:278:27: error: implicit declaration of function ‘free_alignment’ 
> [-Werror=implicit-function-declaration]
>   278 | if(! para->FAST_MODE) free_alignment(algn);
>   |   ^~
> io.c:535:23: warning: format ‘%li’ expects argument of type ‘long int *’, but 
> argument 3 has type ‘int *’ [-Wformat=]
>   535 |   while( fscanf(fp,"%li %li %li %li %li 
> %le\n",, ) == 6) {
>   | ~~^~~~
>   |   ||
>   |   long int *   int *
>   | %i
> io.c:535:27: warning: format ‘%li’ expects argument of type ‘long int *’, but 
> argument 4 has type ‘int *’ [-Wformat=]
>   535 |   while( fscanf(fp,"%li %li %li %li %li 
> %le\n",, ) == 6) {
>   | ~~^~~~
>   |   ||
>   |   long int *   int *
>   | %i
> io.c:535:31: warning: format ‘%li’ expects argument of type ‘long int *’, but 
> argument 5 has type ‘int *’ [-Wformat=]
>   535 |   while( fscanf(fp,"%li %li %li %li %li 
> %le\n",, ) == 6) {
>   | ~~^
>   |   ||
>   |   long int *   int *
>   | %i
> io.c:535:35: warning: format ‘%li’ expects argument of type ‘long int *’, but 
> argument 6 has type ‘int *’ [-Wformat=]
>   535 |   while( fscanf(fp,"%li %li %li %li %li 
> %le\n",, ) == 6) {
>   | ~~^ 
>   |   | |
>   |   long int *int *
>   | %i
> io.c:535:39: warning: format ‘%li’ expects argument of type ‘long int *’, but 
> argument 7 has type ‘int *’ [-Wformat=]
>   535 |   while( fscanf(fp,"%li %li %li %li %li 
> %le\n",, ) == 6) {
>   | ~~^  
>   |   |  |
>   |   long int * int *
>   | %i
> diag.c:1456:17: warning: ‘real_calc_weight’ is static but used in inline 
> function ‘find_diags_dyn’ which is not static
>  1456 | real_calc_weight(dg, smatrix, pdist,1,tmp_dist,algn);

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

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

Hi,

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

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

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


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

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

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

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

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



Bug#1066557: zomg: FTBFS: ../zomghelper-xspf.c:33:11: error: implicit declaration of function ‘strcmp’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

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


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

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

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

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

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



Bug#1066556: libdrpm: FTBFS: drpm_write.c:94:20: error: implicit declaration of function ‘strlen’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> cd /<>/obj-x86_64-linux-gnu/test && /usr/bin/cc   
> -fvisibility=hidden -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=c99 -pedantic -Wall 
> -Wextra -DHAVE_CONFIG_H -I/<>/obj-x86_64-linux-gnu -MD -MT 
> test/CMakeFiles/drpm_api_tests.dir/__/src/drpm_apply.c.o -MF 
> CMakeFiles/drpm_api_tests.dir/__/src/drpm_apply.c.o.d -o 
> CMakeFiles/drpm_api_tests.dir/__/src/drpm_apply.c.o -c 
> /<>/src/drpm_apply.c
> /<>/src/drpm_utils.c:38:41: warning: argument 1 of type ‘const 
> unsigned char[2]’ with mismatched bound [-Warray-parameter=]
>38 | uint16_t parse_be16(const unsigned char buffer[2])
>   | ^
> In file included from /<>/src/drpm_utils.c:23:
> /<>/src/drpm_private.h:237:21: note: previously declared as 
> ‘const unsigned char *’
>   237 | uint16_t parse_be16(const unsigned char *);
>   | ^
> /<>/src/drpm_utils.c:44:41: warning: argument 1 of type ‘const 
> unsigned char[4]’ with mismatched bound [-Warray-parameter=]
>44 | uint32_t parse_be32(const unsigned char buffer[4])
>   | ^
> /<>/src/drpm_private.h:238:21: note: previously declared as 
> ‘const unsigned char *’
>   238 | uint32_t parse_be32(const unsigned char *);
>   | ^
> /<>/src/drpm_utils.c:53:41: warning: argument 1 of type ‘const 
> unsigned char[8]’ with mismatched bound [-Warray-parameter=]
>53 | uint64_t parse_be64(const unsigned char buffer[8])
>   | ^
> /<>/src/drpm_private.h:239:21: note: previously declared as 
> ‘const unsigned char *’
>   239 | uint64_t parse_be64(const unsigned char *);
>   | ^
> /<>/src/drpm_utils.c:66:45: warning: argument 2 of type 
> ‘unsigned char[4]’ with mismatched bound [-Warray-parameter=]
>66 | void create_be32(uint32_t in, unsigned char out[4])
>   |   ~~^~
> /<>/src/drpm_private.h:233:28: note: previously declared as 
> ‘unsigned char *’
>   233 | void create_be32(uint32_t, unsigned char *);
>   |^~~
> /<>/src/drpm_utils.c:75:45: warning: argument 2 of type 
> ‘unsigned char[8]’ with mismatched bound [-Warray-parameter=]
>75 | void create_be64(uint64_t in, unsigned char out[8])
>   |   ~~^~
> /<>/src/drpm_private.h:234:28: note: previously declared as 
> ‘unsigned char *’
>   234 | void create_be64(uint64_t, unsigned char *);
>   |^~~
> /<>/src/drpm_write.c: In function ‘write_deltarpm’:
> /<>/src/drpm_write.c:94:20: error: implicit declaration of 
> function ‘strlen’ [-Werror=implicit-function-declaration]
>94 | src_nevr_len = strlen(delta->src_nevr) + 1;
>   |^~
> /<>/src/drpm_write.c:30:1: note: include ‘’ or provide 
> a declaration of ‘strlen’
>29 | #include 
>   +++ |+#include 
>30 | 
> /<>/src/drpm_write.c:94:20: warning: incompatible implicit 
> declaration of built-in function ‘strlen’ [-Wbuiltin-declaration-mismatch]
>94 | src_nevr_len = strlen(delta->src_nevr) + 1;
>   |^~
> /<>/src/drpm_write.c:94:20: note: include ‘’ or 
> provide a declaration of ‘strlen’
> /<>/src/drpm_write.c: In function ‘compstrm_wrapper_write’:
> /<>/src/drpm_write.c:364:9: error: implicit declaration of 
> function ‘memcpy’ [-Werror=implicit-function-declaration]
>   364 | memcpy(csw->uncomp_data + csw->uncomp_len - csw->uncomp_left, 
> buffer, write_len);
>   | ^~
> /<>/src/drpm_write.c:364:9: note: include ‘’ or 
> provide a declaration of ‘memcpy’
> /<>/src/drpm_write.c:364:9: warning: incompatible implicit 
> declaration of built-in function ‘memcpy’ [-Wbuiltin-declaration-mismatch]
> /<>/src/drpm_write.c:364:9: note: include ‘’ or 
> provide a declaration of ‘memcpy’
> /<>/src/drpm_write.c: In function ‘compstrm_wrapper_finish’:
> /<>/src/drpm_write.c:389:5: error: implicit declaration of 
> function ‘memmove’ [-Werror=implicit-function-declaration]
>   389 | memmove(data_tmp + csw->uncomp_len, data_tmp, *data_len);
>   | 

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

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

Hi,

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

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

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

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

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

Hi,

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

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

Relevant part (hopefully):
> /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   
> -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> -o reedsol.lo reedsol.c
> iec16022.c: In function ‘main’:
> iec16022.c:158:17: error: implicit declaration of function ‘close’; did you 
> mean ‘pclose’? [-Werror=implicit-function-declaration]
>   158 | close(f);
>   | ^
>   | pclose
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g 
> -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> reedsol.c  -fPIC -DPIC -o .libs/reedsol.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g 
> -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> image.c  -fPIC -DPIC -o .libs/image.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g 
> -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> iec16022ecc200.c  -fPIC -DPIC -o .libs/iec16022ecc200.o
> reedsol.c: In function ‘rs_init_gf’:
> reedsol.c:83:23: warning: argument 1 value ‘18446744073709551612’ exceeds 
> maximum object size 9223372036854775807 [-Walloc-size-larger-than=]
>83 | alog = (int *)malloc(sizeof(int) * logmod);
>   |   ^~~~
> In file included from reedsol.c:42:
> /usr/include/stdlib.h:553:14: note: in a call to allocation function ‘malloc’ 
> declared here
>   553 | extern void *malloc (size_t __size) __THROW __attribute_malloc__
>   |  ^~
> image.c:244:8: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   244 | static LZWFlush(Private * p)
>   |^~~~
> image.c:250:8: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   250 | static LZWOut(Private * p, short v)
>   |^~
> image.c:263:8: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   263 | static LZWClear(Private * p)
>   |^~~~
> image.c:277:8: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   277 | static ImageStart(Private * p)
>   |^~
> image.c:288:8: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   288 | static ImageEnd(Private * p)
>   |^~~~
> image.c:297:8: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   297 | static ImageOut(Private * p, unsigned char c)
>   |^~~~
> image.c: In function ‘writechunk’:
> image.c:546:26: error: implicit declaration of function ‘htonl’ 
> [-Werror=implicit-function-declaration]
>   546 | unsigned int v = htonl(len), crc;
>   |  ^
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g 
> -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> reedsol.c -o reedsol.o >/dev/null 2>&1
> image.c: In function ‘ImageWriteGif’:
> image.c:394:17: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   394 | write(fh, buf, n);
>   | ^
> image.c:421:9: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   421 | write(fh, "\0", 1); // end of image data
>   | ^~
> image.c:422:9: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   422 | write(fh, "\x3B", 1);   // trailer
>   | ^~~~
> image.c: In function ‘ImageStart’:
> image.c:280:9: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   280 | write(p->fh, , 1);
>   | ^~~
> image.c: In function ‘LZWFlush’:
> image.c:246:9: warning: ignoring return value of ‘write’ declared 

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

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

Hi,

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

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

Relevant part (hopefully):
> /<>/debian/.dh_lua-libtool/libtool --tag=CC --mode=compile 
> x86_64-linux-gnu-gcc -c -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -DVERSION="\"2.9.2\"" -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/lua5.1  
> -Wdate-time -D_FORTIFY_SOURCE=2  -Wall -Wextra -o 
> /<>/5.1-rex.tre/src/tre/ltre_w.lo src/tre/ltre_w.c 
> libtool: compile:  x86_64-linux-gnu-gcc -c -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DVERSION=\"2.9.2\" -Wdate-time 
> -D_FORTIFY_SOURCE=2 -I/usr/include/lua5.1 -Wdate-time -D_FORTIFY_SOURCE=2 
> -Wall -Wextra src/tre/ltre_w.c  -fPIC -DPIC -o 
> /<>/5.1-rex.tre/src/tre/.libs/ltre_w.o
> src/tre/ltre_w.c: In function ‘bufferZ_putrepstringW’:
> src/tre/ltre_w.c:256:13: error: implicit declaration of function ‘iswdigit’ 
> [-Werror=implicit-function-declaration]
>   256 | if (iswdigit (*q)) {
>   | ^~~~
> src/tre/ltre_w.c:63:1: note: include ‘’ or provide a declaration of 
> ‘iswdigit’
>62 | #include "../algo.h"
>   +++ |+#include 
>63 | 
> src/tre/ltre_w.c:256:23: warning: ‘iswdigit’ argument 1 promotes to ‘wchar_t’ 
> {aka ‘int’} where ‘unsigned int’ is expected in a call to built-in function 
> declared without prototype [-Wbuiltin-declaration-mismatch]
>   256 | if (iswdigit (*q)) {
>   |   ^~
> : note: built-in ‘iswdigit’ declared here
> cc1: some warnings being treated as errors
> make[2]: *** [/usr/share/dh-lua/make/dh-lua.Makefile.single:446: 
> /<>/5.1-rex.tre/src/tre/ltre_w.lo] Error 1


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

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

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

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

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



Bug#1066553: adios: FTBFS: configure: error: in `/<>/build-mpich'

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

Hi,

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


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


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

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

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

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

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



Bug#1066551: ramond: FTBFS: src/main.c:164:17: error: implicit declaration of function ‘LOG’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

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


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

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

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

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

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



Bug#1066550: xscavenger: FTBFS: sound.c:158:9: error: implicit declaration of function ‘doall’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

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


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

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

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

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

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



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

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

Hi,

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

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

Relevant part (hopefully):
> gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
> -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"geki2-KXL\" 
> -DVERSION=\"2.0.3\" -DHAVE_LIBKXL=1 -DHAVE_LIBKXL=1 -DHAVE_SYS_TYPES_H=1 
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
> -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
> -DHAVE_UNISTD_H=1 -DDATA_PATH=\"/usr/share/games/geki2/data\" 
> -DBMP_PATH=\"/usr/share/games/geki2/bmp\" 
> -DWAV_PATH=\"/usr/share/games/geki2/wav\" -DTITLE=\"geki2-KXL\ 2.0.3\"  -I. 
> -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c misc.c
> misc.c: In function ‘ClearAndGameOver’:
> misc.c:127:7: error: implicit declaration of function ‘ScoreRanking’ 
> [-Werror=implicit-function-declaration]
>   127 |   ScoreRanking();
>   |   ^~~~
> misc.c:132:5: error: implicit declaration of function ‘UnLoadStageData’; did 
> you mean ‘LoadStageData’? [-Werror=implicit-function-declaration]
>   132 | UnLoadStageData();
>   | ^~~
>   | LoadStageData
> cc1: some warnings being treated as errors
> make[2]: *** [Makefile:233: misc.o] Error 1


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

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

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

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

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



Bug#1066548: pd-iemnet: FTBFS: udpserver.c:666:5: error: implicit declaration of function ‘error’; did you mean ‘herror’? [-Werror=implicit-function-declaration]

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

Hi,

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

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

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


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

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

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

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

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



Bug#1066547: xf86-input-mtrack: FTBFS: src/gestures.c:763:13: error: implicit declaration of function ‘mtdev_empty’; did you mean ‘mtdev_get’? [-Werror=implicit-function-declaration]

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

Hi,

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

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

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


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/xf86-input-mtrack_0.3.1-1_unstable.log

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

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

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

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



Bug#1066546: scrounge-ntfs: FTBFS: list.c:44:6: error: implicit declaration of function ‘lseek64’; did you mean ‘lseek’? [-Werror=implicit-function-declaration]

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

Hi,

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

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

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

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

2024-03-13 Thread Lucas Nussbaum
Source: xserver-xorg-video-openchrome
Version: 1:0.6.0-5
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

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

Relevant part (hopefully):
> /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
> -I../../src -I..   -I/usr/include/xorg -fvisibility=hidden 
> -I/usr/include/pixman-1 -I/usr/include/X11/dri -I/usr/include/libdrm  
> -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/xorg -fvisibility=hidden 
> -I/usr/include/pixman-1 -I/usr/include/X11/dri -I/usr/include/libdrm   
> -I/usr/include/libdrm -I/usr/include/X11/dri  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o via_driver.lo 
> ../../src/via_driver.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src -I.. 
> -I/usr/include/xorg -fvisibility=hidden -I/usr/include/pixman-1 
> -I/usr/include/X11/dri -I/usr/include/libdrm -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/usr/include/xorg -fvisibility=hidden -I/usr/include/pixman-1 
> -I/usr/include/X11/dri -I/usr/include/libdrm -I/usr/include/libdrm 
> -I/usr/include/X11/dri -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> ../../src/via_3d.c  -fPIC -DPIC -o .libs/via_3d.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src -I.. 
> -I/usr/include/xorg -fvisibility=hidden -I/usr/include/pixman-1 
> -I/usr/include/X11/dri -I/usr/include/libdrm -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/usr/include/xorg -fvisibility=hidden -I/usr/include/pixman-1 
> -I/usr/include/X11/dri -I/usr/include/libdrm -I/usr/include/libdrm 
> -I/usr/include/X11/dri -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> ../../src/via_exa.c  -fPIC -DPIC -o .libs/via_exa.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src -I.. 
> -I/usr/include/xorg -fvisibility=hidden -I/usr/include/pixman-1 
> -I/usr/include/X11/dri -I/usr/include/libdrm -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/usr/include/xorg -fvisibility=hidden -I/usr/include/pixman-1 
> -I/usr/include/X11/dri -I/usr/include/libdrm -I/usr/include/libdrm 
> -I/usr/include/X11/dri -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> ../../src/via_ch7xxx.c  -fPIC -DPIC -o .libs/via_ch7xxx.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src -I.. 
> -I/usr/include/xorg -fvisibility=hidden -I/usr/include/pixman-1 
> -I/usr/include/X11/dri -I/usr/include/libdrm -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/usr/include/xorg -fvisibility=hidden -I/usr/include/pixman-1 
> -I/usr/include/X11/dri -I/usr/include/libdrm -I/usr/include/libdrm 
> -I/usr/include/X11/dri -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> ../../src/via_display.c  -fPIC -DPIC -o .libs/via_display.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src -I.. 
> -I/usr/include/xorg -fvisibility=hidden -I/usr/include/pixman-1 
> -I/usr/include/X11/dri -I/usr/include/libdrm -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/usr/include/xorg -fvisibility=hidden -I/usr/include/pixman-1 
> -I/usr/include/X11/dri -I/usr/include/libdrm -I/usr/include/libdrm 
> -I/usr/include/X11/dri -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> ../../src/via_driver.c  -fPIC -DPIC -o .libs/via_driver.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src -I.. 
> -I/usr/include/xorg -fvisibility=hidden -I/usr/include/pixman-1 
> -I/usr/include/X11/dri -I/usr/include/libdrm -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/usr/include/xorg -fvisibility=hidden -I/usr/include/pixman-1 
> -I/usr/include/X11/dri -I/usr/include/libdrm -I/usr/include/libdrm 
> -I/usr/include/X11/dri -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> ../../src/via_analog.c  -fPIC -DPIC -o .libs/via_analog.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src -I.. 
> -I/usr/include/xorg -fvisibility=hidden -I/usr/include/pixman-1 
> -I/usr/include/X11/dri -I/usr/include/libdrm 

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

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

Hi,

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

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

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

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

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

Hi,

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

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

Relevant part (hopefully):
> /bin/bash ../../../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H 
> -I. -I../../../..  -DCPU_FLAGS="" -I/<>/src -I/<> 
> -I/<>/src -I/usr/include/hsa -I/usr/include/hip -O3 -g -Wall 
> -Werror -funwind-tables -Wno-missing-field-initializers -Wno-unused-parameter 
> -Wno-unused-label -Wno-long-long -Wno-endif-labels -Wno-sign-compare 
> -Wno-multichar -Wno-deprecated-declarations -Winvalid-pch -fopenmp -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -nostdlib  -std=c++11 -c -o 
> libucxperf_la-ucp_tests.lo `test -f 'ucp_tests.cc' || echo './'`ucp_tests.cc
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../.. -DCPU_FLAGS= 
> -I/<>/src -I/<> -I/<>/src 
> -I/usr/include/hsa -I/usr/include/hip -O3 -g -Wall -Werror -funwind-tables 
> -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-label 
> -Wno-long-long -Wno-endif-labels -Wno-sign-compare -Wno-multichar 
> -Wno-deprecated-declarations -Winvalid-pch -Wno-pointer-sign 
> -Werror-implicit-function-declaration -Wno-format-zero-length 
> -Wnested-externs -Wshadow -Werror=declaration-after-statement -fopenmp -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c libperf_memory.c  -fPIC -DPIC 
> -DUCX_SHARED_LIB -o .libs/libucxperf_la-libperf_memory.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../.. -DCPU_FLAGS= 
> -I/<>/src -I/<> -I/<>/src 
> -I/usr/include/hsa -I/usr/include/hip -O3 -g -Wall -Werror -funwind-tables 
> -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-label 
> -Wno-long-long -Wno-endif-labels -Wno-sign-compare -Wno-multichar 
> -Wno-deprecated-declarations -Winvalid-pch -Wno-pointer-sign 
> -Werror-implicit-function-declaration -Wno-format-zero-length 
> -Wnested-externs -Wshadow -Werror=declaration-after-statement -fopenmp -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c libperf.c  -fPIC -DPIC 
> -DUCX_SHARED_LIB -o .libs/libucxperf_la-libperf.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../.. -DCPU_FLAGS= 
> -I/<>/src -I/<> -I/<>/src 
> -I/usr/include/hsa -I/usr/include/hip -O3 -g -Wall -Werror -funwind-tables 
> -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-label 
> -Wno-long-long -Wno-endif-labels -Wno-sign-compare -Wno-multichar 
> -Wno-deprecated-declarations -Winvalid-pch -Wno-pointer-sign 
> -Werror-implicit-function-declaration -Wno-format-zero-length 
> -Wnested-externs -Wshadow -Werror=declaration-after-statement -fopenmp -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c libperf_thread.c  -fPIC -DPIC 
> -DUCX_SHARED_LIB -o .libs/libucxperf_la-libperf_thread.o
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../.. -DCPU_FLAGS= 
> -I/<>/src -I/<> -I/<>/src 
> -I/usr/include/hsa -I/usr/include/hip -O3 -g -Wall -Werror -funwind-tables 
> -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-label 
> -Wno-long-long -Wno-endif-labels -Wno-sign-compare -Wno-multichar 
> -Wno-deprecated-declarations -Winvalid-pch -fopenmp -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -nostdlib -std=c++11 -c uct_tests.cc  
> -fPIC -DPIC -o .libs/libucxperf_la-uct_tests.o
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../.. -DCPU_FLAGS= 
> -I/<>/src -I/<> -I/<>/src 
> -I/usr/include/hsa -I/usr/include/hip -O3 -g -Wall -Werror -funwind-tables 
> -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-label 
> -Wno-long-long -Wno-endif-labels -Wno-sign-compare -Wno-multichar 
> -Wno-deprecated-declarations -Winvalid-pch -fopenmp -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -nostdlib -std=c++11 -c ucp_tests.cc  
> -fPIC -DPIC -o .libs/libucxperf_la-ucp_tests.o
> cc1plus: error: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ 
> is not valid for C++ [-Werror]
> 

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

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

Hi,

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

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

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

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

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

Hi,

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

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

Relevant part (hopefully):
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  
> -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -o 
> boids2d.pd_linux.o -c boids2d.c
> boids3d.c: In function ‘boids3d_setup’:
> boids3d.c:178:80: warning: macro "__DATE__" might prevent reproducible builds 
> [-Wdate-time]
>   178 | post("boids3d 2005-2006 a.sier / jasch   ? 1995-2003 eric l. 
> singer   "__DATE__" "__TIME__);
>   |   
>  ^~~~
> boids3d.c:178:91: warning: macro "__TIME__" might prevent reproducible builds 
> [-Wdate-time]
>   178 | post("boids3d 2005-2006 a.sier / jasch   ? 1995-2003 eric l. 
> singer   "__DATE__" "__TIME__);
>   |   
> ^~~~
> boids2d.c: In function ‘boids2d_setup’:
> boids2d.c:180:75: warning: macro "__DATE__" might prevent reproducible builds 
> [-Wdate-time]
>   180 | post("boids2d 2005-2006 a.sier / jasch1995-2003 eric l. 
> singer   "__DATE__" "__TIME__);
>   |   
> ^~~~
> boids2d.c:180:86: warning: macro "__TIME__" might prevent reproducible builds 
> [-Wdate-time]
>   180 | post("boids2d 2005-2006 a.sier / jasch1995-2003 eric l. 
> singer   "__DATE__" "__TIME__);
>   |   
>^~~~
> boids2d.c: In function ‘Flock_flyRect’:
> boids2d.c:472:9: error: implicit declaration of function ‘error’; did you 
> mean ‘perror’? [-Werror=implicit-function-declaration]
>   472 | error("boids2d: flyrect needs four values");
>   | ^
>   | perror
> boids3d.c: In function ‘Flock_flyRect’:
> boids3d.c:468:17: error: implicit declaration of function ‘error’; did you 
> mean ‘perror’? [-Werror=implicit-function-declaration]
>   468 | error("boids3d: flyrect needs 6 values");
>   | ^
>   | perror
> cc1: some warnings being treated as errors
> make[1]: *** [/usr/share/pd-lib-builder//Makefile.pdlibbuilder:987: 
> boids2d.pd_linux.o] Error 1


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

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

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

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

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



Bug#1066540: dapl: FTBFS: dapl/openib_scm/cm.c:576:23: error: implicit declaration of function ‘writev’; did you mean ‘write’? [-Werror=implicit-function-declaration]

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

Hi,

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

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

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

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

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

Hi,

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

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

Relevant part (hopefully):
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2  -c -o init_str.o init_str.c
> make_fre.c: In function ‘make_freq’:
> make_fre.c:10:13: error: implicit declaration of function ‘Roll’ 
> [-Werror=implicit-function-declaration]
>10 | switch (Roll (NUM_BAND + 2))
>   | ^~~~
> QSO.c: In function ‘PutThanks’:
> QSO.c:194:13: error: implicit declaration of function ‘Roll’ 
> [-Werror=implicit-function-declaration]
>   194 | switch (Roll (6))
>   | ^~~~
> QSO.c: In function ‘PutQ_And_Freq’:
> QSO.c:680:45: error: implicit declaration of function ‘make_freq’ 
> [-Werror=implicit-function-declaration]
>   680 |   printf (Frqmisc[Roll (NFRQMISC)], make_freq ());
>   | ^
> QSO.c: At top level:
> QSO.c:723:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   723 | main (int argc, char **argv)
>   | ^~~~
> QSO.c: In function ‘main’:
> QSO.c:726:13: error: implicit declaration of function ‘CountStrings’ 
> [-Werror=implicit-function-declaration]
>   726 | NXCVR = CountStrings (Transceiver);
>   | ^~~~
> QSO.c:749:5: error: implicit declaration of function ‘srand48’ 
> [-Werror=implicit-function-declaration]
>   749 | srand48 ((long) time (0));
>   | ^~~
> QSO.c:751:5: error: implicit declaration of function ‘PutQSO’; did you mean 
> ‘PutRST’? [-Werror=implicit-function-declaration]
>   751 | PutQSO ();
>   | ^~
>   | PutRST
> put_form.c: In function ‘PutForm0’:
> put_form.c:6:5: error: implicit declaration of function ‘PutRST’ 
> [-Werror=implicit-function-declaration]
> 6 | PutRST ();
>   | ^~
> put_form.c:7:5: error: implicit declaration of function ‘PutName’ 
> [-Werror=implicit-function-declaration]
> 7 | PutName ();
>   | ^~~
> put_form.c:8:5: error: implicit declaration of function ‘PutLocation’ 
> [-Werror=implicit-function-declaration]
> 8 | PutLocation ();
>   | ^~~
> put_form.c:9:5: error: implicit declaration of function ‘PutMisc’ 
> [-Werror=implicit-function-declaration]
> 9 | PutMisc ();
>   | ^~~
> put_form.c:10:5: error: implicit declaration of function ‘PutRig’ 
> [-Werror=implicit-function-declaration]
>10 | PutRig ();
>   | ^~
> put_form.c:11:5: error: implicit declaration of function ‘PutWeather’ 
> [-Werror=implicit-function-declaration]
>11 | PutWeather ();
>   | ^~
> put_form.c:12:5: error: implicit declaration of function ‘PutJob’ 
> [-Werror=implicit-function-declaration]
>12 | PutJob ();
>   | ^~
> put_form.c:13:5: error: implicit declaration of function ‘PutAge’ 
> [-Werror=implicit-function-declaration]
>13 | PutAge ();
>   | ^~
> put_form.c:15:5: error: implicit declaration of function ‘PutQ_And_Freq’ 
> [-Werror=implicit-function-declaration]
>15 | PutQ_And_Freq ();
>   | ^
> put_form.c:16:5: error: implicit declaration of function ‘PutLicense’ 
> [-Werror=implicit-function-declaration]
>16 | PutLicense ();
>   | ^~
> put_form.c: In function ‘PutForm2’:
> put_form.c:38:5: error: implicit declaration of function ‘PutThanks’ 
> [-Werror=implicit-function-declaration]
>38 | PutThanks ();
>   | ^
> put_form.c: At top level:
> put_form.c:102:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   102 | PutQSO (void)
>   | ^~
> put_form.c: In function ‘PutQSO’:
> put_form.c:105:5: error: implicit declaration of function ‘PutFirstCallsign’ 
> [-Werror=implicit-function-declaration]
>   105 | PutFirstCallsign ();
>   | ^~~~
> put_form.c:106:13: error: implicit declaration of function ‘Roll’ 
> [-Werror=implicit-function-declaration]
>   106 | switch (Roll (6))
>   | ^~~~
> put_form.c:128:5: error: implicit declaration of function ‘PutLastCallsign’ 
> [-Werror=implicit-function-declaration]
>   128 | PutLastCallsign ();
>   | ^~~
> cc1: some warnings being treated as errors
> make[2]: *** [: make_fre.o] Error 1


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

All bugs 

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

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

Hi,

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

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

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


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

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

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

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

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



Bug#1066536: sniffit: FTBFS: sn_generation.c:66:1: error: implicit declaration of function ‘input_field’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

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

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

2024-03-13 Thread Lucas Nussbaum
Source: yorick-gl
Version: 1.1+cvs20070922+dfsg-6.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

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

Relevant part (hopefully):
> cc  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2  -fPIC -DPLUG_IN -I. 
> -I/usr/lib/yorick/include -Wdate-time -D_FORTIFY_SOURCE=2  -c -o slicetree.o 
> slicetree.c
> slicetree.c: In function ‘grab_Stris’:
> slicetree.c:1035:5: error: implicit declaration of function ‘YError’ 
> [-Werror=implicit-function-declaration]
>  1035 | YError("contouring a zone that should have been rejected");
>   | ^~
> cc1: some warnings being treated as errors
> make[2]: *** [: slicetree.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/yorick-gl_1.1+cvs20070922+dfsg-6.1_unstable.log

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

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

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

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



Bug#1066534: daligner: FTBFS: ONElib.c:1792:29: error: implicit declaration of function ‘vasprintf’; did you mean ‘vsprintf’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: daligner
Version: 1.0+git20240119.335105d-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

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

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

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

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

Hi,

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

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

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o ifimsg_vxlan.o ifimsg_vxlan.c
> ifimsg_vxlan.c: In function ‘parse_ifla_vxlan’:
> ifimsg_vxlan.c:33:12: error: implicit declaration of function 
> ‘parse_ifla_vxlan_id’; did you mean ‘parse_ifla_vlan_id’? 
> [-Werror=implicit-function-declaration]
>33 | if(parse_ifla_vxlan_id(msg, mp, vxlan[IFLA_VXLAN_ID], ifle))
>   |^~~
>   |parse_ifla_vlan_id
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:531: ifimsg_vxlan.o] Error 1


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

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

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

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

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



Bug#1066533: libpcl1: FTBFS: cobench.c:125:44: error: implicit declaration of function ‘atoi’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I. -I.. -I./../include  -Wdate-time -D_FORTIFY_SOURCE=2  
> -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> -o cothread.o cothread.c
> cobench.c: In function ‘run_test’:
> cobench.c:62:28: warning: format ‘%p’ expects argument of type ‘void *’, but 
> argument 3 has type ‘pthread_t’ {aka ‘long unsigned int’} [-Wformat=]
>62 | fprintf(stdout, "[%p] measuring co_create+co_delete 
> performance ...\n",
>   |   ~^
>   ||
>   |void *
>   |   %ld
>63 | pthread_self());
>   | ~~
>   | |
>   | pthread_t {aka long unsigned int}
> cobench.c:78:28: warning: format ‘%p’ expects argument of type ‘void *’, but 
> argument 3 has type ‘pthread_t’ {aka ‘long unsigned int’} [-Wformat=]
>78 | fprintf(stdout, "[%p] %g usec\n", pthread_self(),
>   |   ~^  ~~
>   ||  |
>   |void * pthread_t {aka long 
> unsigned int}
>   |   %ld
> cobench.c:83:36: warning: format ‘%p’ expects argument of type ‘void *’, but 
> argument 3 has type ‘pthread_t’ {aka ‘long unsigned int’} [-Wformat=]
>83 | fprintf(stdout, "[%p] measuring switch performance 
> ...\n",
>   |   ~^
>   ||
>   |void *
>   |   %ld
>84 | pthread_self());
>   | ~~
>   | |
>   | pthread_t {aka long unsigned int}
> cobench.c:96:36: warning: format ‘%p’ expects argument of type ‘void *’, but 
> argument 3 has type ‘pthread_t’ {aka ‘long unsigned int’} [-Wformat=]
>96 | fprintf(stdout, "[%p] %g usec\n", pthread_self(),
>   |   ~^  ~~
>   ||  |
>   |void * pthread_t {aka long 
> unsigned int}
>   |   %ld
> cobench.c: In function ‘main’:
> cobench.c:125:44: error: implicit declaration of function ‘atoi’ 
> [-Werror=implicit-function-declaration]
>   125 | nthreads = atoi(argv[i]);
>   |^~~~
> cobench.c:131:39: error: implicit declaration of function ‘malloc’ 
> [-Werror=implicit-function-declaration]
>   131 | thids = (pthread_t *) malloc(nthreads * 
> sizeof(pthread_t));
>   |   ^~
> cobench.c:30:1: note: include ‘’ or provide a declaration of 
> ‘malloc’
>29 | #include 
>   +++ |+#include 
>30 | 
> cobench.c:131:39: warning: incompatible implicit declaration of built-in 
> function ‘malloc’ [-Wbuiltin-declaration-mismatch]
>   131 | thids = (pthread_t *) malloc(nthreads * 
> sizeof(pthread_t));
>   |   ^~
> cobench.c:131:39: note: include ‘’ or provide a declaration of 
> ‘malloc’
> cothread.c: In function ‘main’:
> cothread.c:353:44: error: implicit declaration of function ‘atoi’ 
> [-Werror=implicit-function-declaration]
>   353 | nthreads = atoi(argv[i]);
>   |^~~~
> cothread.c:359:39: error: implicit declaration of function ‘malloc’ 
> [-Werror=implicit-function-declaration]
>   359 | thids = (pthread_t *) malloc(nthreads * 
> sizeof(pthread_t));
>   |   ^~
> cothread.c:9:1: note: include ‘’ or provide a declaration of 
> ‘malloc’
> 8 | #include 
>   +++ |+#include 
> 9 | 
> 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: 

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

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

Hi,

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

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

Relevant part (hopefully):
> cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wl,-z,relro -Wl,-z,now NAST-iEr.c -o 
> NAST-iEr
> NAST-iEr.c: In function ‘main’:
> NAST-iEr.c:106:15: error: implicit declaration of function ‘isprint’ 
> [-Werror=implicit-function-declaration]
>   106 |   if (isprint (optopt)) {
>   |   ^~~
> NAST-iEr.c:5:1: note: include ‘’ or provide a declaration of 
> ‘isprint’
> 4 | #include 
>   +++ |+#include 
> 5 | 
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:6: NAST-iEr] Error 1


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

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

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

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

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



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

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

Hi,

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

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

Relevant part (hopefully):
> cc -Isubprojects/mocklibc-1.0/src/mocklibc-debug-netgroup.p 
> -Isubprojects/mocklibc-1.0/src -I../subprojects/mocklibc-1.0/src 
> -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -MD 
> -MQ subprojects/mocklibc-1.0/src/mocklibc-debug-netgroup.p/netgroup-debug.c.o 
> -MF 
> subprojects/mocklibc-1.0/src/mocklibc-debug-netgroup.p/netgroup-debug.c.o.d 
> -o subprojects/mocklibc-1.0/src/mocklibc-debug-netgroup.p/netgroup-debug.c.o 
> -c ../subprojects/mocklibc-1.0/src/netgroup-debug.c
> ../subprojects/mocklibc-1.0/src/netgroup-debug.c: In function 
> ‘netgroup_debug_print_entry’:
> ../subprojects/mocklibc-1.0/src/netgroup-debug.c:25:3: error: implicit 
> declaration of function ‘print_indent’ [-Werror=implicit-function-declaration]
>25 |   print_indent(stream, indent);
>   |   ^~~~
> cc1: some warnings being treated as errors
> [90/108] cc  -o src/programs/pkexec src/programs/pkexec.p/pkexec.c.o 
> -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
> '-Wl,-rpath,$ORIGIN/../polkitagent:$ORIGIN/../polkit' 
> -Wl,-rpath-link,/<>/obj-x86_64-linux-gnu/src/polkitagent 
> -Wl,-rpath-link,/<>/obj-x86_64-linux-gnu/src/polkit 
> -Wl,--start-group src/polkitagent/libpolkit-agent-1.so.0.0.0 
> src/polkit/libpolkit-gobject-1.so.0.0.0 -lpam 
> /usr/lib/x86_64-linux-gnu/libgio-2.0.so 
> /usr/lib/x86_64-linux-gnu/libgobject-2.0.so 
> /usr/lib/x86_64-linux-gnu/libglib-2.0.so -Wl,--end-group
> [91/108] cc -Isubprojects/mocklibc-1.0/src/libmocklibc.so.0.0.0.p 
> -Isubprojects/mocklibc-1.0/src -I../subprojects/mocklibc-1.0/src 
> -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -MD -MQ subprojects/mocklibc-1.0/src/libmocklibc.so.0.0.0.p/netgroup.c.o -MF 
> subprojects/mocklibc-1.0/src/libmocklibc.so.0.0.0.p/netgroup.c.o.d -o 
> subprojects/mocklibc-1.0/src/libmocklibc.so.0.0.0.p/netgroup.c.o -c 
> ../subprojects/mocklibc-1.0/src/netgroup.c
> [92/108] cc -Itest/polkit/polkitunixgrouptest.p -Itest/polkit 
> -I../test/polkit -Isrc -I../src -Isrc/polkit -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -fdiagnostics-color=always 
> -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c99 -DHAVE_CONFIG_H -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
> -pthread -D_POLKIT_COMPILATION -D_POLKIT_BACKEND_COMPILATION -MD -MQ 
> test/polkit/polkitunixgrouptest.p/polkitunixgrouptest.c.o -MF 
> test/polkit/polkitunixgrouptest.p/polkitunixgrouptest.c.o.d -o 
> test/polkit/polkitunixgrouptest.p/polkitunixgrouptest.c.o -c 
> ../test/polkit/polkitunixgrouptest.c
> [93/108] cc -Itest/polkit/polkitunixusertest.p -Itest/polkit -I../test/polkit 
> -Isrc -I../src -Isrc/polkit -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -fdiagnostics-color=always 
> -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c99 -DHAVE_CONFIG_H -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
> -pthread -D_POLKIT_COMPILATION -D_POLKIT_BACKEND_COMPILATION -MD -MQ 
> test/polkit/polkitunixusertest.p/polkitunixusertest.c.o -MF 
> test/polkit/polkitunixusertest.p/polkitunixusertest.c.o.d -o 
> test/polkit/polkitunixusertest.p/polkitunixusertest.c.o -c 
> ../test/polkit/polkitunixusertest.c
> [94/108] cc -Itest/polkit/polkitunixnetgrouptest.p -Itest/polkit 
> -I../test/polkit -Isrc -I../src -Isrc/polkit -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 

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

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

Hi,

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

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

Relevant part (hopefully):
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -std=c99 -DHASHTABLE_COPY_KEYS -I/usr/include/tcl8.6  -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -o 
> tcl_widgetbehavior.pd_linux.o -c tcl_widgetbehavior.c
> swig -v -tcl -o tcl_wrap.c -I/usr/include/pd tclpd.i
> In file included from 
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
>  from /usr/include/stdint.h:26,
>  from /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h:9,
>  from hashtable.h:7,
>  from hashtable.c:1:
> /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and 
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
>   195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
> _DEFAULT_SOURCE"
>   |   ^~~
> hashtable.c: In function ‘list_remove’:
> hashtable.c:37:17: warning: passing argument 1 of ‘free’ discards ‘const’ 
> qualifier from pointer target type [-Wdiscarded-qualifiers]
>37 | free(tmp->k);
>   |  ~~~^~~
> In file included from hashtable.h:8:
> /usr/include/stdlib.h:568:25: note: expected ‘void *’ but argument is of type 
> ‘const char *’
>   568 | extern void free (void *__ptr) __THROW;
>   |   ~~^
> hashtable.c:51:21: warning: passing argument 1 of ‘free’ discards ‘const’ 
> qualifier from pointer target type [-Wdiscarded-qualifiers]
>51 | free(tmp->k);
>   |  ~~~^~~
> /usr/include/stdlib.h:568:25: note: expected ‘void *’ but argument is of type 
> ‘const char *’
>   568 | extern void free (void *__ptr) __THROW;
>   |   ~~^
> tcl_class.c: In function ‘tclpd_new’:
> tcl_class.c:108:9: error: implicit declaration of function ‘error’; did you 
> mean ‘perror’? [-Werror=implicit-function-declaration]
>   108 | error("tclpd: class not found: %s", name);
>   | ^
>   | perror
> tcl_widgetbehavior.c: In function ‘tclpd_guiclass_vis’:
> tcl_widgetbehavior.c:297:28: warning: format ‘%lx’ expects argument of type 
> ‘long unsigned int’, but argument 4 has type ‘struct _glist *’ [-Wformat=]
>   297 | snprintf(buf, 32, ".x%lx.c", glist_getcanvas(glist));
>   |  ~~^ ~~
>   || |
>   || struct _glist *
>   |long unsigned int
> tclpd.c: In function ‘tclpd_setup’:
> tclpd.c:32:9: error: implicit declaration of function ‘error’; did you mean 
> ‘perror’? [-Werror=implicit-function-declaration]
>32 | error("tclpd: error loading %s", buf);
>   | ^
>   | perror
> tcl_loader.c: In function ‘tclpd_do_load_lib’:
> tcl_loader.c:80:9: error: implicit declaration of function ‘error’; did you 
> mean ‘perror’? [-Werror=implicit-function-declaration]
>80 | error("tclpd loader: error trying to load %s", filename);
>   | ^
>   | perror
> tcl_proxyinlet.c: In function ‘proxyinlet_anything’:
> tcl_proxyinlet.c:26:9: error: implicit declaration of function ‘error’; did 
> you mean ‘perror’? [-Werror=implicit-function-declaration]
>26 | error("proxyinlet: getbytes: out of memory");
>   | ^
>   | perror
> tcl_loader.c:69:50: warning: ‘%s’ directive output may be truncated writing 
> up to 999 bytes into a region of size 984 [-Wformat-truncation=]
>69 | snprintf(buf, MAXPDSTRING, "set auto_path \"{%s} $auto_path\"", 
> dirbuf);
>   |  ^~ 
> ~~
> In file included from /usr/include/stdio.h:906,
>  from /usr/include/pd/m_pd.h:82,
>  from tclpd.h:1,
>  from tcl_loader.c:1:
> In function ‘snprintf’,
> inlined from ‘tclpd_do_load_lib’ at tcl_loader.c:69:5:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:10: note: 
> ‘__builtin___snprintf_chk’ output between 30 and 1029 bytes into a 
> destination of size 1000
>54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
>   |  ^~~~
>55 |   

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

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

Hi,

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

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

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

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

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

Hi,

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

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

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


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

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

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

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

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



Bug#1066527: xsystem35: FTBFS: sactcg.c:211:27: error: implicit declaration of function ‘sjis2euc’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> /bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
> -I../.. -I../.. -I../.. -I../../src -I../../src -I../../libltdl 
> -I../../libltdl -I../../modules/lib -I../../modules/lib 
> -I../../modules/NIGHTDLL -I../../modules/NIGHTDLL  -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -Wall -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o sprite_eupdate.lo 
> sprite_eupdate.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. 
> -I../../src -I../../src -I../../libltdl -I../../libltdl -I../../modules/lib 
> -I../../modules/lib -I../../modules/NIGHTDLL -I../../modules/NIGHTDLL 
> -Wdate-time -D_FORTIFY_SOURCE=2 -g -Wall -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c NIGHTDLL.c  -fPIC -DPIC -o 
> .libs/NIGHTDLL.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. 
> -I../../src -I../../src -I../../libltdl -I../../libltdl -I../../modules/lib 
> -I../../modules/lib -I../../modules/NIGHTDLL -I../../modules/NIGHTDLL 
> -Wdate-time -D_FORTIFY_SOURCE=2 -g -Wall -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c nt_scenario.c  -fPIC -DPIC -o 
> .libs/nt_scenario.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. 
> -I../../src -I../../src -I../../libltdl -I../../libltdl -I../../modules/lib 
> -I../../modules/lib -I../../modules/NIGHTDLL -I../../modules/NIGHTDLL 
> -Wdate-time -D_FORTIFY_SOURCE=2 -g -Wall -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c sprite_update.c  -fPIC -DPIC -o 
> .libs/sprite_update.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. 
> -I../../src -I../../src -I../../libltdl -I../../libltdl -I../../modules/lib 
> -I../../modules/lib -I../../modules/NIGHTDLL -I../../modules/NIGHTDLL 
> -Wdate-time -D_FORTIFY_SOURCE=2 -g -Wall -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c sprite_eupdate.c  -fPIC -DPIC -o 
> .libs/sprite_eupdate.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. 
> -I../../src -I../../src -I../../libltdl -I../../libltdl -I../../modules/lib 
> -I../../modules/lib -I../../modules/NIGHTDLL -I../../modules/NIGHTDLL 
> -Wdate-time -D_FORTIFY_SOURCE=2 -g -Wall -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c sactstring.c  -fPIC -DPIC -o 
> .libs/sactstring.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. 
> -I../../src -I../../src -I../../libltdl -I../../libltdl -I../../modules/lib 
> -I../../modules/lib -I../../modules/NIGHTDLL -I../../modules/NIGHTDLL 
> -Wdate-time -D_FORTIFY_SOURCE=2 -g -Wall -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c sprite_draw.c  -fPIC -DPIC -o 
> .libs/sprite_draw.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. 
> -I../../src -I../../src -I../../libltdl -I../../libltdl -I../../modules/lib 
> -I../../modules/lib -I../../modules/NIGHTDLL -I../../modules/NIGHTDLL 
> -Wdate-time -D_FORTIFY_SOURCE=2 -g -Wall -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong 

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

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

Hi,

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

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

Relevant part (hopefully):
> x86_64-linux-gnu-gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wl,-z,relro -Wl,-z,now 
> src/allocateurs.c -o obj/allocateurs.o -c -Wall -ansi -O3 -Iinclude/ 
> -ISpell/include/ -DOCC=1 -DAFF_OCC=0 
> src/allocateurs.c: In function ‘Alloc_Alloc_Cell’:
> src/allocateurs.c:45:39: error: implicit declaration of function 
> ‘getpagesize’ [-Werror=implicit-function-declaration]
>45 |   cel->data = (unsigned char *)malloc(getpagesize());
>   |   ^~~
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:66: obj/allocateurs.o] Error 1


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

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

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

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

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



Bug#1066526: fitscut: FTBFS: colormap.c:132:27: error: implicit declaration of function ‘malloc’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -Wmissing-prototypes  -c -o 
> output_fits.o output_fits.c
> file_check.c: In function ‘check_output_file’:
> file_check.c:219:31: warning: ignoring return value of ‘fgets’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   219 | (void)fgets (response, sizeof (response)-1, 
> stdin);
>   |   
> ^~~~
> colormap.c: In function ‘get_colormap’:
> colormap.c:132:27: error: implicit declaration of function ‘malloc’ 
> [-Werror=implicit-function-declaration]
>   132 | CM = (ColorMap *) malloc (sizeof (ColorMap));
>   |   ^~
> colormap.c:43:1: note: include ‘’ or provide a declaration of 
> ‘malloc’
>42 | #include "util.h"
>   +++ |+#include 
>43 | 
> colormap.c:132:27: warning: incompatible implicit declaration of built-in 
> function ‘malloc’ [-Wbuiltin-declaration-mismatch]
>   132 | CM = (ColorMap *) malloc (sizeof (ColorMap));
>   |   ^~
> colormap.c:132:27: note: include ‘’ or provide a declaration of 
> ‘malloc’
> colormap.c: In function ‘get_png_palette’:
> colormap.c:179:33: warning: incompatible implicit declaration of built-in 
> function ‘malloc’ [-Wbuiltin-declaration-mismatch]
>   179 | palette = (png_color *) malloc (sizeof (png_color) * nvals);
>   | ^~
> colormap.c:179:33: note: include ‘’ or provide a declaration of 
> ‘malloc’
> image_scale.c: In function ‘log_image’:
> image_scale.c:216:15: warning: variable ‘user_threshold’ set but not used 
> [-Wunused-but-set-variable]
>   216 | float user_threshold;
>   |   ^~
> image_scale.c:215:15: warning: variable ‘threshold’ set but not used 
> [-Wunused-but-set-variable]
>   215 | float threshold;
>   |   ^
> image_scale.c: In function ‘sqrt_image’:
> image_scale.c:257:15: warning: variable ‘threshold’ set but not used 
> [-Wunused-but-set-variable]
>   257 | float threshold;
>   |   ^
> output_fits.c: In function ‘fitscut_write_primary’:
> output_fits.c:72:14: warning: variable ‘nelements’ set but not used 
> [-Wunused-but-set-variable]
>72 | long nelements;
>   |  ^
> output_fits.c:70:14: warning: variable ‘fpixel’ set but not used 
> [-Wunused-but-set-variable]
>70 | long fpixel[3];
>   |  ^~
> cc1: some warnings being treated as errors
> gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -Wmissing-prototypes  -c -o 
> output_jpg.o output_jpg.c
> make[2]: *** [Makefile:482: colormap.o] Error 1


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

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

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

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

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



Bug#1066524: yorick-imutil: FTBFS: imutil.c:404:3: error: implicit declaration of function ‘srandom’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> cc  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2  -fPIC -DPLUG_IN -I. 
> -I/usr/lib/yorick/include -Wdate-time -D_FORTIFY_SOURCE=2  -c -o imutil.o 
> imutil.c
> imutil.c: In function ‘ran1init’:
> imutil.c:404:3: error: implicit declaration of function ‘srandom’ 
> [-Werror=implicit-function-declaration]
>   404 |   srandom();  /* WARNING! this might be platform specific */
>   |   ^~~
> imutil.c: In function ‘ran1’:
> imutil.c:412:10: error: implicit declaration of function ‘random’ 
> [-Werror=implicit-function-declaration]
>   412 |   return random()/norm;
>   |  ^~
> cc1: some warnings being treated as errors
> make[2]: *** [: imutil.o] Error 1


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

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

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

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

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



Bug#1066523: lprng: FTBFS: auth/krb5_auth.c:55:24: error: implicit declaration of function ‘krb5_read_message’; did you mean ‘krb5_chpw_message’? [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I. -I..  -I./include "-DLOCALEDIR=\"/usr/share/locale\"" 
> -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> -o lpq.o `test -f 'common/lpq.c' || echo './'`common/lpq.c
> auth/krb5_auth.c: In function ‘server_krb5_auth’:
> auth/krb5_auth.c:55:24: error: implicit declaration of function 
> ‘krb5_read_message’; did you mean ‘krb5_chpw_message’? 
> [-Werror=implicit-function-declaration]
>55 | #  define read_message krb5_read_message
>   |^
> auth/krb5_auth.c:284:34: note: in expansion of macro ‘read_message’
>   284 | while( (retval = read_message(context,,)) 
> == 0 ){
>   |  ^~~~
> auth/krb5_auth.c: In function ‘server_krb5_status’:
> auth/krb5_auth.c:56:25: error: implicit declaration of function 
> ‘krb5_write_message’; did you mean ‘krb5_chpw_message’? 
> [-Werror=implicit-function-declaration]
>56 | #  define write_message krb5_write_message
>   | ^~
> auth/krb5_auth.c:386:37: note: in expansion of macro ‘write_message’
>   386 | if((retval= 
> write_message(context,,))){
>   | ^
> auth/krb5_auth.c: In function ‘client_krb5_auth’:
> auth/krb5_auth.c:642:17: warning: ‘krb5_get_in_tkt_with_keytab’ is deprecated 
> [-Wdeprecated-declarations]
>   642 | if((retval = krb5_get_in_tkt_with_keytab(context, 
> options, addrs,
>   | ^~
> In file included from /usr/include/krb5.h:8,
>  from auth/krb5_auth.c:34:
> /usr/include/krb5/krb5.h:5146:1: note: declared here
>  5146 | krb5_get_in_tkt_with_keytab(krb5_context context, krb5_flags options,
>   | ^~~
> common/lpq.c: In function ‘Term_clear’:
> common/lpq.c:472:17: warning: ignoring return value of ‘setuid’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   472 | setuid( OriginalRUID );
>   | ^~
> gcc -DHAVE_CONFIG_H -I. -I..  -I./include "-DLOCALEDIR=\"/usr/share/locale\"" 
> -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> -o lprm.o `test -f 'common/lprm.c' || echo './'`common/lprm.c
> common/linelist.c: In function ‘Build_printcap_info’:
> common/linelist.c:1552:65: warning: ‘%s’ directive argument is null 
> [-Wformat-overflow=]
>  1552 | DEBUG4("Build_printcap_info: old keyid '%s', 
> new '%s'",
>   | ^~
> common/linelist.c:1552:65: warning: ‘%s’ directive argument is null 
> [-Wformat-overflow=]
> gcc -DHAVE_CONFIG_H -I. -I..  -I./include "-DLOCALEDIR=\"/usr/share/locale\"" 
> -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> -o lpstat.o `test -f 'common/lpstat.c' || echo './'`common/lpstat.c
> gcc -DHAVE_CONFIG_H -I. -I..  -I./include "-DLOCALEDIR=\"/usr/share/locale\"" 
> -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> -o lpf.o `test -f 'common/lpf.c' || echo './'`common/lpf.c
> gcc -DHAVE_CONFIG_H -I. -I..  -I./include "-DLOCALEDIR=\"/usr/share/locale\"" 
> -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> -o lpbanner.o `test -f 'common/lpbanner.c' || echo './'`common/lpbanner.c
> gcc -DHAVE_CONFIG_H -I. -I..  -I./include "-DLOCALEDIR=\"/usr/share/locale\"" 
> -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> -o lpd.o `test -f 'common/lpd.c' || echo './'`common/lpd.c
> gcc -DHAVE_CONFIG_H -I. 

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

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

Hi,

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

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

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> mpicc.lam -Wl,-z,relro -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DMPI -DMPI2 ./src/netpipe.c \
>./src/mpi2.c -o NPmpi2 -I./ 
> ./src/mpi2.c: In function ‘RecvData’:
> ./src/mpi2.c:110:7: error: implicit declaration of function ‘sched_yield’ 
> [-Werror=implicit-function-declaration]
>   110 |   sched_yield(); /* Since we made r_ptr volatile, we don't 
> necessarily
>   |   ^~~
> cc1: some warnings being treated as errors
> mpicc.lam: No such file or directory
> make[1]: *** [makefile:255: mpi2] Error 1


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

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

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

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

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



Bug#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#1066520: ftools-fv: FTBFS: Visu_tkImgPict.c:1762:9: error: implicit declaration of function ‘_XInitImageFuncPtrs’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -fPIC -DPACKAGE_NAME=\"\" 
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" 
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_CONNECT=1 -DHAVE_ACCEPT=1 
> -DHAVE_LIBDL=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
> -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 
> -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DSTDC_HEADERS=1 
> -DHAVE_DIRENT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_MALLOC_H=1 
> -DHAVE_STRING_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 
> -DTIME_WITH_SYS_TIME=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DRETSIGTYPE=void 
> -DHAVE_STRFTIME=1 -DHAVE_GETCWD=1 -DHAVE_SOCKET=1 -DHAVE_STRCSPN=1 
> -DHAVE_STRSPN=1 -DHAVE_STRSTR=1 -DHAVE_STRTOD=1 -DHAVE_STRTOL=1 
> -DVISU_LIBRARY=\"/usr/lib/pow\"  -I/usr/include/tcl 
> -I/usr/include/tcl/tk-private/generic/ 
> -I/usr/include/tcl/tk-private/generic//../unix  Visu_tkImgPict.c
> Visu_tkImgPict.c:57:5: warning: initialization of ‘int (*)(Tcl_Interp *, 
> const char *, int,  Tcl_Obj * const*, const Tk_ImageType *, struct 
> Tk_ImageMaster_ *, void **)’ from incompatible pointer type ‘int 
> (*)(Tcl_Interp *, char *, int,  Tcl_Obj * const*, Tk_ImageType *, struct 
> Tk_ImageMaster_ *, void **)’ [-Wincompatible-pointer-types]
>57 | ImgPictCreate,  /* createProc */
>   | ^
> Visu_tkImgPict.c:57:5: note: (near initialization for 
> ‘tkPictImageType.createProc’)
> Visu_tkImgPict.c: In function ‘ImgPictCmd’:
> Visu_tkImgPict.c:985:24: warning: zero-length gnu_printf format string 
> [-Wformat-zero-length]
>   985 | sprintf(string,"");
>   |^~
> Visu_tkImgPict.c:1034:24: warning: zero-length gnu_printf format string 
> [-Wformat-zero-length]
>  1034 | sprintf(string,"");
>   |^~
> Visu_tkImgPict.c: In function ‘ParseSubcommandOptions’:
> Visu_tkImgPict.c:1341:16: warning: assignment discards ‘const’ qualifier from 
> pointer target type [-Wdiscarded-qualifiers]
>  1341 | option = argv[index];
>   |^
> Visu_tkImgPict.c:1501:32: warning: assignment discards ‘const’ qualifier from 
> pointer target type [-Wdiscarded-qualifiers]
>  1501 | optPtr->format = argv[index];
>   |^
> Visu_tkImgPict.c: In function ‘ImgPictConfigureInstance’:
> Visu_tkImgPict.c:1762:9: error: implicit declaration of function 
> ‘_XInitImageFuncPtrs’ [-Werror=implicit-function-declaration]
>  1762 | _XInitImageFuncPtrs(imagePtr);
>   | ^~~
> Visu_tkImgPict.c: In function ‘ImgPictSnap2Pict’:
> Visu_tkImgPict.c:2607:37: warning: passing argument 1 of ‘Tk_FindPict’ 
> discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
>  2607 |   if ((destHandle = Tk_FindPict(argv[2])) == NULL) {
>   | ^~~
> In file included from Visu_tkImgPict.c:26:
> tkpict.h:345:40: note: expected ‘char *’ but argument is of type ‘const char 
> *’
>   345 | extern Tk_PictHandle Tk_FindPict(char *imageName);
>   |  ~~^
> cc1: some warnings being treated as errors
> make[2]: *** [Makefile:138: Visu_tkImgPict.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/ftools-fv_5.5.2+dfsg-2_unstable.log

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

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

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

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



Bug#1066518: fgetty: FTBFS: fgetty.c:278:12: error: implicit declaration of function ‘isdigit’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> gcc -Os -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 checkpassword.c -lcrypt -Wl,-z,relro 
> -Wl,-z,now -o checkpassword
> fgetty.c: In function ‘main’:
> fgetty.c:278:12: error: implicit declaration of function ‘isdigit’ 
> [-Werror=implicit-function-declaration]
>   278 |   else if (isdigit(tty[0])) {
>   |^~~
> fgetty.c:16:1: note: include ‘’ or provide a declaration of ‘isdigit’
>15 | #include "fmt.h"
>   +++ |+#include 
>16 | 
> login.c:61:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>61 | main(int argc,char *argv[]) {
>   | ^~~~
> login2.c:60:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>60 | main(int argc,char *argv[]) {
>   | ^~~~
> checkpassword.c: In function ‘__write2’:
> checkpassword.c:16:3: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>16 |   write(2,message,strlen(message));
>   |   ^~~~
> diet -Os cc -Wl,-z,relro -Wl,-z,now -o login login.o
> cc1: some warnings being treated as errors
> make[1]: *** [Makefile:13: fgetty.o] Error 1


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

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

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

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

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



Bug#1066517: pd-hcs: FTBFS: stat.c:123:17: error: implicit declaration of function ‘error’; did you mean ‘perror’? [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  
> -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -o 
> canvas_name.pd_linux.o -c canvas_name.c
>  info: making folder_list.pd_linux.o in lib hcs
> classpath.c: In function ‘classpath_setup’:
> classpath.c:138:38: warning: macro "__DATE__" might prevent reproducible 
> builds [-Wdate-time]
>   138 | logpost(NULL, 4, "\tcompiled on "__DATE__" at "__TIME__ " ");
>   |  ^~~~
> classpath.c:138:52: warning: macro "__TIME__" might prevent reproducible 
> builds [-Wdate-time]
>   138 | logpost(NULL, 4, "\tcompiled on "__DATE__" at "__TIME__ " ");
>   |^~~~
> stat.c: In function ‘stat_output_error’:
> stat.c:123:17: error: implicit declaration of function ‘error’; did you mean 
> ‘perror’? [-Werror=implicit-function-declaration]
>   123 | error("[stat]: access denied: %s", 
> x->x_filename->s_name);
>   | ^
>   | perror
> stat.c: In function ‘stat_setup’:
> stat.c:302:38: warning: macro "__DATE__" might prevent reproducible builds 
> [-Wdate-time]
>   302 | logpost(NULL, 4, "\tcompiled on "__DATE__" at "__TIME__ " ");
>   |  ^~~~
> stat.c:302:52: warning: macro "__TIME__" might prevent reproducible builds 
> [-Wdate-time]
>   302 | logpost(NULL, 4, "\tcompiled on "__DATE__" at "__TIME__ " ");
>   |^~~~
> passwd.c: In function ‘get_uid_from_arguments’:
> passwd.c:118:25: error: implicit declaration of function ‘error’; did you 
> mean ‘perror’? [-Werror=implicit-function-declaration]
>   118 | error("[passwd]: UID less than zero not 
> allowed (%d)", (int)uid);
>   | ^
>   | perror
> passwd.c: In function ‘passwd_setup’:
> passwd.c:205:38: warning: macro "__DATE__" might prevent reproducible builds 
> [-Wdate-time]
>   205 | logpost(NULL, 4, "\tcompiled on "__DATE__" at "__TIME__ " ");
>   |  ^~~~
> passwd.c:205:52: warning: macro "__TIME__" might prevent reproducible builds 
> [-Wdate-time]
>   205 | logpost(NULL, 4, "\tcompiled on "__DATE__" at "__TIME__ " ");
>   |^~~~
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  
> -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -o 
> folder_list.pd_linux.o -c folder_list.c
>  info: making unsetenv.pd_linux.o in lib hcs
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  
> -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -o 
> unsetenv.pd_linux.o -c unsetenv.c
>  info: making screensize.pd_linux.o in lib hcs
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  
> -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -o 
> screensize.pd_linux.o -c screensize.c
>  info: making group.pd_linux.o in lib hcs
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  
> -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -o 
> group.pd_linux.o -c group.c
>  info: making cursor.pd_linux.o in lib hcs
> cc1: some warnings being treated as errors
> make[1]: *** [/usr/share/pd-lib-builder//Makefile.pdlibbuilder:987: 
> passwd.pd_linux.o] Error 1


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

All bugs filed during this archive rebuild are listed at:

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

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

Hi,

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

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

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


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

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

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

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

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



Bug#1066515: pmount: FTBFS: luks.c:147:7: error: implicit declaration of function ‘creat’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o pumount.o pumount.c
> luks.c: In function ‘luks_create_lockfile’:
> luks.c:147:7: error: implicit declaration of function ‘creat’ 
> [-Werror=implicit-function-declaration]
>   147 |   f = creat( path, 0600);
>   |   ^
> luks.c:153:3: error: implicit declaration of function ‘close’; did you mean 
> ‘pclose’? [-Werror=implicit-function-declaration]
>   153 |   close(f);
>   |   ^
>   |   pclose
> luks.c: In function ‘luks_remove_lockfile’:
> luks.c:183:5: error: implicit declaration of function ‘unlink’ 
> [-Werror=implicit-function-declaration]
>   183 | unlink(path);
>   | ^~
> policy.c: In function ‘fstab_has_device’:
> policy.c:415:19: warning: assignment discards ‘const’ qualifier from pointer 
> target type [-Wdiscarded-qualifiers]
>   415 |   realdev_arg = device;
>   |   ^
> pumount.c: In function ‘main’:
> pumount.c:192:5: warning: ignoring return value of ‘seteuid’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   192 | seteuid( getuid() );
>   | ^~~
> pmount.c: In function ‘main’:
> pmount.c:676:5: warning: ignoring return value of ‘seteuid’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   676 | seteuid( getuid() );
>   | ^~~
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:517: luks.o] Error 1


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

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

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

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

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



Bug#1066514: lrzsz: FTBFS: error.c:172:43: error: implicit declaration of function ‘strcmp’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I. -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c error.c
> error.c: In function ‘error_at_line’:
> error.c:172:43: error: implicit declaration of function ‘strcmp’ 
> [-Werror=implicit-function-declaration]
>   172 |   (file_name == old_file_name || !strcmp (old_file_name, 
> file_name)))
>   |   ^~
> error.c:29:1: note: include ‘’ or provide a declaration of ‘strcmp’
>28 | #  include 
>   +++ |+#include 
>29 | #  define VA_START(args, lastarg) va_start(args, lastarg)
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:306: error.o] Error 1


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

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

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

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

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



Bug#1066513: libkal: FTBFS: kal_getdate.c:35:28: error: implicit declaration of function ‘atoi’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> gcc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2  -c -o kal_procs.o kal_procs.c
> kal_getdate.c: In function ‘kal_getdate’:
> kal_getdate.c:35:28: error: implicit declaration of function ‘atoi’ 
> [-Werror=implicit-function-declaration]
>35 |   fscanf(fil,"%s",str);day=atoi(str);
>   |^~~~
> kal_getdate.c:40:9: error: implicit declaration of function ‘kal_conv_gre_jd’ 
> [-Werror=implicit-function-declaration]
>40 |  return kal_conv_gre_jd(day,month,year);
>   | ^~~
> kal_getdate.c:35:3: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>35 |   fscanf(fil,"%s",str);day=atoi(str);
>   |   ^~~~
> kal_getdate.c:36:3: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>36 |   fscanf(fil,"%s",str);month=atoi(str);
>   |   ^~~~
> kal_getdate.c:37:3: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>37 |   fscanf(fil,"%s",str);year=atoi(str);
>   |   ^~~~
> cc1: some warnings being treated as errors
> make[1]: *** [: kal_getdate.o] Error 1


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

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

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

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

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



Bug#1066511: photopc: FTBFS: fnames.c:118:21: error: implicit declaration of function ‘strlen’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

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

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

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

Hi,

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

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

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -DHAS_GTK_GUI 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  
> -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include 
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/atk-1.0 
> -pthread  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> -o latencytop-gtk_display.o `test -f 'gtk_display.c' || echo 
> './'`gtk_display.c
> fsync.c: In function ‘fsync_display’:
> fsync.c:330:17: error: implicit declaration of function ‘gettimeofday’ 
> [-Werror=implicit-function-declaration]
>   330 | gettimeofday(, NULL);
>   | ^~~~
> fsync.c: In function ‘parse_ftrace’:
> fsync.c:290:17: warning: ignoring return value of ‘fgets’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   290 | fgets(line, PATH_MAX-1, file);
>   | ^
> cc1: some warnings being treated as errors
> make[2]: *** [Makefile:525: latencytop-fsync.o] Error 1


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

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

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

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

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



Bug#1066510: hashrat: FTBFS: files.c:651:1: error: implicit declaration of function ‘MapClear’; did you mean ‘MapCreate’? [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> gcc -pie -Wl,-z,relro -Wl,-z,now -Wdate-time -D_FORTIFY_SOURCE=2 -fPIE -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -DPACKAGE_NAME=\"\" 
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" 
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
> -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 
> -DSTDC_HEADERS=1 -DHAVE_LIBC=1 -DUSE_XATTR=1 -c filesigning.c
> command-line-args.c: In function ‘CommandLineParseArgs’:
> files.c: In function ‘HashratHashSingleFile’:
> files.c:243:18: warning: format ‘%llu’ expects argument of type ‘long long 
> unsigned int’, but argument 2 has type ‘__time_t’ {aka ‘long int’} [-Wformat=]
>   243 | printf("cache %llu %llu %llu\n",XattrStat.st_mtime, FStat->st_mtime, 
> XattrStat.st_mtime - FStat->st_mtime);
>   |   ~~~^
>   |  |
>   |  long long unsigned int
>   |   %lu
> command-line-args.c:279:66: warning: passing argument 1 of 
> ‘IncludeExcludeLoadExcludesFromFile’ from incompatible pointer type 
> [-Wincompatible-pointer-types]
>   279 | else if (strcmp(arg,"-X")==0) IncludeExcludeLoadExcludesFromFile(Ctx, 
> CommandLineNext());
>   |  ^~~
>   |  |
>   |  
> HashratCtx *
> In file included from command-line-args.c:2:
> include-exclude.h:8:53: note: expected ‘const char *’ but argument is of type 
> ‘HashratCtx *’
> 8 | void IncludeExcludeLoadExcludesFromFile(const char *Path, HashratCtx 
> *Ctx);
>   | ^~~~
> command-line-args.c:279:71: warning: passing argument 2 of 
> ‘IncludeExcludeLoadExcludesFromFile’ from incompatible pointer type 
> [-Wincompatible-pointer-types]
>   279 | else if (strcmp(arg,"-X")==0) IncludeExcludeLoadExcludesFromFile(Ctx, 
> CommandLineNext());
>   |   
> ^
>   |   
> |
>   |   
> const char *
> include-exclude.h:8:71: note: expected ‘HashratCtx *’ but argument is of type 
> ‘const char *’
> 8 | void IncludeExcludeLoadExcludesFromFile(const char *Path, HashratCtx 
> *Ctx);
>   |   
> ^~~
> files.c:243:23: warning: format ‘%llu’ expects argument of type ‘long long 
> unsigned int’, but argument 3 has type ‘__time_t’ {aka ‘long int’} [-Wformat=]
>   243 | printf("cache %llu %llu %llu\n",XattrStat.st_mtime, FStat->st_mtime, 
> XattrStat.st_mtime - FStat->st_mtime);
>   |~~~^
>   |   |
>   |   long long unsigned int
>   |%lu
> files.c:243:28: warning: format ‘%llu’ expects argument of type ‘long long 
> unsigned int’, but argument 4 has type ‘__time_t’ {aka ‘long int’} [-Wformat=]
>   243 | printf("cache %llu %llu %llu\n",XattrStat.st_mtime, FStat->st_mtime, 
> XattrStat.st_mtime - FStat->st_mtime);
>   | ~~~^
>   ||
>   |long long unsigned int
>   | %lu
> command-line-args.c: In function ‘HMACSetup’:
> command-line-args.c:20:7: warning: ignoring return value of ‘write’ declared 
> with attribute ‘warn_unused_result’ [-Wunused-result]
>20 |   write(1, "Enter HMAC Key: ",16);
>   |   ^~~
> command-line-args.c:33:7: warning: ignoring return value of ‘write’ declared 
> with attribute ‘warn_unused_result’ [-Wunused-result]
>33 |   write(1,"ERROR: No HMAC Key given!\n",27);
>   |   ^
> files.c: In function ‘ProcessItem’:
> files.c:651:1: error: implicit declaration of function ‘MapClear’; did you 
> mean ‘MapCreate’? [-Werror=implicit-function-declaration]
>   651 | MapClear(Visited, NULL);
>   | ^~~~
>   | MapCreate
> 

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:

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

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

Hi,

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

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

Relevant part (hopefully):
> gcc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -DUSE_NON_CONST  
> -I/<>/./tk_utils -I/<>/./Misc 
> -I/<>/./tk_utils -I/usr/include 
> -I"/usr/include/tcl8.6/tk-private/generic" 
> -I"/usr/include/tcl8.6/tk-private/unix" 
> -I"/usr/include/tcl8.6/tk-private/generic/ttk" 
> -I"/usr/include/tcl8.6/tcl-private/generic" 
> -I"/usr/include/tcl8.6/tcl-private/unix" -I/<>/./seq_utils   
> -I/<> -DSVN_VERSION="" -fPIC   -o capture.o -c capture.c
> capture.c: In function ‘tcl_capture’:
> capture.c:33:14: error: implicit declaration of function ‘mkostemp’; did you 
> mean ‘mkstemp’? [-Werror=implicit-function-declaration]
>33 | fd = mkostemp(NULL, 0666);
>   |  ^~~~
>   |  mkstemp
> capture.c:54:5: warning: ignoring return value of ‘read’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>54 | read(fd, buf, statbuf.st_size);
>   | ^~
> make[2]: Leaving directory '/<>/eba'
> cc1: some warnings being treated as errors
> make[2]: *** [/<>/./tk_utils/../global.mk:388: capture.o] Error 1


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

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

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

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

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



Bug#1066506: mcpp: FTBFS: system.c:2510:20: error: implicit declaration of function ‘readlink’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   
> -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> -o system.lo system.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g 
> -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> expand.c  -fPIC -DPIC -o .libs/expand.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g 
> -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> support.c  -fPIC -DPIC -o .libs/support.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g 
> -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> directive.c  -fPIC -DPIC -o .libs/directive.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g 
> -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> eval.c  -fPIC -DPIC -o .libs/eval.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g 
> -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> mbchar.c  -fPIC -DPIC -o .libs/mbchar.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g 
> -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> system.c  -fPIC -DPIC -o .libs/system.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g 
> -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> main.c  -fPIC -DPIC -o .libs/main.o
> support.c: In function ‘get_ch’:
> support.c:1590:19: warning: passing argument 1 of ‘free’ discards ‘const’ 
> qualifier from pointer target type [-Wdiscarded-qualifiers]
>  1590 | free( file->src_dir);
>   |   ^
> In file included from configed.H:374,
>  from system.H:45,
>  from support.c:76:
> /usr/include/stdlib.h:568:25: note: expected ‘void *’ but argument is of type 
> ‘const char *’
>   568 | extern void free (void *__ptr) __THROW;
>   |   ~~^
> support.c:1596:19: warning: passing argument 1 of ‘free’ discards ‘const’ 
> qualifier from pointer target type [-Wdiscarded-qualifiers]
>  1596 | free( file->src_dir);   /* Free src_dir */
>   |   ^
> /usr/include/stdlib.h:568:25: note: expected ‘void *’ but argument is of type 
> ‘const char *’
>   568 | extern void free (void *__ptr) __THROW;
>   |   ~~^
> support.c:1599:22: warning: assignment discards ‘const’ qualifier from 
> pointer target type [-Wdiscarded-qualifiers]
>  1599 | cur_fullname = infile->full_fname;
>   |  ^
> support.c: In function ‘get_file’:
> support.c:2308:21: warning: passing argument 1 of ‘strcpy’ discards ‘const’ 
> qualifier from pointer target type [-Wdiscarded-qualifiers]
>  2308 | strcpy( file->src_dir, src_dir);
>   | ^
> In file included from /usr/include/features.h:490,
>  from 
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
>  from /usr/include/limits.h:26,
>  from /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h:205,
>  from /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h:7,
>  from /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h:34,
>  from configed.H:305:
> /usr/include/x86_64-linux-gnu/bits/string_fortified.h:77:1: note: expected 
> ‘char * restrict’ but argument is of type 

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

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

Hi,

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


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


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

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

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

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

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



Bug#1066505: epic5: FTBFS: functions.c:7547:15: error: implicit declaration of function ‘strptime’; did you mean ‘strftime’? [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> gcc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2  -I./../include -I../include -c functions.c
> functions.c: In function ‘function_strptime’:
> functions.c:7547:15: error: implicit declaration of function ‘strptime’; did 
> you mean ‘strftime’? [-Werror=implicit-function-declaration]
>  7547 | if (!(strptime(input, format, )))
>   |   ^~~~
>   |   strftime
> functions.c: In function ‘function_realpath’:
> functions.c:6496:14: warning: ‘normalize_filename’ accessing 4097 bytes in a 
> region of size 4096 [-Wstringop-overflow=]
>  6496 | if (!normalize_filename(input, resolvedname))
>   |  ^~~
> functions.c:6496:14: note: referencing argument 2 of type ‘char[4097]’
> In file included from ./../include/alias.h:10,
>  from functions.c:46:
> ./../include/ircaux.h:49:9: note: in a call to function ‘normalize_filename’
>49 | int normalize_filename  (const char *, Filename);
>   | ^~
> cc1: some warnings being treated as errors
> make[2]: *** [Makefile:34: functions.o] Error 1


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

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

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

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

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



Bug#1066504: wuzzah: FTBFS: utmpx-wrapper.c:8:23: error: implicit declaration of function ‘bail’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I. -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -pedantic -c utmpx-wrapper.c
> utmpx-wrapper.c: In function ‘setutent_wrapper’:
> utmpx-wrapper.c:8:23: error: implicit declaration of function ‘bail’ 
> [-Werror=implicit-function-declaration]
> 8 | if(ut_fd < 0) bail("shit man, no utmp record?", 1);
>   |   ^~~~
> utmpx-wrapper.c: In function ‘getutent_wrapper’:
> utmpx-wrapper.c:16:1: warning: control reaches end of non-void function 
> [-Wreturn-type]
>16 | }
>   | ^
> cc1: some warnings being treated as errors
> make[4]: *** [Makefile:206: utmpx-wrapper.o] Error 1


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

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

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

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

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



Bug#1066503: sucrack: FTBFS: rewriter.c:74:31: error: implicit declaration of function ‘malloc’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

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


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

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

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

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

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



Bug#1066502: pd-iemutils: FTBFS: doublechord.c:89:5: error: implicit declaration of function ‘error’; did you mean ‘perror’? [-Werror=implicit-function-declaration]

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

Hi,

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

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

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


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

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

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

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

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



Bug#1066501: pd-wiimote: FTBFS: wiimote.c:736:7: error: implicit declaration of function ‘error’; did you mean ‘perror’? [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  
> -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -o 
> wiimote.pd_linux.o -c wiimote.c
> wiimote.c:405:2: warning: #warning Balance ignores calibration data [-Wcpp]
>   405 | #warning Balance ignores calibration data
>   |  ^~~
> wiimote.c: In function ‘cwiid_error_callback’:
> wiimote.c:736:7: error: implicit declaration of function ‘error’; did you 
> mean ‘perror’? [-Werror=implicit-function-declaration]
>   736 |   error("wiimote: %s", err);
>   |   ^
>   |   perror
> cc1: some warnings being treated as errors
> make[1]: *** [/usr/share/pd-lib-builder//Makefile.pdlibbuilder:987: 
> wiimote.pd_linux.o] Error 1


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

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

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

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

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



Bug#1066499: thesias: FTBFS: src/thesiaslib.c:57:13: error: implicit declaration of function ‘thesiasRun’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -fPIC 
> -I/usr/lib/jvm/default-java/include 
> -I/usr/lib/jvm/default-java/include/linux/ -c src/*.c
> javac -d class java/*.java
> Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
> src/newthesias3d.c: In function ‘thesiasRun’:
> src/newthesias3d.c:6122:49: warning: too many arguments for format 
> [-Wformat-extra-args]
>  6122 |  
> fprintf(outres,"\t%f\t%f\n\n",effest[0],valse,effest[0]/valse);
>   | ^~
> src/newthesias3d.c:6268:50: warning: too many arguments for format 
> [-Wformat-extra-args]
>  6268 |   
> fprintf(outres,"\t%f\t%f\n\n",effest[nc],valse,effest[nc]/valse);
>   |  ^~
> src/newthesias3d.c: In function ‘nbhapo0’:
> src/newthesias3d.c:4084:4: warning: ignoring return value of ‘scanf’ declared 
> with attribute ‘warn_unused_result’ [-Wunused-result]
>  4084 |scanf("%c",);
>   |^~~~
> src/newthesias3d.c: In function ‘lecteffe’:
> src/newthesias3d.c:4299:17: warning: ignoring return value of ‘fscanf’ 
> declared with attribute ‘warn_unused_result’ [-Wunused-result]
>  4299 | fscanf(readParam,"%c",);
>   | ^~~
> src/newthesias3d.c:4312:25: warning: ignoring return value of ‘fscanf’ 
> declared with attribute ‘warn_unused_result’ [-Wunused-result]
>  4312 | fscanf(readParam,"%c",);
>   | ^~~
> src/newthesias3d.c:4318:25: warning: ignoring return value of ‘fscanf’ 
> declared with attribute ‘warn_unused_result’ [-Wunused-result]
>  4318 | fscanf(readParam,"%d",);
>   | ^~
> src/newthesias3d.c:4327:33: warning: ignoring return value of ‘fscanf’ 
> declared with attribute ‘warn_unused_result’ [-Wunused-result]
>  4327 | fscanf(readParam,"%d %d",,);
>   | ^
> src/newthesias3d.c:4336:25: warning: ignoring return value of ‘fscanf’ 
> declared with attribute ‘warn_unused_result’ [-Wunused-result]
>  4336 | fscanf(readParam,"%c",);
>   | ^~~
> src/newthesias3d.c:4345:33: warning: ignoring return value of ‘fscanf’ 
> declared with attribute ‘warn_unused_result’ [-Wunused-result]
>  4345 | fscanf(readParam,"%d",);
>   | ^~~
> src/newthesias3d.c:4357:41: warning: ignoring return value of ‘fscanf’ 
> declared with attribute ‘warn_unused_result’ [-Wunused-result]
>  4357 | fscanf(readParam,"%d",);
>   | ^~
> src/newthesias3d.c:4369:41: warning: ignoring return value of ‘fscanf’ 
> declared with attribute ‘warn_unused_result’ [-Wunused-result]
>  4369 | fscanf(readParam,"%d 
> %d",,);
>   | 
> ^
> src/newthesias3d.c:4392:25: warning: ignoring return value of ‘fscanf’ 
> declared with attribute ‘warn_unused_result’ [-Wunused-result]
>  4392 | fscanf(readParam,"%c",);
>   | ^~~
> src/newthesias3d.c:4400:33: warning: ignoring return value of ‘fscanf’ 
> declared with attribute ‘warn_unused_result’ [-Wunused-result]
>  4400 | fscanf(readParam,"%d",);
>   | ^
> src/newthesias3d.c:4408:33: warning: ignoring return value of ‘fscanf’ 
> declared with attribute ‘warn_unused_result’ [-Wunused-result]
>  4408 | fscanf(readParam,"%d %d",,);
>   | ^
> src/newthesias3d.c:4418:33: warning: ignoring return value of ‘fscanf’ 
> declared with attribute ‘warn_unused_result’ [-Wunused-result]
>  4418 |  

Bug#1066500: vorbisgain: FTBFS: misc.c:268:9: error: implicit declaration of function ‘isatty’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I. -I. -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -O2 
> -fsigned-char -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> `test -f 'misc.c' || echo './'`misc.c
> misc.c: In function ‘get_console_size’:
> misc.c:268:9: error: implicit declaration of function ‘isatty’ 
> [-Werror=implicit-function-declaration]
>   268 | if (isatty(fd))
>   | ^~
> cc1: some warnings being treated as errors
> make[2]: *** [Makefile:256: misc.o] Error 1


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

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

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

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

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



Bug#1066497: qfits: FTBFS: dtfits.c:163:13: error: implicit declaration of function ‘qfits_query_n_ext’; did you mean ‘qfits_query_column’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: qfits
Version: 6.2.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):
> gcc -DHAVE_CONFIG_H -I. -I.. -I../src  -Wdate-time -D_FORTIFY_SOURCE=2  -g 
> -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> -o replacekey.o replacekey.c
> dtfits.c: In function ‘qfits_dump’:
> dtfits.c:163:13: error: implicit declaration of function ‘qfits_query_n_ext’; 
> did you mean ‘qfits_query_column’? [-Werror=implicit-function-declaration]
>   163 | n_ext = qfits_query_n_ext(name_i);
>   | ^
>   | qfits_query_column
> qextract.c: In function ‘main’:
> qextract.c:69:14: error: implicit declaration of function 
> ‘qfits_query_n_ext’; did you mean ‘qfits_query_column’? 
> [-Werror=implicit-function-declaration]
>69 | nb_ext = qfits_query_n_ext(name_in) ;
>   |  ^
>   |  qfits_query_column
> /bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection  -Wl,-z,relro -o replacekey 
> replacekey.o ../src/libqfits.la -lm 
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:472: qextract.o] Error 1


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

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

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

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

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



Bug#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(, "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: note: 

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=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

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

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

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



Bug#1066494: wmrack: FTBFS: wmrack.c:1295:29: error: implicit declaration of function ‘time’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: wmrack
Version: 1.4-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 -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 wmrack.o wmrack.c
> make[2]: Leaving directory '/<>/XPM'
> wmrack.c: In function ‘redrawDisplay’:
> wmrack.c:1238:12: warning: type defaults to ‘int’ in declaration of ‘flash’ 
> [-Wimplicit-int]
>  1238 | static flash = 0;
>   |^
> wmrack.c:1295:29: error: implicit declaration of function ‘time’ 
> [-Werror=implicit-function-declaration]
>  1295 | time_t flash_time = time (NULL);
>   | ^~~~
> wmrack.c:39:1: note: ‘time’ is defined in header ‘’; did you forget 
> to ‘#include ’?
>38 | #include "library.h"
>   +++ |+#include 
>39 | 
> echo "Done" > .depend
> cc1: some warnings being treated as errors
> make[1]: *** [: wmrack.o] Error 1


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

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

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

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

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



Bug#1066493: pd-csound: FTBFS: csoundapi_tilde.c:774:7: error: implicit declaration of function ‘error’; did you mean ‘perror’? [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> /usr/bin/cc -Dpdcsound_EXPORTS -I/usr/include/csound -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -MD -MT CMakeFiles/pdcsound.dir/src/csoundapi_tilde.c.o -MF 
> CMakeFiles/pdcsound.dir/src/csoundapi_tilde.c.o.d -o 
> CMakeFiles/pdcsound.dir/src/csoundapi_tilde.c.o -c 
> /<>/src/csoundapi_tilde.c
> /<>/src/csoundapi_tilde.c: In function ‘open_midi_callback’:
> /<>/src/csoundapi_tilde.c:774:7: error: implicit declaration of 
> function ‘error’; did you mean ‘perror’? 
> [-Werror=implicit-function-declaration]
>   774 |   error("unable to allocate memory for midi queue");
>   |   ^
>   |   perror
> cc1: some warnings being treated as errors
> make[3]: *** [CMakeFiles/pdcsound.dir/build.make:79: 
> CMakeFiles/pdcsound.dir/src/csoundapi_tilde.c.o] Error 1


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

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

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

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

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



Bug#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=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

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

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

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



Bug#1066491: libt3window: FTBFS: .config.c:8:13: error: implicit declaration of function ‘setupterm’; did you mean ‘set_term’? [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> gcc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> `pkg-config --cflags tinfo` -c -o .config.o .config.c
> .config.c: In function ‘main’:
> .config.c:8:13: error: implicit declaration of function ‘setupterm’; did you 
> mean ‘set_term’? [-Werror=implicit-function-declaration]
> 8 | if (setupterm(NULL, fd, ) == OK) {
>   | ^
>   | set_term
> .config.c:12:17: error: implicit declaration of function ‘tputs’; did you 
> mean ‘puts’? [-Werror=implicit-function-declaration]
>12 | tputs("\033[0m", 1, putchar);
>   | ^
>   | puts
> cc1: some warnings being treated as errors
> make[2]: *** [.Makefile:19: .config.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/libt3window_0.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=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

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

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

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



Bug#1066489: p0f: FTBFS: .build-609357.c:2:34: error: implicit declaration of function ‘printf’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> Welcome to the build script for p0f 3.09b!
> Copyright (C) 2012 by Michal Zalewski 
> 
> [+] Configuring production build.
> [*] Checking for a sane build environment... OK
> [*] Checking for working GCC... OK
> [*] Checking for *modern* GCC... OK
> [*] Checking if memory alignment is required... FAIL
> 
> Well, something went horribly wrong, sorry. Here's the output from GCC:
> 
> .build-609357.c: In function ‘main’:
> .build-609357.c:2:34: error: implicit declaration of function ‘printf’ 
> [-Werror=implicit-function-declaration]
> 2 | volatile u8 tmp[6]; int main() { printf("%d\n", *(u32*)(tmp+1)); 
> return 0; }
>   |  ^~
> .build-609357.c:2:1: note: include ‘’ or provide a declaration of 
> ‘printf’
> 1 | #include "types.h"
>   +++ |+#include 
> 2 | volatile u8 tmp[6]; int main() { printf("%d\n", *(u32*)(tmp+1)); 
> return 0; }
> .build-609357.c:2:34: warning: incompatible implicit declaration of built-in 
> function ‘printf’ [-Wbuiltin-declaration-mismatch]
> 2 | volatile u8 tmp[6]; int main() { printf("%d\n", *(u32*)(tmp+1)); 
> return 0; }
>   |  ^~
> .build-609357.c:2:34: note: include ‘’ or provide a declaration of 
> ‘printf’
> cc1: some warnings being treated as errors
> 
> Sorry! You may want to ping  about this.
> 
> make[1]: *** [Makefile:11: all] Error 1


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

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

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

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

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



Bug#1066490: motif: FTBFS: XpmCrBufFrI.c:155:5: error: implicit declaration of function ‘strcpy’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> /bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
> -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/usr/share/X11/bindings\" 
> -DINCDIR=\"/usr/include/X11\" -DLIBDIR=\"/usr/lib/x86_64-linux-gnu/X11\" 
> -DX11RGBPATH=\"/etc/X11/rgb.txt\"   -Wdate-time -D_FORTIFY_SOURCE=2  
> -I/usr/include/freetype2 -I/usr/include/libpng16   -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -D_FILE_OFFSET_BITS=64 -Wall -g 
> -fno-strict-aliasing -Wno-unused -Wno-comment -I/usr/include/freetype2 
> -I/usr/include/libpng16-c -o XpmCrBufFrP.lo XpmCrBufFrP.c
> XpmCrBufFrI.c: In function ‘XmeXpmCreateBufferFromXpmImage’:
> XpmCrBufFrI.c:155:5: error: implicit declaration of function ‘strcpy’ 
> [-Werror=implicit-function-declaration]
>   155 | strcpy(ptr, buf);
>   | ^~
> XpmCrBufFrI.c:47:1: note: include ‘’ or provide a declaration of 
> ‘strcpy’
>46 | #include "XpmI.h"
>   +++ |+#include 
>47 | 
> XpmCrBufFrI.c:155:5: warning: incompatible implicit declaration of built-in 
> function ‘strcpy’ [-Wbuiltin-declaration-mismatch]
>   155 | strcpy(ptr, buf);
>   | ^~
> XpmCrBufFrI.c:155:5: note: include ‘’ or provide a declaration of 
> ‘strcpy’
> XpmCrBufFrI.c: In function ‘WriteColors’:
> XpmCrBufFrI.c:292:9: error: implicit declaration of function ‘strncpy’ 
> [-Werror=implicit-function-declaration]
>   292 | strncpy(s, *defaults++, cpp);
>   | ^~~
> XpmCrBufFrI.c:292:9: note: include ‘’ or provide a declaration of 
> ‘strncpy’
> XpmCrBufFrI.c:292:9: warning: incompatible implicit declaration of built-in 
> function ‘strncpy’ [-Wbuiltin-declaration-mismatch]
> XpmCrBufFrI.c:292:9: note: include ‘’ or provide a declaration of 
> ‘strncpy’
> XpmCrBufFrI.c:312:9: warning: incompatible implicit declaration of built-in 
> function ‘strcpy’ [-Wbuiltin-declaration-mismatch]
>   312 | strcpy(s, "\",\n");
>   | ^~
> XpmCrBufFrI.c:312:9: note: include ‘’ or provide a declaration of 
> ‘strcpy’
> XpmCrBufFrI.c:316:45: error: implicit declaration of function ‘strlen’ 
> [-Werror=implicit-function-declaration]
>   316 |(*data_size + l - *used_size) <= strlen(buf))
>   | ^~
> XpmCrBufFrI.c:316:45: note: include ‘’ or provide a declaration of 
> ‘strlen’
> XpmCrBufFrI.c:316:45: warning: incompatible implicit declaration of built-in 
> function ‘strlen’ [-Wbuiltin-declaration-mismatch]
> XpmCrBufFrI.c:316:45: note: include ‘’ or provide a declaration of 
> ‘strlen’
> XpmCrBufFrI.c: In function ‘WritePixels’:
> XpmCrBufFrI.c:352:13: warning: incompatible implicit declaration of built-in 
> function ‘strncpy’ [-Wbuiltin-declaration-mismatch]
>   352 | strncpy(s, colors[*pixels].string, cpp); /* how can we 
> trust *pixels? :-\ */
>   | ^~~
> XpmCrBufFrI.c:352:13: note: include ‘’ or provide a declaration of 
> ‘strncpy’
> XpmCrBufFrI.c:357:9: warning: incompatible implicit declaration of built-in 
> function ‘strcpy’ [-Wbuiltin-declaration-mismatch]
>   357 | strcpy(s, "\",\n");
>   | ^~
> XpmCrBufFrI.c:357:9: note: include ‘’ or provide a declaration of 
> ‘strcpy’
> XpmCrBufFrI.c:365:9: warning: incompatible implicit declaration of built-in 
> function ‘strncpy’ [-Wbuiltin-declaration-mismatch]
>   365 | strncpy(s, colors[*pixels].string, cpp); /* how can we trust 
> *pixels? */
>   | ^~~
> XpmCrBufFrI.c:365:9: note: include ‘’ or provide a declaration of 
> ‘strncpy’
> XpmCrBufFrI.c: In function ‘ExtensionsSize’:
> XpmCrBufFrI.c:385:17: warning: incompatible implicit declaration of built-in 
> function ‘strlen’ [-Wbuiltin-declaration-mismatch]
>   385 | size += strlen(ext->name) + 11;
>   | ^~
> XpmCrBufFrI.c:385:17: note: include ‘’ or provide a declaration of 
> ‘strlen’
> XpmCrBufFrI.c: In function ‘WriteExtensions’:
> XpmCrBufFrI.c:428:5: warning: incompatible implicit declaration of built-in 
> function ‘strncpy’ [-Wbuiltin-declaration-mismatch]
>   428 | strncpy(s, ",\n\"XPMENDEXT\"", data_size - (s-dataptr)-1);
>   | ^~~
> XpmCrBufFrI.c:428:5: note: include ‘’ or provide a declaration of 
> ‘strncpy’
> XpmCrBufFrI.c: In function ‘CommentsSize’:
> XpmCrBufFrI.c:441:21: warning: incompatible 

Bug#1066488: qrouter: FTBFS: qrouter.c:880:4: error: implicit declaration of function ‘find_free_antenna_taps’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> gcc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -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 -m64 -fPIC -fPIC -DPACKAGE_NAME=\"\" 
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" 
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
> -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 
> -DSTDC_HEADERS=1 -DHAVE_SETENV=1 -DHAVE_PUTENV=1 -DHAVE_VA_COPY=1 
> -DHAVE___VA_COPY=1 -DHAVE_LIBXT=1 -DHAVE_SYS_MMAN_H=1 -DTCL_QROUTER=1 
> -DLINUX=1 -DSYSV=1 -DVERSION=\"1.4\" -DREVISION=\"71\" -DUSE_TCL_STUBS 
> -DUSE_TK_STUBS \
>   -DQROUTER_PATH=\"/usr/lib/qrouter\" 
> -I/usr/include/tcl8.6/tk-private/generic -I/usr/include/tcl8.6 -c def.c -o 
> def.o
> qrouter.c: In function ‘post_def_setup’:
> qrouter.c:880:4: error: implicit declaration of function 
> ‘find_free_antenna_taps’ [-Werror=implicit-function-declaration]
>   880 |find_free_antenna_taps(antenna_cell);
>   |^~
> qrouter.c: In function ‘route_setup’:
> qrouter.c:1942:9: error: implicit declaration of function ‘createMask’; did 
> you mean ‘ActivateMask’? [-Werror=implicit-function-declaration]
>  1942 | createMask(iroute->net, MASK_SMALL, (u_char)Numpasses);
>   | ^~
>   | ActivateMask
> qrouter.c:1949:6: error: implicit declaration of function ‘createBboxMask’ 
> [-Werror=implicit-function-declaration]
>  1949 |  createBboxMask(iroute->net, (u_char)Numpasses);
>   |  ^~
> gcc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g 
> -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -m64 -fPIC -fPIC -DPACKAGE_NAME=\"\" 
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" 
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
> -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 
> -DSTDC_HEADERS=1 -DHAVE_SETENV=1 -DHAVE_PUTENV=1 -DHAVE_VA_COPY=1 
> -DHAVE___VA_COPY=1 -DHAVE_LIBXT=1 -DHAVE_SYS_MMAN_H=1 -DTCL_QROUTER=1 
> -DLINUX=1 -DSYSV=1 -DVERSION=\"1.4\" -DREVISION=\"71\" -DUSE_TCL_STUBS 
> -DUSE_TK_STUBS \
>   -DQROUTER_PATH=\"/usr/lib/qrouter\" 
> -I/usr/include/tcl8.6/tk-private/generic -I/usr/include/tcl8.6 -c graphics.c 
> -o graphics.o
> gcc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g 
> -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -m64 -fPIC -fPIC -DPACKAGE_NAME=\"\" 
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" 
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
> -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 
> -DSTDC_HEADERS=1 -DHAVE_SETENV=1 -DHAVE_PUTENV=1 -DHAVE_VA_COPY=1 
> -DHAVE___VA_COPY=1 -DHAVE_LIBXT=1 -DHAVE_SYS_MMAN_H=1 -DTCL_QROUTER=1 
> -DLINUX=1 -DSYSV=1 -DVERSION=\"1.4\" -DREVISION=\"71\" -DUSE_TCL_STUBS 
> -DUSE_TK_STUBS \
>   -DQROUTER_PATH=\"/usr/lib/qrouter\" 
> -I/usr/include/tcl8.6/tk-private/generic -I/usr/include/tcl8.6 -c 
> tclqrouter.c -o tclqrouter.o
> lef.c: In function ‘LefReadMacro’:
> lef.c:2268:37: warning: ‘%d’ directive writing between 1 and 10 bytes into a 
> region of size 5 [-Wformat-overflow=]
>  2268 | sprintf(newname, "%250s_%d", mname, suffix);
>   | ^~
> lef.c:2268:30: note: directive argument in the range [1, 2147483647]
>  2268 | sprintf(newname, "%250s_%d", 

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#1066485: volpack: FTBFS: scalevolume.c:63:9: error: implicit declaration of function ‘exit’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: volpack
Version: 1.0b3-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.. -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 denfile.o denfile.c
> scalevolume.c:42:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>42 | main(argc, argv)
>   | ^~~~
> scalevolume.c: In function ‘main’:
> scalevolume.c:63:9: error: implicit declaration of function ‘exit’ 
> [-Werror=implicit-function-declaration]
>63 | exit(1);
>   | ^~~~
> scalevolume.c:41:1: note: include ‘’ or provide a declaration of 
> ‘exit’
>40 | #include 
>   +++ |+#include 
>41 | 
> scalevolume.c:63:9: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>63 | exit(1);
>   | ^~~~
> scalevolume.c:63:9: note: include ‘’ or provide a declaration of 
> ‘exit’
> scalevolume.c:72:14: error: implicit declaration of function ‘strcmp’ 
> [-Werror=implicit-function-declaration]
>72 | if (!strcmp(argv[6], "-b")) {
>   |  ^~
> scalevolume.c:41:1: note: include ‘’ or provide a declaration of 
> ‘strcmp’
>40 | #include 
>   +++ |+#include 
>41 | 
> scalevolume.c:84:13: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>84 | exit(1);
>   | ^~~~
> scalevolume.c:84:13: note: include ‘’ or provide a declaration of 
> ‘exit’
> scalevolume.c:91:9: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>91 | exit(1);
>   | ^~~~
> scalevolume.c:91:9: note: include ‘’ or provide a declaration of 
> ‘exit’
> scalevolume.c:101:9: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>   101 | exit(1);
>   | ^~~~
> scalevolume.c:101:9: note: include ‘’ or provide a declaration of 
> ‘exit’
> scalevolume.c:109:9: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>   109 | exit(1);
>   | ^~~~
> scalevolume.c:109:9: note: include ‘’ or provide a declaration of 
> ‘exit’
> scalevolume.c:113:10: error: implicit declaration of function ‘write_den’ 
> [-Werror=implicit-function-declaration]
>   113 | if (!write_den(dst_file, dst_volume, dst_xlen, dst_ylen, 
> dst_zlen))
>   |  ^
> scalevolume.c:114:9: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>   114 | exit(1);
>   | ^~~~
> scalevolume.c:114:9: note: include ‘’ or provide a declaration of 
> ‘exit’
> scalevolume.c:116:5: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>   116 | exit(0);
>   | ^~~~
> scalevolume.c:116:5: note: include ‘’ or provide a declaration of 
> ‘exit’
> denfile.c: In function ‘read_den’:
> denfile.c:51:15: error: implicit declaration of function ‘open’; did you mean 
> ‘popen’? [-Werror=implicit-function-declaration]
>51 | if ((fd = open(filename, 0)) < 0) {
>   |   ^~~~
>   |   popen
> denfile.c:57:10: error: implicit declaration of function ‘read_shorts’ 
> [-Werror=implicit-function-declaration]
>57 | if (!read_shorts(fd, _version, 1, 0)) {
>   |  ^~~
> denfile.c:81:10: error: implicit declaration of function ‘read_words’ 
> [-Werror=implicit-function-declaration]
>81 | !read_words(fd, _length, 1, swapbytes)) {
>   |  ^~
> denfile.c:92:29: error: implicit declaration of function ‘malloc’ 
> [-Werror=implicit-function-declaration]
>92 | data = (unsigned char *)malloc(map_length);
>   | ^~
> denfile.c:9:1: note: include ‘’ or provide a declaration of ‘malloc’
> 8 | #include 
>   +++ |+#include 
> 9 | 
> denfile.c:92:29: warning: incompatible implicit declaration of built-in 
> function ‘malloc’ [-Wbuiltin-declaration-mismatch]
>92 | data = (unsigned char *)malloc(map_length);
>   | ^~
> denfile.c:92:29: note: include ‘’ or provide a declaration of 
> ‘malloc’
> denfile.c:99:10: error: implicit declaration of function ‘read_bytes’; did 

Bug#1066486: icom: FTBFS: icom.c:108:24: error: implicit declaration of function ‘getopt’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> gcc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g 
> -O   -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -c -o tables.o tables.c
> packet.c: In function ‘sndoctet’:
> packet.c:339:9: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   339 | write(fd_icom, , 1);
>   | ^
> icom.c: In function ‘main’:
> icom.c:108:24: error: implicit declaration of function ‘getopt’ 
> [-Werror=implicit-function-declaration]
>   108 | while ((temp = getopt(argc, argcv, "c:df:g:km:o:r:")) != -1) {
>   |^~
> icom.c:314:32: error: implicit declaration of function ‘command’ 
> [-Werror=implicit-function-declaration]
>   314 | temp = command(rptr, key);
>   |^~~
> icom.c:326:41: error: implicit declaration of function ‘close’; did you mean 
> ‘pclose’? [-Werror=implicit-function-declaration]
>   326 | close(fp_cmd[fp]);
>   | ^
>   | pclose
> icom.c:335:37: error: implicit declaration of function ‘gets’; did you mean 
> ‘fgets’? [-Werror=implicit-function-declaration]
>   335 | if (gets(args) == NULL)
>   | ^~~~
>   | fgets
> icom.c:335:48: warning: comparison between pointer and integer
>   335 | if (gets(args) == NULL)
>   |^~
> icom.c: In function ‘qqsv’:
> icom.c:628:17: error: implicit declaration of function ‘gettimeofday’ 
> [-Werror=implicit-function-declaration]
>   628 | gettimeofday(, NULL);
>   | ^~~~
> radio.c: In function ‘select_radio’:
> radio.c:168:17: error: implicit declaration of function ‘capkey’ 
> [-Werror=implicit-function-declaration]
>   168 | temp1 = capkey("lsb", rp->modetab);
>   | ^~
> icom.c:637:33: error: implicit declaration of function ‘dtohex’ 
> [-Werror=implicit-function-declaration]
>   637 | dtohex(tm->tm_year + 1900,
>   | ^~
> radio.c: In function ‘readchan’:
> radio.c:329:17: error: implicit declaration of function ‘readvfo’ 
> [-Werror=implicit-function-declaration]
>   329 | return (readvfo(rp));
>   | ^~~
> icom.c:886:25: error: implicit declaration of function ‘emptyvfo’ 
> [-Werror=implicit-function-declaration]
>   886 | emptyvfo(cp);
>   | ^~~~
> icom.c:1002:32: error: implicit declaration of function ‘emptychan’; did you 
> mean ‘empty_chan’? [-Werror=implicit-function-declaration]
>  1002 | rval = emptychan(rp->ident, cp);
>   |^
>   |empty_chan
> icom.c:1171:33: error: implicit declaration of function ‘readvfo’ 
> [-Werror=implicit-function-declaration]
>  1171 | readvfo(rp);
>   | ^~~
> icom.c:1247:32: error: implicit declaration of function ‘readoffset’; did you 
> mean ‘loadoffset’? [-Werror=implicit-function-declaration]
>  1247 | rval = readoffset(rp->ident, );
>   |^~
>   |loadoffset
> icom.c:1627:17: error: implicit declaration of function ‘doublefreq’ 
> [-Werror=implicit-function-declaration]
>  1627 | doublefreq(dtemp * 10, s1, 2);
>   | ^~
> cc1: some warnings being treated as errors
> make[1]: *** [: radio.o] Error 1


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

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

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

Bug#1066484: tcpxtract: FTBFS: confy.c:494:16: error: implicit declaration of function ‘yylex’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
> -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" 
> -DPACKAGE=\"tcpxtract\" -DVERSION=\"1.0.1\" -DYYTEXT_POINTER=1 
> -DHAVE_LIBPCAP=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 -I.   -Wdate-time 
> -D_FORTIFY_SOURCE=2 -D_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection 
> -DDEFAULT_CONFIG_FILE=\"/etc/tcpxtract.conf\" -c -o extract.o extract.c
> confy.c: In function ‘yyparse’:
> confy.c:494:16: error: implicit declaration of function ‘yylex’ 
> [-Werror=implicit-function-declaration]
>   494 | # define YYLEX yylex ()
>   |^
> confy.c:950:16: note: in expansion of macro ‘YYLEX’
>   950 |   yychar = YYLEX;
>   |^
> confy.c:1188:9: error: implicit declaration of function ‘yyerror’; did you 
> mean ‘yyerrok’? [-Werror=implicit-function-declaration]
>  1188 | yyerror ("syntax error");
>   | ^~~
>   | yyerrok
> confy.y: At top level:
> confy.y:58:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>58 | yyerror(char *s)
>   | ^~~
> confl.l: In function ‘yylex’:
> confl.l:28:47: error: implicit declaration of function ‘strdup’ 
> [-Werror=implicit-function-declaration]
>28 | [0-9]+  {yylval.string = 
> strdup(yytext); return NUMBER;}
>   |   ^~
> confl.l:28:47: warning: incompatible implicit declaration of built-in 
> function ‘strdup’ [-Wbuiltin-declaration-mismatch]
> confl.l:29:18: warning: incompatible implicit declaration of built-in 
> function ‘strdup’ [-Wbuiltin-declaration-mismatch]
>29 | [a-zA-Z][a-zA-Z0-9]*{yylval.string = strdup(yytext); return WORD;}
>   |  ^
> confl.l:30:32: warning: incompatible implicit declaration of built-in 
> function ‘strdup’ [-Wbuiltin-declaration-mismatch]
>30 | [a-zA-Z0-9\\\?]+{yylval.string = strdup(yytext); 
> return SPECIFIER;}
>   | ^
> In file included from /usr/include/inttypes.h:25,
>  from /usr/include/pcap/pcap-inttypes.h:98,
>  from /usr/include/pcap/pcap.h:117,
>  from /usr/include/pcap.h:43,
>  from tcpxtract.c:25:
> /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"
>   |   ^~~
> tcpxtract.c: In function ‘main’:
> tcpxtract.c:312:5: error: implicit declaration of function ‘yyparse’ 
> [-Werror=implicit-function-declaration]
>   312 | yyparse();
>   | ^~~
> tcpxtract.c:320:9: warning: ‘pcap_lookupdev’ is deprecated: use 
> 'pcap_findalldevs' and use the first device [-Wdeprecated-declarations]
>   320 | dev = pcap_lookupdev(errbuf);
>   | ^~~
> /usr/include/pcap/pcap.h:395:18: note: declared here
>   395 | PCAP_API char   *pcap_lookupdev(char *);
>   |  ^~
> tcpxtract.c:355:25: warning: format ‘%s’ expects argument of type ‘char *’, 
> but argument 3 has type ‘struct bpf_program’ [-Wformat=]
>   355 | fprintf(stderr, "Couldn't parse filter %s: %s\n", filter, 
> pcap_geterr(handle));
>   | ^~~~  ~~
>   |   |
>   |   struct 
> bpf_program
> tcpxtract.c:359:25: warning: format ‘%s’ expects argument of type ‘char *’, 
> but argument 3 has type ‘struct bpf_program’ [-Wformat=]
>   359 | fprintf(stderr, "Couldn't install filter %s: %s\n", filter, 
> pcap_geterr(handle));
>   | ^~  ~~
>   | |
>   | struct 
> bpf_program
> cc1: some warnings being treated as errors
> make[1]: *** [Makefile:462: 

Bug#1066483: scrollz: FTBFS: configure: error: Fatal: You must get working getaddrinfo() function.

2024-03-13 Thread Lucas Nussbaum
Source: scrollz
Version: 2.2.3-2
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 whether to support SOCKS5... no
> checking whether to support SOCKS4... no
> checking whether to enable ipv6... yes
> checking ipv6 stack type... linux-glibc
> checking getaddrinfo bug... buggy
> configure: error: Fatal: You must get working getaddrinfo() function.
>   tail -v -n \+0 config.log


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

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

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

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

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



Bug#1066482: ngspice: FTBFS: ../../../../src/main.c:642:9: error: implicit declaration of function ‘get_local_home’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: ngspice
Version: 42+ds-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 -I../src/include 
> -I../../../../src/include -I../../../../src/spicelib/devices  
> -I/usr/include/freetype2 -DSIMULATOR -Wdate-time -D_FORTIFY_SOURCE=2 -static 
> -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu11 -fopenmp -c -o ngspice-ngspice.o 
> `test -f 'ngspice.c' || echo '../../../../src/'`ngspice.c
> rm -f spinit spinit.tmp
> srcdir=''; \
>   test -f ./spinit.in || srcdir=../../../../src/; \
>   sed -e 's|@XSPICEINIT[@]||g' -e 
> 's|@pkglibdir[@]|/usr/lib/x86_64-linux-gnu/ngspice|g' ${srcdir}spinit.in 
> >spinit.tmp
> mv spinit.tmp spinit
> ../../../../src/main.c: In function ‘app_rl_init’:
> ../../../../src/main.c:642:9: error: implicit declaration of function 
> ‘get_local_home’ [-Werror=implicit-function-declaration]
>   642 | if (get_local_home(0, ) < 0)
>   | ^~
> cc1: some warnings being treated as errors
> make[4]: *** [Makefile:1341: ngspice-main.o] Error 1


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

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

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

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

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



Bug#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=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

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

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

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



Bug#1066480: cyrus-imspd: FTBFS: main.c:127:10: error: implicit declaration of function ‘setsid’; did you mean ‘setbit’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: cyrus-imspd
Version: 1.8-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 -c -I.. -I. -I. -I./../lib -I/usr/local/include -Wdate-time 
> -D_FORTIFY_SOURCE=2  -DHAVE_CONFIG_H -DSETPROCTITLE  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection \
> main.c
> main.c: In function ‘start_server’:
> main.c:127:10: error: implicit declaration of function ‘setsid’; did you mean 
> ‘setbit’? [-Werror=implicit-function-declaration]
>   127 | (setsid((pid_t)0) < 0)) {
>   |  ^~
>   |  setbit
> main.c:165:9: error: implicit declaration of function ‘sleep’ 
> [-Werror=implicit-function-declaration]
>   165 | sleep(1);
>   | ^
> main.c:187:17: error: implicit declaration of function ‘fork’ 
> [-Werror=implicit-function-declaration]
>   187 |   pid = fork();
>   | ^~~~
> main.c:189:20: error: implicit declaration of function ‘close’; did you mean 
> ‘pclose’? [-Werror=implicit-function-declaration]
>   189 | (void) close(sock);
>   |^
>   |pclose
> main.c:197:20: error: implicit declaration of function ‘write’; did you mean 
> ‘fwrite’? [-Werror=implicit-function-declaration]
>   197 | (void) write(newfd, msg_forkfailed, sizeof 
> (msg_forkfailed));
>   |^
>   |fwrite
> main.c: In function ‘main’:
> main.c:216:12: warning: type defaults to ‘int’ in declaration of ‘optind’ 
> [-Wimplicit-int]
>   216 | extern optind;
>   |^~
> main.c:221:17: error: implicit declaration of function ‘getopt’; did you mean 
> ‘getsubopt’? [-Werror=implicit-function-declaration]
>   221 | while ((c = getopt(argc, argv, "dp:")) != EOF) {
>   | ^~
>   | getsubopt
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:75: main.o] Error 1


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

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

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

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

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



Bug#1066478: readseq: FTBFS: readseq.c:801:5: error: implicit declaration of function ‘gets’; did you mean ‘fgets’? [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: readseq
Version: 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   -o readseq -I/usr/include/ncbi  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -g -O2 -DNCBI -I/usr/include/ncbi 
> -DARB readseq.c ureadseq.c ureadasn.c -lncbi -lncbiobj -lncbicdr -lncbiacc 
> -lncbitool -lncbimmdb -lncbiid1 -lnetcli -lm -Wl,-z,relro -Wl,-z,now
> readseq.c: In function ‘formatstr’:
> readseq.c:267:41: warning: return discards ‘const’ qualifier from pointer 
> target type [-Wdiscarded-qualifiers]
>   267 |   case kASNseqset   : return formats[kASN1-1];
>   |  ~~~^
> readseq.c:269:45: warning: return discards ‘const’ qualifier from pointer 
> target type [-Wdiscarded-qualifiers]
>   269 |   case kPhylipSequential: return formats[kPhylip-1];
>   |  ~~~^~~
> readseq.c:273:22: warning: return discards ‘const’ qualifier from pointer 
> target type [-Wdiscarded-qualifiers]
>   273 |   else return formats[format-1];
>   |   ~~~^~
> readseq.c: In function ‘Nlm_Main’:
> readseq.c:801:5: error: implicit declaration of function ‘gets’; did you mean 
> ‘fgets’? [-Werror=implicit-function-declaration]
>   801 | gets(oname= onamestore);
>   | ^~~~
>   | fgets
> readseq.c:936:33: warning: format ‘%d’ expects argument of type ‘int’, but 
> argument 4 has type ‘long int’ [-Wformat=]
>   936 | sprintf( stemp,"%s_%d", oname, whichSeq);
>   |~^  
>   | |  |
>   | intlong int
>   |%ld
> readseq.c:938:48: warning: format ‘%d’ expects argument of type ‘int’, but 
> argument 3 has type ‘long int’ [-Wformat=]
>   938 | fprintf( stderr,"Writing sequence %d to file %s\n", 
> whichSeq, stemp);
>   |   ~^
> 
>   |||
>   |int  long 
> int
>   |   %ld
> readseq.c:980:39: warning: format ‘%d’ expects argument of type ‘int’, but 
> argument 3 has type ‘long int’ [-Wformat=]
>   980 |   fprintf( stderr, "Sequence %d, length= %d, checksum= %X, 
> format= %s, id= %s\n",
>   |  ~^
>   |   |
>   |   int
>   |  %ld
>   981 | whichSeq, seqlen, checksum, formatstr(format), 
> seqidptr);
>   |    
>   | |
>   | long int
> readseq.c:980:51: warning: format ‘%d’ expects argument of type ‘int’, but 
> argument 4 has type ‘long int’ [-Wformat=]
>   980 |   fprintf( stderr, "Sequence %d, length= %d, checksum= %X, 
> format= %s, id= %s\n",
>   |  ~^
>   |   |
>   |   int
>   |  %ld
>   981 | whichSeq, seqlen, checksum, formatstr(format), 
> seqidptr);
>   |   ~~   
>   |   |
>   |   long int
> readseq.c:980:65: warning: format ‘%X’ expects argument of type ‘unsigned 
> int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
>   980 |   fprintf( stderr, "Sequence %d, length= %d, checksum= %X, 
> format= %s, id= %s\n",
>   |~^
>   | |
>   | 
> unsigned int
>   |%lX
>   981 | whichSeq, seqlen, checksum, formatstr(format), 
> seqidptr);
>   |      
>   |   |
>   |   long unsigned int
> 

Bug#1066479: opendnssec: FTBFS: ../../common/scheduler/task.c:137:25: error: implicit declaration of function ‘clamp’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I. -I../../common  -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 
> -Wall -pedantic -DSQLITE3_SONAME=\"libsqlite3.so.0\" -pedantic -rdynamic -c 
> -o scheduler/worker.o ../../common/scheduler/worker.c
> ../../common/cmdhandler.c: In function ‘cmdhandler_accept_client’:
> ../../common/cmdhandler.c:386:9: warning: unused variable ‘err’ 
> [-Wunused-variable]
>   386 | int err;
>   | ^~~
> ../../common/cmdhandler.c: In function ‘cmdhandler_start’:
> ../../common/cmdhandler.c:509:13: warning: unused variable ‘i’ 
> [-Wunused-variable]
>   509 | ssize_t i;
>   | ^
> ../../common/cmdhandler.c: In function ‘self_pipe_trick’:
> ../../common/cmdhandler.c:596:35: warning: zero-length gnu_printf format 
> string [-Wformat-zero-length]
>   596 | client_printf(sockfd, "");
>   |   ^~
> ../../common/cmdhandler.c: In function ‘cmdhandler_perform_command’:
> ../../common/cmdhandler.c:173:13: warning: ignoring return value of 
> ‘asprintf’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
>   173 | asprintf(, "unknown generic arguments");
>   | ^
> ../../common/cmdhandler.c:202:17: warning: ignoring return value of 
> ‘asprintf’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
>   202 | asprintf(, "memory error");
>   | ^~~~
> ../../common/cmdhandler.c:209:21: warning: ignoring return value of 
> ‘asprintf’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
>   209 | asprintf(, "Error parsing arguments %s 
> command line %s", command->name, arg);
>   | 
> ^~
> ../../common/cmdhandler.c:232:25: warning: ignoring return value of 
> ‘asprintf’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
>   232 | asprintf(, "no help for command  
> %s.", arg);
>   | 
> ^
> ../../common/cmdhandler.c:246:13: warning: ignoring return value of 
> ‘asprintf’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
>   246 | asprintf(, "Unknown command %s.", arg);
>   | ^~~~
> ../../common/scheduler/schedule.c: In function ‘schedule_get_first_task’:
> ../../common/scheduler/schedule.c:81:20: warning: unused variable ‘node’ 
> [-Wunused-variable]
>81 | ldns_rbnode_t* node = LDNS_RBTREE_NULL;
>   |^~~~
> ../../common/scheduler/task.c: In function ‘task_perform’:
> ../../common/scheduler/task.c:137:25: error: implicit declaration of function 
> ‘clamp’ [-Werror=implicit-function-declaration]
>   137 | task->backoff = clamp(task->backoff * 2, 60, 
> ODS_SE_MAX_BACKOFF);
>   | ^
> cc1: some warnings being treated as errors
> make[4]: *** [Makefile:601: scheduler/task.o] Error 1


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

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

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

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

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



Bug#1066477: setserial: FTBFS: pcmcia.c:93:10: error: implicit declaration of function ‘waitpid’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: setserial
Version: 2.17-53
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 -O2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g 
> -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -DHAVE_ASM_IOCTLS_H=1  -I. 
> setserial.c -o setserial
> In file included from setserial.c:18:
> pcmcia.c: In function ‘pcmcia_check_cardctl’:
> pcmcia.c:93:10: error: implicit declaration of function ‘waitpid’ 
> [-Werror=implicit-function-declaration]
>93 |  if (waitpid(pid, , 0) == -1) {
>   |  ^~~
> setserial.c: In function ‘print_multiport’:
> setserial.c:238:13: error: implicit declaration of function ‘ioctl’ 
> [-Werror=implicit-function-declaration]
>   238 | if (ioctl(fd, TIOCSERGETMULTI, ) < 0)
>   | ^
> setserial.c: At top level:
> setserial.c:766:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   766 | main(int argc, char **argv)
>   | ^~~~
> cc1: some warnings being treated as errors
> make[1]: *** [Makefile:26: setserial] Error 1


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

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

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

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

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



Bug#1066476: conntrack-tools: FTBFS: configure: error: Package requirements (libtirpc) were not met

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

Hi,

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


Relevant part (hopefully):
> checking for byacc... no
> checking for pkg-config... /usr/bin/pkg-config
> checking pkg-config is at least version 0.9.0... yes
> checking for rpc/rpc_msg.h... no
> checking for libtirpc... no
> configure: error: Package requirements (libtirpc) were not met
> 
> Package 'libtirpc', required by 'virtual:world', not found
> 
> Consider adjusting the PKG_CONFIG_PATH environment variable if you
> installed software in a non-standard prefix.
> 
> Alternatively, you may set the environment variables LIBTIRPC_CFLAGS
> and LIBTIRPC_LIBS to avoid the need to call pkg-config.
> See the pkg-config man page for more details.
>   tail -v -n \+0 config.log


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

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

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

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

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



Bug#1066475: libpsortb: FTBFS: debug_funcs.c:320:38: error: implicit declaration of function ‘get_mtx_index’ [-Werror=implicit-function-declaration]

2024-03-13 Thread Lucas Nussbaum
Source: libpsortb
Version: 1.0+dfsg-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..  
>  -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 std_funcs.lo std_funcs.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> debug_funcs.c  -fPIC -DPIC -o .libs/debug_funcs.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> readseqs_multialpha.c  -fPIC -DPIC -o .libs/readseqs_multialpha.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> readhmm.c  -fPIC -DPIC -o .libs/readhmm.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> hmmsearch.c  -fPIC -DPIC -o .libs/hmmsearch.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> std_calculation_funcs.c  -fPIC -DPIC -o .libs/std_calculation_funcs.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> readhmm_multialpha.c  -fPIC -DPIC -o .libs/readhmm_multialpha.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> core_algorithms_multialpha.c  -fPIC -DPIC -o 
> .libs/core_algorithms_multialpha.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> std_funcs.c  -fPIC -DPIC -o .libs/std_funcs.o
> debug_funcs.c: In function ‘dump_viterbi_path’:
> debug_funcs.c:320:38: error: implicit declaration of function ‘get_mtx_index’ 
> [-Werror=implicit-function-declaration]
>   320 | dump_viterbi_path(viterbi_mtxp + get_mtx_index(row-1, cur->prev, 
> row_size), hmmp,
>   |  ^
> debug_funcs.c: In function ‘dump_replacement_letters’:
> debug_funcs.c:861:14: warning: format ‘%c’ expects argument of type ‘int’, 
> but argument 2 has type ‘struct letter_s’ [-Wformat=]
>   861 | printf("%c ", (*(replacement_letters->letters + i)));
>   | ~^~
>   |  | |
>   |  int   struct letter_s
> debug_funcs.c: In function ‘dump_replacement_letters_multi’:
> debug_funcs.c:915:16: warning: format ‘%c’ expects argument of type ‘int’, 
> but argument 2 has type ‘struct letter_s’ [-Wformat=]
>   915 |   printf("%c ", (*(replacement_letters->letters_1 + i)));
>   |   ~^~~~
>   || |
>   |int   struct letter_s
> debug_funcs.c:918:16: warning: format ‘%c’ expects argument of type ‘int’, 
> but argument 2 has type ‘struct letter_s’ [-Wformat=]
>   918 |   printf("%c ", (*(replacement_letters->letters_2 + i)));
>   |   ~^~~~
>   || |
>   |int   struct letter_s
> debug_funcs.c:921:16: warning: format ‘%c’ expects 

<    3   4   5   6   7   8   9   10   11   12   >