[Debian-med-packaging] Bug#853599: opensurgsim: ftbfs with GCC-7

Matthias Klose doko at debian.org
Tue Jan 31 09:34:51 UTC 2017


Package: src:opensurgsim
Version: 0.7.0-5
Severity: normal
Tags: sid buster
User: debian-gcc at lists.debian.org
Usertags: ftbfs-gcc-7

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-7/g++-7, but succeeds to build with gcc-6/g++-6. The
severity of this report may be raised before the buster release.
There is no need to fix this issue in time for the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc7-20170126/opensurgsim_0.7.0-5_unstable_gcc7.log
The last lines of the build log are at the end of this report.

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

[...]
[ RUN      ] AllDynamicVectorTests/2.addSubVector
[       OK ] AllDynamicVectorTests/2.addSubVector (0 ms)
[ RUN      ] AllDynamicVectorTests/2.addSubVectorBlocks
[       OK ] AllDynamicVectorTests/2.addSubVectorBlocks (0 ms)
[ RUN      ] AllDynamicVectorTests/2.setSubVector
[       OK ] AllDynamicVectorTests/2.setSubVector (1 ms)
[ RUN      ] AllDynamicVectorTests/2.getSubVector
[       OK ] AllDynamicVectorTests/2.getSubVector (0 ms)
[ RUN      ] AllDynamicVectorTests/2.getSubVectorBlocks
[       OK ] AllDynamicVectorTests/2.getSubVectorBlocks (0 ms)
[----------] 6 tests from AllDynamicVectorTests/2 (1 ms total)

[----------] Global test environment tear-down
[==========] 896 tests from 116 test cases ran. (7703 ms total)
[  PASSED  ] 889 tests.
[  FAILED  ] 7 tests, listed below:
[  FAILED  ] UnalignedMatrixTests/0.DefaultConstructorInitialization, where TypeParam = Eigen::Matrix<double, 2, 2, 1, 2, 2>
[  FAILED  ] UnalignedMatrixTests/2.DefaultConstructorInitialization, where TypeParam = Eigen::Matrix<double, 3, 3, 1, 3, 3>
[  FAILED  ] UnalignedMatrixTests/3.DefaultConstructorInitialization, where TypeParam = Eigen::Matrix<float, 3, 3, 1, 3, 3>
[  FAILED  ] UnalignedMatrixTests/4.DefaultConstructorInitialization, where TypeParam = Eigen::Matrix<double, 4, 4, 1, 4, 4>
[  FAILED  ] UnalignedMatrixTests/5.DefaultConstructorInitialization, where TypeParam = Eigen::Matrix<float, 4, 4, 1, 4, 4>
[  FAILED  ] UnalignedVectorTests/4.DefaultConstructorInitialization, where TypeParam = Eigen::Matrix<double, 4, 1, 0, 4, 1>
[  FAILED  ] UnalignedVectorTests/6.DefaultConstructorInitialization, where TypeParam = Eigen::Matrix<double, 6, 1, 0, 6, 1>

 7 FAILED TESTS

10/15 Test  #2: SurgSimCollisionTest .............   Passed    8.57 sec
11/15 Test #14: SurgSimParticlesTest .............   Passed   14.07 sec
12/15 Test  #1: SurgSimBlocksTest ................   Passed   15.19 sec
13/15 Test #11: SurgSimGraphicsTest ..............   Passed   20.38 sec
14/15 Test #10: SurgSimFrameworkTest .............   Passed   45.04 sec
15/15 Test #15: SurgSimPhysicsTest ...............   Passed   91.00 sec

93% tests passed, 1 tests failed out of 15

Total Test time (real) =  91.03 sec

The following tests FAILED:
	 13 - SurgSimMathTest (Failed)
Errors while running CTest
Makefile:75: recipe for target 'test' failed
make[2]: *** [test] Error 8
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_test: make -j64 test ARGS+=-j64 returned exit code 2
debian/rules:39: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:7: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2



More information about the Debian-med-packaging mailing list