Bug#746890: perl: ftbfs with GCC-4.9
Matthias Klose
doko at debian.org
Sun May 4 00:22:21 UTC 2014
Package: src:perl
Version: 5.18.2-2
Severity: important
Tags: sid jessie
User: debian-gcc at lists.debian.org
Usertags: ftbfs-gcc-4.9
The package fails to build in a test rebuild on at least amd64 with
gcc-4.9/g++-4.9, but succeeds to build with gcc-4.8/g++-4.8. The
severity of this report may be raised before the jessie release.
The full build log can be found at:
http://people.debian.org/~doko/logs/failed-gcc49/perl_5.18.2-2_unstable_gcc49.log
The last lines of the build log are at the end of this report.
To build with GCC 4.9, either set CC=gcc-4.9 CXX=g++-4.9 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-4.9/porting_to.html
[...]
lib/Thread .................................................... ok
lib/Tie/Array/push ............................................ ok
lib/Tie/Array/splice .......................................... ok
lib/Tie/Array/stdpush ......................................... ok
lib/Tie/Array/std ............................................. ok
lib/Tie/ExtraHash ............................................. ok
lib/Tie/Handle/stdhandle_from_handle .......................... ok
lib/Tie/Handle/stdhandle ...................................... ok
lib/Tie/Hash .................................................. ok
lib/Tie/Scalar ................................................ ok
lib/Tie/SubstrHash ............................................ ok
lib/Time/gmtime ............................................... ok
lib/Time/localtime ............................................ ok
lib/Unicode/UCD ............................................... ok
lib/User/grent ................................................ ok
lib/User/pwent ................................................ ok
lib/utf8 ...................................................... ok
lib/vars_carp ................................................. ok
lib/vars ...................................................... ok
lib/version/t/01base .......................................... ok
lib/version/t/02derived ....................................... ok
lib/version/t/03require ....................................... ok
lib/version/t/04strict_lax .................................... ok
lib/version/t/05sigdie ........................................ ok
lib/version/t/06noop .......................................... ok
lib/version/t/07locale ........................................ ok
lib/vmsish .................................................... ok
lib/warnings .................................................. ok
Failed 2 tests out of 2329, 99.91% okay.
### Since not all tests were successful, you may want to run some of
### them individually and examine any diagnostic messages they produce.
### See the INSTALL document's section on "make test".
### You have a good chance to get more information by running
### ./perl harness
### in the 't' directory since most (>=80%) of the tests succeeded.
t/x2p/s2p ..................................................... ok
op/numconvert.t
op/range.t
### You may have to set your dynamic library search path,
### LD_LIBRARY_PATH, to point to the build directory:
### setenv LD_LIBRARY_PATH `pwd`; cd t; ./perl harness
### LD_LIBRARY_PATH=`pwd`; export LD_LIBRARY_PATH; cd t; ./perl harness
### export LD_LIBRARY_PATH=`pwd`; cd t; ./perl harness
### for csh-style shells, like tcsh; or for traditional/modern
### Bourne-style shells, like bash, ksh, and zsh, respectively.
u=10.34 s=12.49 cu=489.21 cs=106.94 scripts=2329 tests=686221
make[1]: *** [test] Error 1
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [perl.static] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
More information about the Perl-maintainers
mailing list