Your message dated Wed, 05 Aug 2020 12:20:49 +0000
with message-id <e1k3ipz-00036c...@fasolo.debian.org>
and subject line Bug#957849: fixed in sup 20100519-3
has caused the Debian Bug report #957849,
regarding sup: 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.)


-- 
957849: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957849
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:sup
Version: 20100519-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/sup_20100519-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

[...]
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 fakeroot debian/rules clean
dh clean
dh: warning: Compatibility levels before 9 are deprecated (level 7 in use)
   dh_auto_clean
dh_auto_clean: warning: Compatibility levels before 9 are deprecated (level 7 
in use)
        make -j1 distclean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -f sup supscan supfilesrv libextra.a netcrypt.c *.o core a.out
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
dh_clean: warning: Compatibility levels before 9 are deprecated (level 7 in use)
 debian/rules build
dh build
dh: warning: Compatibility levels before 9 are deprecated (level 7 in use)
   dh_update_autotools_config
   dh_auto_configure
dh_auto_configure: warning: Compatibility levels before 9 are deprecated (level 
7 in use)
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build -- DEBIANCFLAGS="" SITE=LINUX
dh_auto_build: warning: Compatibility levels before 9 are deprecated (level 7 
in use)
        make -j1 DEBIANCFLAGS= SITE=LINUX
make[2]: Entering directory '/<<PKGBUILDDIR>>'
cc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -DHAS_POSIX_DIR 
-DNEED_SETPROCTITLE -DLIBWRAP -I.    -c -o supcmain.o supcmain.c
cc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -DHAS_POSIX_DIR 
-DNEED_SETPROCTITLE -DLIBWRAP -I.    -c -o supcvers.o supcvers.c
cc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -DHAS_POSIX_DIR 
-DNEED_SETPROCTITLE -DLIBWRAP -I.    -c -o supcparse.o supcparse.c
cc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -DHAS_POSIX_DIR 
-DNEED_SETPROCTITLE -DLIBWRAP -I.    -c -o supcname.o supcname.c
cc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -DHAS_POSIX_DIR 
-DNEED_SETPROCTITLE -DLIBWRAP -I.    -c -o supcmisc.o supcmisc.c
cc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -DHAS_POSIX_DIR 
-DNEED_SETPROCTITLE -DLIBWRAP -I.    -c -o supcmeat.o supcmeat.c
cc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -DHAS_POSIX_DIR 
-DNEED_SETPROCTITLE -DLIBWRAP -I.    -c -o scm.o scm.c
scm.c: In function ‘service’:
scm.c:316:2: warning: implicit declaration of function ‘setproctitle’ 
[-Wimplicit-function-declaration]
  316 |  setproctitle("Serving %s", remotehost());
      |  ^~~~~~~~~~~~
cc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -DHAS_POSIX_DIR 
-DNEED_SETPROCTITLE -DLIBWRAP -I.    -c -o scmio.o scmio.c
cc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -DHAS_POSIX_DIR 
-DNEED_SETPROCTITLE -DLIBWRAP -I.    -c -o stree.o stree.c
cc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -DHAS_POSIX_DIR 
-DNEED_SETPROCTITLE -DLIBWRAP -I.    -c -o log.o log.c
cc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -DHAS_POSIX_DIR 
-DNEED_SETPROCTITLE -DLIBWRAP -I.    -c -o supmsg.o supmsg.c
[ Using netcryptvoid.c ]
cp netcryptvoid.c netcrypt.c
cc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -DHAS_POSIX_DIR 
-DNEED_SETPROCTITLE -DLIBWRAP -I.    -c -o netcrypt.o netcrypt.c
cc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -DHAS_POSIX_DIR 
-DNEED_SETPROCTITLE -DLIBWRAP -I.    -c -o atoo.o atoo.c
cc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -DHAS_POSIX_DIR 
-DNEED_SETPROCTITLE -DLIBWRAP -I.    -c -o expand.o expand.c
cc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -DHAS_POSIX_DIR 
-DNEED_SETPROCTITLE -DLIBWRAP -I.    -c -o ffilecopy.o ffilecopy.c
cc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -DHAS_POSIX_DIR 
-DNEED_SETPROCTITLE -DLIBWRAP -I.    -c -o filecopy.o filecopy.c
cc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -DHAS_POSIX_DIR 
-DNEED_SETPROCTITLE -DLIBWRAP -I.    -c -o nxtarg.o nxtarg.c
cc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -DHAS_POSIX_DIR 
-DNEED_SETPROCTITLE -DLIBWRAP -I.    -c -o path.o path.c
cc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -DHAS_POSIX_DIR 
-DNEED_SETPROCTITLE -DLIBWRAP -I.    -c -o quit.o quit.c
cc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -DHAS_POSIX_DIR 
-DNEED_SETPROCTITLE -DLIBWRAP -I.    -c -o read_line.o read_line.c
cc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -DHAS_POSIX_DIR 
-DNEED_SETPROCTITLE -DLIBWRAP -I.    -c -o run.o run.c
cc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -DHAS_POSIX_DIR 
-DNEED_SETPROCTITLE -DLIBWRAP -I.    -c -o estrdup.o estrdup.c
cc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -DHAS_POSIX_DIR 
-DNEED_SETPROCTITLE -DLIBWRAP -I.    -c -o skipto.o skipto.c
cc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -DHAS_POSIX_DIR 
-DNEED_SETPROCTITLE -DLIBWRAP -I.    -c -o vprintf.o vprintf.c
cc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -DHAS_POSIX_DIR 
-DNEED_SETPROCTITLE -DLIBWRAP -I.    -c -o setproctitle.o setproctitle.c
ar r libextra.a atoo.o expand.o ffilecopy.o filecopy.o nxtarg.o path.o quit.o 
read_line.o run.o estrdup.o skipto.o vprintf.o setproctitle.o
ar: creating libextra.a
ranlib libextra.a
cc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -DHAS_POSIX_DIR 
-DNEED_SETPROCTITLE -DLIBWRAP -I.  -o sup supcmain.o supcvers.o supcparse.o 
supcname.o supcmisc.o supcmeat.o scm.o scmio.o stree.o log.o supmsg.o 
netcrypt.o libextra.a -lcrypt -lwrap
/usr/bin/ld: netcrypt.o:(.bss+0x0): multiple definition of `cryptflag'; 
scmio.o:(.bss+0x4): first defined here
/usr/bin/ld: netcrypt.o:(.bss+0x8): multiple definition of `cryptbuf'; 
scmio.o:(.bss+0x8): first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:122: sup] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 DEBIANCFLAGS= SITE=LINUX returned exit code 2
make[1]: *** [debian/rules:10: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:6: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: sup
Source-Version: 20100519-3
Done: Sudip Mukherjee <sudipm.mukher...@gmail.com>

We believe that the bug you reported is fixed in the latest version of
sup, 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.
Sudip Mukherjee <sudipm.mukher...@gmail.com> (supplier of updated sup 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, 05 Aug 2020 12:53:16 +0100
Source: sup
Architecture: source
Version: 20100519-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Sudip Mukherjee <sudipm.mukher...@gmail.com>
Closes: 957849
Changes:
 sup (20100519-3) unstable; urgency=medium
 .
   * QA upload.
   * Fix ftbfs with GCC-10. (Closes: #957849)
   * Remove trailing whitespace from d/changelog.
Checksums-Sha1:
 a8d374a207b476c35d9b1f6df8ca729b98c46399 1666 sup_20100519-3.dsc
 9e41966ea2f254ba7e3325852da514efad1fc821 18272 sup_20100519-3.debian.tar.xz
 6a07019a80496c3f72f2ca859a63fae61d94cf4c 5685 sup_20100519-3_amd64.buildinfo
Checksums-Sha256:
 1b90469ecd3409993296e3a500bc75a2f7732cd29fc791aa62f1567ab9d04177 1666 
sup_20100519-3.dsc
 b7cdb1cf1e589c0cd090e9b573545541978cad4f26f8a724901c2488db4a86d1 18272 
sup_20100519-3.debian.tar.xz
 392105b3e95912c60de938f04cc7aac99be1ef83215c71176b089282eb47c237 5685 
sup_20100519-3_amd64.buildinfo
Files:
 68dc18bbb7f7be93916afd9c0488f78e 1666 devel optional sup_20100519-3.dsc
 1b8ee1e394ed043843830bc616ab00c2 18272 devel optional 
sup_20100519-3.debian.tar.xz
 1aa3fb52093fa3626b7b60162681d1e3 5685 devel optional 
sup_20100519-3_amd64.buildinfo

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

iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAl8qnnEACgkQR5mjUUbR
KzVE9g/6Ahp9nU+Ijdj+CJE+0SU++d3Z5DNWdti3v/pRM5jNqZpOv7kEtDM+HH34
apKFPOYovIWC4oU5hngcU0xS9ErF4Y3vCJ4hjl2fcB6EZ92GsE3oo9yKPdFicny6
/crMVA+kqBOEM6sqSbruOoN9ZET9wvZ9/tzPpfU+DR6TlRyFANkh3MMyRZ8Xi0F+
KgVgGQJcg46VnbJ4gRugal5/PZirgtHH1+UwF3Bh3FvD+hqGxhxDcIdXHbwEry1v
/AZrC1OWMKkQ8Gw0nsxuQbezZPEJVXTHMPiLV5VZjfPTukFDaOLHKafX42gchsCM
aYYS52iJ3R/8+VUzAMmyqm+BrGM0ahfC10i1eTY6yeytKxhhAlHP18VG3Gdlzbyr
ktBcFKbwFNDC+jxEXbnn0VlO4CQg4C0m1lP8Lt8okRV7DA7vJOyrvkuYcvBGCsYK
+BSTpAFVjsPU3NzF2/9vdmeVNGy3OhRnLlXLikp+JPyOo7ZMvF1Iurm2sT6mMY7a
Z4CWwSEXMk8atNQ0mWDK9B9pgxelP30gZvHTeN5hvb7CCEIV+BSpqumZs5Do3ctV
Qn/AfUY6EPto5BYXnD4iXDUgcp8SCo9e4g2jPSQ6tX0/DnnGEiUMBJbVbFWTMtC6
oT5JxL96hWKLjOpkzhocFcZJDqxJ95TYupVcDlFo2Wx+iMEyN4Y=
=GG04
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to