Bug#777846: excellent-bifurcation: ftbfs with GCC-5

Matthias Klose doko at debian.org
Thu Feb 12 10:31:14 UTC 2015


Package: src:excellent-bifurcation
Version: 0.0.20071015-6
Severity: normal
Tags: sid stretch
User: debian-gcc at lists.debian.org
Usertags: ftbfs-gcc-5

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

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc5-20150205/excellent-bifurcation_0.0.20071015-6_unstable_gcc5.log
The last lines of the build log are at the end of this report.

To build with GCC 5, either set CC=gcc-5 CXX=g++-5 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t experimental install g++ 

Common build failures are C11 as the default C mode, 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-5/porting_to.html

[...]
enemy.c:(.text+0x1436a): undefined reference to `ypart'
enemy.c:(.text+0x143a6): undefined reference to `xpart'
enemy.c:(.text+0x143e1): undefined reference to `ypart'
enemy.c:(.text+0x143f8): undefined reference to `xpart'
enemy.c:(.text+0x14433): undefined reference to `ypart'
enemy.c:(.text+0x1446f): undefined reference to `xpart'
enemy.c:(.text+0x144aa): undefined reference to `ypart'
enemy.c:(.text+0x144c1): undefined reference to `xpart'
enemy.c:(.text+0x144fc): undefined reference to `ypart'
enemy.c:(.text+0x14538): undefined reference to `xpart'
enemy.c:(.text+0x14753): undefined reference to `ypart'
enemy.c:(.text+0x14768): undefined reference to `xpart'
enemy.c:(.text+0x147a1): undefined reference to `ypart'
enemy.c:(.text+0x147db): undefined reference to `xpart'
enemy.c:(.text+0x148e7): undefined reference to `ypart'
enemy.c:(.text+0x148fc): undefined reference to `xpart'
enemy.c:(.text+0x14935): undefined reference to `ypart'
enemy.c:(.text+0x1496f): undefined reference to `xpart'
enemy.c:(.text+0x14aed): undefined reference to `ypart'
enemy.c:(.text+0x14b05): undefined reference to `xpart'
enemy.c:(.text+0x14b3e): undefined reference to `ypart'
enemy.c:(.text+0x14b78): undefined reference to `xpart'
enemy.c:(.text+0x14cf3): undefined reference to `ypart'
enemy.c:(.text+0x14d08): undefined reference to `xpart'
enemy.c:(.text+0x14d41): undefined reference to `ypart'
enemy.c:(.text+0x14d7b): undefined reference to `xpart'
enemy.c:(.text+0x15061): undefined reference to `ypart'
enemy.c:(.text+0x1509b): undefined reference to `xpart'
./input.o: In function `shoot_multi_bullet':
input.c:(.text+0xba4): undefined reference to `xpart'
input.c:(.text+0xbea): undefined reference to `ypart'
input.c:(.text+0xcbc): undefined reference to `xpart'
input.c:(.text+0xd01): undefined reference to `ypart'
./input.o: In function `fire_turret2':
input.c:(.text+0x18cd): undefined reference to `xpart'
input.c:(.text+0x18e7): undefined reference to `ypart'
input.c:(.text+0x1932): undefined reference to `xpart'
input.c:(.text+0x1972): undefined reference to `ypart'
./stuff.o: In function `pulsate':
stuff.c:(.text+0x38c): undefined reference to `xpart'
collect2: error: ld returned 1 exit status
make[2]: *** [excellent-bifurcation] Error 1
Makefile:14: recipe for target 'excellent-bifurcation' failed
make[2]: Leaving directory '/«PKGBUILDDIR»/src'
make[1]: *** [override_dh_auto_build] Error 2
debian/rules:11: recipe for target 'override_dh_auto_build' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** [build-arch] Error 2
debian/rules:4: recipe for target 'build-arch' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2



More information about the Pkg-games-devel mailing list