Bug#853488: libclaw: ftbfs with GCC-7

Matthias Klose doko at debian.org
Tue Jan 31 09:32:49 UTC 2017


Package: src:libclaw
Version: 1.7.4-1
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/libclaw_1.7.4-1_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

[...]
/usr/bin/ar qc libclaw_configuration_file.a  CMakeFiles/claw_configuration_file-static.dir/claw/code/configuration_file.cpp.o
/usr/bin/ar qc libclaw_tween.a  CMakeFiles/claw_tween-static.dir/claw/code/tween/base_tweener.cpp.o CMakeFiles/claw_tween-static.dir/claw/code/tween/single_tweener.cpp.o CMakeFiles/claw_tween-static.dir/claw/code/tween/tweener.cpp.o CMakeFiles/claw_tween-static.dir/claw/code/tween/tweener_group.cpp.o CMakeFiles/claw_tween-static.dir/claw/code/tween/tweener_sequence.cpp.o CMakeFiles/claw_tween-static.dir/claw/code/tween/easing/easing_circ.cpp.o CMakeFiles/claw_tween-static.dir/claw/code/tween/easing/easing_none.cpp.o CMakeFiles/claw_tween-static.dir/claw/code/tween/easing/easing_linear.cpp.o CMakeFiles/claw_tween-static.dir/claw/code/tween/easing/easing_elastic.cpp.o CMakeFiles/claw_tween-static.dir/claw/code/tween/easing/easing_quint.cpp.o CMakeFiles/claw_tween-static.dir/claw/code/tween/easing/easing_cubic.cpp.o CMakeFiles/claw_tween-static.dir/claw/code/tween/easing/easing_back.cpp.o CMakeFiles/claw_tween-static.dir/claw/code/tween/easing/easing_quad.cpp.o CMakeFiles/claw_tween-static.dir/claw/code/tween/easing/easing_sine.cpp.o CMakeFiles/claw_tween-static.dir/claw/code/tween/easing/easing_quart.cpp.o CMakeFiles/claw_tween-static.dir/claw/code/tween/easing/easing_bounce.cpp.o CMakeFiles/claw_tween-static.dir/claw/code/tween/easing/easing_expo.cpp.o
/usr/bin/ranlib libclaw_configuration_file.a
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/ranlib libclaw_tween.a
[ 85%] Built target claw_configuration_file-static
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/cmake -E cmake_symlink_library libclaw_configuration_file.so.1.7.4 libclaw_configuration_file.so.1 libclaw_configuration_file.so
[ 85%] Built target claw_tween-static
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 85%] Built target claw_configuration_file
/<<PKGBUILDDIR>>/claw/claw.hpp:99: warning: unable to resolve reference to `tweeners' for \ref command
/<<PKGBUILDDIR>>/claw/tween/base_tweener.hpp:41: warning: unable to resolve reference to `tweeners' for \ref command
/<<PKGBUILDDIR>>/claw/tween/single_tweener.hpp:44: warning: unable to resolve reference to `tweeners' for \ref command
/<<PKGBUILDDIR>>/claw/tween/tweener.hpp:44: warning: unable to resolve reference to `tweeners' for \ref command
/<<PKGBUILDDIR>>/claw/tween/tweener_group.hpp:44: warning: unable to resolve reference to `tweeners' for \ref command
/<<PKGBUILDDIR>>/claw/tween/tweener_sequence.hpp:46: warning: unable to resolve reference to `tweeners' for \ref command
sh: 1: latex: not found
error: Problems running latex. Check your installation or look for typos in _formulas.tex and check _formulas.log!
sh: 1: dvips: not found
error: Problems running dvips. Check your installation!
[ 86%] Linking CXX static library libclaw_application.a
/usr/bin/cmake -P CMakeFiles/claw_application-static.dir/cmake_clean_target.cmake
/usr/bin/cmake -E cmake_link_script CMakeFiles/claw_application-static.dir/link.txt --verbose=1
/usr/bin/ar qc libclaw_application.a  CMakeFiles/claw_application-static.dir/claw/code/application.cpp.o CMakeFiles/claw_application-static.dir/claw/code/arguments.cpp.o CMakeFiles/claw_application-static.dir/claw/code/arguments_table.cpp.o
/usr/bin/ranlib libclaw_application.a
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 86%] Built target claw_application-static
[ 87%] Linking CXX shared library libclaw_tween.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/claw_tween.dir/link.txt --verbose=1
/usr/bin/c++  -fPIC -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -s -Wl,--as-needed -Wl,-z,relro -shared -Wl,-soname,libclaw_tween.so.1 -o libclaw_tween.so.1.7.4 CMakeFiles/claw_tween.dir/claw/code/tween/base_tweener.cpp.o CMakeFiles/claw_tween.dir/claw/code/tween/single_tweener.cpp.o CMakeFiles/claw_tween.dir/claw/code/tween/tweener.cpp.o CMakeFiles/claw_tween.dir/claw/code/tween/tweener_group.cpp.o CMakeFiles/claw_tween.dir/claw/code/tween/tweener_sequence.cpp.o CMakeFiles/claw_tween.dir/claw/code/tween/easing/easing_circ.cpp.o CMakeFiles/claw_tween.dir/claw/code/tween/easing/easing_none.cpp.o CMakeFiles/claw_tween.dir/claw/code/tween/easing/easing_linear.cpp.o CMakeFiles/claw_tween.dir/claw/code/tween/easing/easing_elastic.cpp.o CMakeFiles/claw_tween.dir/claw/code/tween/easing/easing_quint.cpp.o CMakeFiles/claw_tween.dir/claw/code/tween/easing/easing_cubic.cpp.o CMakeFiles/claw_tween.dir/claw/code/tween/easing/easing_back.cpp.o CMakeFiles/claw_tween.dir/claw/code/tween/easing/easing_quad.cpp.o CMakeFiles/claw_tween.dir/claw/code/tween/easing/easing_sine.cpp.o CMakeFiles/claw_tween.dir/claw/code/tween/easing/easing_quart.cpp.o CMakeFiles/claw_tween.dir/claw/code/tween/easing/easing_bounce.cpp.o CMakeFiles/claw_tween.dir/claw/code/tween/easing/easing_expo.cpp.o 
/usr/bin/cmake -E cmake_symlink_library libclaw_tween.so.1.7.4 libclaw_tween.so.1 libclaw_tween.so
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 87%] Built target claw_tween
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 87%] Built target doc
[ 88%] Linking CXX shared library libclaw_application.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/claw_application.dir/link.txt --verbose=1
/usr/bin/c++  -fPIC -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -s -Wl,--as-needed -Wl,-z,relro -shared -Wl,-soname,libclaw_application.so.1 -o libclaw_application.so.1.7.4 CMakeFiles/claw_application.dir/claw/code/application.cpp.o CMakeFiles/claw_application.dir/claw/code/arguments.cpp.o CMakeFiles/claw_application.dir/claw/code/arguments_table.cpp.o -Wl,-rpath,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu: libclaw_logger.so.1.7.4 
/usr/bin/cmake -E cmake_symlink_library libclaw_application.so.1.7.4 libclaw_application.so.1 libclaw_application.so
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 88%] Built target claw_application
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
Makefile:130: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: make -j64 returned exit code 2
debian/rules:6: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2



More information about the Pkg-games-devel mailing list