Your message dated Sun, 16 Jul 2023 10:07:04 +0000
with message-id <[email protected]>
and subject line Bug#1037723: fixed in libcifpp 5.0.7.1-3
has caused the Debian Bug report #1037723,
regarding libcifpp: 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 [email protected]
immediately.)
--
1037723: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037723
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libcifpp
Version: 5.0.7.1-1
Severity: normal
Tags: sid trixie
User: [email protected]
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/libcifpp_5.0.7.1-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>>/include/cif++/text.hpp:41:1: note: ‘uint8_t’ is defined in
header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
40 | #include <experimental/type_traits>
+++ |+#include <cstdint>
41 | #else
In file included from /<<PKGBUILDDIR>>/include/cif++/item.hpp:31,
from /<<PKGBUILDDIR>>/include/cif++/row.hpp:29,
from /<<PKGBUILDDIR>>/include/cif++/condition.hpp:29,
from /<<PKGBUILDDIR>>/src/dictionary_parser.cpp:27:
/<<PKGBUILDDIR>>/include/cif++/text.hpp:195:27: error: ‘uint8_t’ does not name
a type
195 | extern CIFPP_EXPORT const uint8_t kCharToLowerMap[256];
| ^~~~~~~
/<<PKGBUILDDIR>>/include/cif++/text.hpp:41:1: note: ‘uint8_t’ is defined in
header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
40 | #include <experimental/type_traits>
+++ |+#include <cstdint>
41 | #else
/<<PKGBUILDDIR>>/include/cif++/text.hpp: In function ‘char cif::tolower(int)’:
/<<PKGBUILDDIR>>/include/cif++/text.hpp:199:34: error: ‘kCharToLowerMap’ was
not declared in this scope
199 | return
static_cast<char>(kCharToLowerMap[static_cast<uint8_t>(ch)]);
| ^~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/include/cif++/text.hpp:199:62: error: ‘uint8_t’ does not name
a type
199 | return
static_cast<char>(kCharToLowerMap[static_cast<uint8_t>(ch)]);
| ^~~~~~~
/<<PKGBUILDDIR>>/include/cif++/text.hpp:199:62: note: ‘uint8_t’ is defined in
header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
/<<PKGBUILDDIR>>/include/cif++/text.hpp: In function ‘char cif::tolower(int)’:
/<<PKGBUILDDIR>>/include/cif++/text.hpp:199:34: error: ‘kCharToLowerMap’ was
not declared in this scope
199 | return
static_cast<char>(kCharToLowerMap[static_cast<uint8_t>(ch)]);
| ^~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/include/cif++/text.hpp:199:62: error: ‘uint8_t’ does not name
a type
199 | return
static_cast<char>(kCharToLowerMap[static_cast<uint8_t>(ch)]);
| ^~~~~~~
/<<PKGBUILDDIR>>/include/cif++/text.hpp:199:62: note: ‘uint8_t’ is defined in
header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
In file included from /<<PKGBUILDDIR>>/include/cif++/item.hpp:31,
from /<<PKGBUILDDIR>>/include/cif++/row.hpp:29,
from /<<PKGBUILDDIR>>/include/cif++/condition.hpp:29,
from /<<PKGBUILDDIR>>/include/cif++/category.hpp:31,
from /<<PKGBUILDDIR>>/include/cif++/datablock.hpp:29,
from /<<PKGBUILDDIR>>/include/cif++/file.hpp:32,
from /<<PKGBUILDDIR>>/src/file.cpp:27:
/<<PKGBUILDDIR>>/include/cif++/text.hpp:195:27: error: ‘uint8_t’ does not name
a type
195 | extern CIFPP_EXPORT const uint8_t kCharToLowerMap[256];
| ^~~~~~~
/<<PKGBUILDDIR>>/include/cif++/text.hpp:41:1: note: ‘uint8_t’ is defined in
header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
40 | #include <experimental/type_traits>
+++ |+#include <cstdint>
41 | #else
/<<PKGBUILDDIR>>/include/cif++/text.hpp: In function ‘char cif::tolower(int)’:
/<<PKGBUILDDIR>>/include/cif++/text.hpp:199:34: error: ‘kCharToLowerMap’ was
not declared in this scope
199 | return
static_cast<char>(kCharToLowerMap[static_cast<uint8_t>(ch)]);
| ^~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/include/cif++/text.hpp:199:62: error: ‘uint8_t’ does not name
a type
199 | return
static_cast<char>(kCharToLowerMap[static_cast<uint8_t>(ch)]);
| ^~~~~~~
/<<PKGBUILDDIR>>/include/cif++/text.hpp:199:62: note: ‘uint8_t’ is defined in
header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
make[3]: *** [CMakeFiles/cifpp.dir/build.make:149:
CMakeFiles/cifpp.dir/src/item.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [CMakeFiles/cifpp.dir/build.make:93:
CMakeFiles/cifpp.dir/src/condition.cpp.o] Error 1
make[3]: *** [CMakeFiles/cifpp.dir/build.make:177:
CMakeFiles/cifpp.dir/src/row.cpp.o] Error 1
make[3]: *** [CMakeFiles/cifpp.dir/build.make:107:
CMakeFiles/cifpp.dir/src/datablock.cpp.o] Error 1
make[3]: *** [CMakeFiles/cifpp.dir/build.make:135:
CMakeFiles/cifpp.dir/src/file.cpp.o] Error 1
make[3]: *** [CMakeFiles/cifpp.dir/build.make:121:
CMakeFiles/cifpp.dir/src/dictionary_parser.cpp.o] Error 1
make[3]: *** [CMakeFiles/cifpp.dir/build.make:79:
CMakeFiles/cifpp.dir/src/category.cpp.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:104: CMakeFiles/cifpp.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:169: all] Error 2
make[1]: 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" VERBOSE=1 returned exit code 2
make: *** [debian/rules:12: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: libcifpp
Source-Version: 5.0.7.1-3
Done: Maarten L. Hekkelman <[email protected]>
We believe that the bug you reported is fixed in the latest version of
libcifpp, 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.
Maarten L. Hekkelman <[email protected]> (supplier of updated libcifpp
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: SHA512
Format: 1.8
Date: Sun, 16 Jul 2023 11:31:45 +0200
Source: libcifpp
Architecture: source
Version: 5.0.7.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team
<[email protected]>
Changed-By: Maarten L. Hekkelman <[email protected]>
Closes: 1037723
Changes:
libcifpp (5.0.7.1-3) unstable; urgency=medium
.
* Fix compiling with gcc-13. Closes: #1037723
Checksums-Sha1:
b153559077e6c4e98c2097bf8356778d2dc893d2 2284 libcifpp_5.0.7.1-3.dsc
acfa1a00c2f25ee46346b9d5649d4762a40c1981 113136
libcifpp_5.0.7.1-3.debian.tar.xz
8292329d147ea1a525ba42cb03c6e7dc35264289 8083
libcifpp_5.0.7.1-3_amd64.buildinfo
Checksums-Sha256:
2f0b577fda1b38f863cc4a8c9f85fbf8042b90f5a7354f0621d495d5da2541db 2284
libcifpp_5.0.7.1-3.dsc
58d2515b0446a74947d421dc0c62f6247ae37dbf0f8289370a66b779cde4062b 113136
libcifpp_5.0.7.1-3.debian.tar.xz
f0ccd93986cf329015d6dfcce4db065a9a276520f289fad218a7fe55b3c66625 8083
libcifpp_5.0.7.1-3_amd64.buildinfo
Files:
ef1b8809cfae70487b7f03c8dcffe1d4 2284 libs optional libcifpp_5.0.7.1-3.dsc
51b0760d14a9f961ec89bc23b874bfa0 113136 libs optional
libcifpp_5.0.7.1-3.debian.tar.xz
4b13f148f140a775ed228418140f823c 8083 libs optional
libcifpp_5.0.7.1-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJKBAEBCgA0FiEEpytoJCJrtAfiS56AWHUD7Hrn7c4FAmSzuiUWHG1hYXJ0ZW5A
aGVra2VsbWFuLmNvbQAKCRBYdQPseuftzmmpD/9ddgENHYFwkxFOfQJTTuQqfCmg
w/zrBeTCcve3gSEhdMfNmcRZHXj+Y1SMApSQmujvW5n7NWUe+NZ34eqR68pj72Bp
3M+ORWhiM3kSgSLddJQJHLjcd2t5EbdKEuw8pjlaK+FJwmN7OKwQZ70yXuvKSmGo
2XT0Sn23/GKT51FPva161o0sf5Gfw/h1F1/NlRqmIaQ1ey3Xcx+yGaC+JO3O1zma
9TkQtECz0oOPc4MsPBCHfDwBpKtNxKDrbn7ir+KPMYaCjlk+yAAauE3pIIoChbsm
UtLwnIJuUSgfR6w0J9v9i5zXqDKI6Lh5gsdsAu6FDo2oxN/6xcxYD4rVA3NdnO5Z
uSmqrgDrCrhE0oNLutUKNG5+u+xsrzj71QDmhn6uJXbAwEcvsQTrRsAhiASJVkv+
og/0y35PTa9nXrRUAxn9Nhmf8QsaQvutJ6UvLuix3DhxRT3Aq5gQcfQ33pSacEoW
acM8TV0RdrIXSpd/nX4qG1066O7fgqxs8hYa+7o3zGOX0uaW1PddSGfKVZSEauuu
cEEyDY3bgJr1tiMazsO367tdNg5k9QLFCeyOnzjMGYhKzNfJmneLnqp/YodbC7yE
Qdd4MiCorYXABIWdAUlBgqK5Qa339RhXZ7XWzUWgIjYclhvxtuOVdybIbV6LRjHV
DFasl8x/ZVfEdohu/w==
=kjWU
-----END PGP SIGNATURE-----
--- End Message ---