/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/CMakeFiles/tuxanci.dir/client/image.c.o: in function `image_destroy': /var/tmp/portage/games-arcade/tuxanci-20110429-r1/work/tuxanci-20110429/src/client/image.c:171: undefined reference to `glDeleteTextures' /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/CMakeFiles/tuxanci.dir/client/image.c.o: in function `image_new_opengl': /var/tmp/portage/games-arcade/tuxanci-20110429-r1/work/tuxanci-20110429/src/client/image.c:134: undefined reference to `glGenTextures' /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/games-arcade/tuxanci-20110429-r1/work/tuxanci-20110429/src/client/image.c:135: undefined reference to `glBindTexture' /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/games-arcade/tuxanci-20110429-r1/work/tuxanci-20110429/src/client/image.c:136: undefined reference to `glTexParameteri' ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_developer-j3-20210617-220928 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-11.1.0 * clang version 12.0.0 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/12/bin /usr/lib/llvm/12 12.0.0 Python 3.9.5 Available Ruby profiles: [1] ruby26 (with Rubygems) [2] ruby30 (with Rubygems) * Available Rust versions: [1] rust-bin-1.53.0 * The following VMs are available for generation-2: 1) JamVM JDK 2.0.0 [jamvm] *) AdoptOpenJDK 8.292_p10 [openjdk-bin-8] Available Java Virtual Machines: [1] jamvm [2] openjdk-bin-8 system-vm The Glorious Glasgow Haskell Compilation System, version 8.10.4 [1] php7.3 [2] php7.4 [3] php8.0 * HEAD of ::gentoo commit 7f47dc44aab2e30650db037d3f4d45339fb57431 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Fri Jun 25 01:51:45 2021 +0000 2021-06-25 01:51:43 UTC emerge -qpvO games-arcade/tuxanci [ebuild N ] games-arcade/tuxanci-20110429-r1 USE="ipv6 nls opengl sound -debug -dedicated -physfs"
Created attachment 719157 [details] emerge-info.txt
Created attachment 719160 [details] emerge-history.txt
Created attachment 719163 [details] environment
Created attachment 719166 [details] etc.portage.tar.bz2
Created attachment 719169 [details] games-arcade:tuxanci-20110429-r1:20210625-023112.log
Created attachment 719172 [details] logs.tar.bz2
Created attachment 719175 [details] temp.tar.bz2
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4ed27dd4826f929a4e19fb4cc1f60f5bb63d230 commit c4ed27dd4826f929a4e19fb4cc1f60f5bb63d230 Author: Ionen Wolkens <ionen@gentoo.org> AuthorDate: 2021-07-29 07:34:30 +0000 Commit: Ionen Wolkens <ionen@gentoo.org> CommitDate: 2021-07-29 08:33:01 +0000 games-arcade/tuxanci: fix install paths and opengl, tidy bug #804642: ebuild itself been passing /usr/{pixmaps,applications} since games.eclass removal and this went unnoticed for 4 years. bug #798651: As a "fix" to bug #715132, it was made to search for GLU instead of GL and unsurprisingly failing to find GL symbols. This does not use GLU at all, so only remove version check. Removed ipv6,nls,sound IUSE, enable by default. USE=-sound was also installing ogg files either way. Also removed debug IUSE because all it does is override user CFLAGS. Closes: https://bugs.gentoo.org/798651 Closes: https://bugs.gentoo.org/804642 Signed-off-by: Ionen Wolkens <ionen@gentoo.org> .../tuxanci/files/tuxanci-20110429-no-glver.patch | 9 +++++ games-arcade/tuxanci/tuxanci-20110429-r2.ebuild | 45 ++++++++++++++++++++++ 2 files changed, 54 insertions(+)