[Debian-med-packaging] Bug#1096414: castxml: ftbfs with GCC-15

Matthias Klose doko at debian.org
Mon Feb 17 17:06:29 GMT 2025


Package: src:castxml
Version: 0.6.10-1
Severity: important
Tags: sid forky
User: debian-gcc at lists.debian.org
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/castxml_0.6.10-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

[...]
/build/reproducible-path/castxml-0.6.10/src/castxml.cxx:341:34: error: ‘class llvm::SmallVector<const char*, 16>’ has no member named ‘data’
  341 |     if (!detectCC(cc_id, cc_args.data(), cc_args.data() + cc_args.size(),
      |                                  ^~~~
/build/reproducible-path/castxml-0.6.10/src/castxml.cxx:341:50: error: ‘class llvm::SmallVector<const char*, 16>’ has no member named ‘data’
  341 |     if (!detectCC(cc_id, cc_args.data(), cc_args.data() + cc_args.size(),
      |                                                  ^~~~
/build/reproducible-path/castxml-0.6.10/src/castxml.cxx:341:67: error: ‘class llvm::SmallVector<const char*, 16>’ has no member named ‘size’
  341 |     if (!detectCC(cc_id, cc_args.data(), cc_args.data() + cc_args.size(),
      |                                                                   ^~~~
/build/reproducible-path/castxml-0.6.10/src/castxml.cxx:359:18: error: ‘class llvm::SmallVector<const char*, 16>’ has no member named ‘empty’
  359 |   if (clang_args.empty()) {
      |                  ^~~~~
/build/reproducible-path/castxml-0.6.10/src/castxml.cxx:363:30: error: ‘class llvm::SmallVector<const char*, 16>’ has no member named ‘data’
  363 |   return runClang(clang_args.data(), clang_args.data() + clang_args.size(),
      |                              ^~~~
/build/reproducible-path/castxml-0.6.10/src/castxml.cxx:363:49: error: ‘class llvm::SmallVector<const char*, 16>’ has no member named ‘data’
  363 |   return runClang(clang_args.data(), clang_args.data() + clang_args.size(),
      |                                                 ^~~~
/build/reproducible-path/castxml-0.6.10/src/castxml.cxx:363:69: error: ‘class llvm::SmallVector<const char*, 16>’ has no member named ‘size’
  363 |   return runClang(clang_args.data(), clang_args.data() + clang_args.size(),
      |                                                                     ^~~~
/usr/lib/llvm-18/include/llvm/ADT/SmallVector.h: In instantiation of ‘llvm::SmallVector<T, N>::~SmallVector() [with T = char; unsigned int N = 0]’:
/usr/lib/llvm-18/include/llvm/Support/raw_ostream.h:728:71:   required from here
  728 |   buffer_ostream(raw_ostream &OS) : raw_svector_ostream(Buffer), OS(OS) {}
      |                                                                       ^
/usr/lib/llvm-18/include/llvm/ADT/SmallVector.h:1215:31: error: ‘class llvm::SmallVector<char, 0>’ has no member named ‘begin’
 1215 |     this->destroy_range(this->begin(), this->end());
      |                         ~~~~~~^~~~~
/usr/lib/llvm-18/include/llvm/ADT/SmallVector.h:1215:46: error: ‘class llvm::SmallVector<char, 0>’ has no member named ‘end’
 1215 |     this->destroy_range(this->begin(), this->end());
      |                                        ~~~~~~^~~
/usr/lib/llvm-18/include/llvm/ADT/SmallVector.h: In instantiation of ‘llvm::SmallVector<T, N>::~SmallVector() [with T = char; unsigned int N = 128]’:
/usr/lib/llvm-18/include/llvm/ADT/SmallString.h:29:3:   required from here
   29 |   SmallString() = default;
      |   ^~~~~~~~~~~
/usr/lib/llvm-18/include/llvm/ADT/SmallVector.h:1215:31: error: ‘class llvm::SmallVector<char, 128>’ has no member named ‘begin’
 1215 |     this->destroy_range(this->begin(), this->end());
      |                         ~~~~~~^~~~~
/usr/lib/llvm-18/include/llvm/ADT/SmallVector.h:1215:46: error: ‘class llvm::SmallVector<char, 128>’ has no member named ‘end’
 1215 |     this->destroy_range(this->begin(), this->end());
      |                                        ~~~~~~^~~
/usr/lib/llvm-18/include/llvm/ADT/SmallVector.h: In instantiation of ‘llvm::SmallVector<T, N>::~SmallVector() [with T = const char*; unsigned int N = 64]’:
/build/reproducible-path/castxml-0.6.10/src/castxml.cxx:64:69:   required from here
   64 |   llvm::SmallVector<const char*, 64> argv(argv_in, argv_in + argc_in);
      |                                                                     ^
/usr/lib/llvm-18/include/llvm/ADT/SmallVector.h:1215:31: error: ‘class llvm::SmallVector<const char*, 64>’ has no member named ‘begin’
 1215 |     this->destroy_range(this->begin(), this->end());
      |                         ~~~~~~^~~~~
/usr/lib/llvm-18/include/llvm/ADT/SmallVector.h:1215:46: error: ‘class llvm::SmallVector<const char*, 64>’ has no member named ‘end’
 1215 |     this->destroy_range(this->begin(), this->end());
      |                                        ~~~~~~^~~
/usr/lib/llvm-18/include/llvm/ADT/SmallVector.h: In instantiation of ‘llvm::SmallVector<T, N>::~SmallVector() [with T = const char*; unsigned int N = 16]’:
/build/reproducible-path/castxml-0.6.10/src/castxml.cxx:149:38:   required from here
  149 |   llvm::SmallVector<const char*, 16> clang_args;
      |                                      ^~~~~~~~~~
/usr/lib/llvm-18/include/llvm/ADT/SmallVector.h:1215:31: error: ‘class llvm::SmallVector<const char*, 16>’ has no member named ‘begin’
 1215 |     this->destroy_range(this->begin(), this->end());
      |                         ~~~~~~^~~~~
/usr/lib/llvm-18/include/llvm/ADT/SmallVector.h:1215:46: error: ‘class llvm::SmallVector<const char*, 16>’ has no member named ‘end’
 1215 |     this->destroy_range(this->begin(), this->end());
      |                                        ~~~~~~^~~
make[3]: *** [src/CMakeFiles/castxml.dir/build.make:82: src/CMakeFiles/castxml.dir/castxml.cxx.o] Error 1
make[3]: Leaving directory '/build/reproducible-path/castxml-0.6.10/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:1247: src/CMakeFiles/castxml.dir/all] Error 2
make[2]: Leaving directory '/build/reproducible-path/castxml-0.6.10/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:149: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/castxml-0.6.10/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:14: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2



More information about the Debian-med-packaging mailing list