[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#897697: 3dldf: ftbfs with GCC-8



Package: src:3dldf
Version: 2.0.3+dfsg-7
Severity: normal
Tags: sid buster
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-8

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-8/g++-8, but succeeds to build with gcc-7/g++-7. The
severity of this report will be raised before the buster release.

The full build log can be found at:
http://aws-logs.debian.net/2018/05/01/gcc8/3dldf_2.0.3+dfsg-7_unstable_gcc8.log.gz
The last lines of the build log are at the end of this report.

To build with GCC 8, either set CC=gcc-8 CXX=g++-8 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-8/porting_to.html

[...]
Makefile:985: warning: overriding recipe for target 'info-recursive'
Makefile:546: warning: ignoring old recipe for target 'info-recursive'
make 3dldf -C src
make[4]: Entering directory '/<<BUILDDIR>>/3dldf-2.0.3+dfsg/src'
make[4]: '3dldf' is up to date.
make[4]: Leaving directory '/<<BUILDDIR>>/3dldf-2.0.3+dfsg/src'
/usr/bin/help2man \
		-s 1 \
		--no-discard-stderr --manual="3DLDF Manual" --version-string="2.0.3" --source="Debian" --no-info \
		-I ./debian/man/3dldf.h2m \
		-o 3dldf.1 \
	./src/3dldf
make[3]: Leaving directory '/<<BUILDDIR>>/3dldf-2.0.3+dfsg'
make[2]: Leaving directory '/<<BUILDDIR>>/3dldf-2.0.3+dfsg'
make[1]: Leaving directory '/<<BUILDDIR>>/3dldf-2.0.3+dfsg'
   dh_auto_test -a -O--no-parallel
	make -j1 check VERBOSE=1
make[1]: Entering directory '/<<BUILDDIR>>/3dldf-2.0.3+dfsg'
Makefile:985: warning: overriding recipe for target 'info-recursive'
Makefile:546: warning: ignoring old recipe for target 'info-recursive'
Making check in src
make[2]: Entering directory '/<<BUILDDIR>>/3dldf-2.0.3+dfsg/src'
make  check-local
make[3]: Entering directory '/<<BUILDDIR>>/3dldf-2.0.3+dfsg/src'
Running `runit'.
/bin/bash ./runit
In `runit'
GNU 3DLDF Version 2.0.3
Copyright (C) 2013 The Free Software Foundation
Author:  Laurence D. Finston

GNU 3DLDF comes with ABSOLUTELY NO WARRANTY;
for details see the file COPYING,
which you should have received in the distribution of GNU 3DLDF 2.0.3
This is Free Software, and you are welcome to redistribute it under certain conditions;
for details, again, see the file COPYING.

Please send bug reports to Laurence.Finston@gmx.de
Web site:  http://www.gnu.org/software/3dldf/LDF.html

./runit: line 76: 11351 Segmentation fault      ./3dldf sample2.ldf
make[3]: *** [Makefile:1679: sample2.mp] Error 139
make[3]: Leaving directory '/<<BUILDDIR>>/3dldf-2.0.3+dfsg/src'
make[2]: *** [Makefile:786: check-am] Error 2
make[2]: Leaving directory '/<<BUILDDIR>>/3dldf-2.0.3+dfsg/src'
make[1]: *** [Makefile:546: check-recursive] Error 1
make[1]: Leaving directory '/<<BUILDDIR>>/3dldf-2.0.3+dfsg'
dh_auto_test: make -j1 check VERBOSE=1 returned exit code 2
make: *** [debian/rules:10: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit status 2


Reply to: