You are not logged in.

#1 2011-01-01 17:14:47

Akuma
Member
From: France
Registered: 2010-10-26
Posts: 35

pcsxr compilation

Hello,
I wanted to (re)rediscover some old PS1 games I played before. I was using pcsx-df some years ago on Ubuntu to do so. Now I'm on Arch, and found on AUR "pcsxr" which is a new fork of pcsx (and learnt that pcsx-df was now discontinued). I do not want to install nor use psX or ePSXe, since pcsx was working perfectly for me, and is not proprietary like the 2 I mentioned.
So I tried to install it from AUR using yaourt, but so far all my attempts failed because of a missing glib2 which is already installed on my system. I even installed the glib1 and the lib32 versions of it, but I can't get over it.

Here's yaourt's output (configure) :

 -> Extraction de pcsxr-1.9.92.tar.bz2 avec bsdtar
==> Lancement de build()...
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for a BSD-compatible install... /bin/install -c
checking for ANSI C header files... (cached) yes
checking dependency style of gcc... gcc3
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for pkg-config... no
checking for GLIB2... configure: error: *** glib2 not found!
    Abandon...
[scias@synesta ~]$ yaourt -Q | grep glib
extra/dbus-glib 0.92-1
extra/glib 1.2.10-8.1
core/glib2 2.26.1-1
core/glibc 2.12.2-1 (base)
multilib/lib32-glib 1.2.10-11
multilib/lib32-glib2 2.26.1-1
multilib/lib32-glibc 2.12.2-1
extra/taglib 1.6.3-1
extra/taglib-extras 1.0.1-1

Anyone has got a clue about it ?
Thanks in advance.

EDIT: the same thing happens if I manually download a source tarball and compile myself.

Last edited by Akuma (2011-01-01 17:56:24)


AMD Ryzen 3700X - ASUS ROG STRIX B550 - Sapphire RX 580 - KDE Plasma

Offline

#2 2011-01-01 18:15:17

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: pcsxr compilation

Can you please post the output of

pacman -Q glib2

?

Edit: You can try pcsxr-alsa-svn from the unarch repo http://wiki.archlinux.org/index.php/Uno … positories
Edit 2: I've just successfully compiled and installed http://aur.archlinux.org/packages.php?ID=26998

Last edited by karol (2011-01-01 18:24:08)

Offline

#3 2011-01-01 18:20:51

Akuma
Member
From: France
Registered: 2010-10-26
Posts: 35

Re: pcsxr compilation

Never mind, I solved my problem by reinstalling base-devel. Seems like I had a lib32-gcc-something conflicting with the original one.

Thanks for your reply tho.


AMD Ryzen 3700X - ASUS ROG STRIX B550 - Sapphire RX 580 - KDE Plasma

Offline

Board footer

Powered by FluxBB