PCSX2 for Arch Linux
#31
@ph11: Hi there. You said you have problem in compilation time of lib32-portaudio. Can you please post your build log output with the error message? (you can post in a paste site like pastebin.com or in 'code formatted text' in here)
Reply

Sponsored links

#32
Thank you for you answer.

The problem is that the installation of lib32-portaudio needs lib32-jack, but it's impossible to install lib32-jack and keep jack2.
I've got a problem if I change lib32-jack to jack2 in the dependancies.
I didn't try to install with lib32-jack.
There is the compilation's error :
Code:
libtool: link:  gcc -m32 -shared  -fPIC -DPIC  src/common/.libs/pa_allocation.o src/common/.libs/pa_converters.o src/common/.libs/pa_cpuload.o src/common/.libs/pa_dither.o src/common/.libs/pa_debugprint.o src/common/.libs/pa_front.o src/common/.libs/pa_process.o src/common/.libs/pa_stream.o src/common/.libs/pa_trace.o src/hostapi/skeleton/.libs/pa_hostapi_skeleton.o src/hostapi/alsa/.libs/pa_linux_alsa.o src/hostapi/jack/.libs/pa_jack.o src/common/.libs/pa_ringbuffer.o src/hostapi/oss/.libs/pa_unix_oss.o src/os/unix/.libs/pa_unix_hostapis.o src/os/unix/.libs/pa_unix_util.o   -lrt -lasound -ljack -lm -lpthread  -m32 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro   -Wl,-soname -Wl,libportaudio.so.2 -Wl,-version-script -Wl,lib/.libs/libportaudio.ver -o lib/.libs/libportaudio.so.2.0.0
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.1/../../../libjack.so when searching for -ljack
/usr/bin/ld: skipping incompatible /usr/lib/libjack.so when searching for -ljack
/usr/bin/ld: cannot find -ljack
collect2: error: ld returned 1 exit status
make: *** [lib/libportaudio.la] Erreur 1
The problem seems clear: it doesn't like the x86_64 version of jack2.

So, is it possible to install lib32-portaudio without causing conflicts with my installed version of jack2 ?

I'm a musician, I can't drop jack2.
Reply
#33
(07-04-2012, 04:53 PM)ph11 Wrote: (...)
So, is it possible to install lib32-portaudio without causing conflicts with my installed version of jack2 ?

I'm a musician, I can't drop jack2.

You can replace jack2 with jack2-multilib.

I happen to be the maintainer of lib32-portaudio, and I could fix its dependency list. But, first, can you please install jack2-multilib and let me know if it works for your applications (as musician) and pcsx2 ?
Reply
#34
Hi! I'm traying to install pcsx2 but I can't install lib32-gtk-engines..

I recived this error:

Code:
[ivan@MSI-A5000 gtk-engines-2.21.0]$ makepkg --force
==> Creando el paquete: lib32-gtk-engines 2.21.0-1 (mié jul  4 20:24:22 ART 2012)
==> Resolviendo dependencias...
==> Verificando conflictos...
==> Obteniendo fuentes...
  -> Se encontró gtk-engines-2.21.0.tar.gz
==> Validando el archivo fuente con md5sums...
    gtk-engines-2.21.0.tar.gz ... Aprobado
==> Descomprimiendo fuentes...
  -> Extrayendo gtk-engines-2.21.0.tar.gz con bsdtar
==> Eliminando el directorio pkg/...
==> Iniciando build()...
checking for a BSD-compatible install... /usr/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 make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc -m32
checking whether the C compiler works... no
configure: error: in `/home/ivan/builld2/gtk-engines-2.21.0/src/gtk-engines-2.21.0':
configure: error: C compiler cannot create executables
See `config.log' for more details
==> ERROR: Se produjo un error en build().
    Cancelando...

If I want to install lib32-portaudio received the same error.

Sorry for my english. I'm from Argentina. ;D
Reply
#35
(07-05-2012, 01:45 AM)IvanMza Wrote: Hi! I'm traying to install pcsx2 but I can't install lib32-gtk-engines..

I recived this error:

Code:
[ivan@MSI-A5000 gtk-engines-2.21.0]$ makepkg --force
==> Creando el paquete: lib32-gtk-engines 2.21.0-1 (mié jul  4 20:24:22 ART 2012)
==> Resolviendo dependencias...
==> Verificando conflictos...
==> Obteniendo fuentes...
  -> Se encontró gtk-engines-2.21.0.tar.gz
==> Validando el archivo fuente con md5sums...
    gtk-engines-2.21.0.tar.gz ... Aprobado
==> Descomprimiendo fuentes...
  -> Extrayendo gtk-engines-2.21.0.tar.gz con bsdtar
==> Eliminando el directorio pkg/...
==> Iniciando build()...
checking for a BSD-compatible install... /usr/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 make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc -m32
checking whether the C compiler works... no
configure: error: in `/home/ivan/builld2/gtk-engines-2.21.0/src/gtk-engines-2.21.0':
configure: error: C compiler cannot create executables
See `config.log' for more details
==> ERROR: Se produjo un error en build().
    Cancelando...

If I want to install lib32-portaudio received the same error.

Sorry for my english. I'm from Argentina. ;D

Verify that you have minimum packages for lib32 compilation. Try this:
pacman -Q gcc-multilib lib32-gcc-libs binutils-multilib libtool-multilib

If you have them, I suggest reinstalling. Let me know if this still happens after that.
Reply
#36
libtool-multilib are missing.-

Still gives the error..

I'll have to reinstall all the S.O.?!

EDIT:

Yeahh! If I could!

After installing the package 'libtool-multilib', I did a pacman-Syu and there was a small update .. Later, I restarted ..

Chan!

I will continue with the installation!

Sorry my english! G Translate rlz!

EDIT 2:

The package google-sparsehash don't exist.

The real packages is sparsehash without google-

Iván!
Reply
#37
@ivanMza: No S.O. reinstallation. Just the packages I mentioned. You seemed to be celebrating.. Were you able to compile lib32-gtk-engine?
Reply
#38
Yes, finally I could compile everything and install pcsx2. Now, how do I set it to play?!
Reply
#39
(07-05-2012, 05:20 AM)IvanMza Wrote: Yes, finally I could compile everything and install pcsx2. Now, how do I set it to play?!

I suggest that you read this user guide http://forums.pcsx2.net/Thread-Gu%C3%ADa...CSX2-0-9-8
Reply
#40
Thanks.. At this moment I'm playing Shadow of Rome..

Bye =D

Iván!
Reply




Users browsing this thread: 1 Guest(s)