Bug#925706: graywolf: ftbfs with GCC-9

Matthias Klose doko at debian.org
Wed Mar 27 19:45:29 GMT 2019


Package: src:graywolf
Version: 0.1.6-1
Severity: normal
Tags: sid bullseye
User: debian-gcc at lists.debian.org
Usertags: ftbfs-gcc-9

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-9/g++-9, but succeeds to build with gcc-8/g++-8. 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/gcc9-20190321/graywolf_0.1.6-1_unstable_gcc9.log
The last lines of the build log are at the end of this report.

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

GCC 9 also passes the linker option --as-needed by default; typical
build issues are passing libraries before object files to the linker,
or underlinking of convenience libraries built from the same source.

[...]
-pin name sr<1> signal sr<1> layer 1 -340 5040
+pin name sr<1> signal sr<1> layer 1 -340 1540
 
 pad 34 name twpin_sr<2>
 corners 4
--440 5120 -440 5280 -240 5280 -240 5120 
+-440 1240 -440 1400 -240 1400 -240 1240 
 orient 7
-pin name sr<2> signal sr<2> layer 1 -340 5200
+pin name sr<2> signal sr<2> layer 1 -340 1320
 
 pad 35 name twpin_sr<3>
 corners 4
--440 5280 -440 5440 -240 5440 -240 5280 
+-440 1020 -440 1180 -240 1180 -240 1020 
 orient 7
-pin name sr<3> signal sr<3> layer 1 -340 5360
+pin name sr<3> signal sr<3> layer 1 -340 1100
 
 pad 36 name twpin_sr<4>
 corners 4
--440 5440 -440 5600 -240 5600 -240 5440 
+-440 800 -440 960 -240 960 -240 800 
 orient 7
-pin name sr<4> signal sr<4> layer 1 -340 5520
+pin name sr<4> signal sr<4> layer 1 -340 880
 
 pad 37 name twpin_sr<5>
 corners 4
--440 5600 -440 5760 -240 5760 -240 5600 
+-440 580 -440 740 -240 740 -240 580 
 orient 7
-pin name sr<5> signal sr<5> layer 1 -340 5680
+pin name sr<5> signal sr<5> layer 1 -340 660
 
 pad 38 name twpin_sr<6>
 corners 4
--440 5760 -440 5920 -240 5920 -240 5760 
+-440 360 -440 520 -240 520 -240 360 
 orient 7
-pin name sr<6> signal sr<6> layer 1 -340 5840
+pin name sr<6> signal sr<6> layer 1 -340 440
 
 pad 39 name twpin_sr<7>
 corners 4
--440 5920 -440 6080 -240 6080 -240 5920 
+-440 140 -440 300 -240 300 -240 140 
 orient 7
-pin name sr<7> signal sr<7> layer 1 -340 6000
+pin name sr<7> signal sr<7> layer 1 -340 220
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests

4/6 Test #3: map9v3-twsc ......................   Passed    3.81 sec
5/6 Test #2: map9v3 ...........................   Passed    3.90 sec
6/6 Test #6: map9v3_other_seed ................   Passed    4.45 sec

83% tests passed, 1 tests failed out of 6

Total Test time (real) =   4.49 sec

The following tests FAILED:
	  5 - map9v3-twmc (Failed)
Errors while running CTest
make[2]: *** [Makefile:100: test] Error 8
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_test: cd obj-x86_64-linux-gnu && make -j4 test ARGS\+=-j4 returned exit code 2
make[1]: *** [debian/rules:19: override_dh_auto_test] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:13: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit status 2



More information about the debian-science-maintainers mailing list