Your message dated Sun, 17 Apr 2022 09:33:56 +0000
with message-id <e1ng1i4-000bza...@fasolo.debian.org>
and subject line Bug#983961: fixed in advancecomp 2.3-1
has caused the Debian Bug report #983961,
regarding advancecomp: 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.)


-- 
983961: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983961
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:advancecomp
Version: 2.1-2.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/advancecomp_2.1-2.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.

[...]
   74 | time_t file_time(const std::string& path) throw (error);
      |                                           ^~~~~
file.h:75:54: error: ISO C++17 does not allow dynamic exception specifications
   75 | void file_utime(const std::string& path, time_t tod) throw (error);
      |                                                      ^~~~~
file.h:76:45: error: ISO C++17 does not allow dynamic exception specifications
   76 | unsigned file_size(const std::string& path) throw (error);
      |                                             ^~~~~
file.h:77:41: error: ISO C++17 does not allow dynamic exception specifications
   77 | crc_t file_crc(const std::string& path) throw (error);
      |                                         ^~~~~
file.h:78:68: error: ISO C++17 does not allow dynamic exception specifications
   78 | void file_copy(const std::string& path1, const std::string& path2) 
throw (error);
      |                                                                    ^~~~~
file.h:79:68: error: ISO C++17 does not allow dynamic exception specifications
   79 | void file_move(const std::string& path1, const std::string& path2) 
throw (error);
      |                                                                    ^~~~~
file.h:80:44: error: ISO C++17 does not allow dynamic exception specifications
   80 | void file_remove(const std::string& path1) throw (error);
      |                                            ^~~~~
file.h:81:44: error: ISO C++17 does not allow dynamic exception specifications
   81 | void file_mktree(const std::string& path1) throw (error);
      |                                            ^~~~~
In file included from rezip.cc:24:
file.h:70:43: error: ISO C++17 does not allow dynamic exception specifications
   70 | bool file_exists(const std::string& file) throw (error);
      |                                           ^~~~~
file.h:71:75: error: ISO C++17 does not allow dynamic exception specifications
   71 | void file_write(const std::string& path, const char* data, unsigned 
size) throw (error);
      |                                                                         
  ^~~~~
file.h:72:68: error: ISO C++17 does not allow dynamic exception specifications
   72 | void file_read(const std::string& path, char* data, unsigned size) 
throw (error);
      |                                                                    ^~~~~
file.h:73:85: error: ISO C++17 does not allow dynamic exception specifications
   73 | void file_read(const std::string& path, char* data, unsigned offset, 
unsigned size) throw (error);
      |                                                                         
            ^~~~~
file.h:74:43: error: ISO C++17 does not allow dynamic exception specifications
   74 | time_t file_time(const std::string& path) throw (error);
      |                                           ^~~~~
file.h:75:54: error: ISO C++17 does not allow dynamic exception specifications
   75 | void file_utime(const std::string& path, time_t tod) throw (error);
      |                                                      ^~~~~
file.h:76:45: error: ISO C++17 does not allow dynamic exception specifications
   76 | unsigned file_size(const std::string& path) throw (error);
      |                                             ^~~~~
file.h:77:41: error: ISO C++17 does not allow dynamic exception specifications
   77 | crc_t file_crc(const std::string& path) throw (error);
      |                                         ^~~~~
file.h:78:68: error: ISO C++17 does not allow dynamic exception specifications
   78 | void file_copy(const std::string& path1, const std::string& path2) 
throw (error);
      |                                                                    ^~~~~
file.h:79:68: error: ISO C++17 does not allow dynamic exception specifications
   79 | void file_move(const std::string& path1, const std::string& path2) 
throw (error);
      |                                                                    ^~~~~
file.h:80:44: error: ISO C++17 does not allow dynamic exception specifications
   80 | void file_remove(const std::string& path1) throw (error);
      |                                            ^~~~~
file.h:81:44: error: ISO C++17 does not allow dynamic exception specifications
   81 | void file_mktree(const std::string& path1) throw (error);
      |                                            ^~~~~
make[2]: *** [Makefile:836: file.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [Makefile:836: rezip.o] Error 1
make[2]: *** [Makefile:836: zip.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:650: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:3: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: advancecomp
Source-Version: 2.3-1
Done: Piotr Ożarowski <pi...@debian.org>

We believe that the bug you reported is fixed in the latest version of
advancecomp, 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.
Piotr Ożarowski <pi...@debian.org> (supplier of updated advancecomp 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: Sun, 17 Apr 2022 10:36:20 +0200
Source: advancecomp
Binary: advancecomp advancecomp-dbgsym
Architecture: source amd64
Version: 2.3-1
Distribution: unstable
Urgency: medium
Maintainer: Piotr Ożarowski <pi...@debian.org>
Changed-By: Piotr Ożarowski <pi...@debian.org>
Description:
 advancecomp - collection of recompression utilities
Closes: 983961
Changes:
 advancecomp (2.3-1) unstable; urgency=medium
 .
   * New upstream release.
     - builds with GCC-11 (closes: 983961)
   * Remove no longer needed patches
Checksums-Sha1:
 18a9b3406788b9da4f3cc6cfa7037af2a3f5ada8 1755 advancecomp_2.3-1.dsc
 d21b9a928d19ac75b77773d4474e785efd2fa27f 1195172 advancecomp_2.3.orig.tar.gz
 68c256501864bc4e5e7267e7806e5b7c99443384 3488 advancecomp_2.3-1.debian.tar.xz
 0298a85ca3e3ede4fa0884334f27fc6492cc4a03 2326284 
advancecomp-dbgsym_2.3-1_amd64.deb
 9da0c0609abc3405f3ad67823d09db8f572cca42 6431 advancecomp_2.3-1_amd64.buildinfo
 0dd3866a1fb7d488db214be33e19858c50dabd96 201860 advancecomp_2.3-1_amd64.deb
Checksums-Sha256:
 bdd955e953d48b8f467f919bbe60999785d0d4ee1c1a7b34c5ec7bacb4670bb3 1755 
advancecomp_2.3-1.dsc
 8cb9e36d54bc44d7a1cdaf857a8e646dc407363dd127ef79190693f1a123cf18 1195172 
advancecomp_2.3.orig.tar.gz
 f2ac6076c340955373a7c61bdd66970285e3c299b65a448bbb87137828c52fa2 3488 
advancecomp_2.3-1.debian.tar.xz
 3ae8ac876f3a1d7b8b15634970fb60fd7089ba582170d926cd2c6e8786c9c676 2326284 
advancecomp-dbgsym_2.3-1_amd64.deb
 1f8b36e425e31200f107dc44f81389876d5960da824014e21a273f643b56d9d8 6431 
advancecomp_2.3-1_amd64.buildinfo
 e171fd1040b8a3c3647fe6f38240ca1ce1451e661d46f8ef1704b69cb56145fb 201860 
advancecomp_2.3-1_amd64.deb
Files:
 70bca1e4b0626ae559dbca34beac069c 1755 utils optional advancecomp_2.3-1.dsc
 cee1df914592036f91763bf0c2f42de9 1195172 utils optional 
advancecomp_2.3.orig.tar.gz
 19787efe0581db8b8d4ab9634419c6e1 3488 utils optional 
advancecomp_2.3-1.debian.tar.xz
 ca244680d9733a19f65324a1956c3895 2326284 debug optional 
advancecomp-dbgsym_2.3-1_amd64.deb
 8219ffaa1f049f121261c411d9b8a68c 6431 utils optional 
advancecomp_2.3-1_amd64.buildinfo
 ebd6c8998bc24a5d0bc6cca2ababdc28 201860 utils optional 
advancecomp_2.3-1_amd64.deb

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

iQIzBAEBCgAdFiEEHS+omFjar2IXhi33rvbxoqdFdkUFAmJb28MACgkQrvbxoqdF
dkVICg/8CuNpNyrYIHJdwu3KFXeRGtP8NB1b7WXNjqiTtWt+bRx9I1xFmjoul04m
pZG9f/wGbTaB6ZZ0TxExOALp8H82E0Rl993IiT7rka4OkwBg6h8jUb+MCoBZeAeZ
zAsruG6vXEu4ekFF30CvhNn+08iTKhbagqnBKuD9BzW2vFRuCVGOpagVfU3/4LI4
vc9QOJLwDbPqZvSp7Kc9a8oVWFjJr1TnWKGUTgzQGafyl8WtyACCJGbu0rAWGa0u
+Zeb1HuqVN1e5FkpOrloTmLhLZ7t4LeH7OWReUV1AReJd0ZkgHr5wfbwnb8ronJV
hpf/CEZpV/0IRyzvKYPWt/6Cytu8IxO2ZFOCRbPGSQeOMdPqzFJgaeP6RWrTlqum
VgAMZdYPnK/WjZSoi842CxX396N1NG95Ey7ucCdTsrVHm5JY2++8mFTasCGGK6G4
Pt48FOJlhWUyLAN0HvyGK1z4dNvp52QawSR/jVZi801RixIHXhul1ZuHHpR147ev
FGVEpY0R98+4UYP6eMV5JP/93CpQd7tJEmlYt7CbjfsJXo1lk82lp8terPuDLqV3
qKoZlugviT02fAan18epAw8vtk7ADTrniKvhavHToz9E41nfoFml5aUmP+ZIZvBS
NoOqAlQYQsXffAssCWzoRV6teKPkjZ0CBMAQqz3mJOfvC1SNSXc=
=gwUO
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to