Gentoo Archives: gentoo-user

From: Alan Ianson <agianson@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Gaming on gentoo
Date: Tue, 13 Dec 2022 12:24:55
Message-Id: 20221213042447.fec45ff12c611e2a865f269e@gmail.com
In Reply to: Re: [gentoo-user] Gaming on gentoo by Artur Tamm
1 On Tue, 13 Dec 2022 12:12:19 +0000
2 Artur Tamm <artur.tamm.85@×××××.com> wrote:
3
4 > Hi,
5 >
6 > It seems that the game is a binary blob and requires some older libraries.
7 > Have you installed some 32bit libraries. You can check what you need with
8 > 'ldd some_binary'. For 32bit libraries you might want to use 'abi_x86_32'
9 > for the needed libraries or enable it globlly in make.conf and then
10 > recompile everything.
11
12 I do have some 32bit games I'll be trying to run but I haven't looked at that yet. This is a 64bit quakespasm (as far as I know).
13
14 This is what ldd has to say about quakespasm..
15
16 alan@irondust:~$ ldd /usr/bin/quakespasm
17 linux-vdso.so.1 (0x00007ffe7b188000)
18 libm.so.6 => /lib64/libm.so.6 (0x00007f7f78f90000)
19 libOpenGL.so.0 => /usr/lib64/libOpenGL.so.0 (0x00007f7f78f64000)
20 libvorbisfile.so.3 => /usr/lib64/libvorbisfile.so.3 (0x00007f7f78f5a000)
21 libvorbis.so.0 => /usr/lib64/libvorbis.so.0 (0x00007f7f78f2c000)
22 libogg.so.0 => /usr/lib64/libogg.so.0 (0x00007f7f78f21000)
23 libmad.so.0 => /usr/lib64/libmad.so.0 (0x00007f7f78efe000)
24 libSDL2-2.0.so.0 => /usr/lib64/libSDL2-2.0.so.0 (0x00007f7f78882000)
25 libc.so.6 => /lib64/libc.so.6 (0x00007f7f786b4000)
26 /lib64/ld-linux-x86-64.so.2 (0x00007f7f79085000)
27 libGLdispatch.so.0 => /usr/lib64/libGLdispatch.so.0 (0x00007f7f785fc000)
28 libasound.so.2 => /usr/lib64/libasound.so.2 (0x00007f7f7850f000)
29 libpulse.so.0 => /usr/lib64/libpulse.so.0 (0x00007f7f784b9000)
30 libX11.so.6 => /usr/lib64/libX11.so.6 (0x00007f7f78377000)
31 libXext.so.6 => /usr/lib64/libXext.so.6 (0x00007f7f78360000)
32 libXcursor.so.1 => /usr/lib64/libXcursor.so.1 (0x00007f7f78353000)
33 libXi.so.6 => /usr/lib64/libXi.so.6 (0x00007f7f7833f000)
34 libXfixes.so.3 => /usr/lib64/libXfixes.so.3 (0x00007f7f78336000)
35 libXrandr.so.2 => /usr/lib64/libXrandr.so.2 (0x00007f7f78329000)
36 libpulsecommon-16.1.so => /usr/lib64/pulseaudio/libpulsecommon-16.1.so (0x00007f7f7829f000)
37 libdbus-1.so.3 => /usr/lib64/libdbus-1.so.3 (0x00007f7f78252000)
38 libxcb.so.1 => /usr/lib64/libxcb.so.1 (0x00007f7f78228000)
39 libXrender.so.1 => /usr/lib64/libXrender.so.1 (0x00007f7f7821b000)
40 libsndfile.so.1 => /usr/lib64/libsndfile.so.1 (0x00007f7f781a5000)
41 libasyncns.so.0 => /usr/lib64/libasyncns.so.0 (0x00007f7f7819d000)
42 libXau.so.6 => /usr/lib64/libXau.so.6 (0x00007f7f78198000)
43 libXdmcp.so.6 => /usr/lib64/libXdmcp.so.6 (0x00007f7f78190000)
44 libbsd.so.0 => /usr/lib64/libbsd.so.0 (0x00007f7f78179000)
45 libmd.so.0 => /usr/lib64/libmd.so.0 (0x00007f7f7816c000)
46 alan@irondust:~$
47
48 Everything there looks good to me. I have since built darkplaces and have a similar experience with that.
49
50 There must be some detail in the works that I am missing.
51
52 I appreciate your input.

Replies

Subject Author
Re: [gentoo-user] Gaming on gentoo Artur Tamm <artur.tamm.85@×××××.com>