Your message dated Fri, 15 Oct 2021 17:03:42 +0000
with message-id <[email protected]>
and subject line Bug#984164: fixed in gyoto 1.4.4-6
has caused the Debian Bug report #984164,
regarding gyoto: 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 [email protected]
immediately.)
--
984164: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984164
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:gyoto
Version: 1.4.4-3
Severity: normal
Tags: sid bookworm
User: [email protected]
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/gyoto_1.4.4-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.
[...]
667 | data->binspectrum=curvect;
| ^~~~
In file included from /usr/include/c++/11/vector:69,
from ../include/GyotoDefs.h:29,
from gyoto.C:21:
/usr/include/c++/11/bits/range_access.h:318:5: note: candidates are:
‘template<class _Tp> constexpr const _Tp* std::data(std::initializer_list<_Tp>)’
318 | data(initializer_list<_Tp> __il) noexcept
| ^~~~
/usr/include/c++/11/bits/range_access.h:309:5: note:
‘template<class _Tp, long unsigned int _Nm> constexpr _Tp* std::data(_Tp
(&)[_Nm])’
309 | data(_Tp (&__array)[_Nm]) noexcept
| ^~~~
/usr/include/c++/11/bits/range_access.h:299:5: note:
‘template<class _Container> constexpr decltype (__cont.data()) std::data(const
_Container&)’
299 | data(const _Container& __cont) noexcept(noexcept(__cont.data()))
| ^~~~
/usr/include/c++/11/bits/range_access.h:289:5: note:
‘template<class _Container> constexpr decltype (__cont.data())
std::data(_Container&)’
289 | data(_Container& __cont) noexcept(noexcept(__cont.data()))
| ^~~~
gyoto.C:64:42: note:
‘Gyoto::SmartPointer<Gyoto::Astrobj::Properties> data’
64 | static SmartPointer<Astrobj::Properties> data = NULL;
| ^~~~
gyoto.C:670:7: error: reference to ‘data’ is ambiguous
670 | data->offset=int(offset);
| ^~~~
In file included from /usr/include/c++/11/vector:69,
from ../include/GyotoDefs.h:29,
from gyoto.C:21:
/usr/include/c++/11/bits/range_access.h:318:5: note: candidates are:
‘template<class _Tp> constexpr const _Tp* std::data(std::initializer_list<_Tp>)’
318 | data(initializer_list<_Tp> __il) noexcept
| ^~~~
/usr/include/c++/11/bits/range_access.h:309:5: note:
‘template<class _Tp, long unsigned int _Nm> constexpr _Tp* std::data(_Tp
(&)[_Nm])’
309 | data(_Tp (&__array)[_Nm]) noexcept
| ^~~~
/usr/include/c++/11/bits/range_access.h:299:5: note:
‘template<class _Container> constexpr decltype (__cont.data()) std::data(const
_Container&)’
299 | data(const _Container& __cont) noexcept(noexcept(__cont.data()))
| ^~~~
/usr/include/c++/11/bits/range_access.h:289:5: note:
‘template<class _Container> constexpr decltype (__cont.data())
std::data(_Container&)’
289 | data(_Container& __cont) noexcept(noexcept(__cont.data()))
| ^~~~
gyoto.C:64:42: note:
‘Gyoto::SmartPointer<Gyoto::Astrobj::Properties> data’
64 | static SmartPointer<Astrobj::Properties> data = NULL;
| ^~~~
gyoto.C:691:31: error: reference to ‘data’ is ambiguous
691 | scenery -> rayTrace(grid, data, ipctdims[0]?impactcoords:NULL);
| ^~~~
In file included from /usr/include/c++/11/vector:69,
from ../include/GyotoDefs.h:29,
from gyoto.C:21:
/usr/include/c++/11/bits/range_access.h:318:5: note: candidates are:
‘template<class _Tp> constexpr const _Tp* std::data(std::initializer_list<_Tp>)’
318 | data(initializer_list<_Tp> __il) noexcept
| ^~~~
/usr/include/c++/11/bits/range_access.h:309:5: note:
‘template<class _Tp, long unsigned int _Nm> constexpr _Tp* std::data(_Tp
(&)[_Nm])’
309 | data(_Tp (&__array)[_Nm]) noexcept
| ^~~~
/usr/include/c++/11/bits/range_access.h:299:5: note:
‘template<class _Container> constexpr decltype (__cont.data()) std::data(const
_Container&)’
299 | data(const _Container& __cont) noexcept(noexcept(__cont.data()))
| ^~~~
/usr/include/c++/11/bits/range_access.h:289:5: note:
‘template<class _Container> constexpr decltype (__cont.data())
std::data(_Container&)’
289 | data(_Container& __cont) noexcept(noexcept(__cont.data()))
| ^~~~
gyoto.C:64:42: note:
‘Gyoto::SmartPointer<Gyoto::Astrobj::Properties> data’
64 | static SmartPointer<Astrobj::Properties> data = NULL;
| ^~~~
make[3]: *** [Makefile:603: gyoto-gyoto.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/bin'
make[2]: *** [Makefile:963: bin] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:60: override_dh_auto_build-arch] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:39: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: gyoto
Source-Version: 1.4.4-6
Done: Thibaut Paumard <[email protected]>
We believe that the bug you reported is fixed in the latest version of
gyoto, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Thibaut Paumard <[email protected]> (supplier of updated gyoto 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 15 Oct 2021 17:59:27 +0200
Source: gyoto
Architecture: source
Version: 1.4.4-6
Distribution: unstable
Urgency: low
Maintainer: Debian Astronomy Maintainers
<[email protected]>
Changed-By: Thibaut Paumard <[email protected]>
Closes: 984164
Changes:
gyoto (1.4.4-6) unstable; urgency=low
.
* Bug fix: "ftbfs with GCC-11", thanks to Matthias Klose (Closes:
#984164).
Checksums-Sha1:
85c4a3ef25fd8171621495dc3664936ba55ee683 2896 gyoto_1.4.4-6.dsc
5e980683eef26f3ecbaff09a6e573fe56026b1c9 14396 gyoto_1.4.4-6.debian.tar.xz
8194471fbe822fee94527029ae7c044f1a20eee1 16636 gyoto_1.4.4-6_amd64.buildinfo
Checksums-Sha256:
eea017a9007484e0ad20ea64a6efffeeb439c3f615af0c23e8b16bc841c8f018 2896
gyoto_1.4.4-6.dsc
bbc61ddb4544e865296c9f9abfcd2f8cf20f470e7d02571c2c9366e85fc195d4 14396
gyoto_1.4.4-6.debian.tar.xz
36bb3a59ec6f789fa4facaedb2de59ec4389810e5ab92a5e30f9ef1a919ba27a 16636
gyoto_1.4.4-6_amd64.buildinfo
Files:
178295834012181610ba95d1ade75c2b 2896 science optional gyoto_1.4.4-6.dsc
2a5c870e5fa789bb1691723f629728f8 14396 science optional
gyoto_1.4.4-6.debian.tar.xz
aa2eb115b6925358033dc6ec990e7eed 16636 science optional
gyoto_1.4.4-6_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJHBAEBCAAxFiEEvK37UrQZmNdNmdmOk5RTSODcKEAFAmFpsH8THHRoaWJhdXRA
ZGViaWFuLm9yZwAKCRCTlFNI4NwoQAp4D/4zQRlAjOPvdVTXqysR1z3PiKXEaVrd
VfNRkBh2ZsTTL3D4gapONDRhdMb1ejFpnAEk+xaQMoP3swpfHuXGqCXx4DWBmHXh
c1uZuNMAdCki48CfUm62ijFQCJXda/ABtsJ8nBXldZzsRda4kQaXGKXhOqLHdhYB
WuzVy3UXbVHhOdNZCRFrL3Jzdj2jfPtYb77eUgAc3xKdKrzklwMutk1uWvr5xJLF
PUWOfBK60LPa7atApHkrBDrCuu+oU4LjsDxu0R/t6CP9UYD5Q6Vk3H8XoRSmo7K3
q5B6HDesq7K2/HJDoV7zy3uj9lvHCaeg0CRt+2YgoN8B2vCsThqYzDzaejDGT9PZ
B/zHCMIdGlD4/E8kH2MHXrCs9k4N2db5dOXQWfvVXo8izYQWnncNn8hBEibOfs03
umohbHYrzDlGaxdUdWdrAuMIBR55TTpxMtiz7NMxtQaqK/1VrYX4J1/XkP388IAy
vcdim239pt9aSld1LjaK8XBQ16Zy3gSNeRbRppzmzZQukvqOQemlMgOXxUnRelxP
dFp/aqVeNg8jL9cgODJrf9aUyg8fQ1+5efuxqjg1u7yrZRCtjtx5DJTAbkecNuxD
3EElr49FkmiKJZYIo+Kb9mIN6jV2BdZ/PyIy8Quyfupysg7gPK/ajsot0CwGF0ZT
gZBwxEbGRcVTpg==
=VTNu
-----END PGP SIGNATURE-----
--- End Message ---