FS#11969 - Qemu not compilable from abs

Attached to Project: Arch Linux
Opened by Nicolas Doualot (slubman) - Monday, 03 November 2008, 07:53 GMT
Last edited by Tobias Powalowski (tpowa) - Sunday, 01 March 2009, 21:54 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Tobias Powalowski (tpowa)
Architecture All
Severity Low
Priority Normal
Reported Version None
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

using ABS it's impossible to recompile the Qemu package due to a linking error

Additional info:
* qemu-0.9.1-10

Steps to reproduce:

cp -r /var/abs/core/qemu
cd qemu
makepkg

This fail on qemu compilation with this output:
/usr/bin/ld: warning: libdl.so.2, needed by /usr/lib/libasound.so, not found (try using -rpath or -rpath-link)
/usr/lib/libSDL.so: undefined reference to `dlvsym@GLIBC_2.2.5'
/usr/lib/libasound.so: undefined reference to `dlopen@GLIBC_2.2.5'
/usr/lib/libSDL.so: undefined reference to `dlerror@GLIBC_2.2.5'
/usr/lib/libasound.so: undefined reference to `dlclose@GLIBC_2.2.5'
/usr/lib/libasound.so: undefined reference to `dlsym@GLIBC_2.2.5'
/usr/lib/libasound.so: undefined reference to `dladdr@GLIBC_2.2.5'

Int he PKGBUIL there is a trick concerning rpath, but in the modified file there is no reference to rpath, so this trick isn't activated.
This task depends upon

Closed by  Tobias Powalowski (tpowa)
Sunday, 01 March 2009, 21:54 GMT
Reason for closing:  Fixed
Comment by Jan de Groot (JGC) - Monday, 03 November 2008, 08:17 GMT
This is on x86_64 if I'm right?
Comment by Nicolas Doualot (slubman) - Monday, 03 November 2008, 08:42 GMT
Yes, I'm trying to compile on x86_64.

The rpath trick is done on all platforms.
Comment by Jan de Groot (JGC) - Monday, 03 November 2008, 09:19 GMT
I've committed a fix to svn trunk. Tobias, could you handle this problem? I don't know what package is in which repository at this moment.
Comment by Nicolas Doualot (slubman) - Monday, 03 November 2008, 09:33 GMT
Thank you for the fix JGC, I've been able to compile it now.
Comment by Glenn Matthys (RedShift) - Friday, 05 December 2008, 14:52 GMT
What's the status of this issue?
Comment by Robert Howard (iBertus) - Friday, 16 January 2009, 04:11 GMT
Has this issue been resolved? I cannot compile using ABS as of today.
Comment by Glenn Matthys (RedShift) - Sunday, 25 January 2009, 10:52 GMT
I vote we dump the original qemu from bellard and go with qemu-kvm: http://kvm.qumranet.com. The driver is already in the kernel and you can download the userspace app from http://sourceforge.net/project/showfiles.php?group_id=180599&package_id=209008.

Loading...