openwince-jtag_0.5.1-9_source.changes REJECTED

2024-03-13 Thread Debian FTP Masters


Version check failed:
Your upload included the source package openwince-jtag, version 0.5.1-9,
however unstable already has version 0.5.1-9.
Uploads to unstable must have a higher version than present in unstable.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.



pgp8spE2Zb7B6.pgp
Description: PGP signature


Processing of openwince-jtag_0.5.1-9_source.changes

2024-03-13 Thread Debian FTP Masters
openwince-jtag_0.5.1-9_source.changes uploaded successfully to localhost
along with the files:
  openwince-jtag_0.5.1-9.dsc
  openwince-jtag_0.5.1-9.debian.tar.xz
  openwince-jtag_0.5.1-9_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Bug#1066199: marked as done (wv: FTBFS: wvWare.c:1474:40: error: implicit declaration of function ‘strcasecmp’; did you mean ‘g_strcasecmp’? [-Werror=implicit-function-declaration])

2024-03-13 Thread Debian Bug Tracking System
Your message dated Thu, 14 Mar 2024 00:20:00 +
with message-id 
and subject line Bug#1066199: fixed in wv 1.2.9-8
has caused the Debian Bug report #1066199,
regarding wv: FTBFS: wvWare.c:1474:40: error: implicit declaration of function 
‘strcasecmp’; did you mean ‘g_strcasecmp’? 
[-Werror=implicit-function-declaration]
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1066199: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066199
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: wv
Version: 1.2.9-7
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

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

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -DVERSION=\"1.2.9\" 
> -DXMLCONFIG=\"/usr/share/wv/wvConfig.xml\" 
> -DHTMLCONFIG=\"/usr/share/wv/wvHtml.xml\" -DWVDATADIR=\"/usr/share/wv\" -I. 
> -I. -I. -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libgsf-1 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/libxml2   -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -ansi -MT wvWare.o -MD -MP -MF .deps/wvWare.Tpo -c -o wvWare.o wvWare.c
> wvWare.c: In function ‘wvPrintGraphics’:
> wvWare.c:1262:19: warning: repeated '-' flag in format [-Wformat=]
>  1262 |   printf ("\n\\resizebox{%dpt}{%dpt}\
>   |   ^~~
>  1263 |   {\\includegraphics{%s.eps}}\
>   |   
>  1264 |   \n% -- %#.2x graphic -- \n", width, height, source, 
> graphicstype);
>   |   ~~~
> wvWare.c:1262:19: warning: repeated ' ' flag in format [-Wformat=]
> wvWare.c:1262:19: warning: conversion lacks type at end of format [-Wformat=]
> wvWare.c: In function ‘mySpecCharProc’:
> wvWare.c:1474:40: error: implicit declaration of function ‘strcasecmp’; did 
> you mean ‘g_strcasecmp’? [-Werror=implicit-function-declaration]
>  1474 | if ((!message) && (strcasecmp ("UTF-8", charset)))
>   |^~
>   |g_strcasecmp
> wvWare.c: In function ‘HandleBitmap’:
> wvWare.c:182:18: warning: ignoring return value of ‘chdir’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   182 | if (ps->dir) chdir (ps->dir);
>   |  ^~~
> wvWare.c:184:18: warning: ignoring return value of ‘chdir’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   184 | if (ps->dir) chdir (wv_cwd);
>   |  ^~
> wvWare.c: In function ‘HandleMetafile’:
> wvWare.c:209:18: warning: ignoring return value of ‘chdir’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   209 | if (ps->dir) chdir (ps->dir);
>   |  ^~~
> wvWare.c:211:18: warning: ignoring return value of ‘chdir’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   211 | if (ps->dir) chdir (wv_cwd);
>   |  ^~
> wvWare.c: In function ‘main’:
> wvWare.c:410:5: warning: ignoring return value of ‘getcwd’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   410 | getcwd (wv_cwd,4096);
>   | ^~~~
> wvWare.c: In function ‘mySpecCharProc’:
> wvWare.c:1362:34: warning: ignoring return value of ‘chdir’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1362 | if (ps->dir) chdir (ps->dir);
>   |  ^~~
> wvWare.c:1367:34: warning: ignoring return value of ‘chdir’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1367 | if (ps->dir)

wv_1.2.9-8_source.changes ACCEPTED into unstable

2024-03-13 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 13 Mar 2024 23:25:03 +0100
Source: wv
Architecture: source
Version: 1.2.9-8
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Sebastian Ramacher 
Closes: 1066199
Changes:
 wv (1.2.9-8) unstable; urgency=medium
 .
   * QA upload.
   * debian/patches: Add missing include (Closes: #1066199)
Checksums-Sha1:
 3dcb93c660ed859ec9b4ee79cba6cb04a25b9240 1357 wv_1.2.9-8.dsc
 2af1eec9abb25a3eb9e07cacb104cb47d617b84f 14240 wv_1.2.9-8.debian.tar.xz
 6eca1c6d1efe4c325dbe6483fcb59b4b0cc1e83a 7275 wv_1.2.9-8_source.buildinfo
Checksums-Sha256:
 31fadd043caf9b9cc35244ad9f3121de7550035be366fc0a15888b1af5060078 1357 
wv_1.2.9-8.dsc
 857a57055ec60fbdb51c9fd8f1ff3c6706356ab61e9c2611f0e201dc823d0a67 14240 
wv_1.2.9-8.debian.tar.xz
 179f6d9b711a21d59573b0633ce3c7efc854b33954b08392ab8dbb0d88a7ddb7 7275 
wv_1.2.9-8_source.buildinfo
Files:
 8850472d37ba42cf6c1d6b9d109a5e47 1357 text optional wv_1.2.9-8.dsc
 bcf259437bb985388f188d80b247508d 14240 text optional wv_1.2.9-8.debian.tar.xz
 8b5f0896483027ef2407c710ab7baf59 7275 text optional wv_1.2.9-8_source.buildinfo

-BEGIN PGP SIGNATURE-

iHUEARYKAB0WIQRCYn6EHZln2oPh+pAhk2s2YA/NiQUCZfIrYgAKCRAhk2s2YA/N
iW7SAQDXm6Mk/dhXtwWJ3EDCGK06xTFI/sdlxDL4/0IhY2HaQwEA2LZ3ggG6k9tt
AmrWzahIeo2MakymQyE//y0ET8rPDw4=
=7Evz
-END PGP SIGNATURE-



pgppx7406qdMR.pgp
Description: PGP signature


pyparted_3.13.0-1_source.changes ACCEPTED into unstable

2024-03-13 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 13 Mar 2024 23:55:47 +0100
Source: pyparted
Architecture: source
Version: 3.13.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Alexandre Detiste 
Changes:
 pyparted (3.13.0-1) unstable; urgency=medium
 .
   * QA upload.
   * remove extraneous dependency on python3-six
   * add Colin Watson's patch as found upsream
 .
   [ Boyuan Yang ]
   * New upstream release.
   * debian/control:
 + Bump Standards-Version to 4.6.2.
   * debian/patches/: Refresh patches.
   * debian/patches/remove_feature_values_from_disktypestrcestcase.patch:
 Dropped, merged upstream.
Checksums-Sha1:
 b928e742b2bf44cf324f9a3843ad3660dc7875d1 2332 pyparted_3.13.0-1.dsc
 1a9cddb8995a74efa6385bedb4c0f536e6e50ddb 99605 pyparted_3.13.0.orig.tar.gz
 41a02fce9b58c0decea934d1d59437bec7e539bd 833 pyparted_3.13.0.orig.tar.gz.asc
 82e02853d316d8dbb410d598a4b1df53a375855a 13608 pyparted_3.13.0-1.debian.tar.xz
 76e27f9c0d81ebe11045633fbf32f885748d722f 8410 
pyparted_3.13.0-1_source.buildinfo
Checksums-Sha256:
 f167dfdc6533bd3ace5f50e2f2910d2494f1a9593934a8cdb7068c35a3fa 2332 
pyparted_3.13.0-1.dsc
 8fc6758abd16c7b0429fd4c07b6a7672678d493bfe1811040cd77d45e04964ea 99605 
pyparted_3.13.0.orig.tar.gz
 5d23cced3ced5ed45276b48cf53f4250d28028cc23279c9c347ffb48fb0e5c9d 833 
pyparted_3.13.0.orig.tar.gz.asc
 c7a793e2393d2b6cec350fc357d18921e6cd89f6c85a9ba510532b7660c86f98 13608 
pyparted_3.13.0-1.debian.tar.xz
 e2af8b826c5b3c6c05cc8ce49e483799dacdaf5c64f0c943f5a011c8e323683b 8410 
pyparted_3.13.0-1_source.buildinfo
Files:
 8f4afc943ba92ec4e43be63125b1ec7f 2332 python optional pyparted_3.13.0-1.dsc
 2984e0ed4223e705e5e4fb42747a585e 99605 python optional 
pyparted_3.13.0.orig.tar.gz
 1628bf5eb2ecdf39805e6bdf61d945b7 833 python optional 
pyparted_3.13.0.orig.tar.gz.asc
 b48e6d0ad0ce74d3e4dfd8960b98f465 13608 python optional 
pyparted_3.13.0-1.debian.tar.xz
 2d09a2d126b468fd1af8fedabb8c636a 8410 python optional 
pyparted_3.13.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmXyMQgRHHRjaGV0QGRl
Ymlhbi5vcmcACgkQMfMURUShdBo4nxAAs14LfwrplnX0ZxJ6W9JBw8jHz2Ifzdaz
xeNLMEpwZqnlahgIBDQzjj4DgFe+vPmShZ3CpoVwKtQvVLOhbi0DGS/Rw1HLNfId
TpfuE93oW7r5mgsxbRJn77VsDnvpbea0WFFul+9vHLVT9Mm6jA+gHuetv+02xxjq
0BAEm5yeO+7rZNio/9gD7c+DBWeUYCJBWdbfAA3VdLblLtdaZfxttXJhUNAe4kiW
MoN4wtAGyhpSFh7l8Tlz8VmwmbSas/qJTm3HSCPOrFsQQpzkoB6z2CFkjtSmidwU
CR8TxA40/p2Cm8znsj/bMUwnviVYN9NULJbJwkh5wSY32zET/r6p4lLAjueuVgDM
dncSb2EsqUSXTmNO/n0mKFAJQNbZkAB/5LCi3yRVuyvf32/tze5WIUVgCUHWnQDu
OcaIWpfYs1W/VgJMb6SQaVN8FYxiRzi5NkK8qldK02le/rhr0S3lU4Djx2MocsRk
4ItTvXY0b/5FqlLL1dBp0OlkOXOkbFPhAtcLeLnipXnnmzcocp8b1XmVtCTqI+mb
KLJstUjxir8ii+U210TOtCKEdTm1dVwcBmu6kIqPdxSyByjdzJTvyLqzJ5X6iaCN
iUMF6sY+iumoLL91EZY54ZE5BHN9PlOZQha+sEXQElDvpJHGSVKRq/kAS8GcQ7Nf
1M/CpGGg91g=
=KV1s
-END PGP SIGNATURE-



pgpCD9yqzHdCk.pgp
Description: PGP signature


Processing of pyparted_3.13.0-1_source.changes

2024-03-13 Thread Debian FTP Masters
pyparted_3.13.0-1_source.changes uploaded successfully to localhost
along with the files:
  pyparted_3.13.0-1.dsc
  pyparted_3.13.0.orig.tar.gz
  pyparted_3.13.0.orig.tar.gz.asc
  pyparted_3.13.0-1.debian.tar.xz
  pyparted_3.13.0-1_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Bug#1066720: marked as done (seyon: FTBFS: SeGeneric.c:222:16: error: implicit declaration of function ‘time’ [-Werror=implicit-function-declaration])

2024-03-13 Thread Debian Bug Tracking System
Your message dated Wed, 13 Mar 2024 23:25:16 +
with message-id 
and subject line Bug#1066720: fixed in seyon 2.20c-35
has caused the Debian Bug report #1066720,
regarding seyon: FTBFS: SeGeneric.c:222:16: error: implicit declaration of 
function ‘time’ [-Werror=implicit-function-declaration]
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1066720: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066720
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: seyon
Version: 2.20c-34
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

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

Relevant part (hopefully):
> gcc  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -fcommon -Wdate-time -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -Wall
> -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L
> -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE 
> -D_SVID_SOURCE -D_LARGEFILE_SOURCE 
> -D_FILE_OFFSET_BITS=64
>-DFUNCPROTO=15 -DNARROWPROTO -Wdate-time -D_FORTIFY_SOURCE=2  
> -c -o SeGeneric.o SeGeneric.c
> In file included from 
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
>  from /usr/include/stdio.h:27,
>  from SeGeneric.c:12:
> /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and 
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
>   195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
> _DEFAULT_SOURCE"
>   |   ^~~
> SeGeneric.c: In function ‘TtyTimedWaitFor’:
> SeGeneric.c:222:16: error: implicit declaration of function ‘time’ 
> [-Werror=implicit-function-declaration]
>   222 |   expireTime = time((time_t*)0) + waitTime;
>   |^~~~
> SeGeneric.c:26:1: note: ‘time’ is defined in header ‘’; did you 
> forget to ‘#include ’?
>25 | #include "SeDecl.h"
>   +++ |+#include 
>26 | 
> cc1: some warnings being treated as errors
> make[2]: *** [: SeGeneric.o] Error 1


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

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=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.
--- End Message ---
--- Begin Message ---
Source: seyon
Source-Version: 2.20c-35
Done: Sebastian Ramacher 

We believe that the bug you reported is fixed in the latest version of
seyon, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1066...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sebastian Ramacher  (supplier of updated seyon package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 13 Mar 2024 22:54:54 +0100
Source: seyon
Architecture: source
Version: 2.20c-35
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Sebastian Ramacher 
Closes: 

seyon_2.20c-35_source.changes ACCEPTED into unstable

2024-03-13 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 13 Mar 2024 22:54:54 +0100
Source: seyon
Architecture: source
Version: 2.20c-35
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Sebastian Ramacher 
Closes: 1066720
Changes:
 seyon (2.20c-35) unstable; urgency=medium
 .
   * QA upload.
   * debian/patches: Add missing includes. (Closes: #1066720)
Checksums-Sha1:
 cddf90d48c50fce0d59a8e10313107839ff1d926 1105 seyon_2.20c-35.dsc
 91d86e93cf59411018cbdcbd03518ca7e8b7f082 37192 seyon_2.20c-35.debian.tar.xz
 25acc817c0b28a1c92c78cd701a98964034f3cd4 6757 seyon_2.20c-35_amd64.buildinfo
Checksums-Sha256:
 a2b9910c9ffaf1a7e774cfd0dbd57be19c82901347b0c8d059af9097dcb40d3b 1105 
seyon_2.20c-35.dsc
 52f3de15fbf91251d1486e84ab8a6f74e76e5fc15c6548533aaa5db5436e7cf0 37192 
seyon_2.20c-35.debian.tar.xz
 71d7050e590dcc49c937b549524598ef2f7be2d3719db6be8b3c6c571ed3a0c0 6757 
seyon_2.20c-35_amd64.buildinfo
Files:
 244813ec95c27097a403eb516cc76a8e 1105 comm optional seyon_2.20c-35.dsc
 44db3786ef6ef92688f5e63d11a99e80 37192 comm optional 
seyon_2.20c-35.debian.tar.xz
 c7443abc172352c5c4c278f94b83d11e 6757 comm optional 
seyon_2.20c-35_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iHUEARYKAB0WIQRCYn6EHZln2oPh+pAhk2s2YA/NiQUCZfIhEgAKCRAhk2s2YA/N
iXDEAP9teM5NY/G6OLvB+DcxgxbAJH3yipTE8No6iYl+4+lWGwD/ZHEP6bn3Xwu/
5e2GJ743GnCWBwBf5C/yJhyk286KDwE=
=MjA8
-END PGP SIGNATURE-



pgpSZYBOuN6le.pgp
Description: PGP signature


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

2024-03-13 Thread Debian Bug Tracking System
Your message dated Wed, 13 Mar 2024 23:20:53 +
with message-id 
and subject line Bug#1066516: fixed in openwince-jtag 0.5.1-9
has caused the Debian Bug report #1066516,
regarding openwince-jtag: FTBFS: flash/cfi.c:84:9: error: implicit declaration 
of function ‘printf’ [-Werror=implicit-function-declaration]
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1066516: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066516
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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.
--- End Message ---
--- Begin Message ---
Source: openwince-jtag
Source-Version: 0.5.1-9
Done: Sebastian Ramacher 

We believe that the bug you reported is fixed in the latest version of
openwince-jtag, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1066...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sebastian Ramacher  (supplier of updated openwince-jtag 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 13 Mar 2024 23:08:59 +0100
Source: openwince-jtag
Architecture: source
Version: 0.5.1-9
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Sebastian Ramacher 
Closes: 1066516
Changes:
 openwince-jtag (0.5.1-9) unstable; urgency=medium
 .
   * QA upload.
   * debian/patches: Add missing includes. (Closes: 1066516)
Checksums-Sha1:
 55f19add9aeb3071b9c4fbe0b365f52d2c1b8cf3 1219 openwince-jtag_0.5.1-9.dsc
 5cff1eff7caf7ffc3ae1ab612f0bf6d5b30b7765 4248 
openwince-jtag_0.5.1-9.debian.tar.xz
 e

openwince-jtag_0.5.1-9_source.changes ACCEPTED into unstable

2024-03-13 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 13 Mar 2024 23:08:59 +0100
Source: openwince-jtag
Architecture: source
Version: 0.5.1-9
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Sebastian Ramacher 
Closes: 1066516
Changes:
 openwince-jtag (0.5.1-9) unstable; urgency=medium
 .
   * QA upload.
   * debian/patches: Add missing includes. (Closes: 1066516)
Checksums-Sha1:
 55f19add9aeb3071b9c4fbe0b365f52d2c1b8cf3 1219 openwince-jtag_0.5.1-9.dsc
 5cff1eff7caf7ffc3ae1ab612f0bf6d5b30b7765 4248 
openwince-jtag_0.5.1-9.debian.tar.xz
 e33af427b5f74036745b38d4681e94fea474a4ab 6215 
openwince-jtag_0.5.1-9_amd64.buildinfo
Checksums-Sha256:
 7514b927b3d38b795a14a81890357ce6d0ef662eff2373bbdb56c3be8270bc94 1219 
openwince-jtag_0.5.1-9.dsc
 35de0e23cae3277327b7ae6b5533ce3bce0a9818ba63dfe324476f11c42a5a79 4248 
openwince-jtag_0.5.1-9.debian.tar.xz
 ac94633227f9f08e9b27fde4061ac39389501c99133680d67eea90549d9f67e3 6215 
openwince-jtag_0.5.1-9_amd64.buildinfo
Files:
 02d1872ad35718bbd0d57c573887b37b 1219 embedded optional 
openwince-jtag_0.5.1-9.dsc
 8352b6c6fd0fc8a424eaf0cf74fef090 4248 embedded optional 
openwince-jtag_0.5.1-9.debian.tar.xz
 88d2c6ee0e99935560917bf24cea8218 6215 embedded optional 
openwince-jtag_0.5.1-9_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iHUEARYKAB0WIQRCYn6EHZln2oPh+pAhk2s2YA/NiQUCZfIkegAKCRAhk2s2YA/N
iZ2/AQCdEBxOTIsZEWv2WMhhj3tuayCbC9QhdFv5BusyC7g2rQEAkSIMFHmXxlqd
L3dJHXAd76LJosHGnCvAe5EWcAL3Rgw=
=xlsp
-END PGP SIGNATURE-



pgpk8buLGILm0.pgp
Description: PGP signature


Processing of wv_1.2.9-8_source.changes

2024-03-13 Thread Debian FTP Masters
wv_1.2.9-8_source.changes uploaded successfully to localhost
along with the files:
  wv_1.2.9-8.dsc
  wv_1.2.9-8.debian.tar.xz
  wv_1.2.9-8_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Processing of openwince-jtag_0.5.1-9_source.changes

2024-03-13 Thread Debian FTP Masters
openwince-jtag_0.5.1-9_source.changes uploaded successfully to localhost
along with the files:
  openwince-jtag_0.5.1-9.dsc
  openwince-jtag_0.5.1-9.debian.tar.xz
  openwince-jtag_0.5.1-9_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Processing of seyon_2.20c-35_source.changes

2024-03-13 Thread Debian FTP Masters
seyon_2.20c-35_source.changes uploaded successfully to localhost
along with the files:
  seyon_2.20c-35.dsc
  seyon_2.20c-35.debian.tar.xz
  seyon_2.20c-35_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



cuneiform_1.1.0+dfsg-10_source.changes ACCEPTED into unstable

2024-03-13 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 13 Mar 2024 21:28:20 +0100
Source: cuneiform
Architecture: source
Version: 1.1.0+dfsg-10
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Andreas Beckmann 
Changes:
 cuneiform (1.1.0+dfsg-10) unstable; urgency=medium
 .
   * QA upload.
   * Import history into GIT.
   * Fix building with -Werror=implicit-function-declaration.
   * Switch B-D from pkg-config to pkgconf.
   * Switch from get-orig-source to Files-Excluded and let uscan repack.
   * Switch to dh.
   * Enable all hardening flags.
   * Improve reproducibility.
   * Update Lintian overrides.
Checksums-Sha1:
 028c529b20355e19f151e1cba869c10809b2c2f9 2307 cuneiform_1.1.0+dfsg-10.dsc
 a2e6108ac87267e5776b44f6b79f5368407f8197 14080 
cuneiform_1.1.0+dfsg-10.debian.tar.xz
 8173c462297e6af97bfda0bb6b762018c251a5cd 9282 
cuneiform_1.1.0+dfsg-10_source.buildinfo
Checksums-Sha256:
 785f2b3feea54a5f9395b426af62fe3fd97d7c18c4669c71cb4ee849528ca37b 2307 
cuneiform_1.1.0+dfsg-10.dsc
 0117b0b3d3e836117f8f236c88cb2b679699b5b5ba0b27fb67773ce7324db6f0 14080 
cuneiform_1.1.0+dfsg-10.debian.tar.xz
 4d8969cd426e396dfd52aa10a0f7d2b5366a3963d39645fb6bd1bd056a199fed 9282 
cuneiform_1.1.0+dfsg-10_source.buildinfo
Files:
 150214367d08d0d5c0cdf36a33ee7b6f 2307 non-free/graphics optional 
cuneiform_1.1.0+dfsg-10.dsc
 be39f06e4d19c6f14938cf6d5d54726f 14080 non-free/graphics optional 
cuneiform_1.1.0+dfsg-10.debian.tar.xz
 3110d30ba51a3da2a05dc5c3fad1d1a9 9282 non-free/graphics optional 
cuneiform_1.1.0+dfsg-10_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmXyDf4QHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCFN5D/9oBQq0l3zZPiEV9AuhG5ArUl188jifdpOG
YfoBSlnPpMGIBr9UxvBeZwJbv/1su8BW354rfyX+JX3y+RFe7E8+tarvgQY9ms03
qdLG4yzRwODYd52ADBnUlCrDHSlPb6v3o072CPvm7Ji2niH2vbXRvkS02Jj18x6P
J3b+wZf9LqwJmrPumDcJCPzAVCEwIJrTJR9tKUGNijYR5VWcZ1GCq0Ce1oMr9cq0
ZlZmgIGdE8+XROKT7uMkpd6aRQiUOHFYo1fEPWCGs0eZfcbA9t/LE4e/Q4E23mEn
kE53/JbTJOfhoeKq02DJpLd3wNnt8R12INAmvK6Olg4TmVEYMr4Hfekub/fcWvrj
oz5VQYa2++YjWSSw1u1ecejbxZfMsKsuFMVGqek9BjCCauUFgJorln0npp0rNOrD
Q+yLxX4ZHzIvUuDyppJYqSJZZreLtsjIKsrcAqTiw12j1dvl61FfLmCLCRoq+XtD
fCDTmDnfma9N3ddISXeaXouy4cZmaqSAzvHP0NBgm7XuM5BEJOM2gS3PLIK/cQkp
OWlHWQRKQjhDNY+oaTBanWIGTFk2nhQBVpBh9JDm3F15KnIL9669ZjjUI3hc2PG6
DIENScz1tyAms9ACuHg4vxxiSxu+RZpWw5RODj6+wV/afaVzMrzsOnuU8AlOk7Iy
K+wwwXiDog==
=GH/V
-END PGP SIGNATURE-



pgpPAaZ4xNbsj.pgp
Description: PGP signature


Processing of cuneiform_1.1.0+dfsg-10_source.changes

2024-03-13 Thread Debian FTP Masters
cuneiform_1.1.0+dfsg-10_source.changes uploaded successfully to localhost
along with the files:
  cuneiform_1.1.0+dfsg-10.dsc
  cuneiform_1.1.0+dfsg-10.debian.tar.xz
  cuneiform_1.1.0+dfsg-10_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Bug#1066752: django-maintenancemode: FTBFS: dh_auto_test: error: pybuild --test -i python{version} -p "3.12 3.11" --system=custom "--test-args=PYTHONPATH=. {interpreter} -m pytest" returned exit code

2024-03-13 Thread Lucas Nussbaum
Source: django-maintenancemode
Version: 0.11.7+git221001-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


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

Bug#1066720: seyon: FTBFS: SeGeneric.c:222:16: error: implicit declaration of function ‘time’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> gcc  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -fcommon -Wdate-time -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -Wall
> -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L
> -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE 
> -D_SVID_SOURCE -D_LARGEFILE_SOURCE 
> -D_FILE_OFFSET_BITS=64
>-DFUNCPROTO=15 -DNARROWPROTO -Wdate-time -D_FORTIFY_SOURCE=2  
> -c -o SeGeneric.o SeGeneric.c
> In file included from 
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
>  from /usr/include/stdio.h:27,
>  from SeGeneric.c:12:
> /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and 
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
>   195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
> _DEFAULT_SOURCE"
>   |   ^~~
> SeGeneric.c: In function ‘TtyTimedWaitFor’:
> SeGeneric.c:222:16: error: implicit declaration of function ‘time’ 
> [-Werror=implicit-function-declaration]
>   222 |   expireTime = time((time_t*)0) + waitTime;
>   |^~~~
> SeGeneric.c:26:1: note: ‘time’ is defined in header ‘’; did you 
> forget to ‘#include ’?
>25 | #include "SeDecl.h"
>   +++ |+#include 
>26 | 
> cc1: some warnings being treated as errors
> make[2]: *** [: SeGeneric.o] Error 1


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

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=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#1066714: kinput2: FTBFS: XimpProto.c:390:11: error: implicit declaration of function ‘sprintf’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> gcc -c -g -O2 -fno-strict-aliasing -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2   
> -I../include -Iimlib  -I/usr/include   -Dlinux -D__amd64__ 
> -D_POSIX_C_SOURCE=199309L-D_POSIX_SOURCE 
> -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE  
>-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
>   -DFUNCPROTO=15 
> -DNARROWPROTOXimpProto.c
> In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
>  from /usr/include/X11/Xos.h:42,
>  from XimpProto.c:21:
> /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and 
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
>   195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
> _DEFAULT_SOURCE"
>   |   ^~~
> XimpProto.c: In function ‘getAtoms’:
> XimpProto.c:390:11: error: implicit declaration of function ‘sprintf’ 
> [-Werror=implicit-function-declaration]
>   390 | (void)sprintf(buf, "_XIMP_%s", xpw->ximp.localename);
>   |   ^~~
> XimpProto.c:45:1: note: include ‘’ or provide a declaration of 
> ‘sprintf’
>44 | #include "DebugPrint.h"
>   +++ |+#include 
>45 | 
> XimpProto.c:390:11: warning: incompatible implicit declaration of built-in 
> function ‘sprintf’ [-Wbuiltin-declaration-mismatch]
>   390 | (void)sprintf(buf, "_XIMP_%s", xpw->ximp.localename);
>   |   ^~~
> XimpProto.c:390:11: note: include ‘’ or provide a declaration of 
> ‘sprintf’
> XimpProto.c: In function ‘newClient’:
> XimpProto.c:477:15: warning: incompatible implicit declaration of built-in 
> function ‘sprintf’ [-Wbuiltin-declaration-mismatch]
>   477 | (void)sprintf(buf, "_XIMP_STRING_%d", xpw->ximp.propid++);
>   |   ^~~
> XimpProto.c:477:15: note: include ‘’ or provide a declaration of 
> ‘sprintf’
> XimpProto.c: In function ‘endCallback’:
> XimpProto.c:1943:17: warning: cast from pointer to integer of different size 
> [-Wpointer-to-int-cast]
>  1943 | int abort = (int)call_data;
>   | ^
> XimpProto.c: In function ‘preeditCaretCallback’:
> XimpProto.c:2717:17: warning: cast from pointer to integer of different size 
> [-Wpointer-to-int-cast]
>  2717 | int caret = (int)call_data;
>   | ^
> cc1: some warnings being treated as errors
> make[2]: *** [Makefile:1118: XimpProto.o] Error 1


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

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=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#1066712: hunt: FTBFS: timer.c:154:17: error: implicit declaration of function ‘exit’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

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

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

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

Hi,

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

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

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


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

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=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#1066686: xflip: FTBFS: meltdown.c:75:9: error: implicit declaration of function ‘exit’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> gcc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2  -c -o meltdown.o meltdown.c
> meltdown.c:72:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>72 | usage()
>   | ^
> meltdown.c: In function ‘usage’:
> meltdown.c:75:9: error: implicit declaration of function ‘exit’ 
> [-Werror=implicit-function-declaration]
>75 | exit(1);
>   | ^~~~
> meltdown.c:41:1: note: include ‘’ or provide a declaration of ‘exit’
>40 | #include
>   +++ |+#include 
>41 | 
> meltdown.c:75:9: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>75 | exit(1);
>   | ^~~~
> meltdown.c:75:9: note: include ‘’ or provide a declaration of ‘exit’
> meltdown.c: At top level:
> meltdown.c:78:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>78 | main(argc, argv)
>   | ^~~~
> meltdown.c: In function ‘main’:
> meltdown.c:89:9: error: implicit declaration of function ‘srandom’ 
> [-Werror=implicit-function-declaration]
>89 | srandom(getpid());
>   | ^~~
> meltdown.c:89:17: error: implicit declaration of function ‘getpid’ 
> [-Werror=implicit-function-declaration]
>89 | srandom(getpid());
>   | ^~
> meltdown.c:92:21: error: implicit declaration of function ‘strncmp’ 
> [-Werror=implicit-function-declaration]
>92 | if (strncmp(argv[i], "-dis", 4) == 0)   {
>   | ^~~
> meltdown.c:41:1: note: include ‘’ or provide a declaration of 
> ‘strncmp’
>40 | #include
>   +++ |+#include 
>41 | 
> meltdown.c:92:46: warning: ‘strncmp’ argument 3 type is ‘int’ where ‘long 
> unsigned int’ is expected in a call to built-in function declared without 
> prototype [-Wbuiltin-declaration-mismatch]
>92 | if (strncmp(argv[i], "-dis", 4) == 0)   {
>   |  ^
> : note: built-in ‘strncmp’ declared here
> meltdown.c:97:51: warning: ‘strncmp’ argument 3 type is ‘int’ where ‘long 
> unsigned int’ is expected in a call to built-in function declared without 
> prototype [-Wbuiltin-declaration-mismatch]
>97 | } else if (strncmp(argv[i], "-p", 2) == 0)  {
>   |   ^
> : note: built-in ‘strncmp’ declared here
> meltdown.c:99:53: warning: ‘strncmp’ argument 3 type is ‘int’ where ‘long 
> unsigned int’ is expected in a call to built-in function declared without 
> prototype [-Wbuiltin-declaration-mismatch]
>99 | } else if (strncmp(argv[i], "-del", 4) == 0)   {
>   | ^
> : note: built-in ‘strncmp’ declared here
> meltdown.c:101:39: error: implicit declaration of function ‘atoi’ 
> [-Werror=implicit-function-declaration]
>   101 | delay=atoi(argv[++i]);
>   |   ^~~~
> meltdown.c:104:54: warning: ‘strncmp’ argument 3 type is ‘int’ where ‘long 
> unsigned int’ is expected in a call to built-in function declared without 
> prototype [-Wbuiltin-declaration-mismatch]
>   104 | } else if (strncmp(argv[i], "-wait", 5) == 0)   {
>   |  ^
> : note: built-in ‘strncmp’ declared here
> meltdown.c:115:17: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>   115 | exit(0);
>   | ^~~~
> meltdown.c:115:17: note: include ‘’ or provide a declaration of 
> ‘exit’
> meltdown.c:142:9: error: implicit declaration of function ‘sleep’ 
> [-Werror=implicit-function-declaration]
>   142 | sleep(1);
>   | ^
> meltdown.c:145:17: error: implicit declaration of function ‘do_planes’ 
> [-Werror=implicit-function-declaration]
>   145 | do_planes();
>   |  

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

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

Hi,

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

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

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

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

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

Hi,

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

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

Relevant part (hopefully):
> cc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -DHAS_POSIX_DIR 
> -DNEED_SETPROCTITLE -DLIBWRAP -I. -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2  -c 
> -o stree.o stree.c
> scm.c: In function ‘service’:
> scm.c:316:9: error: implicit declaration of function ‘setproctitle’ 
> [-Werror=implicit-function-declaration]
>   316 | setproctitle("Serving %s", remotehost());
>   | ^~~~
> scm.c: In function ‘request’:
> scm.c:448:16: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   448 | (void) write(netfile, , sizeof(int));
>   |^~~
> scmio.c: In function ‘readfile’:
> scmio.c:670:32: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   670 | (void) write(f, buf, (size_t)XFERSIZE(count));
>   |^~
> scmio.c: In function ‘crosspatch’:
> scmio.c:743:40: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   743 | (void) write(1, buf, (size_t)c);
>   |^~~~
> scmio.c:753:40: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   753 | (void) write(netfile, buf, (size_t)c);
>   |^~
> supcmeat.c: In function ‘setup’:
> supcmeat.c:321:24: warning: ignoring return value of ‘chdir’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   321 | (void) chdir(thisC->Cbase);
>   |^~~
> supcmeat.c: In function ‘listfiles’:
> supcmeat.c:522:24: warning: ignoring return value of ‘chdir’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   522 | (void) chdir(thisC->Cprefix);
>   |^
> supcmeat.c: In function ‘recvdir’:
> supcmeat.c:889:24: warning: ignoring return value of ‘chown’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   889 | (void) chown(t->Tname, t->Tuid, t->Tgid);
>   |^
> supcmeat.c: In function ‘recvreg’:
> supcmeat.c:968:32: warning: ignoring return value of ‘chown’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   968 | (void) chown(t->Tname, t->Tuid, t->Tgid);
>   |^
> supcmeat.c:1030:24: warning: ignoring return value of ‘chown’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1030 | (void) chown(t->Tname, t->Tuid, t->Tgid);
>   |^
> supcmeat.c: In function ‘copyfile’:
> supcmeat.c:1152:32: warning: ignoring return value of ‘chdir’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1152 | (void) chdir(thisC->Cbase);
>   |^~~
> supcmeat.c:1157:40: warning: ignoring return value of ‘chdir’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1157 | (void) chdir(thisC->Cprefix);
>   |^
> supcmeat.c:1164:32: warning: ignoring return value of ‘chdir’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1164 | (void) chdir(thisC->Cprefix);
>   |^
> supcmeat.c: In function ‘finishup’:
> supcmeat.c:1397:24: warning: ignoring return value of ‘chdir’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1397 | 

Bug#1066648: ots: FTBFS: grader-tf.c:108:9: error: implicit declaration of function ‘log’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

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

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

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

Hi,

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

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

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

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

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

Hi,

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

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

Relevant part (hopefully):
> gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
> -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" 
> -DPACKAGE=\"cronolog\" -DVERSION=\"1.6.2\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 
> -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 
> -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 
> -DHAVE_SYS_TIME_H=1 -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 
> -DHAVE_STRUCT_TM_TM_ZONE=1 -DHAVE_TM_ZONE=1 -DHAVE_FCNTL_H=1 
> -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRFTIME=1 -DHAVE_VPRINTF=1 
> -DHAVE_MKDIR=1 -DHAVE_MKTIME=1 -DHAVE_PUTENV=1 -DHAVE_STRPTIME=1 
> -DHAVE_LOCALTIME_R=1 -I. -I../lib  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o cronolog.o cronolog.c
> cronolog.c: In function ‘main’:
> cronolog.c:213:33: warning: too many arguments for format 
> [-Wformat-extra-args]
>   213 | fprintf(stderr, "A current log symlink is needed to 
> mantain a symlink to the previous log\n", argv[0]);
>   | 
> ^~~~
> cronolog.c:301:29: warning: too many arguments for format 
> [-Wformat-extra-args]
>   301 | fprintf(stderr, "%s: period delay cannot be larger than 
> the rollover period\n", argv[0], start_time);
>   | 
> ^~
> cronotest.c: In function ‘main’:
> cronotest.c:229:29: warning: too many arguments for format 
> [-Wformat-extra-args]
>   229 | fprintf(stderr, "%s: period delay cannot be larger than 
> the rollover period\n", argv[0], start_time);
>   | 
> ^~
> cronoutils.c: In function ‘parse_time’:
> cronoutils.c:673:36: error: implicit declaration of function ‘strptime’; did 
> you mean ‘strftime’? [-Werror=implicit-function-declaration]
>   673 |if (check_end((const char *)strptime(time_str, *date_formats, 
> )))
>   |^~~~
>   |strftime
> cronoutils.c:673:22: warning: cast to pointer from integer of different size 
> [-Wint-to-pointer-cast]
>   673 |if (check_end((const char *)strptime(time_str, *date_formats, 
> )))
>   |  ^
> cronoutils.c: In function ‘create_link’:
> cronoutils.c:214:9: warning: ignoring return value of ‘symlink’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   214 | symlink(pfilename, linkname);
>   | ^~~~
> cronoutils.c:218:9: warning: ignoring return value of ‘link’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   218 | link(pfilename, linkname);
>   | ^
> cc1: some warnings being treated as errors
> make[2]: *** [Makefile:440: cronoutils.o] Error 1


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

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=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#1066626: lua-svn: FTBFS: src/luasvn.c:1306:13: error: implicit declaration of function ‘svn_prop_needs_translation’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> /<>/debian/.dh_lua-libtool/libtool --tag=CC --mode=compile 
> x86_64-linux-gnu-gcc -c -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/lua5.1  -I 
> /usr/include/subversion-1 -DLINUX -D_REENTRANT -D_GNU_SOURCE 
> -I/usr/include/apr-1.0  -Wall -Wextra -o 
> /<>/5.1-svn/src/luasvn.lo src/luasvn.c 
> libtool: compile:  x86_64-linux-gnu-gcc -c -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/usr/include/lua5.1 -I /usr/include/subversion-1 -DLINUX -D_REENTRANT 
> -D_GNU_SOURCE -I/usr/include/apr-1.0 -Wall -Wextra src/luasvn.c  -fPIC -DPIC 
> -o /<>/5.1-svn/src/.libs/luasvn.o
> src/luasvn.c: In function ‘init_pool’:
> src/luasvn.c:58:9: warning: ‘svn_dso_initialize’ is deprecated 
> [-Wdeprecated-declarations]
>58 | svn_dso_initialize ();
>   | ^~
> In file included from src/luasvn.c:5:
> /usr/include/subversion-1/svn_dso.h:70:1: note: declared here
>70 | svn_dso_initialize(void);
>   | ^~
> src/luasvn.c: In function ‘init_function’:
> src/luasvn.c:96:9: warning: ‘svn_client_create_context’ is deprecated 
> [-Wdeprecated-declarations]
>96 | err = svn_client_create_context (ctx, *pool);
>   | ^~~
> In file included from src/luasvn.c:4:
> /usr/include/subversion-1/svn_client.h:1117:1: note: declared here
>  1117 | svn_client_create_context(svn_client_ctx_t **ctx,
>   | ^
> src/luasvn.c:105:9: warning: ‘svn_cmdline_setup_auth_baton’ is deprecated 
> [-Wdeprecated-declarations]
>   105 | err = svn_cmdline_setup_auth_baton(,
>   | ^~~
> In file included from src/luasvn.c:8:
> /usr/include/subversion-1/svn_cmdline.h:405:1: note: declared here
>   405 | svn_cmdline_setup_auth_baton(svn_auth_baton_t **ab,
>   | ^~~~
> src/luasvn.c: In function ‘log_msg_func2’:
> src/luasvn.c:179:54: warning: unused parameter ‘commit_items’ 
> [-Wunused-parameter]
>   179 |const apr_array_header_t *commit_items,
>   |~~^~~~
> src/luasvn.c: In function ‘l_add’:
> src/luasvn.c:236:9: warning: ‘svn_path_canonicalize’ is deprecated 
> [-Wdeprecated-declarations]
>   236 | path = svn_path_canonicalize (path, pool);
>   | ^~~~
> In file included from src/luasvn.c:6:
> /usr/include/subversion-1/svn_path.h:284:1: note: declared here
>   284 | svn_path_canonicalize(const char *path, apr_pool_t *pool);
>   | ^
> src/luasvn.c:238:9: warning: ‘svn_client_add3’ is deprecated 
> [-Wdeprecated-declarations]
>   238 | err = svn_client_add3 (path, recursive, force, no_ignore, 
> ctx, pool);
>   | ^~~
> /usr/include/subversion-1/svn_client.h:1714:1: note: declared here
>  1714 | svn_client_add3(const char *path,
>   | ^~~
> src/luasvn.c: In function ‘l_cat’:
> src/luasvn.c:279:9: warning: ‘svn_path_canonicalize’ is deprecated 
> [-Wdeprecated-declarations]
>   279 | path = svn_path_canonicalize (path, pool);
>   | ^~~~
> /usr/include/subversion-1/svn_path.h:284:1: note: declared here
>   284 | svn_path_canonicalize(const char *path, apr_pool_t *pool);
>   | ^
> src/luasvn.c:288:9: warning: ‘svn_client_cat2’ is deprecated 
> [-Wdeprecated-declarations]
>   288 | err = svn_client_cat2 (stream, path, _revision, 
> , ctx, pool);
>   | ^~~
> /usr/include/subversion-1/svn_client.h:6981:1: note: declared here
>  6981 | svn_client_cat2(svn_stream_t *out,
>   | ^~~
> src/luasvn.c: In function ‘l_checkout’:
> src/luasvn.c:337:9: warning: ‘svn_path_canonicalize’ is deprecated 
> [-Wdeprecated-declarations]
>   337 | path = svn_path_canonicalize (path, pool);
>   | ^~~~
> /usr/include/subversion-1/svn_path.h

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

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

Hi,

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

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

Relevant part (hopefully):
> gcc -c -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  
> -I/<>/contrib/im/Xsi/../../../contrib/../contrib/im/Xsi/Wnn/include
>  -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L
>-D_POSIX_SOURCE -D_XOPEN_SOURCE 
> -D_BSD_SOURCE -D_SVID_SOURCE 
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
>   -Wdate-time -D_FORTIFY_SOURCE=2 -DFUNCPROTO=15 
> -DNARROWPROTO   -DLIBDIR=\"/usr/local/lib/wnn6\" -DWNNDEFAULT -DJAPANESE  
>   -g -O2 -fno-strict-aliasing -g  rk_modread.c -o unshared/rk_modread.o
> In file included from 
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
>  from /usr/include/stdio.h:27,
>  from rk_header.h:166,
>  from rk_multi.h:143,
>  from rk_modread.c:147:
> /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and 
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
>   195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
> _DEFAULT_SOURCE"
>   |   ^~~
> rk_modread.c: In function ‘get_hmdir’:
> rk_modread.c:654:67: error: implicit declaration of function ‘getuid’; did 
> you mean ‘getpwuid’? [-Werror=implicit-function-declaration]
>   654 | if(NULL == (usr = (*soc? getpwnam(soc) : 
> getpwuid(getuid()
>   |   
> ^~
>   |   
> getpwuid
> cc1: some warnings being treated as errors
> make[5]: *** [Makefile:1316: rk_modread.o] Error 1


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

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=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#1066620: zzuf: FTBFS: zzat.c:482:32: error: implicit declaration of function ‘_IO_getc’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 
> -DLIBDIR=\"/usr/lib/x86_64-linux-gnu/zzuf\" -I./common -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -std=c99 -g -O2 -Wall -W 
> -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow 
> -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o 
> util/zzuf-hex.o `test -f 'util/hex.c' || echo './'`util/hex.c
> zzat.c: In function ‘run’:
> zzat.c:482:32: error: implicit declaration of function ‘_IO_getc’ 
> [-Werror=implicit-function-declaration]
>   482 | MY_FREAD(ch = (n = _IO_getc(f)), , (n != EOF));
>   |^~~~
> zzat.c:310:9: note: in definition of macro ‘MY_FCALL’
>   310 | cmd; \
>   | ^~~
> zzat.c:482:13: note: in expansion of macro ‘MY_FREAD’
>   482 | MY_FREAD(ch = (n = _IO_getc(f)), , (n != EOF));
>   | ^~~~
> zzat.c:482:32: warning: nested extern declaration of ‘_IO_getc’ 
> [-Wnested-externs]
>   482 | MY_FREAD(ch = (n = _IO_getc(f)), , (n != EOF));
>   |^~~~
> zzat.c:310:9: note: in definition of macro ‘MY_FCALL’
>   310 | cmd; \
>   | ^~~
> zzat.c:482:13: note: in expansion of macro ‘MY_FREAD’
>   482 | MY_FREAD(ch = (n = _IO_getc(f)), , (n != EOF));
>   | ^~~~
> gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 
> -DLIBDIR=\"/usr/lib/x86_64-linux-gnu/zzuf\" -I./common -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -std=c99 -g -O2 -Wall -W 
> -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow 
> -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o 
> common/zzuf-random.o `test -f 'common/random.c' || echo './'`common/random.c
> zzat.c:565:26: error: implicit declaration of function ‘__fseeko64’; did you 
> mean ‘fseeko64’? [-Werror=implicit-function-declaration]
>   565 | MY_FSEEK(l = __fseeko64(f, l1, SEEK_CUR),
>   |  ^~
> zzat.c:310:9: note: in definition of macro ‘MY_FCALL’
>   310 | cmd; \
>   | ^~~
> zzat.c:565:13: note: in expansion of macro ‘MY_FSEEK’
>   565 | MY_FSEEK(l = __fseeko64(f, l1, SEEK_CUR),
>   | ^~~~
> zzat.c:565:26: warning: nested extern declaration of ‘__fseeko64’ 
> [-Wnested-externs]
>   565 | MY_FSEEK(l = __fseeko64(f, l1, SEEK_CUR),
>   |  ^~
> zzat.c:310:9: note: in definition of macro ‘MY_FCALL’
>   310 | cmd; \
>   | ^~~
> zzat.c:565:13: note: in expansion of macro ‘MY_FSEEK’
>   565 | MY_FSEEK(l = __fseeko64(f, l1, SEEK_CUR),
>   | ^~~~
> gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 
> -DLIBDIR=\"/usr/lib/x86_64-linux-gnu/zzuf\" -I./common -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -std=c99 -g -O2 -Wall -W 
> -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow 
> -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o 
> common/zzuf-ranges.o `test -f 'common/ranges.c' || echo './'`common/ranges.c
> gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 
> -DLIBDIR=\"/usr/lib/x86_64-linux-gnu/zzuf\" -I./common -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -std=c99 -g -O2 -Wall -W 
> -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow 
> -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o 
> common/zzuf-fd.o `test -f 'common/fd.c' || echo './'`common/fd.c
> zzuf.c: In function ‘spawn_children’

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

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

Hi,

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

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

Relevant part (hopefully):
>  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../libstroke -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> stroke.c  -fPIC -DPIC -o .libs/stroke.o
> stroke.c: In function 'stroke_trans':
> stroke.c:267:5: error: implicit declaration of function 'strcpy' 
> [-Werror=implicit-function-declaration]
>   267 | strcpy (sequence,"0");
>   | ^~
> stroke.c:15:1: note: include '' or provide a declaration of 'strcpy'
>14 | #include 
>   +++ |+#include 
>15 | 
> stroke.c:267:5: warning: incompatible implicit declaration of built-in 
> function 'strcpy' [-Wbuiltin-declaration-mismatch]
>   267 | strcpy (sequence,"0");
>   | ^~
> stroke.c:267:5: note: include '' or provide a declaration of 
> 'strcpy'
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:300: stroke.lo] Error 1


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

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=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#1066617: xfrisk: FTBFS: aiStubs.c:88:45: error: implicit declaration of function ‘exit’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

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

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

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

Hi,

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

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

Relevant part (hopefully):
> gcc -DPACKAGE_NAME=\"gnomad2\" -DPACKAGE_TARNAME=\"gnomad2\" 
> -DPACKAGE_VERSION=\"2.9.6\" -DPACKAGE_STRING=\"gnomad2\ 2.9.6\" 
> -DPACKAGE_BUGREPORT=\"tr...@df.lth.se\" -DPACKAGE_URL=\"\" 
> -DPACKAGE=\"gnomad2\" -DVERSION=\"2.9.6\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 
> -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 
> -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 
> -DHAVE_TAGLIB=1 -DHAVE_LIBMTP=1 -DHAVE_LIBMTP_030=1 -DHAVE_GUDEV=1 
> -DGETTEXT_PACKAGE=\"gnomad2\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 
> -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 
> -DENABLE_NLS=1 -DGNOMADLOCALEDIR=\"/usr/share/locale\" -DHAVE_DIRENT_H=1 
> -DHAVE_MALLOC_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_FCNTL_H=1 
> -DHAVE_INTTYPES_H=1 -DHAVE_CHDIR=1 -I. -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/gtk-3.0 
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp 
> -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders 
> -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 
> -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
> -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread 
> -I/usr/include/libusb-1.0 -I/usr/include/taglib -I/usr/include/gudev-1.0 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\" -DDATADIR=\"/usr/share\" 
> -DLIBDIR=\"/usr/lib/x86_64-linux-gnu\" -DPIXMAPSDIR=\""/usr/share/pixmaps"\"  
> -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -DGTK_DISABLE_SINGLE_INCLUDES -DG_DISABLE_SINGLE_INCLUDES -c -o editmeta.o 
> editmeta.c
> gnomad2.c: In function ‘scan_jukebox’:
> gnomad2.c:282:3: warning: ‘g_thread_create’ is deprecated: Use 'g_thread_new' 
> instead [-Wdeprecated-declarations]
>   282 |   g_thread_create(scan_thread,(gpointer) _thread_args, FALSE, 
> NULL);
>   |   ^~~
> In file included from /usr/include/glib-2.0/glib.h:115,
>  from /usr/include/gtk-3.0/gdk/gdkconfig.h:8,
>  from /usr/include/gtk-3.0/gdk/gdk.h:30,
>  from /usr/include/gtk-3.0/gtk/gtk.h:30,
>  from common.h:51,
>  from gnomad2.c:20:
> /usr/include/glib-2.0/glib/deprecated/gthread.h:102:10: note: declared here
>   102 | GThread *g_thread_create   (GThreadFunc   func,
>   |  ^~~
> gnomad2.c: In function ‘main’:
> gnomad2.c:456:3: warning: ‘g_thread_init’ is deprecated 
> [-Wdeprecated-declarations]
>   456 |   g_thread_init(NULL);
>   |   ^
> /usr/include/glib-2.0/glib/deprecated/gthread.h:267:10: note: declared here
>   267 | void g_thread_init   (gpointer vtable);
>   |  ^
> gnomad2.c:477:3: warning: ‘gtk_window_set_wmclass’ is deprecated 
> [-Wdeprecated-declarations]
>   477 |   gtk_window_set_wmclass(GTK_WINDOW(main_window), PACKAGE, "main");
>   |   ^~
> In file included from /usr/include/gtk-3.0/gtk/gtkdialog.h:32,
>  from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
>  from /usr/include/gtk-3.0/gtk/gtk.h:31:
> /usr/include/gtk-3.0/gtk/gtkwindow.h:154:12: note: declared here
>   154 | void   gtk_window_set_wmclass  (GtkWindow   
> *window,
>   |^~
> gnomad2.c:499:3: warning: ‘gtk_vbox_new’ is deprecated: Use 'gtk_box_new' 
> instead [-Wdeprecated-declarations]
>   499 |   vbox = gtk_vbox_new(FALSE, 5);
>   |   ^~~~
> In file included from /usr/include/g

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

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

Hi,

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

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

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

Bug#1066601: gnunet-gtk: FTBFS: plugin_gtk_namestore_tlsa.c:617:12: error: implicit declaration of function ‘memmem’; did you mean ‘memset’? [-Werror=implicit-function-declaration]

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

Hi,

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

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

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

Bug#1066604: trickle: FTBFS: configure: error: Couldn't figure out how to access libc

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

Hi,

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


Relevant part (hopefully):
> checking for libtirpc... yes
> checking if underscores are needed for symbols... no
> checking if we can access libc without dlopen... no
> checking if we can access libc with libc.so... no
> checking if we can access libc with /usr/lib/libc.so*... no
> configure: error: Couldn't figure out how to access libc
>   tail -v -n \+0 config.log


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

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

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

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

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



Bug#1066587: gramofile: FTBFS: gramofile.c:42:3: error: implicit declaration of function ‘exit’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

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


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

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

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

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

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



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

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

Hi,

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

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

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


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

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

Bug#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#1066420: sendmail: FTBFS: ./debian/./debian/conftest.c:37:(.text.startup+0xb): undefined reference to `__res_query'

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

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

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

Is there something wrong with the version numbers?

-- 
kind regards
Marco

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



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

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

Hi,

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

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

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

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

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

Hi,

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

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

Relevant part (hopefully):
> gcc -DPACKAGE_NAME=\"weplab\" -DPACKAGE_TARNAME=\"weplab\" 
> -DPACKAGE_VERSION=\"0.1.5\" -DPACKAGE_STRING=\"weplab\ 0.1.5\" 
> -DPACKAGE_BUGREPORT=\"TopoLB\ -\ Jose\ Ignacio\ Sanchez\ 
> \\" -DPACKAGE_URL=\"\" -DPACKAGE=\"weplab\" 
> -DVERSION=\"0.1.5\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
> -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 
> -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_PCAP_H=1 
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SIGNAL_H=1 
> -DHAVE_TIME_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_TYPES_H=1 
> -DHAVE_SYS_WAIT_H=1 -DHAVE_LIBPCAP=1 -I.   -Wdate-time -D_FORTIFY_SOURCE=2  
> -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -std=gnu89 -Wall -pipe -c -o md5.o md5.c
> md5.c: In function ‘MD5Final’:
> md5.c:132:26: warning: argument to ‘sizeof’ in ‘memset’ call is the same 
> expression as the destination; did you mean to dereference it? 
> [-Wsizeof-pointer-memaccess]
>   132 | memset(ctx, 0, sizeof(ctx));/* In case it's sensitive */
>   |  ^
> main.c: In function ‘ReadHexByteArray’:
> main.c:138:15: warning: unused variable ‘j’ [-Wunused-variable]
>   138 | int i,j;
>   |   ^
> dictionary.c: In function ‘GetNextWord’:
> dictionary.c:143:27: warning: pointer targets in passing argument 1 of 
> ‘fgets’ differ in signedness [-Wpointer-sign]
>   143 | while (((rv=fgets(word, sz-1, 
> wordfile))!=NULL)&&((word[0]=='\r')||(word[0]=='\n'))) {
>   |   ^~~~
>   |   |
>   |   unsigned char *
> In file included from /usr/include/stdio.h:906,
>  from /usr/include/pcap/pcap.h:136,
>  from /usr/include/pcap.h:43,
>  from dictionary.c:26:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:209:25: note: expected ‘char * 
> __restrict__’ but argument is of type ‘unsigned char *’
>   209 | fgets (char *__restrict __s, int __n, FILE *__restrict __stream)
>   |~^~~
> dictionary.c: In function ‘dictionary’:
> dictionary.c:284:41: warning: pointer targets in passing argument 1 of 
> ‘strncpy’ differ in signedness [-Wpointer-sign]
>   284 | strncpy(keys, word, global_v.key_len);
>   | ^~~~
>   | |
>   | unsigned char *
> In file included from /usr/include/features.h:490,
>  from /usr/include/inttypes.h:25,
>  from /usr/include/pcap/pcap-inttypes.h:98,
>  from /usr/include/pcap/pcap.h:117:
> /usr/include/x86_64-linux-gnu/bits/string_fortified.h:92:1: note: expected 
> ‘char * __restrict__’ but argument is of type ‘unsigned char *’
>92 | __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
>   | ^
> dictionary.c:284:47: warning: pointer targets in passing argument 2 of 
> ‘strncpy’ differ in signedness [-Wpointer-sign]
>   284 | strncpy(keys, word, global_v.key_len);
>   |   ^~~~
>   |   |
>   |   unsigned char *
> /usr/include/x86_64-linux-gnu/bits/string_fortified.h:92:1: note: expected 
> ‘const char * __restrict__’ but argument is of type ‘unsigned char *’
>92 | __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
>   | ^
> main.c: In function ‘main’:
> main.c:303:45: warning: pointer targets in assignment from ‘char *’ to 
> ‘unsigned char *’ differ in signedness [-Wpointer-sign]
>   303 | saux=optarg;
>   | ^
> main.c:307:58: warning: pointer targets in

Bug#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#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#1066511: photopc: FTBFS: fnames.c:118:21: error: implicit declaration of function ‘strlen’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

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

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

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

Hi,

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

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

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I. -I./src/includes   -Wdate-time -D_FORTIFY_SOURCE=2  
> -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -fcommon -c -o portscan.o `test -f 'src/portscan.c' || echo 
> './'`src/portscan.c
> src/file.c: In function ‘file_prep’:
> src/file.c:4:20: error: implicit declaration of function ‘strlen’ 
> [-Werror=implicit-function-declaration]
> 4 | outputfile[strlen(outputfile)] = '\0';
>   |^~
> src/file.c:2:1: note: include ‘’ or provide a declaration of 
> ‘strlen’
> 1 | #include "includes/file.h"
>   +++ |+#include 
> 2 | int file_prep()
> src/file.c:4:20: warning: incompatible implicit declaration of built-in 
> function ‘strlen’ [-Wbuiltin-declaration-mismatch]
> 4 | outputfile[strlen(outputfile)] = '\0';
>   |^~
> src/file.c:4:20: note: include ‘’ or provide a declaration of 
> ‘strlen’
> src/file.c:7:17: error: implicit declaration of function ‘exit’ 
> [-Werror=implicit-function-declaration]
> 7 | exit(1);
>   | ^~~~
> src/file.c:2:1: note: include ‘’ or provide a declaration of ‘exit’
> 1 | #include "includes/file.h"
>   +++ |+#include 
> 2 | int file_prep()
> src/file.c:7:17: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
> 7 | exit(1);
>   | ^~~~
> src/file.c:7:17: note: include ‘’ or provide a declaration of ‘exit’
> src/file.c: In function ‘file_open’:
> src/file.c:18:17: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>18 | exit(1);
>   | ^~~~
> src/file.c:18:17: note: include ‘’ or provide a declaration of 
> ‘exit’
> src/file.c: In function ‘file_close’:
> src/file.c:27:17: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>27 | exit(1);
>   | ^~~~
> src/file.c:27:17: note: include ‘’ or provide a declaration of 
> ‘exit’
> src/tcp_sock.c: In function ‘readData’:
> src/tcp_sock.c:74:9: warning: ignoring return value of ‘read’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>74 | read((int) tcp_sock, (char *) readbuff, (int) readsize);
>   | ^~~
> src/tcp_sock.c: In function ‘sendData’:
> src/tcp_sock.c:82:9: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>82 | write((int) tcp_sock, (char *) sendbuff, (int) sendsize);
>   | ^~~~
> src/dmitry.c: In function ‘main’:
> src/dmitry.c:37:17: error: implicit declaration of function ‘exit’ 
> [-Werror=implicit-function-declaration]
>37 | exit(1);
>   | ^~~~
> src/dmitry.c:16:1: note: include ‘’ or provide a declaration of 
> ‘exit’
>15 | #include 
>   +++ |+#include 
>16 | 
> src/dmitry.c:37:17: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>37 | exit(1);
>   | ^~~~
> src/dmitry.c:37:17: note: include ‘’ or provide a declaration of 
> ‘exit’
> src/dmitry.c:67:41: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>67 | exit(0);
>   | ^~~~
> src/dmitry.c:67:41: note: include ‘’ or provide a declaration of 
> ‘exit’
> src/dmitry.c:103:33: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>   103 | exit(1);
>   | ^~~~
> src/dmitry.c:103:33: note: include ‘’ or provide a declaration of 
> ‘exit’
> cc1: some warnings being treated as errors
> make[1]: **

Bug#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-%02

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#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#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

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#1066464: liece: FTBFS: dcc.c:128:7: error: implicit declaration of function ‘sleep’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> gcc -I. -I.. -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
> -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" 
> -DPACKAGE=\"liece\" -DVERSION=\"2.0.0\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 
> -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 
> -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 
> -DHAVE_SYS_SELECT_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_STRTOUL=1 -DHAVE_MEMMOVE=1 
> -DHAVE_GETADDRINFO=1 -DHAVE_BASENAME=1 -I.   -Wdate-time -D_FORTIFY_SOURCE=2  
> -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> -o dcc.o dcc.c
> dcc.c: In function ‘prepare_listen_port’:
> dcc.c:128:7: error: implicit declaration of function ‘sleep’ 
> [-Werror=implicit-function-declaration]
>   128 |   sleep (20);   /* wait 20 seconds and try again */
>   |   ^
> dcc.c: In function ‘get_address_externally’:
> dcc.c:163:3: error: implicit declaration of function ‘close’; did you mean 
> ‘pclose’? [-Werror=implicit-function-declaration]
>   163 |   close(dummy);
>   |   ^
>   |   pclose
> dcc.c: In function ‘send_file’:
> dcc.c:189:3: error: implicit declaration of function ‘gethostname’; did you 
> mean ‘gethostbyname’? [-Werror=implicit-function-declaration]
>   189 |   gethostname(namebuf, sizeof (namebuf));
>   |   ^~~
>   |   gethostbyname
> dcc.c:205:34: warning: format ‘%u’ expects argument of type ‘unsigned int’, 
> but argument 4 has type ‘u_long’ {aka ‘long unsigned int’} [-Wformat=]
>   205 | printf ("DCC send %s %d %u %d\n", ifile, port, addr, 
> statbuf.st_size);
>   | ~^ 
>   |  | |
>   |  unsigned int  u_long {aka 
> long unsigned int}
>   | %lu
> dcc.c:205:37: warning: format ‘%d’ expects argument of type ‘int’, but 
> argument 5 has type ‘__off_t’ {aka ‘long int’} [-Wformat=]
>   205 | printf ("DCC send %s %d %u %d\n", ifile, port, addr, 
> statbuf.st_size);
>   |~^
> ~~~
>   | |   |
>   | int 
> __off_t {aka long int}
>   |%ld
> dcc.c:209:17: error: implicit declaration of function ‘read’; did you mean 
> ‘fread’? [-Werror=implicit-function-declaration]
>   209 |   while ((len = read (ifd, buf, sizeof (buf))) > 0) {
>   | ^~~~
>   | fread
> dcc.c:210:5: error: implicit declaration of function ‘write’; did you mean 
> ‘fwrite’? [-Werror=implicit-function-declaration]
>   210 | write (ofd, buf, len);
>   | ^
>   | fwrite
> dcc.c: In function ‘receive_file’:
> dcc.c:245:5: error: implicit declaration of function ‘lseek’; did you mean 
> ‘fseek’? [-Werror=implicit-function-declaration]
>   245 | lseek (ifd, 0, 2);
>   | ^
>   | fseek
> dcc.c: In function ‘primary_address_of’:
> dcc.c:342:12: error: implicit declaration of function ‘inet_addr’ 
> [-Werror=implicit-function-declaration]
>   342 | addr = inet_addr(host);
>   |^
> dcc.c: In function ‘chat_listen’:
> dcc.c:370:27: warning: format ‘%u’ expects argument of type ‘unsigned int’, 
> but argument 2 has type ‘u_long’ {aka ‘long unsigned int’} [-Wformat=]
>   370 | printf("DCC chat %u %d\n", addr, port);
>   |  ~^
>   |   ||
>   |  

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

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

Hi,

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

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

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


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

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

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

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

Hi,

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


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

Bug#1066426: xshisen: FTBFS: main.C:149:71: error: ‘rand’ was not declared in this scope

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

Hi,

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


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

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

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

Hi,

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


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


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

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=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#1066416: granite-7: FTBFS: ./obj-x86_64-linux-gnu/lib/libgranite-7.so.7.4.0.p/Widgets/DatePicker.c:248:(.text+0x70c): undefined reference to `gtk_calendar_get_year'

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

Hi,

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


Relevant part (hopefully):
> /usr/bin/ld: 
> lib/libgranite-7.so.7.4.0.p/meson-generated_Widgets_DatePicker.c.o: in 
> function `_granite_date_picker___lambda10_':
> ./obj-x86_64-linux-gnu/lib/libgranite-7.so.7.4.0.p/Widgets/DatePicker.c:248:(.text+0x70c):
>  undefined reference to `gtk_calendar_get_year'
> /usr/bin/ld: 
> ./obj-x86_64-linux-gnu/lib/libgranite-7.so.7.4.0.p/Widgets/DatePicker.c:251:(.text+0x71a):
>  undefined reference to `gtk_calendar_get_month'
> /usr/bin/ld: 
> ./obj-x86_64-linux-gnu/lib/libgranite-7.so.7.4.0.p/Widgets/DatePicker.c:254:(.text+0x727):
>  undefined reference to `gtk_calendar_get_day'
> collect2: error: ld returned 1 exit status


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/granite-7_7.4.0-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=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#1066401: playmidi: FTBFS: io_gtk.c:19:10: fatal error: gtk/gtk.h: No such file or directory

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

Hi,

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


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

Processed: db5.3: "build did not include support for sequences"

2024-03-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> clone 1066003 -1
Bug #1066003 [src:libberkeleydb-perl] libberkeleydb-perl: FTBFS on arm{el,hf}: 
Failed 1/35 test programs. 1/1861 subtests failed.
Bug 1066003 cloned as bug 1066394
> reassign -1 src:db5.3  5.3.28+dfsg2-5
Bug #1066394 [src:libberkeleydb-perl] libberkeleydb-perl: FTBFS on arm{el,hf}: 
Failed 1/35 test programs. 1/1861 subtests failed.
Bug reassigned from package 'src:libberkeleydb-perl' to 'src:db5.3'.
No longer marked as found in versions libberkeleydb-perl/0.64-2.
Ignoring request to alter fixed versions of bug #1066394 to the same values 
previously set
Bug #1066394 [src:db5.3] libberkeleydb-perl: FTBFS on arm{el,hf}: Failed 1/35 
test programs. 1/1861 subtests failed.
Marked as found in versions db5.3/5.3.28+dfsg2-5.
> retitle -1 db5.3: "build did not include support for sequences"
Bug #1066394 [src:db5.3] libberkeleydb-perl: FTBFS on arm{el,hf}: Failed 1/35 
test programs. 1/1861 subtests failed.
Changed Bug title to 'db5.3: "build did not include support for sequences"' 
from 'libberkeleydb-perl: FTBFS on arm{el,hf}: Failed 1/35 test programs. 
1/1861 subtests failed.'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1066003: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066003
1066394: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066394
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



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

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

Hi,

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

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

Relevant part (hopefully):
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -c gproto.c
> gkermit.c: In function ‘errpkt’:
> gkermit.c:350:7: error: implicit declaration of function ‘sleep’ 
> [-Werror=implicit-function-declaration]
>   350 |   sleep(1); /* Time to soak up incoming 
> junk. */
>   |   ^
> gunixio.c: In function ‘sysinit’:
> gunixio.c:256:19: warning: passing argument 2 of ‘signal’ from incompatible 
> pointer type [-Wincompatible-pointer-types]
>   256 | signal(SIGHUP,doexit);  /* Go here on hangup */
>   |   ^~
>   |   |
>   |   int (*)(int)
> In file included from gunixio.c:83:
> /usr/include/signal.h:88:57: note: expected ‘__sighandler_t’ {aka ‘void 
> (*)(int)’} but argument is of type ‘int (*)(int)’
>88 | extern __sighandler_t signal (int __sig, __sighandler_t __handler)
>   |  ~~~^
> gunixio.c: In function ‘ttopen’:
> gunixio.c:358:23: warning: passing argument 2 of ‘signal’ from incompatible 
> pointer type [-Wincompatible-pointer-types]
>   358 | signal(SIGINT,doexit);
>   |   ^~
>   |   |
>   |   int (*)(int)
> /usr/include/signal.h:88:57: note: expected ‘__sighandler_t’ {aka ‘void 
> (*)(int)’} but argument is of type ‘int (*)(int)’
>88 | extern __sighandler_t signal (int __sig, __sighandler_t __handler)
>   |  ~~~^
> gunixio.c:361:24: warning: passing argument 2 of ‘signal’ from incompatible 
> pointer type [-Wincompatible-pointer-types]
>   361 | signal(SIGTSTP,doexit);
>   |^~
>   ||
>   |int (*)(int)
> /usr/include/signal.h:88:57: note: expected ‘__sighandler_t’ {aka ‘void 
> (*)(int)’} but argument is of type ‘int (*)(int)’
>88 | extern __sighandler_t signal (int __sig, __sighandler_t __handler)
>   |  ~~~^
> gunixio.c:364:24: warning: passing argument 2 of ‘signal’ from incompatible 
> pointer type [-Wincompatible-pointer-types]
>   364 | signal(SIGQUIT,doexit);
>   |^~
>   ||
>   |int (*)(int)
> /usr/include/signal.h:88:57: note: expected ‘__sighandler_t’ {aka ‘void 
> (*)(int)’} but argument is of type ‘int (*)(int)’
>88 | extern __sighandler_t signal (int __sig, __sighandler_t __handler)
>   |  ~~~^
> gunixio.c:395:26: error: implicit declaration of function ‘dup2’ 
> [-Werror=implicit-function-declaration]
>   395 | else if (dup2(ofd, 1) == -1)
>   |  ^~~~
> gunixio.c:398:19: error: implicit declaration of function ‘close’; did you 
> mean ‘pclose’? [-Werror=implicit-function-declaration]
>   398 |   close(ofd);
>   |   ^
>   |   pclose
> gunixio.c: In function ‘ttres’:
> gunixio.c:543:19: error: implicit declaration of function ‘write’; did you 
> mean ‘fwrite’? [-Werror=implicit-function-declaration]
>   543 | dummy = (int) write(1,"\015\012",2);
>   |   ^
>   |   fwrite
> gunixio.c: In function ‘ttchk’:
> gunixio.c:553:13: error: implicit declaration of function ‘read’; did you 
> mean ‘fread’? [-Werror=implicit-function-declaration]
>   553 | x = read(0,[tlast],TINBUFSIZ-tlast);
>   | ^~~~
>   | fread
> gunixio.c: In function ‘ttinl’:
> gunixio.c:634:24: warning: passing argument 2 of ‘signal’ from incompatible 
> pointer type [-Wincompatible-pointer-types]
>   634 | signal(SIGALRM,timerh); /* Enable timer interrupt */
>   |^~
>   |

Bug#1066385: file-kanji: FTBFS: file2.c:52:9: error: implicit declaration of function ‘exit’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2  -c -o file2.o file2.c
> file2.c:44:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>44 | main(argc,argv)
>   | ^~~~
> file2.c: In function ‘main’:
> file2.c:52:9: error: implicit declaration of function ‘exit’ 
> [-Werror=implicit-function-declaration]
>52 | exit(1);
>   | ^~~~
> file2.c:17:1: note: include ‘’ or provide a declaration of ‘exit’
>16 | #include 
>   +++ |+#include 
>17 | 
> file2.c:52:9: warning: incompatible implicit declaration of built-in function 
> ‘exit’ [-Wbuiltin-declaration-mismatch]
>52 | exit(1);
>   | ^~~~
> file2.c:52:9: note: include ‘’ or provide a declaration of ‘exit’
> file2.c:55:15: error: implicit declaration of function ‘check’ 
> [-Werror=implicit-function-declaration]
>55 | (void)check(argv[i]);
>   |   ^
> file2.c: In function ‘check’:
> file2.c:85:16: error: implicit declaration of function ‘check_detail’ 
> [-Werror=implicit-function-declaration]
>85 | kind = check_detail(buff, n);
>   |^~~~
> file2.c:94:13: error: implicit declaration of function ‘strcpy’ 
> [-Werror=implicit-function-declaration]
>94 | strcpy(work, "JIS text");
>   | ^~
> file2.c:17:1: note: include ‘’ or provide a declaration of ‘strcpy’
>16 | #include 
>   +++ |+#include 
>17 | 
> file2.c:94:13: warning: incompatible implicit declaration of built-in 
> function ‘strcpy’ [-Wbuiltin-declaration-mismatch]
>94 | strcpy(work, "JIS text");
>   | ^~
> file2.c:94:13: note: include ‘’ or provide a declaration of ‘strcpy’
> file2.c:96:17: error: implicit declaration of function ‘strcat’ 
> [-Werror=implicit-function-declaration]
>96 | strcat(work, " (KI=ESC-$-B");
>   | ^~
> file2.c:96:17: note: include ‘’ or provide a declaration of ‘strcat’
> file2.c:96:17: warning: incompatible implicit declaration of built-in 
> function ‘strcat’ [-Wbuiltin-declaration-mismatch]
> file2.c:96:17: note: include ‘’ or provide a declaration of ‘strcat’
> file2.c:98:17: warning: incompatible implicit declaration of built-in 
> function ‘strcat’ [-Wbuiltin-declaration-mismatch]
>98 | strcat(work, " (KI=ESC-$-@");
>   | ^~
> file2.c:98:17: note: include ‘’ or provide a declaration of ‘strcat’
> file2.c:100:17: warning: incompatible implicit declaration of built-in 
> function ‘strcat’ [-Wbuiltin-declaration-mismatch]
>   100 | strcat(work, ",KO=ESC-(-B)");
>   | ^~
> file2.c:100:17: note: include ‘’ or provide a declaration of 
> ‘strcat’
> file2.c:102:17: warning: incompatible implicit declaration of built-in 
> function ‘strcat’ [-Wbuiltin-declaration-mismatch]
>   102 | strcat(work, ",KO=ESC-(-J)");
>   | ^~
> file2.c:102:17: note: include ‘’ or provide a declaration of 
> ‘strcat’
> file2.c:112:27: error: implicit declaration of function ‘fork’ 
> [-Werror=implicit-function-declaration]
>   112 | if ( (pid=fork()) < 0 ) {
>   |   ^~~~
> file2.c:117:21: error: implicit declaration of function ‘execl’ 
> [-Werror=implicit-function-declaration]
>   117 | execl("/usr/bin/file", "file", filename, NULL);
>   | ^
> file2.c:117:21: warning: incompatible implicit declaration of built-in 
> function ‘execl’ [-Wbuiltin-declaration-mismatch]
> file2.c:118:21: error: implicit declaration of function ‘_exit’ 
> [-Werror=implicit-function-declaration]
>   118 | _exit(0);
>   | ^
> file2.c:118:21: warning: incompatible implicit declaration of built-in 
> function ‘_exit’ [-Wbuiltin-declaration-mismatch]
> file2.c:121:17: erro

Bug#1066375: canna: FTBFS: context.c:105:13: error: implicit declaration of function ‘mkdir’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> gcc -c -g -Wall -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2   -I../../include -Dlinux -D__amd64__ 
> -D_POSIX_C_SOURCE=199309L  -D_POSIX_SOURCE 
> -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE  
>-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
>   -DFUNCPROTO=15 
> -DNARROWPROTO   context.c
> In file included from /usr/include/inttypes.h:25,
>  from ../../include/canna/sysdep.h:30,
>  from ../../include/canna/RK.h:44,
>  from RKintern.h:58,
>  from context.c:28:
> /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and 
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
>   195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
> _DEFAULT_SOURCE"
>   |   ^~~
> context.c: In function ‘_RkInitialize’:
> context.c:105:13: error: implicit declaration of function ‘mkdir’ 
> [-Werror=implicit-function-declaration]
>   105 | if (mkdir(path, MKDIR_MODE) < 0 &&
>   | ^
> context.c: At top level:
> context.c:24:13: warning: ‘rcsid’ defined but not used [-Wunused-variable]
>24 | static char rcsid[]="$Id: context.c,v 1.5 2003/09/17 08:50:52 aida_s 
> Exp $";
>   | ^
> cc1: some warnings being treated as errors
> make[5]: *** [Makefile:1123: context.o] Error 1


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

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=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#1066368: filter: FTBFS: actions.c:255:21: error: implicit declaration of function ‘wait’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

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


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

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

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

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

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



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

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

Hi,

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

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

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

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

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

Hi,

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

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

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

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

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

Hi,

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

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

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


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

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

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

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

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



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

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

Hi,

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

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

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


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

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

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

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

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

Hi,

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

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

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


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

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

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

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

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



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

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

Hi,

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

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

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


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

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

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

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

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



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

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

Hi,

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

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

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

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

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

Hi,

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

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

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

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

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

Hi,

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

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

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

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

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

Hi,

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

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

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

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

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

Hi,

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

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

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

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

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

Hi,

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

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

Relevant part (hopefully):
> gcc -DPACKAGE_NAME=\"lcm\" -DPACKAGE_TARNAME=\"lcm\" 
> -DPACKAGE_VERSION=\"1.3.1\" -DPACKAGE_STRING=\"lcm\ 1.3.1\" 
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lcm\" 
> -DVERSION=\"1.3.1\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
> -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 
> -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 
> -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread  -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -std=gnu99 -Wall -D_FILE_OFFSET_BITS=64 
> -D_LARGEFILE_SOURCE -D_REENTRANT -Wno-unused-parameter 
> -Wno-format-zero-length -Wshadow -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> -o emit_csharp.o emit_csharp.c
> emit_cpp.c: In function ‘emit_header_start’:
> emit_cpp.c:306:19: error: implicit declaration of function ‘_exit’ 
> [-Werror=implicit-function-declaration]
>   306 |   _exit(1);
>   |   ^
> emit_cpp.c:306:19: warning: incompatible implicit declaration of built-in 
> function ‘_exit’ [-Wbuiltin-declaration-mismatch]
> In function ‘ensure_token_capacity’,
> inlined from ‘tokenize_next_internal’ at tokenize.c:325:14:
> tokenize.c:127:28: warning: argument 2 range [18446744071562067968, 
> 18446744073709551615] exceeds maximum object size 9223372036854775807 
> [-Walloc-size-larger-than=]
>   127 | t->token = (char*) realloc(t->token, t->token_capacity);
>   |^~~~
> In file included from tokenize.c:1:
> /usr/include/stdlib.h: In function ‘tokenize_next_internal’:
> /usr/include/stdlib.h:564:14: note: in a call to allocation function 
> ‘realloc’ declared here
>   564 | extern void *realloc (void *__ptr, size_t __size)
>   |  ^~~
> gcc -DPACKAGE_NAME=\"lcm\" -DPACKAGE_TARNAME=\"lcm\" 
> -DPACKAGE_VERSION=\"1.3.1\" -DPACKAGE_STRING=\"lcm\ 1.3.1\" 
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lcm\" 
> -DVERSION=\"1.3.1\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
> -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 
> -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 
> -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread  -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -std=gnu99 -Wall -D_FILE_OFFSET_BITS=64 
> -D_LARGEFILE_SOURCE -D_REENTRANT -Wno-unused-parameter 
> -Wno-format-zero-length -Wshadow -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> -o emit_python.o emit_python.c
> gcc -DPACKAGE_NAME=\"lcm\" -DPACKAGE_TARNAME=\"lcm\" 
> -DPACKAGE_VERSION=\"1.3.1\" -DPACKAGE_STRING=\"lcm\ 1.3.1\" 
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lcm\" 
> -DVERSION=\"1.3.1\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
> -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 
> -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 
> -DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread  -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -std=gnu99 -Wall -D_FILE_OFFSET_BITS=64 
> -D_LARGEFILE_SOURCE -D_REENTRANT -Wno-unused-parameter 
> -Wno-format-zero-length -Wshadow -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> -o emit_lua.o emit_lua.c
> emit_python.c: In function ‘emit_package’:
> emit_python.c:702:33: warning: ‘__builtin___sprintf_chk’ may write a 
> terminating nul past the end of the destination 

Bug#1066242: snacc: FTBFS: parse-asn1.c:2716:16: error: implicit declaration of function ‘yylex’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

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

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

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

Hi,

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

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

Relevant part (hopefully):
> gcc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2  -c -o mantohtml.o mantohtml.c
> mantohtml.c: In function ‘main’:
> mantohtml.c:230:27: error: implicit declaration of function ‘tolower’ 
> [-Werror=implicit-function-declaration]
>   230 |   putc_entity(tolower(*lineptr), outfile);
>   |   ^~~
> mantohtml.c:39:1: note: include ‘’ or provide a declaration of 
> ‘tolower’
>38 | #include 
>   +++ |+#include 
>39 | 
> mantohtml.c:399:34: error: implicit declaration of function ‘isspace’ 
> [-Werror=implicit-function-declaration]
>   399 | for (lineptr = line + 4; isspace(*lineptr); lineptr ++);
>   |  ^~~
> mantohtml.c:399:34: note: include ‘’ or provide a declaration of 
> ‘isspace’
> mantohtml.c:562:20: error: implicit declaration of function ‘isdigit’ 
> [-Werror=implicit-function-declaration]
>   562 |   else if (isdigit(lineptr[0]) && isdigit(lineptr[1]) &&
>   |^~~
> mantohtml.c:562:20: note: include ‘’ or provide a declaration of 
> ‘isdigit’
> cc1: some warnings being treated as errors
> make[2]: *** [: mantohtml.o] Error 1


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

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=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#1066238: dvbackup: FTBFS: dvconnect.c:264:33: error: implicit declaration of function ‘memcpy’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> gcc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -fPIE -pie -Wl,-z,relro -Wl,-z,now -D_FORTIFY_SOURCE=2 -DHAVE_LIBPOPT -o 
> dvconnect dvconnect.c -lpopt -lpthread
> dvconnect.c: In function ‘handle_packet’:
> dvconnect.c:264:33: error: implicit declaration of function ‘memcpy’ 
> [-Werror=implicit-function-declaration]
>   264 | memcpy(p_out, data + 12, 480);
>   | ^~
> dvconnect.c:22:1: note: include ‘’ or provide a declaration of 
> ‘memcpy’
>21 | #include 
>   +++ |+#include 
>22 | 
> dvconnect.c:264:33: warning: incompatible implicit declaration of built-in 
> function ‘memcpy’ [-Wbuiltin-declaration-mismatch]
>   264 | memcpy(p_out, data + 12, 480);
>   | ^~
> dvconnect.c:264:33: note: include ‘’ or provide a declaration of 
> ‘memcpy’
> dvconnect.c: In function ‘capture_raw’:
> dvconnect.c:326:26: error: implicit declaration of function ‘strcmp’ 
> [-Werror=implicit-function-declaration]
>   326 | if (!filename || strcmp(filename, "-") == 0) {
>   |  ^~
> dvconnect.c:326:26: note: include ‘’ or provide a declaration of 
> ‘strcmp’
> dvconnect.c:401:25: error: implicit declaration of function ‘memset’ 
> [-Werror=implicit-function-declaration]
>   401 | memset(curr, 0, v.buf_size);
>   | ^~
> dvconnect.c:401:25: note: include ‘’ or provide a declaration of 
> ‘memset’
> dvconnect.c:401:25: warning: incompatible implicit declaration of built-in 
> function ‘memset’ [-Wbuiltin-declaration-mismatch]
> dvconnect.c:401:25: note: include ‘’ or provide a declaration of 
> ‘memset’
> dvconnect.c:426:41: warning: incompatible implicit declaration of built-in 
> function ‘memcpy’ [-Wbuiltin-declaration-mismatch]
>   426 | memcpy(outbuf + outbuf_used, 
> curr+ofs,
>   | ^~
> dvconnect.c:426:41: note: include ‘’ or provide a declaration of 
> ‘memcpy’
> dvconnect.c:431:41: warning: incompatible implicit declaration of built-in 
> function ‘memcpy’ [-Wbuiltin-declaration-mismatch]
>   431 | memcpy(outbuf + outbuf_used,
>   | ^~
> dvconnect.c:431:41: note: include ‘’ or provide a declaration of 
> ‘memcpy’
> dvconnect.c: In function ‘fill_buffer’:
> dvconnect.c:584:33: warning: incompatible implicit declaration of built-in 
> function ‘memcpy’ [-Wbuiltin-declaration-mismatch]
>   584 | memcpy(f_node->data, 
> underrun_data_frame,
>   | ^~
> dvconnect.c:584:33: note: include ‘’ or provide a declaration of 
> ‘memcpy’
> dvconnect.c:633:25: warning: incompatible implicit declaration of built-in 
> function ‘memcpy’ [-Wbuiltin-declaration-mismatch]
>   633 | memcpy(p, frame + vdata, 480);
>   | ^~
> dvconnect.c:633:25: note: include ‘’ or provide a declaration of 
> ‘memcpy’
> dvconnect.c: In function ‘send_raw’:
> dvconnect.c:782:9: warning: incompatible implicit declaration of built-in 
> function ‘memset’ [-Wbuiltin-declaration-mismatch]
>   782 | memset(packet_sizes, 0, sizeof(packet_sizes));
>   | ^~
> dvconnect.c:782:9: note: include ‘’ or provide a declaration of 
> ‘memset’
> dvconnect.c: In function ‘rt_raisepri’:
> dvconnect.c:848:17: warning: incompatible implicit declaration of built-in 
> function ‘memset’ [-Wbuiltin-declaration-mismatch]
>   848 | memset (, '\0', sizeof (scp));
>   | ^~
> dvconnect.c:848:17: note: include ‘’ or provide a declaration of 
> ‘memset’
> dvconnect.c: In function ‘sig_int_recv_handler’:
> dvconnect.c:305:9: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   305 | write(2, t, siz

Bug#1066229: libtextwrap: FTBFS: textwrap.c:166:10: error: implicit declaration of function ‘wcwidth’; did you mean ‘mbwidth’? [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   
> -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> -o textwrap.lo textwrap.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g 
> -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> textwrap.c  -fPIC -DPIC -o .libs/textwrap.o
> textwrap.c: In function ‘mbwidth’:
> textwrap.c:166:10: error: implicit declaration of function ‘wcwidth’; did you 
> mean ‘mbwidth’? [-Werror=implicit-function-declaration]
>   166 |   return wcwidth(c[0]);
>   |  ^~~
>   |  mbwidth
> cc1: some warnings being treated as errors
> make[2]: *** [Makefile:553: textwrap.lo] Error 1


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

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=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#1066230: tk707: FTBFS: tcl2c.c:57:21: error: implicit declaration of function ‘strcmp’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I.   -I/usr/include/tcl  -I/usr/include/tcl   
> -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> -o tcl2c.o tcl2c.c
> tcl2c.c: In function ‘main’:
> tcl2c.c:57:21: error: implicit declaration of function ‘strcmp’ 
> [-Werror=implicit-function-declaration]
>57 | if (argc > 1 && strcmp(argv[1], "-c") == 0) {
>   | ^~
> tcl2c.c:47:1: note: include ‘’ or provide a declaration of ‘strcmp’
>46 | #include 
>   +++ |+#include 
>47 | 
> tcl2c.c:64:9: error: implicit declaration of function ‘exit’ 
> [-Werror=implicit-function-declaration]
>64 | exit(1);
>   | ^~~~
> tcl2c.c:47:1: note: include ‘’ or provide a declaration of ‘exit’
>46 | #include 
>   +++ |+#include 
>47 | 
> tcl2c.c:64:9: warning: incompatible implicit declaration of built-in function 
> ‘exit’ [-Wbuiltin-declaration-mismatch]
>64 | exit(1);
>   | ^~~~
> tcl2c.c:64:9: note: include ‘’ or provide a declaration of ‘exit’
> tcl2c.c:93:5: warning: incompatible implicit declaration of built-in function 
> ‘exit’ [-Wbuiltin-declaration-mismatch]
>93 | exit(0);
>   | ^~~~
> tcl2c.c:93:5: note: include ‘’ or provide a declaration of ‘exit’
> cc1: some warnings being treated as errors
> make[1]: *** [Makefile:780: tcl2c.o] Error 1


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

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=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#1066223: ftpcopy: FTBFS: conftest1663576.c:7:9: error: implicit declaration of function ‘_exit’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

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


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

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=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#1066221: citadel-client: FTBFS: src/routines2.c:370:29: error: implicit declaration of function ‘ka_wait’ [-Werror=implicit-function-declaration]

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

Hi,

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

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

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

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

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

Hi,

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

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

Relevant part (hopefully):
> /bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc 
> -DHAVE_CONFIG_H -I. -I./../htlib  -D_REENTRANT -Wdate-time 
> -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> -o os_map.lo os_map.c
> libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./../htlib 
> -D_REENTRANT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c os_map.c  -fPIC -DPIC -o 
> .libs/os_map.o
> os_map.c: In function ‘CDB___os_r_sysattach’:
> os_map.c:87:33: error: implicit declaration of function ‘CDB___db_eopnotsup’ 
> [-Werror=implicit-function-declaration]
>87 | return (CDB___db_eopnotsup(dbenv));
>   | ^~
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:682: os_map.lo] Error 1


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

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=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#1066199: wv: FTBFS: wvWare.c:1474:40: error: implicit declaration of function ‘strcasecmp’; did you mean ‘g_strcasecmp’? [-Werror=implicit-function-declaration]

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

Hi,

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

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

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


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

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

python-qrencode_1.2-7_source.changes ACCEPTED into unstable

2024-03-13 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 13 Mar 2024 10:31:23 +
Source: python-qrencode
Architecture: source
Version: 1.2-7
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Sudip Mukherjee 
Closes: 1032287
Changes:
 python-qrencode (1.2-7) unstable; urgency=medium
 .
   * QA upload.
   * fix crash in Python 3.10 (Closes: #1032287)
 - redo the fix from 1.2-5.1 which was lost with the update to 1.2-6.
   * Add autopkgtest.
Checksums-Sha1:
 01d48fede48ed0a9910f471a16598b7bd3ea8510 2044 python-qrencode_1.2-7.dsc
 aa15d300e5bbbfea3217cd5f4c288132a67fee46 3500 
python-qrencode_1.2-7.debian.tar.xz
 4f9a275aea442124f231f33134de1459513f0d4a 8294 
python-qrencode_1.2-7_amd64.buildinfo
Checksums-Sha256:
 2cd0ee388936cfe4301748b77ede2c03167c1d24cffee9fffa2be862d3fb3272 2044 
python-qrencode_1.2-7.dsc
 1ebe54585a6f3879883eaa0d8a7dca1bf1ffd187ea7ed33f549e5f8d6f678a13 3500 
python-qrencode_1.2-7.debian.tar.xz
 fe57e17e4a602efbfe4a65bb7304d9bce209d21eb9f99c3a4f02226e06115829 8294 
python-qrencode_1.2-7_amd64.buildinfo
Files:
 44b8c9cad4fd25ea80da040aebebd5d4 2044 python optional python-qrencode_1.2-7.dsc
 18d8840fb1472cbbd7a2785e3263b491 3500 python optional 
python-qrencode_1.2-7.debian.tar.xz
 ae27fe8aee6dbc03b3cea755fbb3a283 8294 python optional 
python-qrencode_1.2-7_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAmXxg50ACgkQR5mjUUbR
KzWm8g//dqSVnautYObe5IZQLR2OZ2GsGaIYPtd1Hw75TmK0iTRKlmkfSDoTvqQK
YPDCBq3ZSDzHQ5kqP+jhe8KO3+aGzv2TB8wG2tlPXX3/nBI7rk/ZylbS4Xqk9xLh
AHp9N9ffKKzQmJ7c5L60Q57KW+TLIrryKyv1ILvZUsJihNb0aROjI3f0u/OEIVKh
0e+024rg5xbqAxLBFPDTGT+ndaUVDWN35anxPl+S0Vm1U6F/F2+P9GalKaPKeu+v
SVg9aXVtzMYC/vx5FwIwCQxizoKjYeX0wgvDnIfudZh3R8qKtGupEb/CLB0w0L4J
wqF1XJ0eUCdqilogDxY7pKipTr66OkVryI4DNHqNJja75evPIGBK7UpL1rE8bkl8
Ys6yP3dZMuDPx/HOP8jiPC99pstpClXp078XkgNsjpRV22j6+/dI3YbBgm3id8wx
6gUbKWvPDkjYdEAKLUXuo4e3Bkimeik9ry/BuCrdzLIOPa15wcDMhz/k4oMlZmLT
6zFVOo+pE1UEQ5dJWM47fKt9l7tP+EYz5YFh622gFst0BoVN70f6dgYNFMiq/lnN
KPMalwMPERGssZ979qYx+843mP/jDox773znRxTH/kL+BXsn/FrA4g28IQ9Yq5OF
tDaIzKUHb19NFLKCEbJ2dxy9ydIA2VEbezXI+0frv0lDjlrTrik=
=l3bv
-END PGP SIGNATURE-



pgpAZagnhJkZ8.pgp
Description: PGP signature


Processing of python-qrencode_1.2-7_source.changes

2024-03-13 Thread Debian FTP Masters
python-qrencode_1.2-7_source.changes uploaded successfully to localhost
along with the files:
  python-qrencode_1.2-7.dsc
  python-qrencode_1.2-7.debian.tar.xz
  python-qrencode_1.2-7_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Bug#1020808:

2024-03-13 Thread James Addison
A correction for a mistake in my previous message:

> Because Debian builds packages from a fixed build path, neither the 
> 'reprotest'
> utility in Salsa-CI, nor the Reproducible Builds team's package test
> infrastructure for Debian[1] currently check for equivalent binary package
> output from differing source package build paths.
>
> This means that your package will pass current reproducibility tests; ...
> [ snip ]

Currently the 'reprotest' job in Salsa-CI does in fact continue to exercise
variations of the build-path, and will fail if it builds binary packages that
contain different contents as a result.



Bug#1066185: pekwm: New upstream version available: 0.3.0

2024-03-13 Thread Andrew Chadwick
Package: pekwm
Version: 0.1.18-1
Severity: wishlist
X-Debbugs-Cc: a.t.chadw...@gmail.com

Dear Maintainer,

A new version of pekwm, 0.30.0, has been available from upstream since Jan 
2023. I understand that it comes with a bunch of desktop-focused utilities 
now. Please can you consider updating the version in Debian, when 
convenient, for the next stable release?

https://github.com/pekwm/pekwm/releases/tag/release-0.3.0
https://pekdon.pekwm.se/posts/pekwm_release_history/


many thanks,
Andrew