Your message dated Sat, 29 Jul 2023 09:49:24 +0000
with message-id <e1qpgzg-0015io...@fasolo.debian.org>
and subject line Bug#1037568: fixed in actor-framework 0.17.6-3
has caused the Debian Bug report #1037568,
regarding actor-framework: ftbfs with GCC-13
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.)
--
1037568: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037568
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:actor-framework
Version: 0.17.6-2.1
Severity: normal
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-13
[This bug is targeted to the upcoming trixie 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-13/g++-13, but succeeds to build with gcc-12/g++-12. The
severity of this report will be raised before the trixie release.
The full build log can be found at:
http://qa-logs.debian.net/2023/05/22/logs/actor-framework_0.17.6-2.1_unstable_gccexp.log
The last lines of the build log are at the end of this report.
To build with GCC 13, either set CC=gcc-13 CXX=g++-13 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-13/porting_to.html
[...]
/<<PKGBUILDDIR>>/libcaf_core/caf/type_id.hpp:150:49: note: in template argument
for type ‘caf::atom_value’
150 | using atom_name = caf::atom_constant<caf::atom(atom_text)>;
\
| ~~~~~~~~~^~~~~~~~~~~
/<<PKGBUILDDIR>>/libcaf_core/caf/type_id.hpp:272:3: note: in expansion of macro
‘CAF_ADD_ATOM’
272 | CAF_ADD_ATOM(core_module, caf, unsubscribe_atom, "unsubscrib")
| ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/libcaf_core/caf/type_id.hpp:272:34: error: ‘unsubscribe_atom’
does not name a type
272 | CAF_ADD_ATOM(core_module, caf, unsubscribe_atom, "unsubscrib")
| ^~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/libcaf_core/caf/type_id.hpp:151:13: note: in definition of
macro ‘CAF_ADD_ATOM’
151 | constexpr atom_name atom_name##_v = atom_name{};
\
| ^~~~~~~~~
/<<PKGBUILDDIR>>/libcaf_core/caf/type_id.hpp:273:3: in ‘constexpr’ expansion
of ‘caf::atom<7>("update")’
/<<PKGBUILDDIR>>/libcaf_core/caf/type_id.hpp:150:60: error: ‘constexpr’ call
flows off the end of the function
150 | using atom_name = caf::atom_constant<caf::atom(atom_text)>;
\
| ^
/<<PKGBUILDDIR>>/libcaf_core/caf/type_id.hpp:273:3: note: in expansion of macro
‘CAF_ADD_ATOM’
273 | CAF_ADD_ATOM(core_module, caf, update_atom, "update")
| ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/libcaf_core/caf/type_id.hpp:150:49: note: in template argument
for type ‘caf::atom_value’
150 | using atom_name = caf::atom_constant<caf::atom(atom_text)>;
\
| ~~~~~~~~~^~~~~~~~~~~
/<<PKGBUILDDIR>>/libcaf_core/caf/type_id.hpp:273:3: note: in expansion of macro
‘CAF_ADD_ATOM’
273 | CAF_ADD_ATOM(core_module, caf, update_atom, "update")
| ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/libcaf_core/caf/type_id.hpp:273:34: error: ‘update_atom’ does
not name a type
273 | CAF_ADD_ATOM(core_module, caf, update_atom, "update")
| ^~~~~~~~~~~
/<<PKGBUILDDIR>>/libcaf_core/caf/type_id.hpp:151:13: note: in definition of
macro ‘CAF_ADD_ATOM’
151 | constexpr atom_name atom_name##_v = atom_name{};
\
| ^~~~~~~~~
/<<PKGBUILDDIR>>/libcaf_core/caf/type_id.hpp:274:3: in ‘constexpr’ expansion
of ‘caf::atom<9>("wait_for")’
/<<PKGBUILDDIR>>/libcaf_core/caf/type_id.hpp:150:60: error: ‘constexpr’ call
flows off the end of the function
150 | using atom_name = caf::atom_constant<caf::atom(atom_text)>;
\
| ^
/<<PKGBUILDDIR>>/libcaf_core/caf/type_id.hpp:274:3: note: in expansion of macro
‘CAF_ADD_ATOM’
274 | CAF_ADD_ATOM(core_module, caf, wait_for_atom, "wait_for")
| ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/libcaf_core/caf/type_id.hpp:150:49: note: in template argument
for type ‘caf::atom_value’
150 | using atom_name = caf::atom_constant<caf::atom(atom_text)>;
\
| ~~~~~~~~~^~~~~~~~~~~
/<<PKGBUILDDIR>>/libcaf_core/caf/type_id.hpp:274:3: note: in expansion of macro
‘CAF_ADD_ATOM’
274 | CAF_ADD_ATOM(core_module, caf, wait_for_atom, "wait_for")
| ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/libcaf_core/caf/type_id.hpp:274:34: error: ‘wait_for_atom’
does not name a type
274 | CAF_ADD_ATOM(core_module, caf, wait_for_atom, "wait_for")
| ^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/libcaf_core/caf/type_id.hpp:151:13: note: in definition of
macro ‘CAF_ADD_ATOM’
151 | constexpr atom_name atom_name##_v = atom_name{};
\
| ^~~~~~~~~
/<<PKGBUILDDIR>>/libcaf_core/src/atom.cpp: In function ‘caf::atom_value
caf::to_lowercase(atom_value)’:
/<<PKGBUILDDIR>>/libcaf_core/src/atom.cpp:57:42: error: ‘atom_val’ is not a
member of ‘caf::detail’
57 | return static_cast<atom_value>(detail::atom_val(buf.data()));
| ^~~~~~~~
/<<PKGBUILDDIR>>/libcaf_core/src/atom.cpp: In function ‘caf::atom_value
caf::atom_from_string(string_view)’:
/<<PKGBUILDDIR>>/libcaf_core/src/atom.cpp:66:42: error: ‘atom_val’ is not a
member of ‘caf::detail’
66 | return static_cast<atom_value>(detail::atom_val(buf.data()));
| ^~~~~~~~
make[4]: *** [libcaf_core/CMakeFiles/libcaf_core_shared.dir/build.make:317:
libcaf_core/CMakeFiles/libcaf_core_shared.dir/src/atom.cpp.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: *** [CMakeFiles/Makefile2:917:
libcaf_core/CMakeFiles/libcaf_core_shared.dir/all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [Makefile:149: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j8 "INSTALL=install
--strip-program=true" all doxygen doc VERBOSE=1 returned exit code 2
make[1]: *** [debian/rules:7: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:19: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: actor-framework
Source-Version: 0.17.6-3
Done: Hilko Bengen <ben...@debian.org>
We believe that the bug you reported is fixed in the latest version of
actor-framework, 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 1037...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Hilko Bengen <ben...@debian.org> (supplier of updated actor-framework 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: Fri, 28 Jul 2023 21:25:33 +0200
Source: actor-framework
Architecture: source
Version: 0.17.6-3
Distribution: unstable
Urgency: medium
Maintainer: Hilko Bengen <ben...@debian.org>
Changed-By: Hilko Bengen <ben...@debian.org>
Closes: 1037568
Changes:
actor-framework (0.17.6-3) unstable; urgency=medium
.
* Add patch for missing include needed with GCC 13 (Closes: #1037568)
Checksums-Sha1:
1e8e1677e2d5acd8a6234ce3d1092441654981a2 2101 actor-framework_0.17.6-3.dsc
80bac442750a25f221b8c4085089516e5d767a73 6104
actor-framework_0.17.6-3.debian.tar.xz
1d6e39c84c4bbb6296f96c3fa9548dfdf4c0231c 9801
actor-framework_0.17.6-3_source.buildinfo
Checksums-Sha256:
1b23870016bad52ef59e4eeb64870272039902aada88093bba46333ca78a9e4f 2101
actor-framework_0.17.6-3.dsc
da53ebc402d9da23629a8ae6fac01db5143e22e96a6090eaf1aed754225717ea 6104
actor-framework_0.17.6-3.debian.tar.xz
565e803bc64e1ffa261af859c70afa6fad7abfb87b98dcb480b35e6086b0ef10 9801
actor-framework_0.17.6-3_source.buildinfo
Files:
e2d9a8f811a69028bb474ddebca4f855 2101 libs optional
actor-framework_0.17.6-3.dsc
c5f7d88b491e0b204cd29f8c2b235d91 6104 libs optional
actor-framework_0.17.6-3.debian.tar.xz
245588d227c02621afb8b7d550e7b7bf 9801 libs optional
actor-framework_0.17.6-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEErnMQVUQqHZbPTUx4dbcQY1whOn4FAmTE1kUACgkQdbcQY1wh
On6VSQ//aOWMOLvy6RVJtFzLyw5yGmU5EFIklBLawjC1SPF0xx4Wd0GX/asFzqIk
6BhzR+WxZtDrZxssX/NMqcIe3Py/4ImOIcBJ5VvIy+3owaU5QJKDJDsdsdqMu3lH
pYYfgBxXK8P2lcH6hbKaYq/KVk3JFUyjaPoDjLeY0d+hOP1wkq085LSNt7qTbbcc
Acu9Hi53JyxaFZWBbeugAl323nf3OuBpFYIcIGlGLnirSPD1em4bnusE5Tioj+jn
OSSVldKi6Pu6Sti0AwVBDFLsYMNI/6EN2mpTTutxmPlyqeeUaZ7FgUjYj8i/1w1+
XrLv3WWok3XlHK6+ZxwhoWIYv1TRSI/tlEHp6iPUpW0Akvn7u6F8U87ckgRAa+6q
vbKFDVvcrGSFOUrWbKqo627JSVrvimmNCc+SadCjHTBmcOcMZLnFdMf+nSH/1QaJ
AmZOiVoIbSGAqlKo4nXXdDa5xpRYQm4RrUT8q4cUiOZN3yOMdQB4zL+fqFghcLof
jCOGVeETVGfnnqSCEZUWuKHRuepHlBw+6bxC23azWlYn/iF/zhL+9xYpHBsBC7lK
aXPnRwrjfGOZbFuBFOGx770snZHPfg9dEfU9M28Hg2WoLp3mwVzwfSPf0D/U3VCI
5PJZ+ci4MKe9INS1Oec8jjTURAcl3q3kxdk6mIXgw6Z6cIy99So=
=/nDs
-----END PGP SIGNATURE-----
--- End Message ---