Bug#1120199: blockout2: FTBFS: BlockOut/BlockOut.cpp:292:5: error: 'gluLookAt' was not declared in this scope
Santiago Vila
sanvila at debian.org
Thu Nov 6 11:58:34 GMT 2025
Package: src:blockout2
Version: 2.5+dfsg1-2
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, this package failed to build.
Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:
https://people.debian.org/~sanvila/build-logs/202511/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:blockout2, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean
dh_clean
debian/rules execute_after_dh_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
find . -name "*.o" -delete
find . -name "*.d" -delete
rm -f obj/blockout2 obj/obj-dir-stamp
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build --buildsystem=makefile -- -f debian/Makefile ADDCFLAGS=-DLOCALTIME64
make -j2 INSTALL="install --strip-program=true" -f debian/Makefile ADDCFLAGS=-DLOCALTIME64
make[2]: Entering directory '/<<PKGBUILDDIR>>'
mkdir -p obj/bo/GLApp obj/il/src/png
g++ -Wdate-time -D_FORTIFY_SOURCE=2 -MMD -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/SDL -I./ImageLib/src -Dlinux -DLOCALTIME64 -c BlockOut/BlockOut.cpp -o obj/bo/BlockOut.o
touch obj/obj-dir-stamp
g++ -Wdate-time -D_FORTIFY_SOURCE=2 -MMD -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/SDL -I./ImageLib/src -Dlinux -DLOCALTIME64 -c BlockOut/BotMatrix.cpp -o obj/bo/BotMatrix.o
cc1plus: warning: â-Werror=â argument â-Werror=implicit-function-declarationâ is not valid for C++
cc1plus: warning: â-Werror=â argument â-Werror=implicit-function-declarationâ is not valid for C++
g++ -Wdate-time -D_FORTIFY_SOURCE=2 -MMD -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/SDL -I./ImageLib/src -Dlinux -DLOCALTIME64 -c BlockOut/BotPlayer.cpp -o obj/bo/BotPlayer.o
cc1plus: warning: â-Werror=â argument â-Werror=implicit-function-declarationâ is not valid for C++
BlockOut/BlockOut.cpp: In member function âvirtual int BlockOut::RestoreDeviceObjects()â:
BlockOut/BlockOut.cpp:292:5: error: âgluLookAtâ was not declared in this scope
292 | gluLookAt(0.0,0.0,0.0, 0.0,0.0,10.0, 0.0,1.0,0.0);
| ^~~~~~~~~
make[2]: *** [debian/Makefile:25: obj/bo/BlockOut.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j2 INSTALL="install --strip-program=true" -f debian/Makefile ADDCFLAGS=-DLOCALTIME64 returned exit code 2
make[1]: *** [debian/rules:17: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:14: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
More information about the Pkg-games-devel
mailing list