[Debian-med-packaging] Bug#1037817: phyx: ftbfs with GCC-13

Matthias Klose doko at debian.org
Wed Jun 14 10:30:01 BST 2023


Package: src:phyx
Version: 1.3+ds-2
Severity: normal
Tags: sid trixie
User: debian-gcc at lists.debian.org
Usertags: ftbfs-gcc-13

[This bug is 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-13/g++-13, but succeeds to build with gcc-12/g++-12. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2023/05/22/logs/phyx_1.3+ds-2_unstable_gccexp.log
The last lines of the build log are at the end of this report.

To build with GCC 13, either set CC=gcc-13 CXX=g++-13 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

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-13/porting_to.html

[...]
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o "pxtrt" -O3 -std=c++14 -fopenmp -Wall -DOMP -ftree-vectorize -ffast-math main_trt.o ./utils.o ./citations.o ./log.o ./superdouble.o ./timer.o ./node.o ./tree.o ./tree_reader.o ./tree_utils.o -Wl,-z,relro -Wl,-z,now
cat man/pxtcol.1.in > man/pxtcol.1
building pxtscale
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o "pxtscale" -O3 -std=c++14 -fopenmp -Wall -DOMP -ftree-vectorize -ffast-math tscale.o main_tscale.o ./utils.o ./citations.o ./log.o ./superdouble.o ./timer.o ./node.o ./tree.o ./tree_reader.o ./tree_utils.o -Wl,-z,relro -Wl,-z,now
cat man/pxtcomb.1.in > man/pxtcomb.1
building pxvcf2fa
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o "pxvcf2fa" -O3 -std=c++14 -fopenmp -Wall -DOMP -ftree-vectorize -ffast-math vcf_reader.o main_vcf2fa.o ./utils.o ./citations.o ./log.o ./superdouble.o ./timer.o ./sequence.o ./seq_reader.o ./seq_utils.o ./seq_models.o ./pairwise_alignment.o -Wl,-z,relro -Wl,-z,now
cat man/pxtgen.1.in > man/pxtgen.1
building pxbdfit
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -o "pxbdfit" -O3 -std=c++14 -fopenmp -Wall -DOMP -ftree-vectorize -ffast-math bd_fit.o main_bd_fit.o ./utils.o ./citations.o ./log.o ./superdouble.o ./timer.o ./node.o ./tree.o ./tree_reader.o ./tree_utils.o -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -llapack -lblas -lpthread -lm -lnlopt -larmadillo
cat man/pxtlate.1.in > man/pxtlate.1
cat man/pxtrt.1.in > man/pxtrt.1
cat man/pxtscale.1.in > man/pxtscale.1
cat man/pxvcf2fa.1.in > man/pxvcf2fa.1
cat man/pxbdfit.1.in > man/pxbdfit.1
building pxcontrates
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -o "pxcontrates" -O3 -std=c++14 -fopenmp -Wall -DOMP -ftree-vectorize -ffast-math main_contrates.o optimize_cont_models_nlopt.o ./rate_model.o ./state_reconstructor.o ./optimize_state_reconstructor_nlopt.o ./optimize_state_reconstructor_periods_nlopt.o ./branch_segment.o ./cont_models.o ./seq_gen.o ./utils.o ./citations.o ./log.o ./superdouble.o ./timer.o ./sequence.o ./seq_reader.o ./seq_utils.o ./seq_models.o ./pairwise_alignment.o ./node.o ./tree.o ./tree_reader.o ./tree_utils.o -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -llapack -lblas -lpthread -lm -lnlopt -larmadillo
cat man/pxcontrates.1.in > man/pxcontrates.1
building pxstrec
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -o "pxstrec" -O3 -std=c++14 -fopenmp -Wall -DOMP -ftree-vectorize -ffast-math main_strec.o ./utils.o ./citations.o ./log.o ./superdouble.o ./timer.o ./sequence.o ./seq_reader.o ./seq_utils.o ./seq_models.o ./pairwise_alignment.o ./node.o ./tree.o ./tree_reader.o ./tree_utils.o ./rate_model.o ./state_reconstructor.o ./optimize_state_reconstructor_nlopt.o ./optimize_state_reconstructor_periods_nlopt.o ./branch_segment.o ./cont_models.o ./seq_gen.o -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -llapack -lblas -lpthread -lm -lnlopt -larmadillo # -lgfortran
cat man/pxstrec.1.in > man/pxstrec.1
make[1]: Leaving directory '/<<PKGBUILDDIR>>/src'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cd src && python3 run_tests.py
character: 0
character: 1
character: 2
E: Build killed with signal TERM after 150 minutes of inactivity
--------------------------------------------------------------------------------
Build finished at 2023-05-22T04:42:43Z

Finished
--------


+------------------------------------------------------------------------------+
| Cleanup                                                                      |
+------------------------------------------------------------------------------+

Purging /<<BUILDDIR>>
Not cleaning session: cloned chroot in use
E: Build failure (dpkg-buildpackage died)

+------------------------------------------------------------------------------+
| Summary                                                                      |
+------------------------------------------------------------------------------+

Build Architecture: amd64
Build Type: binary
Build-Space: 433580
Build-Time: 9054
Distribution: unstable
Fail-Stage: build
Host Architecture: amd64
Install-Time: 21
Job: phyx_1.3+ds-2
Machine Architecture: amd64
Package: phyx
Package-Time: 9104
Source-Version: 1.3+ds-2
Space: 433580
Status: attempted
Version: 1.3+ds-2
--------------------------------------------------------------------------------
Finished at 2023-05-22T04:42:43Z
Build needed 02:31:44, 433580k disk space
E: Build failure (dpkg-buildpackage died)
DC-Status: Failed 9105.112238029s
DC-Time-Estimation: 9105.112238029 versus expected 164 (r/m: 54.51897706115244 ; m: 164.0)



More information about the Debian-med-packaging mailing list