Your message dated Tue, 11 Aug 2026 07:34:09 +0000
with message-id <[email protected]>
and subject line Bug#1133522: fixed in liblemon 1.3.1+dfsg-8
has caused the Debian Bug report #1133522,
regarding liblemon: ftbfs with GCC-16
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.)
--
1133522: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1133522
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:liblemon
Version: 1.3.1+dfsg-7
Severity: important
Tags: sid forky ftbfs
User: [email protected]
Usertags: ftbfs-gcc-16
Hi,
liblemon fails to build in a test rebuild on at least amd64 and arm64 with
gcc-16/g++-16, but builds properly with gcc-15/g++-15. The severity of this
report will be raised before the forky release.
The full build log can be found at:
https://people.debian.org/~ema/gcc-16-rebuilds/output-1/liblemon_arm64.build.xz
The last lines of the build log are at the end of this report.
To build with GCC 16, either set CC=gcc-16 CXX=g++-16 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures include unused (but set) variables, array subscripts
partly outside array bounds, and new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-16/porting_to.html
Please only close this issue after double-checking that the package can be
built correctly with GCC 16.
Please do not reassign this bug to another package. If a fix in another package
is required, then file a bug for the other package (or clone), and mark this
bug as blocked by the bug in the other package.
[...]
/build/reproducible-path/liblemon-1.3.1+dfsg/lemon/bits/array_map.h:306:19:
error: ‘lemon::ArrayMap<lemon::GraphExtender<lemon::SmartGraphBase>,
lemon::SmartGraphBase::Node,
lemon::MaxMatching<lemon::SmartGraph>::Status>::Allocator’ {aka ‘class
std::allocator<lemon::MaxMatching<lemon::SmartGraph>::Status>’} has no member
named ‘construct’
306 | allocator.construct(&(values[id]), Value());
| ~~~~~~~~~~^~~~~~~~~
/build/reproducible-path/liblemon-1.3.1+dfsg/lemon/bits/array_map.h: In
instantiation of ‘void lemon::ArrayMap<_Graph, _Item, _Value>::add(const Key&)
[with _Graph = lemon::GraphExtender<lemon::SmartGraphBase>; _Item =
lemon::SmartGraphBase::Node; _Value = lemon::SmartGraphBase::Arc; Key =
lemon::SmartGraphBase::Node]’:
/build/reproducible-path/liblemon-1.3.1+dfsg/lemon/bits/array_map.h:208:18:
required from here
208 | virtual void add(const Key& key) {
| ^~~
/build/reproducible-path/liblemon-1.3.1+dfsg/lemon/bits/array_map.h:221:23:
error: ‘lemon::ArrayMap<lemon::GraphExtender<lemon::SmartGraphBase>,
lemon::SmartGraphBase::Node, lemon::SmartGraphBase::Arc>::Allocator’ {aka
‘class std::allocator<lemon::SmartGraphBase::Arc>’} has no member named
‘construct’
221 | allocator.construct(&(new_values[jd]), values[jd]);
| ~~~~~~~~~~^~~~~~~~~
/build/reproducible-path/liblemon-1.3.1+dfsg/lemon/bits/array_map.h:222:23:
error: ‘lemon::ArrayMap<lemon::GraphExtender<lemon::SmartGraphBase>,
lemon::SmartGraphBase::Node, lemon::SmartGraphBase::Arc>::Allocator’ {aka
‘class std::allocator<lemon::SmartGraphBase::Arc>’} has no member named
‘destroy’
222 | allocator.destroy(&(values[jd]));
| ~~~~~~~~~~^~~~~~~
/build/reproducible-path/liblemon-1.3.1+dfsg/lemon/bits/array_map.h:229:17:
error: ‘lemon::ArrayMap<lemon::GraphExtender<lemon::SmartGraphBase>,
lemon::SmartGraphBase::Node, lemon::SmartGraphBase::Arc>::Allocator’ {aka
‘class std::allocator<lemon::SmartGraphBase::Arc>’} has no member named
‘construct’
229 | allocator.construct(&(values[id]), Value());
| ~~~~~~~~~~^~~~~~~~~
/build/reproducible-path/liblemon-1.3.1+dfsg/lemon/bits/array_map.h: In
instantiation of ‘void lemon::ArrayMap<_Graph, _Item, _Value>::add(const
std::vector<_Item>&) [with _Graph =
lemon::GraphExtender<lemon::SmartGraphBase>; _Item =
lemon::SmartGraphBase::Node; _Value = lemon::SmartGraphBase::Arc]’:
/build/reproducible-path/liblemon-1.3.1+dfsg/lemon/bits/array_map.h:236:18:
required from here
236 | virtual void add(const std::vector<Key>& keys) {
| ^~~
/build/reproducible-path/liblemon-1.3.1+dfsg/lemon/bits/array_map.h:263:21:
error: ‘lemon::ArrayMap<lemon::GraphExtender<lemon::SmartGraphBase>,
lemon::SmartGraphBase::Node, lemon::SmartGraphBase::Arc>::Allocator’ {aka
‘class std::allocator<lemon::SmartGraphBase::Arc>’} has no member named
‘construct’
263 | allocator.construct(&(new_values[id]), values[id]);
| ~~~~~~~~~~^~~~~~~~~
/build/reproducible-path/liblemon-1.3.1+dfsg/lemon/bits/array_map.h:264:21:
error: ‘lemon::ArrayMap<lemon::GraphExtender<lemon::SmartGraphBase>,
lemon::SmartGraphBase::Node, lemon::SmartGraphBase::Arc>::Allocator’ {aka
‘class std::allocator<lemon::SmartGraphBase::Arc>’} has no member named
‘destroy’
264 | allocator.destroy(&(values[id]));
| ~~~~~~~~~~^~~~~~~
/build/reproducible-path/liblemon-1.3.1+dfsg/lemon/bits/array_map.h:272:19:
error: ‘lemon::ArrayMap<lemon::GraphExtender<lemon::SmartGraphBase>,
lemon::SmartGraphBase::Node, lemon::SmartGraphBase::Arc>::Allocator’ {aka
‘class std::allocator<lemon::SmartGraphBase::Arc>’} has no member named
‘construct’
272 | allocator.construct(&(values[id]), Value());
| ~~~~~~~~~~^~~~~~~~~
/build/reproducible-path/liblemon-1.3.1+dfsg/lemon/bits/array_map.h: In
instantiation of ‘void lemon::ArrayMap<_Graph, _Item, _Value>::erase(const
Key&) [with _Graph = lemon::GraphExtender<lemon::SmartGraphBase>; _Item =
lemon::SmartGraphBase::Node; _Value = lemon::SmartGraphBase::Arc; Key =
lemon::SmartGraphBase::Node]’:
/build/reproducible-path/liblemon-1.3.1+dfsg/lemon/bits/array_map.h:280:18:
required from here
280 | virtual void erase(const Key& key) {
| ^~~~~
/build/reproducible-path/liblemon-1.3.1+dfsg/lemon/bits/array_map.h:282:17:
error: ‘lemon::ArrayMap<lemon::GraphExtender<lemon::SmartGraphBase>,
lemon::SmartGraphBase::Node, lemon::SmartGraphBase::Arc>::Allocator’ {aka
‘class std::allocator<lemon::SmartGraphBase::Arc>’} has no member named
‘destroy’
282 | allocator.destroy(&(values[id]));
| ~~~~~~~~~~^~~~~~~
/build/reproducible-path/liblemon-1.3.1+dfsg/lemon/bits/array_map.h: In
instantiation of ‘void lemon::ArrayMap<_Graph, _Item, _Value>::erase(const
std::vector<_Item>&) [with _Graph =
lemon::GraphExtender<lemon::SmartGraphBase>; _Item =
lemon::SmartGraphBase::Node; _Value = lemon::SmartGraphBase::Arc]’:
/build/reproducible-path/liblemon-1.3.1+dfsg/lemon/bits/array_map.h:289:18:
required from here
289 | virtual void erase(const std::vector<Key>& keys) {
| ^~~~~
/build/reproducible-path/liblemon-1.3.1+dfsg/lemon/bits/array_map.h:292:19:
error: ‘lemon::ArrayMap<lemon::GraphExtender<lemon::SmartGraphBase>,
lemon::SmartGraphBase::Node, lemon::SmartGraphBase::Arc>::Allocator’ {aka
‘class std::allocator<lemon::SmartGraphBase::Arc>’} has no member named
‘destroy’
292 | allocator.destroy(&(values[id]));
| ~~~~~~~~~~^~~~~~~
/build/reproducible-path/liblemon-1.3.1+dfsg/lemon/bits/array_map.h: In
instantiation of ‘void lemon::ArrayMap<_Graph, _Item, _Value>::build() [with
_Graph = lemon::GraphExtender<lemon::SmartGraphBase>; _Item =
lemon::SmartGraphBase::Node; _Value = lemon::SmartGraphBase::Arc]’:
/build/reproducible-path/liblemon-1.3.1+dfsg/lemon/bits/array_map.h:300:18:
required from here
300 | virtual void build() {
| ^~~~~
/build/reproducible-path/liblemon-1.3.1+dfsg/lemon/bits/array_map.h:306:19:
error: ‘lemon::ArrayMap<lemon::GraphExtender<lemon::SmartGraphBase>,
lemon::SmartGraphBase::Node, lemon::SmartGraphBase::Arc>::Allocator’ {aka
‘class std::allocator<lemon::SmartGraphBase::Arc>’} has no member named
‘construct’
306 | allocator.construct(&(values[id]), Value());
| ~~~~~~~~~~^~~~~~~~~
make[4]: *** [tools/CMakeFiles/dimacs-solver.dir/build.make:82:
tools/CMakeFiles/dimacs-solver.dir/dimacs-solver.cc.o] Error 1
make[4]: Leaving directory
'/build/reproducible-path/liblemon-1.3.1+dfsg/obj-aarch64-linux-gnu'
make[3]: *** [CMakeFiles/Makefile2:658: tools/CMakeFiles/dimacs-solver.dir/all]
Error 2
[ 88%] Linking CXX executable dimacs-to-lgf
cd /build/reproducible-path/liblemon-1.3.1+dfsg/obj-aarch64-linux-gnu/tools &&
/usr/bin/cmake -E cmake_link_script CMakeFiles/dimacs-to-lgf.dir/link.txt
--verbose=1
/usr/bin/c++ -g -O2
-ffile-prefix-map=/build/reproducible-path/liblemon-1.3.1+dfsg=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -mbranch-protection=standard -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -W -Wunused -Wformat=2 -Wctor-dtor-privacy
-Wnon-virtual-dtor -Wno-char-subscripts -Wwrite-strings -Wno-char-subscripts
-Wreturn-type -Wcast-qual -Wcast-align -Wsign-promo -Woverloaded-virtual
-fno-strict-aliasing -Wold-style-cast -Wno-unknown-pragmas -Wl,-z,relro
-Wl,-z,now -Wl,--dependency-file=CMakeFiles/dimacs-to-lgf.dir/link.d
"CMakeFiles/dimacs-to-lgf.dir/dimacs-to-lgf.cc.o" -o dimacs-to-lgf
-L/build/reproducible-path/liblemon-1.3.1+dfsg/obj-aarch64-linux-gnu/lemon
-Wl,-rpath,/build/reproducible-path/liblemon-1.3.1+dfsg/obj-aarch64-linux-gnu/lemon:
../lemon/liblemon.so.1.3.1 /usr/lib/aarch64-linux-gnu/libglpk.so
make[4]: Leaving directory
'/build/reproducible-path/liblemon-1.3.1+dfsg/obj-aarch64-linux-gnu'
[ 88%] Built target dimacs-to-lgf
[ 92%] Linking CXX executable lgf_demo
cd /build/reproducible-path/liblemon-1.3.1+dfsg/obj-aarch64-linux-gnu/demo &&
/usr/bin/cmake -E cmake_link_script CMakeFiles/lgf_demo.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2
-ffile-prefix-map=/build/reproducible-path/liblemon-1.3.1+dfsg=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -mbranch-protection=standard -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -W -Wunused -Wformat=2 -Wctor-dtor-privacy
-Wnon-virtual-dtor -Wno-char-subscripts -Wwrite-strings -Wno-char-subscripts
-Wreturn-type -Wcast-qual -Wcast-align -Wsign-promo -Woverloaded-virtual
-fno-strict-aliasing -Wold-style-cast -Wno-unknown-pragmas -Wl,-z,relro
-Wl,-z,now -Wl,--dependency-file=CMakeFiles/lgf_demo.dir/link.d
CMakeFiles/lgf_demo.dir/lgf_demo.cc.o -o lgf_demo
-L/build/reproducible-path/liblemon-1.3.1+dfsg/obj-aarch64-linux-gnu/lemon
-Wl,-rpath,/build/reproducible-path/liblemon-1.3.1+dfsg/obj-aarch64-linux-gnu/lemon
../lemon/liblemon.so.1.3.1 /usr/lib/aarch64-linux-gnu/libglpk.so
make[4]: Leaving directory
'/build/reproducible-path/liblemon-1.3.1+dfsg/obj-aarch64-linux-gnu'
[ 92%] Built target lgf_demo
make[3]: Leaving directory
'/build/reproducible-path/liblemon-1.3.1+dfsg/obj-aarch64-linux-gnu'
make[2]: *** [Makefile:169: all] Error 2
make[2]: Leaving directory
'/build/reproducible-path/liblemon-1.3.1+dfsg/obj-aarch64-linux-gnu'
dh_auto_build: error: cd obj-aarch64-linux-gnu && make -j128 INSTALL="install
--strip-program=true" VERBOSE=1 returned exit code 2
make[1]: *** [debian/rules:13: override_dh_auto_build] Error 25
make[1]: Leaving directory '/build/reproducible-path/liblemon-1.3.1+dfsg'
make: *** [debian/rules:10: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit
status 2
--- End Message ---
--- Begin Message ---
Source: liblemon
Source-Version: 1.3.1+dfsg-8
Done: Andreas Tille <[email protected]>
We believe that the bug you reported is fixed in the latest version of
liblemon, 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.
Andreas Tille <[email protected]> (supplier of updated liblemon 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: Tue, 11 Aug 2026 09:01:46 +0200
Source: liblemon
Architecture: source
Version: 1.3.1+dfsg-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team
<[email protected]>
Changed-By: Andreas Tille <[email protected]>
Closes: 1133522
Changes:
liblemon (1.3.1+dfsg-8) unstable; urgency=medium
.
[ Michael R. Crusoe ]
* d/rules: fix tab-missing formatting
* d/rules: build & run the tests in parallel
* Standards-Version: 4.7.3 (routine-update)
* debputy lint --auto-fix (routine-update)
* d/control: liblemon-dev: Add Multi-Arch: same.
.
[ Andreas Tille ]
* Fix build with C++20 by using allocator_traits
Closes: #1133522
* d/rules: stick to -std=gnu++14 (also needed for bug #1133522)
* Standards-Version: 4.7.4 (routine-update)
* Reflow Uploaders field (cme)
* Remove Priority field (cme)
Checksums-Sha1:
c7de11c6b11143204d39c61b644bb6fb67813042 2244 liblemon_1.3.1+dfsg-8.dsc
bc2c9ee6172c776e2978c502153112609df52bf8 7780
liblemon_1.3.1+dfsg-8.debian.tar.xz
04a2af09f951aeb8b2395615e7982d4e18728f84 12401
liblemon_1.3.1+dfsg-8_amd64.buildinfo
Checksums-Sha256:
7656ba6fe9c27ab36eca8e332f47ae3c8cfe6ffbd0c16c5e2d58caec4b192376 2244
liblemon_1.3.1+dfsg-8.dsc
9696a639348c9715b4366cf451848d935e234cd9724897f2d6a5bd4ee6b87ff1 7780
liblemon_1.3.1+dfsg-8.debian.tar.xz
dd2ada161b1184240ee9946a5710d7bc82d58fa271c6e73ed8ca2aed04f84761 12401
liblemon_1.3.1+dfsg-8_amd64.buildinfo
Files:
02d2bdba9b900bde23ab0a84c8bc74e7 2244 science optional
liblemon_1.3.1+dfsg-8.dsc
1065ee80627ac7b522dae0e684704ed5 7780 science optional
liblemon_1.3.1+dfsg-8.debian.tar.xz
e25d6f7aef4d5639fa1029f1673d6495 12401 science optional
liblemon_1.3.1+dfsg-8_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmp6y1cRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtEi6A//WoMdqwCL51CzFhnjl8WnShbGJL3Guvpq
4BhkFdX/y6xrocKsvn8okaTI9dSJgIux4S/VUYOCY6TENgH5cqx02Zl/lkYpn62e
EvhGzuq2WezWd9jDvlnBQQ3DPlY52F7nNntDUZe7ixHud3eXgdfnkuQkF1n0uTs2
P6+rB8fP+aILDz28I2rgqnixt8k7tXIKwLihkpW0CmGJDZYqwymC3q+6TXLPbh7R
03QWC3we0jYmtvAtwPdYr1LNqpKetYB1Qx6c5D8FKILJHXOl5kHgRydQReA05kj3
R7eEbW+2jDx7utxeTTIghC6YoJUoIhY5azlqpqc5VGifIf4MQAc9En12YS0g4NNa
79XexWuI74nlLCUVUAyOgwf8E9VvhnqadhQMzMSw0Itx/sEHZ4WHYQQoqzddSwvP
oWeitlAeVC1qaIcGwntZIMIizOg6S0C8V6kk++Rq5bUqvj0l+bMnbbZCZ0Vuvxs9
bsIcsQy1yS6E415kbeJDM4Rtw9bM1/FhXRLT7kxKsIKIN+uGU10qR/T7Tw2jXgc5
2Sbb1H3hdphXMS2lCG3jGQM9AyAzIRhOryHOHqFNEDWcY1I60fvPRr3AdpRY2fOx
SVj8sGbjWc6cAcm8aO5tUoUZaTjZJ6ff3pjPcDB4MRSe2KjfwxdD573tNdFQueEA
5sEzQYwzfz4=
=4Q6a
-----END PGP SIGNATURE-----
pgpPEOuwnARem.pgp
Description: PGP signature
--- End Message ---