Your message dated Tue, 28 Jul 2020 05:33:29 +0000
with message-id <e1k0iez-000h6f...@fasolo.debian.org>
and subject line Bug#957875: fixed in tftp-hpa 5.2+20150808-1.1
has caused the Debian Bug report #957875,
regarding tftp-hpa: ftbfs with GCC-10
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.)


-- 
957875: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957875
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:tftp-hpa
Version: 5.2+20150808-1
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-10

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/tftp-hpa_5.2+20150808-1_unstable_gcc10.log
The last lines of the build log are at the end of this report.

To build with GCC 10, either set CC=gcc-10 CXX=g++-10 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-10/porting_to.html

[...]
checking for regex.h... yes
checking for library containing regcomp... none required
checking for struct sockaddr_in6.sin6_addr... yes
checking for IPv6 support... yes
checking for struct in6_pktinfo.ipi6_addr... yes
checking whether ln -s works... yes
checking for x86_64-linux-gnu-ranlib... x86_64-linux-gnu-ranlib
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating ./config.status
config.status: creating MCONFIG
config.status: creating aconfig.h
dh_testdir
/usr/bin/make -j4 all
make[1]: Entering directory '/<<PKGBUILDDIR>>'
echo \#define VERSION \"tftp-hpa `cat version`\" > version.h
/usr/bin/make -C  lib
/usr/bin/make -C  common
make[2]: Entering directory '/<<PKGBUILDDIR>>/lib'
x86_64-linux-gnu-gcc -g -O2 -W -Wall -Wpointer-arith -Wbad-function-cast 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wnested-externs -Winline -Wwrite-strings -Wundef -Wshadow -Wsign-compare -pipe 
-fno-strict-aliasing -I/<<PKGBUILDDIR>> -c xmalloc.c
x86_64-linux-gnu-gcc -g -O2 -W -Wall -Wpointer-arith -Wbad-function-cast 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wnested-externs -Winline -Wwrite-strings -Wundef -Wshadow -Wsign-compare -pipe 
-fno-strict-aliasing -I/<<PKGBUILDDIR>> -c xstrdup.c
make[2]: Entering directory '/<<PKGBUILDDIR>>/common'
x86_64-linux-gnu-gcc -g -O2 -W -Wall -Wpointer-arith -Wbad-function-cast 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wnested-externs -Winline -Wwrite-strings -Wundef -Wshadow -Wsign-compare -pipe 
-fno-strict-aliasing -I/<<PKGBUILDDIR>> -c tftpsubs.c
rm -f libxtra.a
ar cq libxtra.a xmalloc.o xstrdup.o
x86_64-linux-gnu-ranlib libxtra.a
make[2]: Leaving directory '/<<PKGBUILDDIR>>/lib'
rm -f libcommon.a
ar cq libcommon.a tftpsubs.o
x86_64-linux-gnu-ranlib libcommon.a
make[2]: Leaving directory '/<<PKGBUILDDIR>>/common'
/usr/bin/make -C  tftp
/usr/bin/make -C  tftpd
make[2]: Entering directory '/<<PKGBUILDDIR>>/tftp'
x86_64-linux-gnu-gcc -g -O2 -W -Wall -Wpointer-arith -Wbad-function-cast 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wnested-externs -Winline -Wwrite-strings -Wundef -Wshadow -Wsign-compare -pipe 
-fno-strict-aliasing -I/<<PKGBUILDDIR>> -c tftp.c
make[2]: Entering directory '/<<PKGBUILDDIR>>/tftpd'
x86_64-linux-gnu-gcc -g -O2 -W -Wall -Wpointer-arith -Wbad-function-cast 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wnested-externs -Winline -Wwrite-strings -Wundef -Wshadow -Wsign-compare -pipe 
-fno-strict-aliasing -I/<<PKGBUILDDIR>> -c tftpd.c
x86_64-linux-gnu-gcc -g -O2 -W -Wall -Wpointer-arith -Wbad-function-cast 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wnested-externs -Winline -Wwrite-strings -Wundef -Wshadow -Wsign-compare -pipe 
-fno-strict-aliasing -I/<<PKGBUILDDIR>> -c main.c
x86_64-linux-gnu-gcc -g -O2 -W -Wall -Wpointer-arith -Wbad-function-cast 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wnested-externs -Winline -Wwrite-strings -Wundef -Wshadow -Wsign-compare -pipe 
-fno-strict-aliasing -I/<<PKGBUILDDIR>> -c recvfrom.c
tftp.c: In function ‘tftp_sendfile’:
tftp.c:88:5: warning: implicit declaration of function ‘bsd_signal’; did you 
mean ‘ssignal’? [-Wimplicit-function-declaration]
   88 |     bsd_signal(SIGALRM, timer);
      |     ^~~~~~~~~~
      |     ssignal
tftp.c:88:5: warning: nested extern declaration of ‘bsd_signal’ 
[-Wnested-externs]
main.c: In function ‘main’:
main.c:308:5: warning: implicit declaration of function ‘bsd_signal’; did you 
mean ‘ssignal’? [-Wimplicit-function-declaration]
  308 |     bsd_signal(SIGINT, intr);
      |     ^~~~~~~~~~
      |     ssignal
main.c:308:5: warning: nested extern declaration of ‘bsd_signal’ 
[-Wnested-externs]
x86_64-linux-gnu-gcc -g -O2 -W -Wall -Wpointer-arith -Wbad-function-cast 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wnested-externs -Winline -Wwrite-strings -Wundef -Wshadow -Wsign-compare -pipe 
-fno-strict-aliasing -I/<<PKGBUILDDIR>> -c misc.c
x86_64-linux-gnu-gcc -g -O2 -W -Wall -Wpointer-arith -Wbad-function-cast 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wnested-externs -Winline -Wwrite-strings -Wundef -Wshadow -Wsign-compare -pipe 
-fno-strict-aliasing -I/<<PKGBUILDDIR>> -c remap.c
sed -e 's/@@VERSION@@/5.2/g' < tftp.1.in > tftp.1
sed -e 's/@@VERSION@@/5.2/g' < tftpd.8.in > tftpd.8
tftpd.c: In function ‘tftp_recvfile’:
tftpd.c:1645:69: warning: argument ‘oap’ might be clobbered by ‘longjmp’ or 
‘vfork’ [-Wclobbered]
 1645 | static void tftp_recvfile(const struct formats *pf, struct tftphdr 
*oap, int oacklen)
      |                                                     ~~~~~~~~~~~~~~~~^~~
x86_64-linux-gnu-gcc  tftp.o main.o ../common/libcommon.a  
/<<PKGBUILDDIR>>/lib/libxtra.a  -o tftp
/usr/bin/ld: main.o:/<<PKGBUILDDIR>>/tftp/main.c:98: multiple definition of 
`toplevel'; tftp.o:/<<PKGBUILDDIR>>/tftp/tftp.c:51: first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:12: tftp] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/tftp'
make[1]: *** [Makefile:7: tftp.build] Error 2
make[1]: *** Waiting for unfinished jobs....
x86_64-linux-gnu-gcc  tftpd.o recvfrom.o misc.o remap.o ../common/libcommon.a 
-lwrap -lnsl  /<<PKGBUILDDIR>>/lib/libxtra.a  -o tftpd
make[2]: Leaving directory '/<<PKGBUILDDIR>>/tftpd'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:43: build-arch-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: tftp-hpa
Source-Version: 5.2+20150808-1.1
Done: Salvatore Bonaccorso <car...@debian.org>

We believe that the bug you reported is fixed in the latest version of
tftp-hpa, 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 957...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Salvatore Bonaccorso <car...@debian.org> (supplier of updated tftp-hpa 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: Thu, 23 Jul 2020 06:53:24 +0200
Source: tftp-hpa
Architecture: source
Version: 5.2+20150808-1.1
Distribution: unstable
Urgency: medium
Maintainer: Ron Lee <r...@debian.org>
Changed-By: Salvatore Bonaccorso <car...@debian.org>
Closes: 957875
Changes:
 tftp-hpa (5.2+20150808-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix build error with GCC 10 due to multiple definition of `toplevel'
     (Closes: #957875)
Checksums-Sha1: 
 7489c370afb6cb5317a0873f48fffc618c6f9c17 2238 tftp-hpa_5.2+20150808-1.1.dsc
 a3b215091011f9ad29920b6c4304d8020c2f9184 24348 
tftp-hpa_5.2+20150808-1.1.diff.gz
Checksums-Sha256: 
 77ab910cb4da396d126c98f12b2639c41e72cff37d374a62af9889b8c9648310 2238 
tftp-hpa_5.2+20150808-1.1.dsc
 adf459366a6c9be8352e2657d9d6374ea1fe37cbaa370fc5a3a1df7bd4aa9613 24348 
tftp-hpa_5.2+20150808-1.1.diff.gz
Files: 
 46d41582d6d0f59327e205486158af1d 2238 net extra tftp-hpa_5.2+20150808-1.1.dsc
 9816d100033bb9f790b55be13efa77a2 24348 net extra 
tftp-hpa_5.2+20150808-1.1.diff.gz

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

iQKmBAEBCgCQFiEERkRAmAjBceBVMd3uBUy48xNDz0QFAl8ZGo5fFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDQ2
NDQ0MDk4MDhDMTcxRTA1NTMxRERFRTA1NENCOEYzMTM0M0NGNDQSHGNhcm5pbEBk
ZWJpYW4ub3JnAAoJEAVMuPMTQ89EFTQP/2imWOGbWH009i+QhHJXYYCIEJY6bATG
MQVFQaiHWerWJ7jdzlhT+y/H+gFqT4KnsfRKvpc6FEiYEdIWBcNluSkSRNQaLVh0
CC0/qLDSKwOsH16ihDt87SkFlaN+kfHxmh7aXriDaF9TklvPwyF69IuM/S5njS1f
7dZrnMHf8fyFkvYo0B0GcaaHNUAO80uv1KIDlEDcY188FDzA0mWe9UzBzqafGakR
RbLvXZqQyIP6ffZTyza5OX9RgeFpV1J/MmTWNPzn31hUPOmgrTCaXl92UWiBCp2a
lDyHQln5eZQ9wO9IRzpZ2o8Z2flb/dOkCZ66JRmobvIPZrxkcgOGla27dxijQNOO
ZWJaIaWrdniJz49JqtxTfp+Dqfc1ceYw6vdOPI3C09AsFXQrK5X71/Y/5k5aGLb7
K901rNuN5ybDxMjAQW0w0APs/eVwl2wIXpdImkZ4lCE4Iz6C+KoUCpYvBOU0/8tm
KabkEYUB8vIR8U+ToF2RkeupUNdxR0OLifOYjzHKwj8QOqdfWqPBUm9kZohxKboq
DZg6BuVe/sO1VDI/zUaAUwa952/6DCtqvP5EEco0zcHMZUssJQcEbHTriSWtYZIO
FEmksmLsClmEg6CQ+swL0g/sLzWXHFsoyIobWVY0uuSP0XiC2A7oLfXISwc43ybv
XI5OR8ca2wcs
=6nMG
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to