Your message dated Fri, 24 Oct 2025 19:57:35 +0000
with message-id <[email protected]>
and subject line Bug#1118378: fixed in veryfasttree 4.0.5+dfsg-2
has caused the Debian Bug report #1118378,
regarding veryfasttree: FTBFS with robin-map 1.4.0
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.)
--
1118378: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1118378
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: veryfasttree
Version: 4.0.5+dfsg-1
Severity: important
X-Debbugs-Cc: [email protected]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Dear maintainer,
during a debusine rebuild, your package failed to build with robin-map
1.4.0. The build log can be accessed at
https://debusine.debian.net/debian/developers-roehling.robin_map/artifact/2585097/
and should remain available for the next 60 days.
Hopefully relevant excerpt:
[ 31%] Building CXX object
CMakeFiles/VeryFastTree.dir/src/impl/VeryFastTreeDoubleSSE128.cpp.o
/usr/bin/c++ -DCLI11_BOOST_OPTIONAL=0 -DNDEBUG
-I/build/reproducible-path/veryfasttree-4.0.5+dfsg/libs/CLI11/include
-I/build/reproducible-path/veryfasttree-4.0.5+dfsg/libs/bxzstr/include -g -O2
-ffile-prefix-map=/build/reproducible-path/veryfasttree-4.0.5+dfsg=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall
-O3 -DUSE_CUDA=0 -mavx512f -std=gnu++11 -fopenmp -MD -MT
CMakeFiles/VeryFastTree.dir/src/impl/VeryFastTreeDoubleSSE128.cpp.o -MF
CMakeFiles/VeryFastTree.dir/src/impl/VeryFastTreeDoubleSSE128.cpp.o.d -o
CMakeFiles/VeryFastTree.dir/src/impl/VeryFastTreeDoubleSSE128.cpp.o -c
/build/reproducible-path/veryfasttree-4.0.5+dfsg/src/impl/VeryFastTreeDoubleSSE128.cpp
In file included from /usr/include/tsl/robin_map.h:34,
from
/build/reproducible-path/veryfasttree-4.0.5+dfsg/src/impl/../HashTable.h:7,
from
/build/reproducible-path/veryfasttree-4.0.5+dfsg/src/impl/../VeyFastTreeImpl.h:13,
from
/build/reproducible-path/veryfasttree-4.0.5+dfsg/src/impl/VeryFastTreeDouble.cpp:3:
/usr/include/tsl/robin_hash.h: In member function
‘tsl::detail_robin_hash::bucket_entry<ValueType, StoreHash>::value_type&
tsl::detail_robin_hash::bucket_entry<ValueType, StoreHash>::value()’:
/usr/include/tsl/robin_hash.h:251:18: error: ‘launder’ is not a member of ‘std’
[-Wtemplate-body]
251 | return *std::launder(
| ^~~~~~~
/usr/include/tsl/robin_hash.h:251:18: note: ‘std::launder’ is only available
from C++17 onwards
/usr/include/tsl/robin_hash.h: In member function ‘const
tsl::detail_robin_hash::bucket_entry<ValueType, StoreHash>::value_type&
tsl::detail_robin_hash::bucket_entry<ValueType, StoreHash>::value() const’:
/usr/include/tsl/robin_hash.h:257:18: error: ‘launder’ is not a member of ‘std’
[-Wtemplate-body]
257 | return *std::launder(
| ^~~~~~~
/usr/include/tsl/robin_hash.h:257:18: note: ‘std::launder’ is only available
from C++17 onwards
/usr/include/tsl/robin_hash.h: In member function ‘void
tsl::detail_robin_hash::robin_hash<ValueType, KeySelect, ValueSelect, Hash,
KeyEqual, Allocator, StoreHash, GrowthPolicy>::min_load_factor(float)’:
/usr/include/tsl/robin_hash.h:1020:30: error: ‘clamp’ is not a member of ‘std’
[-Wtemplate-body]
1020 | m_min_load_factor = std::clamp(ml, float(MINIMUM_MIN_LOAD_FACTOR),
| ^~~~~
/usr/include/tsl/robin_hash.h: In member function ‘void
tsl::detail_robin_hash::robin_hash<ValueType, KeySelect, ValueSelect, Hash,
KeyEqual, Allocator, StoreHash, GrowthPolicy>::max_load_factor(float)’:
/usr/include/tsl/robin_hash.h:1025:30: error: ‘clamp’ is not a member of ‘std’
[-Wtemplate-body]
1025 | m_max_load_factor = std::clamp(ml, float(MINIMUM_MAX_LOAD_FACTOR),
| ^~~~~
In file included from /usr/include/tsl/robin_map.h:34,
from
/build/reproducible-path/veryfasttree-4.0.5+dfsg/src/impl/../HashTable.h:7,
from
/build/reproducible-path/veryfasttree-4.0.5+dfsg/src/impl/../VeyFastTreeImpl.h:13,
from
/build/reproducible-path/veryfasttree-4.0.5+dfsg/src/impl/VeryFastTreeDoubleAVX256.cpp:4:
/usr/include/tsl/robin_hash.h: In member function
‘tsl::detail_robin_hash::bucket_entry<ValueType, StoreHash>::value_type&
tsl::detail_robin_hash::bucket_entry<ValueType, StoreHash>::value()’:
/usr/include/tsl/robin_hash.h:251:18: error: ‘launder’ is not a member of ‘std’
[-Wtemplate-body]
251 | return *std::launder(
| ^~~~~~~
/usr/include/tsl/robin_hash.h:251:18: note: ‘std::launder’ is only available
from C++17 onwards
/usr/include/tsl/robin_hash.h: In member function ‘const
tsl::detail_robin_hash::bucket_entry<ValueType, StoreHash>::value_type&
tsl::detail_robin_hash::bucket_entry<ValueType, StoreHash>::value() const’:
/usr/include/tsl/robin_hash.h:257:18: error: ‘launder’ is not a member of ‘std’
[-Wtemplate-body]
257 | return *std::launder(
| ^~~~~~~
/usr/include/tsl/robin_hash.h:257:18: note: ‘std::launder’ is only available
from C++17 onwards
/usr/include/tsl/robin_hash.h: In member function ‘void
tsl::detail_robin_hash::robin_hash<ValueType, KeySelect, ValueSelect, Hash,
KeyEqual, Allocator, StoreHash, GrowthPolicy>::min_load_factor(float)’:
/usr/include/tsl/robin_hash.h:1020:30: error: ‘clamp’ is not a member of ‘std’
[-Wtemplate-body]
1020 | m_min_load_factor = std::clamp(ml, float(MINIMUM_MIN_LOAD_FACTOR),
| ^~~~~
/usr/include/tsl/robin_hash.h: In member function ‘void
tsl::detail_robin_hash::robin_hash<ValueType, KeySelect, ValueSelect, Hash,
KeyEqual, Allocator, StoreHash, GrowthPolicy>::max_load_factor(float)’:
/usr/include/tsl/robin_hash.h:1025:30: error: ‘clamp’ is not a member of ‘std’
[-Wtemplate-body]
1025 | m_max_load_factor = std::clamp(ml, float(MINIMUM_MAX_LOAD_FACTOR),
| ^~~~~
In file included from /usr/include/tsl/robin_map.h:34,
from
/build/reproducible-path/veryfasttree-4.0.5+dfsg/src/impl/../HashTable.h:7,
from
/build/reproducible-path/veryfasttree-4.0.5+dfsg/src/impl/../VeyFastTreeImpl.h:13,
from
/build/reproducible-path/veryfasttree-4.0.5+dfsg/src/impl/VeryFastTreeDoubleAVX512.cpp:4:
/usr/include/tsl/robin_hash.h: In member function
‘tsl::detail_robin_hash::bucket_entry<ValueType, StoreHash>::value_type&
tsl::detail_robin_hash::bucket_entry<ValueType, StoreHash>::value()’:
/usr/include/tsl/robin_hash.h:251:18: error: ‘launder’ is not a member of ‘std’
[-Wtemplate-body]
251 | return *std::launder(
| ^~~~~~~
/usr/include/tsl/robin_hash.h:251:18: note: ‘std::launder’ is only available
from C++17 onwards
/usr/include/tsl/robin_hash.h: In member function ‘const
tsl::detail_robin_hash::bucket_entry<ValueType, StoreHash>::value_type&
tsl::detail_robin_hash::bucket_entry<ValueType, StoreHash>::value() const’:
/usr/include/tsl/robin_hash.h:257:18: error: ‘launder’ is not a member of ‘std’
[-Wtemplate-body]
257 | return *std::launder(
| ^~~~~~~
/usr/include/tsl/robin_hash.h:257:18: note: ‘std::launder’ is only available
from C++17 onwards
/usr/include/tsl/robin_hash.h: In member function ‘void
tsl::detail_robin_hash::robin_hash<ValueType, KeySelect, ValueSelect, Hash,
KeyEqual, Allocator, StoreHash, GrowthPolicy>::min_load_factor(float)’:
/usr/include/tsl/robin_hash.h:1020:30: error: ‘clamp’ is not a member of ‘std’
[-Wtemplate-body]
1020 | m_min_load_factor = std::clamp(ml, float(MINIMUM_MIN_LOAD_FACTOR),
| ^~~~~
/usr/include/tsl/robin_hash.h: In member function ‘void
tsl::detail_robin_hash::robin_hash<ValueType, KeySelect, ValueSelect, Hash,
KeyEqual, Allocator, StoreHash, GrowthPolicy>::max_load_factor(float)’:
/usr/include/tsl/robin_hash.h:1025:30: error: ‘clamp’ is not a member of ‘std’
[-Wtemplate-body]
1025 | m_max_load_factor = std::clamp(ml, float(MINIMUM_MAX_LOAD_FACTOR),
| ^~~~~
Cheers
Timo
-----BEGIN PGP SIGNATURE-----
iQIyBAEBCgAdFiEEmwPruYMA35fCsSO/zIxr3RQD9MoFAmj0AJkACgkQzIxr3RQD
9MrgYA/4lyKm6QiU8gJpTCPxrJBilR3q5Yn7C9jZ/tCTG6doAo4kbZWyxxRAfvK3
Xg8WR63Fs2J+COkaefI38vOryZ/5cnmftYxqEToqg45N1xE+MASzo4/w74VeamZL
t6qRTVmVkBAj3F2sJ5dqVLkm9vXVxPUV/L8ohq/eN3U6GckQo1Ayp6fodwogzH4Z
mJ1UIwmRCau+4OdSGCYch37Lx5tPcw4BH44BVpYX3e9OniZkIFKQOpUJdh2fOv2L
t5lJOOuItg8WF5z98sEAI765dppH7Rx9JphGkAThLsQbvaXIF2vX1bu7b6n+s/wl
vBGFZhqFm767wDZmpV8pAkkXRi4tLzqk0Gjl+28ZUOqgX6q+9EUlR/qOl5Tkzgnm
yDb512b2BM31vdYI/o/Ok6iKS5QxOthI6JF7bZ0qAU6ErjMpe0kIoyuTNJVJZhhf
XCB/h0aRfTQ1nofp7eMu50QZkvfb9QJK6tf1kYpHwNtGgjGusoklts052BT/XP87
61QwRjkqmefxEJ83+mUsr7Nx44PZlkos4N3dJZbuXQdvX+gsXkAwM8fYX5ns+0hC
sXMd4QFin+4Zd6wxAoNkS6aWl5EmHvBKDX7HycArSfxf2Vqa/7FSvGHMU62jjMHa
vqaOmEIY5Flrwu4EgFlRFQzfa67r3StsDbEiZKX30GcOX8D6Kw==
=3KEB
-----END PGP SIGNATURE-----
--- End Message ---
--- Begin Message ---
Source: veryfasttree
Source-Version: 4.0.5+dfsg-2
Done: Étienne Mollier <[email protected]>
We believe that the bug you reported is fixed in the latest version of
veryfasttree, 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.
Étienne Mollier <[email protected]> (supplier of updated veryfasttree 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: Fri, 24 Oct 2025 20:37:22 +0200
Source: veryfasttree
Architecture: source
Version: 4.0.5+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team
<[email protected]>
Changed-By: Étienne Mollier <[email protected]>
Closes: 1118378
Changes:
veryfasttree (4.0.5+dfsg-2) unstable; urgency=medium
.
* Team upload.
* robin_map.patch: new: bump to stdc++17.
This fixes build failure with robin_map 1.4.0. (Closes: #1118378)
* d/watch: convert to Github template for watch file v5.
* d/control: drop redundant Rules-Requires-Root: no.
Checksums-Sha1:
f7db423121b5e68e017345c84f7e515a7a115a58 2260 veryfasttree_4.0.5+dfsg-2.dsc
dfc40b755461d2d5167e819a2b82288d42327251 30260
veryfasttree_4.0.5+dfsg-2.debian.tar.xz
Checksums-Sha256:
6d7b41679737763afce9daa5cd732addd013f0dc52a46b48621ac3e99cade3fb 2260
veryfasttree_4.0.5+dfsg-2.dsc
8cc7c52d63b3b98966818f630eb91add585b7b724330df71e2a8271992c68d24 30260
veryfasttree_4.0.5+dfsg-2.debian.tar.xz
Files:
2a687ea962fa64315944881bf28bae63 2260 science optional
veryfasttree_4.0.5+dfsg-2.dsc
c6421389f0e0c63789db3fdd9970b14c 30260 science optional
veryfasttree_4.0.5+dfsg-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQJIBAEBCgAyFiEEj5GyJ8fW8rGUjII2eTz2fo8NEdoFAmj7y+gUHGVtb2xsaWVy
QGRlYmlhbi5vcmcACgkQeTz2fo8NEdre+g/7BzH2mRgi4FZ5ASbbkzPJxl+8gQJA
/XaNYI+HNBQxYAVWDdO4h7ZntYUwcTk3xV0pP+T5KzP8+NJjsq21o7p5Ux2vcK1h
vTCw4Bo20UiZXpj2Sdh3UZTMGxt8Z3Du5Y2H6+UYWY3FUfVXeaEsvC/+rM3HfBYr
FY7UWEDc+xu5ecuUE4rDYtCKaBrrFyvhN9MCSzlRowtrSMI9SMVLo8iHtiGnfNg7
/leIo21l1gSz0Icvj7c2LbpiWni06TJN4VO+4mwEQNIHjfo07UHoNUE3cuvloZ27
4eW5tuxPtlgDvCJXDSOFLzH4L4Y3giDJLB4EKCp/Ls/d+pdgt7ijiQsV6Vf+ukyu
0vN/eZ3/2gqzeDyadjqMRYqNyz5i/OQ2uBzygeQ8fetC0q/i/9jHUOEj3GXNiEcZ
y6dYwQ75KRdfJ2BieJ51sm7N7RadU2e+AhA9Qc/zZjs6KzqB6LZoLjNdwr4j1szo
GUhgD2BvLmKpce48SaFclmAVJRPxFDzWqKlrj6FPi6YIPOXpngwbp+QUpno5JRZY
O0XbICEvGifyVkOoPJ/8DV/gexA3bm1ai19xZvyzcP2i6L0Kk9ors9xfcVUmk3Ir
3vUqwo9wAYTOkT3Pa8t4zQDFDv4Wkh37MvLtxtbwvU0e8RBe5/pnZSv2xXYywIF7
diYh6Y0LNlIaAwc=
=7lAt
-----END PGP SIGNATURE-----
pgp3KNNN_9OhI.pgp
Description: PGP signature
--- End Message ---