Your message dated Sun, 07 Nov 2021 03:18:27 +0000
with message-id <e1mjyhp-000agi...@fasolo.debian.org>
and subject line Bug#983963: fixed in aiksaurus 1.2.1+dev-0.12-7
has caused the Debian Bug report #983963,
regarding aiksaurus: 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.)


-- 
983963: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983963
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:aiksaurus
Version: 1.2.1+dev-0.12-6.3
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/aiksaurus_1.2.1+dev-0.12-6.3_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.

[...]

make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_build
dh_auto_build: warning: Compatibility levels before 10 are deprecated (level 9 
in use)
        make -j1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make  all-recursive
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Making all in base
make[3]: Entering directory '/<<PKGBUILDDIR>>/base'
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DAIK_DATA_DIR=\"/usr/share/aiksaurus/\" 
-Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o aiksaurus.t.o 
aiksaurus.t.cpp
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. 
-I.. -DAIK_DATA_DIR=\"/usr/share/aiksaurus/\" -Wdate-time -D_FORTIFY_SOURCE=2  
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o Aiksaurus.lo Aiksaurus.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. 
-DAIK_DATA_DIR=\"/usr/share/aiksaurus/\" -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c Aiksaurus.cpp  -fPIC -DPIC -o .libs/Aiksaurus.o
In file included from Aiksaurus.cpp:28:
MeaningsFile.h:49:17: error: ISO C++17 does not allow dynamic exception 
specifications
   49 |                 throw(AiksaurusException);
      |                 ^~~~~
MeaningsFile.h:54:45: error: ISO C++17 does not allow dynamic exception 
specifications
   54 |             MeaningsFile(const char* fname) throw(AiksaurusException);
      |                                             ^~~~~
MeaningsFile.h:58:35: error: ISO C++17 does not allow dynamic exception 
specifications
   58 |             int* getWords(int id) throw(AiksaurusException);
      |                                   ^~~~~
In file included from Aiksaurus.cpp:29:
WordsFile.h:58:42: error: ISO C++17 does not allow dynamic exception 
specifications
   58 |             WordsFile(const char* fname) throw(AiksaurusException);
      |                                          ^~~~~
WordsFile.h:62:35: error: ISO C++17 does not allow dynamic exception 
specifications
   62 |             void loadWord(int id) throw(AiksaurusException);
      |                                   ^~~~~
WordsFile.h:63:56: error: ISO C++17 does not allow dynamic exception 
specifications
   63 |             bool findWord(const char* str, int& index) 
throw(AiksaurusException);
      |                                                        ^~~~~
In file included from Aiksaurus.cpp:30:
WordStream.h:41:36: error: ISO C++17 does not allow dynamic exception 
specifications
   41 |             WordStream(int* words) throw(std::bad_alloc)
      |                                    ^~~~~
Aiksaurus.cpp:101:17: error: ISO C++17 does not allow dynamic exception 
specifications
  101 |                 throw(AiksaurusException);
      |                 ^~~~~
Aiksaurus.cpp:107:41: error: ISO C++17 does not allow dynamic exception 
specifications
  107 |             bool find(const char* word) throw(AiksaurusException);
      |                                         ^~~~~
Aiksaurus.cpp:108:39: error: ISO C++17 does not allow dynamic exception 
specifications
  108 |             const char* next(int& id) throw(AiksaurusException);
      |                                       ^~~~~
Aiksaurus.cpp:109:35: error: ISO C++17 does not allow dynamic exception 
specifications
  109 |             const char* similar() throw(AiksaurusException);
      |                                   ^~~~~
Aiksaurus.cpp:115:1: error: ISO C++17 does not allow dynamic exception 
specifications
  115 | throw(AiksaurusException)
      | ^~~~~
Aiksaurus.cpp:155:39: error: ISO C++17 does not allow dynamic exception 
specifications
  155 | ThesaurusImpl::find(const char* word) throw(AiksaurusException)
      |                                       ^~~~~
Aiksaurus.cpp:200:42: error: ISO C++17 does not allow dynamic exception 
specifications
  200 | const char* ThesaurusImpl::next(int& id) throw(AiksaurusException)
      |                                          ^~~~~
Aiksaurus.cpp:223:38: error: ISO C++17 does not allow dynamic exception 
specifications
  223 | const char* ThesaurusImpl::similar() throw(AiksaurusException)
      |                                      ^~~~~
make[3]: *** [Makefile:565: Aiksaurus.lo] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/base'
make[2]: *** [Makefile:432: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:362: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:10: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: aiksaurus
Source-Version: 1.2.1+dev-0.12-7
Done: Jonas Smedegaard <d...@jones.dk>

We believe that the bug you reported is fixed in the latest version of
aiksaurus, 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.
Jonas Smedegaard <d...@jones.dk> (supplier of updated aiksaurus 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, 07 Nov 2021 06:22:57 +0100
Source: aiksaurus
Architecture: source
Version: 1.2.1+dev-0.12-7
Distribution: unstable
Urgency: medium
Maintainer: Jonas Smedegaard <d...@jones.dk>
Changed-By: Jonas Smedegaard <d...@jones.dk>
Closes: 836473 983963
Changes:
 aiksaurus (1.2.1+dev-0.12-7) unstable; urgency=medium
 .
   * adopt package; add myself as maintainer;
     closes: bug#836473, thanks to Masayuki Hatta for past work
   * add git-buildpackage config:
     + enable pristine-tar
     + enable signed tags
     + filter-out any .git* file
     + use DEP14 branch naming scheme
   * work around FTPFS with g++ 11 by setting CXXFLAG -std=c++14;
     closes: bug#983963, thanks to Matthias Klose
   * use debhelper compatibility level 13 (not 9);
     explicitly list *.la files as not installed;
     build-depend on debhelper-compat (not debhelper);
     stop build-depend explicitly on dh-autoreconf
   * omit install missing GTK documentation files
Checksums-Sha1:
 22ce05523f5d7db8a8957bd5a8c80ba47b7e0b24 2206 aiksaurus_1.2.1+dev-0.12-7.dsc
 4fcb46c015e14618acd55e039407cd802679b0a8 9084 
aiksaurus_1.2.1+dev-0.12-7.debian.tar.xz
 c7238683ae253c0eccc133946da226e6299c9310 14092 
aiksaurus_1.2.1+dev-0.12-7_amd64.buildinfo
Checksums-Sha256:
 0e89497a1445f1ecf889f12ff920b88267a064fb41299bbc49d9c7e62f7d8644 2206 
aiksaurus_1.2.1+dev-0.12-7.dsc
 8ac4f8356654383a3ac0599e6367d7173c7ead55c631bf9b6b83f3aff2ed73da 9084 
aiksaurus_1.2.1+dev-0.12-7.debian.tar.xz
 81421cc2e4ada4d4eae4246f96cb6cbfda4e32163c95799fdffba359667059fd 14092 
aiksaurus_1.2.1+dev-0.12-7_amd64.buildinfo
Files:
 13c980587bb9a11e680c83faf6dd53bb 2206 devel optional 
aiksaurus_1.2.1+dev-0.12-7.dsc
 9f4c735a80835248275187fcaf0b6123 9084 devel optional 
aiksaurus_1.2.1+dev-0.12-7.debian.tar.xz
 a6400afe4d902571050975ff1d8c6781 14092 devel optional 
aiksaurus_1.2.1+dev-0.12-7_amd64.buildinfo

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

iQIzBAEBCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAmGHZAQACgkQLHwxRsGg
ASGD+Q//eJA4snIa9NuBtMHBh4pxsVVxnG6g+6dtsSM2cQJsswMPboZHn8X1yOQA
bEVwA9aflAtSsQjbKVP05VPTGtybxDKnDo6KheFb1m/L/bpQNyiJ6dAfXtTqjkCx
np9tDbYBVy8o+z9z4/Qs8FVEbZ3mRK6dO+gIFSLkN0UUt/lpGcvAUwgqdQWMDS6y
yYURCaXDtCLZe9VhKAOelICcwHFcr1TEF1xdP7HbUHRnl2zEgfvIbtL0rkqAPqlq
ETtOi65TjTwxIMqzZM2oNIvKGgQpm1zjlpO2+vrY4xRjVWt2q8WUc+PjVGvPYCHf
crNdgzJhWx3KgdkjVETLSpkCLCg1WPDOFOCQMVoTpUxaT8QUgKkmz002q5KWpJU4
MDWx5wfq0XFHXnkXrMUsXUBwCEF/3hgQc2mEN3SZHpkuJGc9HEfm7/bFh4/fRMTv
QxSc4UbCEj2eRWWrfZ2iauLiuIxQuPxzm7rrSncTM2pQCsbkucLfgIPkx8F4Qq56
QSygBDRPE0BYLDRp5Iq17xuO/S/Wl/bGMzqzPiryuc333EYzsa/ZaqBgjx3ReRrk
yfz++PHPWWsUbpS3HylptE3ff4u8dCq/mapC/9U1FWHH6ouBRC3mO9iv7G210f0y
7QOgXW2mKOrXBBFSNPrq5sIUIpAfcJK86F2Fap/FfpIIs9fDKyc=
=BB6e
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to