[Debian-med-packaging] Bug#1096850: iqtree: ftbfs with GCC-15
Matthias Klose
doko at debian.org
Mon Feb 17 17:20:26 GMT 2025
Package: src:iqtree
Version: 2.0.7+dfsg-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/iqtree_2.0.7+dfsg-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
[...]
/usr/include/c++/15/bits/stl_function.h:131:12: note: declared here
131 | struct binary_function
| ^~~~~~~~~~~~~~~
[ 41%] Building CXX object terraphast/CMakeFiles/terraphast.dir/lib/validation.cpp.o
cd /build/reproducible-path/iqtree-2.0.7+dfsg/build.omp/terraphast && /usr/bin/c++ -DIQTREE_TERRAPHAST -DIQ_TREE -DUSE_BOOST -DUSE_BOOSTER -D_USE_PTHREADS -I/build/reproducible-path/iqtree-2.0.7+dfsg -I/build/reproducible-path/iqtree-2.0.7+dfsg/yaml-cpp/include -I/build/reproducible-path/iqtree-2.0.7+dfsg/build.omp -I/build/reproducible-path/iqtree-2.0.7+dfsg/terraphast/include -I/build/reproducible-path/iqtree-2.0.7+dfsg/terraphast/lib -I/build/reproducible-path/iqtree-2.0.7+dfsg/terraphast/lib/gcc_clang -g -O2 -ffile-prefix-map=/build/reproducible-path/iqtree-2.0.7+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++11 -fopenmp -pthread -std=gnu++11 -I/usr/include/eigen3 -I/usr/include -D__SSE3 -msse3 -march=native -Wall -Wextra -Wpedantic -Wconversion -Wsign-conversion -Werror -MD -MT terraphast/CMakeFiles/terraphast.dir/lib/validation.cpp.o -MF CMakeFiles/terraphast.dir/lib/validation.cpp.o.d -o CMakeFiles/terraphast.dir/lib/validation.cpp.o -c /build/reproducible-path/iqtree-2.0.7+dfsg/terraphast/lib/validation.cpp
In file included from /build/reproducible-path/iqtree-2.0.7+dfsg/ncl/ncl.h:91,
from /build/reproducible-path/iqtree-2.0.7+dfsg/ncl/nxstreesblock.cpp:20:
/build/reproducible-path/iqtree-2.0.7+dfsg/ncl/nxsstring.h:172:12: warning: ‘template<class _Arg1, class _Arg2, class _Result> struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
172 | : public binary_function<NxsString, NxsString, bool>
| ^~~~~~~~~~~~~~~
In file included from /usr/include/c++/15/string:51,
from /usr/include/c++/15/bits/locale_classes.h:42,
from /usr/include/c++/15/bits/ios_base.h:43,
from /usr/include/c++/15/ios:46,
from /usr/include/c++/15/istream:42,
from /usr/include/c++/15/fstream:42,
from /build/reproducible-path/iqtree-2.0.7+dfsg/ncl/ncl.h:52:
/usr/include/c++/15/bits/stl_function.h:131:12: note: declared here
131 | struct binary_function
| ^~~~~~~~~~~~~~~
[ 42%] Linking C static library libpll.a
cd /build/reproducible-path/iqtree-2.0.7+dfsg/build.omp/pll && /usr/bin/cmake -P CMakeFiles/pll.dir/cmake_clean_target.cmake
cd /build/reproducible-path/iqtree-2.0.7+dfsg/build.omp/pll && /usr/bin/cmake -E cmake_link_script CMakeFiles/pll.dir/link.txt --verbose=1
/usr/bin/ar qc libpll.a CMakeFiles/pll.dir/alignment.c.o CMakeFiles/pll.dir/bipartitionList.c.o CMakeFiles/pll.dir/evaluateGenericSpecial.c.o CMakeFiles/pll.dir/evaluatePartialGenericSpecial.c.o CMakeFiles/pll.dir/fastDNAparsimony.c.o CMakeFiles/pll.dir/hardware.c.o CMakeFiles/pll.dir/hash.c.o CMakeFiles/pll.dir/lexer.c.o CMakeFiles/pll.dir/makenewzGenericSpecial.c.o CMakeFiles/pll.dir/models.c.o CMakeFiles/pll.dir/newick.c.o CMakeFiles/pll.dir/newviewGenericSpecial.c.o CMakeFiles/pll.dir/genericParallelization.c.o CMakeFiles/pll.dir/optimizeModel.c.o CMakeFiles/pll.dir/parsePartition.c.o CMakeFiles/pll.dir/queue.c.o CMakeFiles/pll.dir/randomTree.c.o CMakeFiles/pll.dir/recom.c.o CMakeFiles/pll.dir/restartHashTable.c.o CMakeFiles/pll.dir/searchAlgo.c.o CMakeFiles/pll.dir/ssort.c.o CMakeFiles/pll.dir/stack.c.o CMakeFiles/pll.dir/topologies.c.o CMakeFiles/pll.dir/trash.c.o CMakeFiles/pll.dir/treeIO.c.o CMakeFiles/pll.dir/utils.c.o
/usr/bin/ranlib libpll.a
make[4]: Leaving directory '/build/reproducible-path/iqtree-2.0.7+dfsg/build.omp'
[ 42%] Built target pll
[ 42%] Linking CXX static library libterraphast.a
cd /build/reproducible-path/iqtree-2.0.7+dfsg/build.omp/terraphast && /usr/bin/cmake -P CMakeFiles/terraphast.dir/cmake_clean_target.cmake
cd /build/reproducible-path/iqtree-2.0.7+dfsg/build.omp/terraphast && /usr/bin/cmake -E cmake_link_script CMakeFiles/terraphast.dir/link.txt --verbose=1
/usr/bin/ar qc libterraphast.a CMakeFiles/terraphast.dir/lib/advanced.cpp.o CMakeFiles/terraphast.dir/lib/bigint.cpp.o CMakeFiles/terraphast.dir/lib/bipartitions.cpp.o CMakeFiles/terraphast.dir/lib/bitmatrix.cpp.o CMakeFiles/terraphast.dir/lib/clamped_uint.cpp.o CMakeFiles/terraphast.dir/lib/constraints.cpp.o CMakeFiles/terraphast.dir/lib/errors.cpp.o CMakeFiles/terraphast.dir/lib/multitree.cpp.o CMakeFiles/terraphast.dir/lib/multitree_iterator.cpp.o CMakeFiles/terraphast.dir/lib/nodes.cpp.o CMakeFiles/terraphast.dir/lib/parser.cpp.o CMakeFiles/terraphast.dir/lib/rooting.cpp.o CMakeFiles/terraphast.dir/lib/simple.cpp.o CMakeFiles/terraphast.dir/lib/subtree_extraction.cpp.o CMakeFiles/terraphast.dir/lib/supertree_helpers.cpp.o CMakeFiles/terraphast.dir/lib/trees.cpp.o CMakeFiles/terraphast.dir/lib/union_find.cpp.o CMakeFiles/terraphast.dir/lib/validation.cpp.o
/usr/bin/ranlib libterraphast.a
make[4]: Leaving directory '/build/reproducible-path/iqtree-2.0.7+dfsg/build.omp'
[ 42%] Built target terraphast
[ 42%] Linking CXX static library libncl.a
cd /build/reproducible-path/iqtree-2.0.7+dfsg/build.omp/ncl && /usr/bin/cmake -P CMakeFiles/ncl.dir/cmake_clean_target.cmake
cd /build/reproducible-path/iqtree-2.0.7+dfsg/build.omp/ncl && /usr/bin/cmake -E cmake_link_script CMakeFiles/ncl.dir/link.txt --verbose=1
/usr/bin/ar qc libncl.a CMakeFiles/ncl.dir/nxsassumptionsblock.cpp.o CMakeFiles/ncl.dir/nxsblock.cpp.o CMakeFiles/ncl.dir/nxscharactersblock.cpp.o CMakeFiles/ncl.dir/nxsdatablock.cpp.o CMakeFiles/ncl.dir/nxsdiscretedatum.cpp.o CMakeFiles/ncl.dir/nxsdiscretematrix.cpp.o CMakeFiles/ncl.dir/nxsdistancedatum.cpp.o CMakeFiles/ncl.dir/nxsdistancesblock.cpp.o CMakeFiles/ncl.dir/nxsemptyblock.cpp.o CMakeFiles/ncl.dir/nxsexception.cpp.o CMakeFiles/ncl.dir/nxsreader.cpp.o CMakeFiles/ncl.dir/nxssetreader.cpp.o CMakeFiles/ncl.dir/nxsstring.cpp.o CMakeFiles/ncl.dir/nxstaxablock.cpp.o CMakeFiles/ncl.dir/nxstoken.cpp.o CMakeFiles/ncl.dir/nxstreesblock.cpp.o
/usr/bin/ranlib libncl.a
make[4]: Leaving directory '/build/reproducible-path/iqtree-2.0.7+dfsg/build.omp'
[ 42%] Built target ncl
[ 43%] Linking CXX static library libkernelsse.a
/usr/bin/cmake -P CMakeFiles/kernelsse.dir/cmake_clean_target.cmake
/usr/bin/cmake -E cmake_link_script CMakeFiles/kernelsse.dir/link.txt --verbose=1
/usr/bin/ar qc libkernelsse.a CMakeFiles/kernelsse.dir/tree/phylokernelsse.cpp.o
/usr/bin/ranlib libkernelsse.a
make[4]: Leaving directory '/build/reproducible-path/iqtree-2.0.7+dfsg/build.omp'
[ 43%] Built target kernelsse
[ 43%] Linking CXX static library libkernelavx.a
/usr/bin/cmake -P CMakeFiles/kernelavx.dir/cmake_clean_target.cmake
/usr/bin/cmake -E cmake_link_script CMakeFiles/kernelavx.dir/link.txt --verbose=1
/usr/bin/ar qc libkernelavx.a CMakeFiles/kernelavx.dir/tree/phylotreeavx.cpp.o
/usr/bin/ranlib libkernelavx.a
make[4]: Leaving directory '/build/reproducible-path/iqtree-2.0.7+dfsg/build.omp'
[ 43%] Built target kernelavx
[ 44%] Linking CXX static library libkernelfma.a
/usr/bin/cmake -P CMakeFiles/kernelfma.dir/cmake_clean_target.cmake
/usr/bin/cmake -E cmake_link_script CMakeFiles/kernelfma.dir/link.txt --verbose=1
/usr/bin/ar qc libkernelfma.a CMakeFiles/kernelfma.dir/tree/phylokernelfma.cpp.o
/usr/bin/ranlib libkernelfma.a
make[4]: Leaving directory '/build/reproducible-path/iqtree-2.0.7+dfsg/build.omp'
[ 44%] Built target kernelfma
make[3]: Leaving directory '/build/reproducible-path/iqtree-2.0.7+dfsg/build.omp'
make[2]: *** [Makefile:159: all] Error 2
make[2]: Leaving directory '/build/reproducible-path/iqtree-2.0.7+dfsg/build.omp'
dh_auto_build: error: cd build.omp && make -j8 "INSTALL=install --strip-program=true" VERBOSE=1 returned exit code 2
make[1]: *** [debian/rules:31: dh_auto_build_omp] Error 25
make[1]: Leaving directory '/build/reproducible-path/iqtree-2.0.7+dfsg'
make: *** [debian/rules:12: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
More information about the Debian-med-packaging
mailing list