Your message dated Wed, 24 Apr 2024 20:36:14 +0000
with message-id <e1rzjli-00gmrs...@fasolo.debian.org>
and subject line Bug#1066372: fixed in baycomepp 0.10-18
has caused the Debian Bug report #1066372,
regarding baycomepp: FTBFS: eppfpga.c:240:63: error: implicit declaration of 
function ‘strcmp’ [-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.)


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

Hi,

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

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

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


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

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

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

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

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

--- End Message ---
--- Begin Message ---
Source: baycomepp
Source-Version: 0.10-18
Done: Patrick Winnertz <win...@debian.org>

We believe that the bug you reported is fixed in the latest version of
baycomepp, 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.
Patrick Winnertz <win...@debian.org> (supplier of updated baycomepp 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, 24 Apr 2024 22:09:14 +0200
Source: baycomepp
Architecture: source
Version: 0.10-18
Distribution: unstable
Urgency: medium
Maintainer: Debian Hamradio Maintainers <debian-h...@lists.debian.org>
Changed-By: Patrick Winnertz <win...@debian.org>
Closes: 1066372
Changes:
 baycomepp (0.10-18) unstable; urgency=medium
 .
   * Team upload
   * Add a patch for the FTBFS due to a missing declaration of strcmp (Closes: 
#1066372)
   * Bump standards version to 4.7.0 - no changes needed.
   * Include hardening=+all, so at least two files get hardened now.
Checksums-Sha1:
 d05a3ba81ff53ba47da1cc4015f8877161874c97 2029 baycomepp_0.10-18.dsc
 47914c6583800a16ff458b084eb78283b04713c0 130892 baycomepp_0.10-18.debian.tar.xz
 0a0389a0c1eb4e85bafffe3b40414be0b6508465 6187 baycomepp_0.10-18_amd64.buildinfo
Checksums-Sha256:
 31022275477fd20ba566b3b5d80cda473cc7e792a3d44383eb5653580fcfa4fc 2029 
baycomepp_0.10-18.dsc
 3590213dfc6b0d9ecf2a88ea9735bf22ea70ab09ab411df2c4134fbdb75ecb1a 130892 
baycomepp_0.10-18.debian.tar.xz
 a3236bd4c7b2fd1cb24bf87c20949d8f42e962b5ba1b5b02febbb2fab720f4a8 6187 
baycomepp_0.10-18_amd64.buildinfo
Files:
 805c6803743f48a5d31a84408b3b78fe 2029 hamradio optional baycomepp_0.10-18.dsc
 ed58f8b0ac60bf2c595faf2706434314 130892 hamradio optional 
baycomepp_0.10-18.debian.tar.xz
 0963703bd309f3c90c594134b59c02ca 6187 hamradio optional 
baycomepp_0.10-18_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJGBAEBCgAwFiEE8s7HdaJ514A0GZEJjUsraXJJeKIFAmYpZ3cSHHdpbm5pZUBk
ZWJpYW4ub3JnAAoJEI1LK2lySXiiOGcQAL9Q9pzFNgsCFXJmyebPVBuI5yXY6i4V
kNi793cQ2M4en6LiBuBYvXT1hqCzRK2uV23Nee9Uz+TvMqFRfhAcUU0Non72Q2EY
lMHC70Bho6a5QpZ5EOdOXxvsdWHtzdI10zPgNkODV4YcY4xK01RIyuRaSNDO1LFb
AoFuZTD6rj1F+FmVb1tm+yfbt2YMRZ9n6+VjN2AjVsjfB9Zf5Yx4JVJkEDujicuF
YdeYI9B/FCfRhWUaShTBZYWfHpsBjWr/scXuZfRU86x+4caYSrW7NiPhS44iPqVT
W/binoxbSnZF3+1go1b9PsT8mlRHiFksENe5HXW1cVe8SkPxOeY+ZyGrFbBUah2v
nLlx0kBGs9tXVGCwManXHovRLDDDZVzQak9fMrUmnYkh2ssKRJw/txiPlxV6MBvm
H9Z/ijpL4LomWNYWBcf0BzahTI4Nb+eDTk8wKew70T159AjY3TxSx2lK2xF8yGZS
AvG1ADx3jzOFl6a5LvXR56eohIy6yCO9mfzLLn4ZjT+JQlaCBjGkjB84XP4UeYbG
nfAMKSa4P5/zwNPvxd3xV7NJ4alRAUF51OYiXBjV7QaT05VhkqleHtJkbUJWWsvl
tURWZ8+Y0+giIVrVdr2EYVYm6z88t8kIhOYdnYHyeCeUCGnONQHjdQbrxukPGVQY
zOQCqVsYaMoy
=p1ff
-----END PGP SIGNATURE-----

Attachment: pgpKgjZ_CInfJ.pgp
Description: PGP signature


--- End Message ---

Reply via email to