Bug#957857: syrthes: ftbfs with GCC-10
Matthias Klose
doko at debian.org
Fri Apr 17 12:11:49 BST 2020
Package: src:syrthes
Version: 4.3.0-dfsg1-5
Severity: normal
Tags: sid bullseye
User: debian-gcc at lists.debian.org
Usertags: ftbfs-gcc-10
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-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/syrthes_4.3.0-dfsg1-5_unstable_gcc10.log
The last lines of the build log are at the end of this report.
To build with GCC 10, either set CC=gcc-10 CXX=g++-10 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-10/porting_to.html
[...]
***************************************************
* Installation PROFILE *
***************************************************
!!! /<<PKGBUILDDIR>>/src//syrthes.profile_Debian
SYRTHES4_HOME=/<<PKGBUILDDIR>>/arch/Debian
NOM_ARCH=Debian
source /<<PKGBUILDDIR>>/arch/Debian/bin/syrthes.profile
Configure file Makefile.in for installation
[32m Installation of convert2syrthes4 on architecture Debian [0m
syrthesconvert INSTALL 0
[32m Installation of syrthes4ensight on architecture Debian [0m
syrthesensight INSTALL 0
[32m Installation of syrthes4med3 on architecture Debian [0m
syrthesmed INSTALL 0
[32m Installation of ppfunc on architecture Debian [0m
syrthesppfuncINSTALL 0
[32m Installation of syrthes-pp on architecture Debian [0m
syrthesppINSTALL 0
[32m Installation of syrthes-post on architecture Debian [0m
Installation of syrthesseq on architecture Debian
make syrthesseq NOM_ARCH=Debian SYRTHES4_HOME='/<<PKGBUILDDIR>>' 2>&1 | tee syrthesseq.log
syrthesseqINSTALL 0
[32m Installation of syrthesmpi on architecture Debian [0m
[32m Installation of syrthescfd on architecture Debian [0m
- [34myou ve chosen not to install "gui" [0m
function report
NO file ERREUR.log
---------------------------------------------------------
Before using SYRTHES, each user must[34m source[0m
the[34m /<<PKGBUILDDIR>>/arch/Debian/bin/syrthes.profile[0m file before using the code.
The easiest way is to put the following lines in each of the users
[34m '.profile'[0m or [34m'.bashrc'[0m (depending on the shell)
syrthesprofile=/<<PKGBUILDDIR>>/arch/Debian/bin/syrthes.profile
#(adjust path to your system)
if [ -f $syrthesprofile ] ; then
. $syrthesprofile
fi
---------------------------------------------------------
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
[31mWarning : installation of some composants failed[0m
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Check log files for more information....
# ERREUR.log should be empty
if [ -s "src/syrthes-install/ERREUR.log" ]; then \
cat "src/syrthes-install/ERREUR.log" && false; \
fi
../syrthesppfunc.log:collect2: error: ld returned 1 exit status
../syrthesppfunc.log:make[3]: *** [Makefile:15: a.out] Error 1
../syrthesppfunc.log:make[2]: *** [Makefile:40: ppfunc] Error 2
make[1]: *** [debian/rules:53: override_dh_auto_build] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:36: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
More information about the debian-science-maintainers
mailing list