Your message dated Sun, 07 Sep 2025 21:25:52 +0000
with message-id <[email protected]>
and subject line Bug#1097514: fixed in opencl-clang-17 17.0.1-2
has caused the Debian Bug report #1097514,
regarding opencl-clang-17: ftbfs with GCC-15
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.)
--
1097514: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097514
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:opencl-clang-17
Version: 17.0.1-1
Severity: important
Tags: sid forky
User: [email protected]
Usertags: ftbfs-gcc-15
[This bug is NOT 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-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.
The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/opencl-clang-17_17.0.1-1_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.
To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other 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-15/porting_to.html
[...]
186 | if (I != Vector.end()) // Don't reinsert if it already exists.
| ~~~~~~~^~~
/usr/lib/llvm-17/include/llvm/ADT/SmallSet.h:188:16: error: ‘class
llvm::SmallVector<llvm::StringRef, 32>’ has no member named ‘size’
188 | if (Vector.size() < N) {
| ~~~~~~~^~~~
/usr/lib/llvm-17/include/llvm/ADT/SmallSet.h:190:61: error: ‘class
llvm::SmallVector<llvm::StringRef, 32>’ has no member named ‘end’
190 | return std::make_pair(const_iterator(std::prev(Vector.end())),
true);
| ~~~~~~~^~~
/usr/lib/llvm-17/include/llvm/ADT/SmallSet.h:194:20: error: ‘class
llvm::SmallVector<llvm::StringRef, 32>’ has no member named ‘empty’
194 | while (!Vector.empty()) {
| ~~~~~~~^~~~~
/usr/lib/llvm-17/include/llvm/ADT/SmallSet.h:195:25: error: ‘class
llvm::SmallVector<llvm::StringRef, 32>’ has no member named ‘back’
195 | Set.insert(Vector.back());
| ~~~~~~~^~~~
/usr/lib/llvm-17/include/llvm/ADT/SmallSet.h: In instantiation of
‘llvm::SmallSetIterator<T, N, C>::~SmallSetIterator() [with T =
llvm::StringRef; unsigned int N = 32; C = std::less<llvm::StringRef>]’:
/usr/include/c++/15/bits/stl_pair.h:284:12: required from here
284 | struct pair
| ^~~~
/usr/lib/llvm-17/include/llvm/ADT/SmallSet.h:60:7: error: using invalid field
‘llvm::SmallSetIterator<T, N, C>::<unnamed union>::VecIter’
60 | VecIter.~VecIterTy();
| ^~~~~~~
/usr/lib/llvm-17/include/llvm/ADT/SmallSet.h: In instantiation of ‘bool
llvm::SmallSet<T, N, C>::contains(const T&) const [with T = llvm::StringRef;
unsigned int N = 32; C = std::less<llvm::StringRef>]’:
/build/reproducible-path/opencl-clang-17-17.0.1/options_compile.cpp:346:37:
required from here
346 | if (!parsedOclCFeatures.contains(std::string("-D") + OclCFeature))
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/llvm-17/include/llvm/ADT/SmallSet.h:238:33: error: ‘const class
llvm::SmallVector<llvm::StringRef, 32>’ has no member named ‘end’
238 | return vfind(V) != Vector.end();
| ~~~~~~~^~~
/usr/lib/llvm-17/include/llvm/ADT/SmallVector.h: In instantiation of
‘llvm::SmallVector<T, N>::~SmallVector() [with T = char; unsigned int N = 32]’:
/usr/lib/llvm-17/include/llvm/ADT/SmallString.h:29:3: required from ‘bool
llvm::detail::to_float(const llvm::Twine&, N&, N (*)(const char*, char**))
[with N = float]’
29 | SmallString() = default;
| ^~~~~~~~~~~
/usr/lib/llvm-17/include/llvm/ADT/StringExtras.h:285:26: required from here
285 | return detail::to_float(T, Num, strtof);
| ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/usr/lib/llvm-17/include/llvm/ADT/SmallVector.h:1206:31: error: ‘class
llvm::SmallVector<char, 32>’ has no member named ‘begin’
1206 | this->destroy_range(this->begin(), this->end());
| ~~~~~~^~~~~
/usr/lib/llvm-17/include/llvm/ADT/SmallVector.h:1206:46: error: ‘class
llvm::SmallVector<char, 32>’ has no member named ‘end’
1206 | this->destroy_range(this->begin(), this->end());
| ~~~~~~^~~
/usr/lib/llvm-17/include/llvm/ADT/SmallSet.h: In instantiation of
‘llvm::SmallSetIterator<T, N, C>::SmallSetIterator(llvm::SmallSetIterator<T, N,
C>&&) [with T = llvm::StringRef; unsigned int N = 32; C =
std::less<llvm::StringRef>]’:
/usr/include/c++/15/bits/stl_pair.h:884:4: required from ‘constexpr
std::pair<_T1, _T2>::pair(_U1&&, _U2&&) [with _U1 =
llvm::SmallSetIterator<llvm::StringRef, 32, std::less<llvm::StringRef> >; _U2 =
bool&; typename std::enable_if<(std::_PCC<true, _T1,
_T2>::_MoveConstructiblePair<_U1, _U2>() && std::_PCC<true, _T1,
_T2>::_ImplicitlyMoveConvertiblePair<_U1, _U2>()), bool>::type <anonymous> =
true; _T1 = llvm::SmallSetIterator<llvm::StringRef, 32,
std::less<llvm::StringRef> >; _T2 = bool]’
884 | : first(std::forward<_U1>(__x)), second(std::forward<_U2>(__y))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15/bits/stl_pair.h:1151:14: required from ‘constexpr
std::pair<typename std::__strip_reference_wrapper<typename
std::decay<_Tp>::type>::__type, typename
std::__strip_reference_wrapper<typename std::decay<_Tp2>::type>::__type>
std::make_pair(_T1&&, _T2&&) [with _T1 =
llvm::SmallSetIterator<llvm::StringRef, 32, less<llvm::StringRef> >; _T2 =
bool&; typename __strip_reference_wrapper<typename decay<_Tp>::type>::__type =
llvm::SmallSetIterator<llvm::StringRef, 32, less<llvm::StringRef> >; typename
decay<_Tp>::type = llvm::SmallSetIterator<llvm::StringRef, 32,
less<llvm::StringRef> >; typename __strip_reference_wrapper<typename
decay<_Tp2>::type>::__type = bool; typename decay<_Tp2>::type = bool]’
1151 | return __pair_type(std::forward<_T1>(__x),
std::forward<_T2>(__y));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/llvm-17/include/llvm/ADT/SmallSet.h:182:28: required from
‘std::pair<llvm::SmallSetIterator<T, N, C>, bool> llvm::SmallSet<T, N,
C>::insert(const T&) [with T = llvm::StringRef; unsigned int N = 32; C =
std::less<llvm::StringRef>]’
182 | return std::make_pair(const_iterator(I), Inserted);
| ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/reproducible-path/opencl-clang-17-17.0.1/options_compile.cpp:332:32:
required from here
332 | parsedOclCFeatures.insert(a);
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/usr/lib/llvm-17/include/llvm/ADT/SmallSet.h:76:7: error: using invalid field
‘llvm::SmallSetIterator<T, N, C>::<unnamed union>::VecIter’
76 | VecIter = std::move(Other.VecIter);
| ^~~~~~~
/usr/lib/llvm-17/include/llvm/ADT/SmallSet.h:76:33: error: ‘class
llvm::SmallSetIterator<llvm::StringRef, 32, std::less<llvm::StringRef> >’ has
no member named ‘VecIter’; did you mean ‘VecIterTy’?
76 | VecIter = std::move(Other.VecIter);
| ~~~~~~^~~~~~~
| VecIterTy
make[3]: *** [CMakeFiles/opencl-clang.dir/build.make:173:
CMakeFiles/opencl-clang.dir/options_compile.cpp.o] Error 1
make[3]: Leaving directory
'/build/reproducible-path/opencl-clang-17-17.0.1/build'
make[2]: *** [CMakeFiles/Makefile2:305: CMakeFiles/opencl-clang.dir/all] Error 2
make[2]: Leaving directory
'/build/reproducible-path/opencl-clang-17-17.0.1/build'
make[1]: *** [Makefile:139: all] Error 2
make[1]: Leaving directory
'/build/reproducible-path/opencl-clang-17-17.0.1/build'
dh_auto_build: error: cd build && make -j8 "INSTALL=install
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:11: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: opencl-clang-17
Source-Version: 17.0.1-2
Done: Andreas Beckmann <[email protected]>
We believe that the bug you reported is fixed in the latest version of
opencl-clang-17, 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 Beckmann <[email protected]> (supplier of updated opencl-clang-17 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: Sun, 07 Sep 2025 22:56:11 +0200
Source: opencl-clang-17
Architecture: source
Version: 17.0.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenCL team <[email protected]>
Changed-By: Andreas Beckmann <[email protected]>
Closes: 1097514
Changes:
opencl-clang-17 (17.0.1-2) unstable; urgency=medium
.
* Merge changes from opencl-clang-16 16.0.4-1.
* Build with g++-14. (Closes: #1097514)
Checksums-Sha1:
682db59bf957c6b25b9db1b6e3184052cc46ecec 2282 opencl-clang-17_17.0.1-2.dsc
228ec9419426c5a1da0b9ebbdd1b0a7e3b578e08 4956
opencl-clang-17_17.0.1-2.debian.tar.xz
89c87ff16a31fd43b34b75b7e72eb4477258d9f8 8023
opencl-clang-17_17.0.1-2_source.buildinfo
Checksums-Sha256:
72715d2d02c9ecf1477a0303501e3852d30591f9615e3743a430d110a614bbcd 2282
opencl-clang-17_17.0.1-2.dsc
d5d541a068c742b25e899dcf1271ffa68ec877cf159ff4f5ce76f41578b66db8 4956
opencl-clang-17_17.0.1-2.debian.tar.xz
de428c3aac826d62345bc4d7bf9c00aa73a8753ef6476edd6fc2ab704be878d5 8023
opencl-clang-17_17.0.1-2_source.buildinfo
Files:
d54d9e2870c2c3c0d0cdf4a1536a429e 2282 libdevel optional
opencl-clang-17_17.0.1-2.dsc
f5fced5d51b8832b63897740409d2b76 4956 libdevel optional
opencl-clang-17_17.0.1-2.debian.tar.xz
41b931137cf156b925e577c5c88f2e6b 8023 libdevel optional
opencl-clang-17_17.0.1-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmi98jkQHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCFn0D/4wqHhe5PoiT3d8F/dbOh7Vc4VLQDXLM6g/
VoNygsF+Gm7ipO6favYCWgxaCgqtDubaxYi1gfefxXTCOoQqyzzE7oUJUzWA9Kvy
nzNTF4NDZNLUl55ubMUGuAUQIyPWd6K5z+mSo9ulQwxpjUzP7I6/HzXYv6kd16ll
LC57hCOkrvkrxJOZ3NKQM4Gh0rebcyT69HWSqIc6/exMSWATTZCgITV+cYODW8Jj
5OCmZdprtWYoL8DUrRtVGzeCjE1ihytSIj0SDCNeQwAbQnYjruGYaqpjxCVBqHtP
1qeXiWNMH8sJAhZ2q6K7YG+eG+nTpfZ3oe0+Xs+eWwDD9G1a81fwrYWOeFwEfMQd
KX63GgqtGG38lWVS0RBH065JlWIoQHP44B+doWUcAbIzE9kgyWncaBgkoUcNjkCv
VwcZwtlkHyMsY+vT0OQV09akDVFhEuwLsA3VS2NLnMsoM8exkGxcIHvMQ+/k8aM+
Ko+wNwk8K1QQNsfcOONB7B0diHIG0mFEQhcBvLYkS6Iu1Mws94jk1LNkMEYrbUkJ
FfNtALX4brDni12xqsMaNBoyozP/JzorXZ5b78wRUKWTF4uHP0+8wxpi9cXtTtwn
PzM0aNRJ7lYvXQmTrgWcs3EiZShBvMKg2PTcDzsNCryXF0AbuLtkLQ8B1SqZxCW0
ZdEohyB9/g==
=yiSt
-----END PGP SIGNATURE-----
pgpyhiZ0E7nLP.pgp
Description: PGP signature
--- End Message ---