Gentoo Archives: gentoo-user

From: Artur Tamm <artur.tamm.85@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Gaming on gentoo
Date: Tue, 13 Dec 2022 12:12:39
Message-Id: CA+ihco-0maXEmndBWf3zUyFg0_4WaBJhgAQj0-7iSXE1=Q_c_A@mail.gmail.com
In Reply to: [gentoo-user] Gaming on gentoo by Alan Ianson
1 Hi,
2
3 It seems that the game is a binary blob and requires some older libraries.
4 Have you installed some 32bit libraries. You can check what you need with
5 'ldd some_binary'. For 32bit libraries you might want to use 'abi_x86_32'
6 for the needed libraries or enable it globlly in make.conf and then
7 recompile everything.
8
9 Artur
10
11 On Tue, 13 Dec 2022 at 08:37, Alan Ianson <agianson@×××××.com> wrote:
12
13 > On Mon, 12 Dec 2022 21:17:35 -0800
14 > Alan Ianson <agianson@×××××.com> wrote:
15 >
16 > > Hello list,
17 > >
18 > > I am a gentoo newbie. I have installed gentoo about a month ago and have
19 > been busy since in my free time getting it up and running.
20 > >
21 > > I have a problem with quakespasm, it segfaults on startup.. this is what
22 > I get..
23 >
24 > Just as a follow up on my own post.. ;)
25 >
26 > I ran valgrind against quakespasm and it says this..
27 >
28 > alan@irondust:~$ valgrind -q /usr/bin/quakespasm
29 >
30 > valgrind: Fatal error at startup: a function redirection
31 > valgrind: which is mandatory for this platform-tool combination
32 > valgrind: cannot be set up. Details of the redirection are:
33 > valgrind:
34 > valgrind: A must-be-redirected function
35 > valgrind: whose name matches the pattern: strlen
36 > valgrind: in an object with soname matching: ld-linux-x86-64.so.2
37 > valgrind: was not found whilst processing
38 > valgrind: symbols from the object with soname: ld-linux-x86-64.so.2
39 > valgrind:
40 > valgrind: Possible fixes: (1, short term): install glibc's debuginfo
41 > valgrind: package on this machine. (2, longer term): ask the packagers
42 > valgrind: for your Linux distribution to please in future ship a non-
43 > valgrind: stripped ld.so (or whatever the dynamic linker .so is called)
44 > valgrind: that exports the above-named function using the standard
45 > valgrind: calling conventions for this platform. The package you need
46 > valgrind: to install for fix (1) is called
47 > valgrind:
48 > valgrind: On Debian, Ubuntu: libc6-dbg
49 > valgrind: On SuSE, openSuSE, Fedora, RHEL: glibc-debuginfo
50 > valgrind:
51 > valgrind: Note that if you are debugging a 32 bit process on a
52 > valgrind: 64 bit system, you will need a corresponding 32 bit debuginfo
53 > valgrind: package (e.g. libc6-dbg:i386).
54 > valgrind:
55 > valgrind: Cannot continue -- exiting now. Sorry.
56 >
57 > I'm not exactly sure what the above says/means. Are there gentoo packages
58 > I can install to get better info?
59 >
60 > I'll keep at this and see what I can find. Any ideas/thoughts/help would
61 > be welcome. :)
62 >
63 >

Replies

Subject Author
Re: [gentoo-user] Gaming on gentoo Alan Ianson <agianson@×××××.com>