Your message dated Sat, 16 Oct 2021 11:03:29 +0000
with message-id <e1mbhtn-000gav...@fasolo.debian.org>
and subject line Bug#983977: fixed in avarice 2.14+svn392-1
has caused the Debian Bug report #983977,
regarding avarice: ftbfs with GCC-11
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.)


-- 
983977: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983977
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:avarice
Version: 2.14-1
Severity: normal
Tags: sid bookworm
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-11

[This bug is not targeted to the upcoming bullseye release]

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-11/g++-11, but succeeds to build with gcc-10/g++-10. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.

The full build log can be found at:
http://people.debian.org/~doko/logs/20210228/filtered/gcc11/avarice_2.14-1_unstable_gcc11.log
The last lines of the build log are at the end of this report.

To build with GCC 11, either set CC=gcc-11 CXX=g++-11 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-11/porting_to.html

GCC 11 defaults to the GNU++17 standard.  If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.

[...]
checking sys/select.h usability... yes
checking sys/select.h presence... no
configure: WARNING: sys/select.h: accepted by the compiler, rejected by the 
preprocessor!
configure: WARNING: sys/select.h: proceeding with the compiler's result
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking whether lstat correctly handles trailing slash... no
checking whether stat accepts an empty string... yes
checking for vprintf... yes
checking for _doprnt... no
checking for atexit... yes
checking for gethostbyname... yes
checking for inet_ntoa... yes
checking for memmove... yes
checking for memset... yes
checking for select... yes
checking for socket... (cached) yes
checking for strcasecmp... yes
checking for strerror... yes
checking for strtol... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating scripts/Makefile
config.status: creating scripts/ice-gdb
config.status: WARNING:  'scripts/ice-gdb.in' seems to ignore the --datarootdir 
setting
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating avarice.spec
config.status: creating Makefile
config.status: creating src/autoconf.h
config.status: executing depfiles commands
   dh_auto_build
        make -j4
make[1]: Entering directory '/<<PKGBUILDDIR>>'
Making all in scripts
make[2]: Entering directory '/<<PKGBUILDDIR>>/scripts'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>/scripts'
Making all in src
make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
make  all-am
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
gcc -DHAVE_CONFIG_H -I.  -Wall -Wextra -DENABLE_TARGET_PROGRAMMING=0 
-Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o crc16.o crc16.c
g++ -DHAVE_CONFIG_H -I.  -Wall -Wextra -DENABLE_TARGET_PROGRAMMING=0 
-Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -pthread -c -o 
devdescr.o devdescr.cc
g++ -DHAVE_CONFIG_H -I.  -Wall -Wextra -DENABLE_TARGET_PROGRAMMING=0 
-Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -pthread -c -o 
ioreg.o ioreg.cc
g++ -DHAVE_CONFIG_H -I.  -Wall -Wextra -DENABLE_TARGET_PROGRAMMING=0 
-Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -pthread -c -o 
jtag2bp.o jtag2bp.cc
g++ -DHAVE_CONFIG_H -I.  -Wall -Wextra -DENABLE_TARGET_PROGRAMMING=0 
-Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -pthread -c -o 
jtag2io.o jtag2io.cc
In file included from jtag2bp.cc:39:
jtag2.h:159:52: error: ISO C++17 does not allow dynamic exception specifications
  159 |                        bool retryOnTimeout = true) 
throw(jtag_exception);
      |                                                    ^~~~~
make[3]: *** [Makefile:530: jtag2bp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
In file included from jtag2io.cc:41:
jtag2.h:159:52: error: ISO C++17 does not allow dynamic exception specifications
  159 |                        bool retryOnTimeout = true) 
throw(jtag_exception);
      |                                                    ^~~~~
jtag2io.cc:369:5: error: ISO C++17 does not allow dynamic exception 
specifications
  369 |     throw (jtag_exception)
      |     ^~~~~
make[3]: *** [Makefile:530: jtag2io.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:375: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:392: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: avarice
Source-Version: 2.14+svn392-1
Done: Tobias Frost <t...@debian.org>

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

Debian distribution maintenance software
pp.
Tobias Frost <t...@debian.org> (supplier of updated avarice 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: SHA256

Format: 1.8
Date: Sat, 16 Oct 2021 12:40:06 +0200
Source: avarice
Architecture: source
Version: 2.14+svn392-1
Distribution: unstable
Urgency: medium
Maintainer: Tobias Frost <t...@debian.org>
Changed-By: Tobias Frost <t...@debian.org>
Closes: 983977
Changes:
 avarice (2.14+svn392-1) unstable; urgency=medium
 .
   * New upstream SVN snapshot.
     - It should compile with gcc-11 (Closes: #983977)
   * Update d/watch to follow the SVN; add mangling script to remove extra
     arvarice directory in tarball.
   * Override repackaged-source-not-advertised.
   * Christian Kastner wants to step down as Maintainer, so adding myself as
     Maintainer. A big Thank You for all your contributions!
   * Remove debian/patches/ftbfs-__unused.patch as have been applied upstream.
   * Update SV to 4.6.0 -- no changes required.
   * Add d/upstream/metadata.
Checksums-Sha1:
 3b358282237155d792b14bd14ff0826a99ad52f5 1988 avarice_2.14+svn392-1.dsc
 f146e1143652bd79a5231c104d679a74622127d4 142536 avarice_2.14+svn392.orig.tar.xz
 84d84b28d51eb04e5798a64a85426b5bb5d0bac3 6824 
avarice_2.14+svn392-1.debian.tar.xz
 17fd69bc610c92f770ab6c7b7ad6aeb0b5226445 6334 
avarice_2.14+svn392-1_amd64.buildinfo
Checksums-Sha256:
 1946018d1d02eb52b7df836df4d6cbf81789fd3dbfc220d177f27d4f59238d16 1988 
avarice_2.14+svn392-1.dsc
 2d57d55bd3caeac0852003c06d73f4b42ed6a0d8e0dafdc1a29b9fc3e994f630 142536 
avarice_2.14+svn392.orig.tar.xz
 4b94be5ecb9f636a025ebf3c1820a8d31e484c72fbc7e4ee5962442816ae9f2b 6824 
avarice_2.14+svn392-1.debian.tar.xz
 d0f444b4d3b7269f0bba46977c5e82f274c64a1886d68c55dc31348c7ea5a8a2 6334 
avarice_2.14+svn392-1_amd64.buildinfo
Files:
 1981b731cf37b73fed258e6805e7229d 1988 electronics optional 
avarice_2.14+svn392-1.dsc
 37706b37eb99a0293a08c0c8905f07b9 142536 electronics optional 
avarice_2.14+svn392.orig.tar.xz
 70f61df8080b7576a4c087aa1a390b64 6824 electronics optional 
avarice_2.14+svn392-1.debian.tar.xz
 c62482a08994a19db4995a905d4b13a4 6334 electronics optional 
avarice_2.14+svn392-1_amd64.buildinfo

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

iQIzBAEBCAAdFiEE/d0M/zhkJ3YwohhskWT6HRe9XTYFAmFqrGwACgkQkWT6HRe9
XTZCpRAArt1WYcdq8qWzc5WNnYJv+4iGx7mx4S0DVT/t8lYzUBgd0ad5W3EpraFp
U8O6y28K6JH6JWEOBFO7b2ZfqCD1en6Qo5oWLVLTVvljPg7V+e34PSVb52JrAhqb
zLaQZi9UMBMyfSrWRMlCnpE4RPjfx2o/T5jktIF89ccnugamHCdUigmwY19Tlxcy
K1bbxAckQarkRrfM9TWE6u/aHAWSvpqrsRcfTtvpZP2zd9D0XdGF7bZUtDzUoPr1
mKx4wGyVATRmU79RNWaHXt34oK8UOvzVaqB7i9BvTTnoBp+FcCXJ29jwkJGS6akc
INsog4wv8SMA77QPSUHOD5Q6ZkN5v2PoqW25rCU3SJsUgczJEeb/pdF6PpDoJsW0
RDGITBjYWzEbAfdzPLcHi2UkGOSBguXIGYei1qPZKWli/1v2ucpEHjNoJ4cTEQoF
woDbJ9hXpPUBH6oL1p61+HE0II9g95huCj4mYICfhLjXndxm3Sk8CoJOEV9/SE52
iemkKaCVjtEGr27m5QcLvCKXYmbGG61+1IsNgEK4Ix7DaKqypHXA2aMoJAYr41GP
yQSJ9eol+mhXq5Lmn+4yyHyWzdj0ZBebj51ry1agMF+Q0L5Zp44seXoNe1kQyGQB
PYquK6irYzkJ6hRvjde+3jBFRBk7qfo1WuIm5DWmXx86LsMdX3g=
=2196
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to