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

Replies

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