Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 811591 - games-arcade/methane-1.5.1-r1 - /.../ld: /.../libclan23Core.so: undefined reference to pthread_mutexattr_setkind_np
Summary: games-arcade/methane-1.5.1-r1 - /.../ld: /.../libclan23Core.so: undefined ref...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: glibc-2.34
  Show dependency tree
 
Reported: 2021-09-04 14:38 UTC by Toralf Förster
Modified: 2021-10-08 04:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,16.72 KB, text/plain)
2021-09-04 14:38 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,292.75 KB, text/plain)
2021-09-04 14:38 UTC, Toralf Förster
Details
environment (environment,65.19 KB, text/plain)
2021-09-04 14:38 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,17.75 KB, application/x-bzip)
2021-09-04 14:38 UTC, Toralf Förster
Details
games-arcade:methane-1.5.1-r1:20210904-140631.log (games-arcade:methane-1.5.1-r1:20210904-140631.log,9.33 KB, text/plain)
2021-09-04 14:38 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,16.62 KB, application/x-bzip)
2021-09-04 14:38 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2021-09-04 14:38:36 UTC
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
Comment 1 Toralf Förster gentoo-dev 2021-09-04 14:38:38 UTC
Created attachment 737488 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-09-04 14:38:40 UTC
Created attachment 737491 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-09-04 14:38:41 UTC
Created attachment 737494 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-09-04 14:38:42 UTC
Created attachment 737497 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-09-04 14:38:44 UTC
Created attachment 737500 [details]
games-arcade:methane-1.5.1-r1:20210904-140631.log
Comment 6 Toralf Förster gentoo-dev 2021-09-04 14:38:45 UTC
Created attachment 737503 [details]
temp.tar.bz2
Comment 7 Larry the Git Cow gentoo-dev 2021-10-08 04:48:32 UTC
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(+)