x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -pipe -march=native -fno-diagnostics-color -O2 build/game.o build/baddie.o build/methane.o build/target.o build/maps.o build/gfxoff.o build/mapdata.o build/objlist.o build/doc.o build/bitdraw.o build/global.o build/suck.o build/power.o build/goodie.o build/bititem.o build/player.o build/weapon.o build/bitgroup.o build/boss.o build/sound.o build/gasobj.o build/misc.o -o methane `x86_64-pc-linux-gnu-pkg-config --libs clanCore-2.3 clanDisplay-2.3 clanApp-2.3 clanGL-2.3 clanGL1-2.3 clanSWRender-2.3 clanSound-2.3 clanMikMod-2.3` /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../lib64/libclan23Core.so: undefined reference to `pthread_mutexattr_setkind_np' collect2: error: ld returned 1 exit status make: *** [Makefile:13: methane] Error 1 * ERROR: games-arcade/methane-1.5.1-r1::gentoo failed (compile phase): * emake failed ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_desktop-j4-20210901-134826 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-11.2.0 * /usr/lib/llvm/12 12.0.1 Python 3.9.7 Available Ruby profiles: [1] ruby26 (with Rubygems) [2] ruby30 (with Rubygems) * Available Rust versions: [1] rust-1.54.0 * The Glorious Glasgow Haskell Compilation System, version 8.10.4 HEAD of ::gentoo commit 496be101174fb6b3f2dd00e26ae8ee51cec805bd Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Sat Sep 4 12:22:00 2021 +0000 2021-09-04 12:21:59 UTC emerge -qpvO games-arcade/methane [ebuild N ] games-arcade/methane-1.5.1-r1
Created attachment 737488 [details] emerge-info.txt
Created attachment 737491 [details] emerge-history.txt
Created attachment 737494 [details] environment
Created attachment 737497 [details] etc.portage.tar.bz2
Created attachment 737500 [details] games-arcade:methane-1.5.1-r1:20210904-140631.log
Created attachment 737503 [details] temp.tar.bz2
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84ee86e1399efb7a39b33f1ad7e00e5978111d5a commit 84ee86e1399efb7a39b33f1ad7e00e5978111d5a Author: Ionen Wolkens <ionen@gentoo.org> AuthorDate: 2021-10-08 04:29:12 +0000 Commit: Ionen Wolkens <ionen@gentoo.org> CommitDate: 2021-10-08 04:37:21 +0000 dev-games/clanlib: fix consumers when built against glibc-2.34 Code to avoid issues was pre-existing but not enabled on Linux. Affected 0.8 and 2.3 slots, >=4.0 is no longer using this function. Closes: https://bugs.gentoo.org/808707 Closes: https://bugs.gentoo.org/811591 Signed-off-by: Ionen Wolkens <ionen@gentoo.org> dev-games/clanlib/clanlib-0.8.1-r2.ebuild | 94 ++++++++++++++++++ dev-games/clanlib/clanlib-2.3.7-r2.ebuild | 107 +++++++++++++++++++++ .../clanlib/files/clanlib-0.8.1-glibc2.34.patch | 17 ++++ .../clanlib/files/clanlib-2.3.7-glibc2.34.patch | 17 ++++ 4 files changed, 235 insertions(+)