[RESOLVED] xmms: /usr/lib/xmms/Input/libmpg123.so problem

Problems with packages? Post here, using [tags] of the package name.

[RESOLVED] xmms: /usr/lib/xmms/Input/libmpg123.so problem

Postby cyberic » Sun Jan 15, 2012 11:39 pm

Hello

I have arch installed on my dockstar
When I tried xmms, I obtained this error:
xmms: /usr/lib/xmms/Input/libmpg123.so: undefined symbol: mpg123_synth_1to1_mmx

In fact the PKGBUILD is incorrect, and will try to optimize the build using x86 MMX instructions

Here is a diff for the PKGBUILD :

--- orig/xmms/PKGBUILD 2012-01-15 06:04:46.000000000 +0100
+++ xmms/PKGBUILD 2012-01-16 00:07:52.931889001 +0100
@@ -50,10 +50,10 @@
patch -p1 < ../xmms-1.2.10-fonts.patch
patch -p1 < ../xmms-1.2.11-CVE-2007-0653.0654.patch

- if [ "$CARCH" == "x86_64" ]; then
- SIMDOPT="--disable-simd"
- else
+ if [ "$CARCH" == "i686" ]; then
SIMDOPT="--enable-simd"
+ else
+ SIMDOPT="--disable-simd"
fi
./configure --prefix=/usr --mandir=/usr/share/man $SIMDOPT
make

I have reported the bug in arch bugtracker as well:
https://bugs.archlinux.org/task/27953
Image
cyberic
 
Posts: 71
Joined: Sun Jan 15, 2012 11:26 pm

Re: xmms: /usr/lib/xmms/Input/libmpg123.so problem

Postby kmihelich » Mon Jan 16, 2012 1:05 am

For now, I'll rebuild xmms correctly. We'll see if upstream will adjust the PKGBUILD, I honestly don't know what the reaction will be. Don't be surprised if they don't comply.
Arch Linux ARM exists and continues to grow through community support, please donate today!
kmihelich
Developer
 
Posts: 1133
Joined: Tue Jul 20, 2010 6:55 am
Location: aka leming #archlinuxarm

Re: xmms: /usr/lib/xmms/Input/libmpg123.so problem

Postby kmihelich » Mon Jan 16, 2012 1:39 am

New version is in the repo now, give a shot.
Arch Linux ARM exists and continues to grow through community support, please donate today!
kmihelich
Developer
 
Posts: 1133
Joined: Tue Jul 20, 2010 6:55 am
Location: aka leming #archlinuxarm

Re: xmms: /usr/lib/xmms/Input/libmpg123.so problem

Postby cyberic » Sat Jan 21, 2012 5:54 pm

It is fixed now, thanks!
Image
cyberic
 
Posts: 71
Joined: Sun Jan 15, 2012 11:26 pm


Return to Packages

Who is online

Users browsing this forum: No registered users and 49 guests