Your message dated Sat, 18 Dec 2021 00:18:59 +0000
with message-id <e1mynrd-0007lh...@fasolo.debian.org>
and subject line Bug#984154: fixed in gnome-chemistry-utils 0.14.17-6.1
has caused the Debian Bug report #984154,
regarding gnome-chemistry-utils: 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.)
--
984154: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984154
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gnome-chemistry-utils
Version: 0.14.17-5
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/gnome-chemistry-utils_0.14.17-5_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.
[...]
181 | bool SetTarget (char const *id, Object **target, Object
*parent, Object *owner = NULL, Action action = ActionException) throw
(std::runtime_error);
|
^~~~~
document.h:187:32: error: ISO C++17 does not allow dynamic exception
specifications
187 | virtual bool Loaded () throw (LoaderError);
| ^~~~~
make[4]: *** [Makefile:687: chain.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: *** [Makefile:687: atom.lo] Error 1
make[4]: *** [Makefile:687: bond.lo] Error 1
application.cc: In member function ‘void gcu::Application::AddRule(gcu::TypeId,
gcu::RuleId, gcu::TypeId)’:
application.cc:432:64: warning: this statement may fall through
[-Wimplicit-fallthrough=]
432 | typedesc1.RequiredChildren.insert (typedesc2.Id);
| ^
application.cc:433:9: note: here
433 | case RuleMayContain:
| ^~~~
application.cc:438:63: warning: this statement may fall through
[-Wimplicit-fallthrough=]
438 | typedesc1.RequiredParents.insert (typedesc2.Id);
| ^
application.cc:439:9: note: here
439 | case RuleMayBeIn:
| ^~~~
application.cc: In member function ‘char* gcu::Application::ConvertToCML(const
string&, const char*, const char*)’:
application.cc:597:23: warning: ignoring return value of ‘ssize_t write(int,
const void*, size_t)’ declared with attribute ‘warn_unused_result’
[-Wunused-result]
597 | write (sock, buf.c_str (), buf.length ());
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
application.cc:644:23: warning: ignoring return value of ‘ssize_t write(int,
const void*, size_t)’ declared with attribute ‘warn_unused_result’
[-Wunused-result]
644 | write (sock, buf.c_str (), buf.length ());
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
application.cc:645:23: warning: ignoring return value of ‘ssize_t write(int,
const void*, size_t)’ declared with attribute ‘warn_unused_result’
[-Wunused-result]
645 | write (sock, szbuf, size);
| ~~~~~~^~~~~~~~~~~~~~~~~~~
application.cc: In member function ‘char*
gcu::Application::ConvertToCML(GsfInput*, const char*, const char*)’:
application.cc:696:15: warning: ignoring return value of ‘ssize_t write(int,
const void*, size_t)’ declared with attribute ‘warn_unused_result’
[-Wunused-result]
696 | write (sock, buf.c_str (), buf.length ());
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
application.cc:697:15: warning: ignoring return value of ‘ssize_t write(int,
const void*, size_t)’ declared with attribute ‘warn_unused_result’
[-Wunused-result]
697 | write (sock, outbuf, n);
| ~~~~~~^~~~~~~~~~~~~~~~~
application.cc: In member function ‘void gcu::Application::ConvertFromCML(const
char*, const string&, const char*, const char*)’:
application.cc:745:23: warning: ignoring return value of ‘ssize_t write(int,
const void*, size_t)’ declared with attribute ‘warn_unused_result’
[-Wunused-result]
745 | write (sock, os.str ().c_str (), os.str ().length ());
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
application.cc:746:23: warning: ignoring return value of ‘ssize_t write(int,
const void*, size_t)’ declared with attribute ‘warn_unused_result’
[-Wunused-result]
746 | write (sock, cml, l);
| ~~~~~~^~~~~~~~~~~~~~
application.cc:753:15: warning: ignoring return value of ‘ssize_t write(int,
const void*, size_t)’ declared with attribute ‘warn_unused_result’
[-Wunused-result]
753 | write (sock, os.str ().c_str (), os.str ().length ());
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
application.cc:754:15: warning: ignoring return value of ‘ssize_t write(int,
const void*, size_t)’ declared with attribute ‘warn_unused_result’
[-Wunused-result]
754 | write (sock, cml, l);
| ~~~~~~^~~~~~~~~~~~~~
application.cc: In member function ‘void gcu::Application::ConvertFromCML(const
char*, GsfOutput*, const char*, const char*)’:
application.cc:797:15: warning: ignoring return value of ‘ssize_t write(int,
const void*, size_t)’ declared with attribute ‘warn_unused_result’
[-Wunused-result]
797 | write (sock, os.str ().c_str (), os.str ().length ());
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
application.cc:798:15: warning: ignoring return value of ‘ssize_t write(int,
const void*, size_t)’ declared with attribute ‘warn_unused_result’
[-Wunused-result]
798 | write (sock, cml, l);
| ~~~~~~^~~~~~~~~~~~~~
make[4]: *** [Makefile:687: application.lo] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/libs/gcu'
make[3]: *** [Makefile:455: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/libs'
make[2]: *** [Makefile:603: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:514: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:13: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: gnome-chemistry-utils
Source-Version: 0.14.17-6.1
Done: Adrian Bunk <b...@debian.org>
We believe that the bug you reported is fixed in the latest version of
gnome-chemistry-utils, 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 984...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Adrian Bunk <b...@debian.org> (supplier of updated gnome-chemistry-utils
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: Sat, 04 Dec 2021 16:51:53 +0200
Source: gnome-chemistry-utils
Architecture: source
Version: 0.14.17-6.1
Distribution: unstable
Urgency: medium
Maintainer: Debichem Team <debichem-de...@lists.alioth.debian.org>
Changed-By: Adrian Bunk <b...@debian.org>
Closes: 984154
Changes:
gnome-chemistry-utils (0.14.17-6.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Build with -std=gnu++14 to workaround FTBFS with gcc 11.
(Closes: #984154)
Checksums-Sha1:
580b56a6c08a8f9bf8dc86848bcd259b1fb43bc4 2832
gnome-chemistry-utils_0.14.17-6.1.dsc
f12c7fe8b5aea839a1509350e621d414cd502b15 68604
gnome-chemistry-utils_0.14.17-6.1.debian.tar.xz
Checksums-Sha256:
d84036c0b5c20414215b6512448e64ce1a4f91e1c7000533d9d76d5159783ee1 2832
gnome-chemistry-utils_0.14.17-6.1.dsc
daec322e1ccecd5bf6121a42b085e9774c283d0525959f2f69c66cd12a34b5d1 68604
gnome-chemistry-utils_0.14.17-6.1.debian.tar.xz
Files:
02b502b557c18daf378e7935d847bad5 2832 science optional
gnome-chemistry-utils_0.14.17-6.1.dsc
0e335ab2dffafe02d8802601928f9f1a 68604 science optional
gnome-chemistry-utils_0.14.17-6.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmGrhWoACgkQiNJCh6LY
mLFW2w/+IEvk6x2w2WvhJbhn2cUmoGwYOOhmaUTUVSuE/PNaF58Q/7B3avriwEyX
OkD1tau7iRG//RC5/zSjLy12llzxotcz7znY6SyWDXs+sM4C5rAULUfg7gKM4PGm
Gfn08DZARsKoVcTYOMPTARz0A+h4YjFlcletHdCOim7iLnk57igTPR8y0MnS/sOt
6Zp1HBzm4VNb+S1BdhZqOD/DIDYcM1FH3eTlJSZ+/bRfm+s8khUm2m1Yp97AXqVV
/1YQ4rm+Y0OYrXRbXg5s5dzr+gs+46oe1cMz4+SUymho4f354O/2c7CrxgLPn83N
0+bBV+PVAkSpynbxZlgMX87bHhHjyJJeUPUA0vIhOXIGmDq8WpTUOu8QQq4Pj2kp
Vix08I18Nodnc+nDDJKNMaT3LcEd7Wa/zaJZ7rnEZ7nuRcwI5VTW8tZD5rKuCY9Q
JYIt2JdbsancCWOLJbJ16DpkZHAG13Byk85eUmEzYLrkIJNgMWIE09oQf3Ra0Lly
3rT9bqmCSN3JMMmGtzy2K8OcLOpv0Izhw00DfYEBUkqG+Sy4l40qCMeUndHrXYB9
oy4ZgPHf0s2oeXehwrdHEmQDqpYxQZdYvwAwHuZZmsD2kV9AajrmHjZR4l+qqBpN
QkON+fveg9NZKvWbsJM2bUb/DTP1QhlEAx5LfZ0NzPVsCr/lQOg=
=yKP2
-----END PGP SIGNATURE-----
--- End Message ---