FS#16476 - [qemu] 0.11 missing curl dependency in PKGBUILD
Attached to Project:
Arch Linux
Opened by Nahum Shalman (nshalman) - Monday, 05 October 2009, 20:38 GMT
Last edited by Ionut Biru (wonder) - Monday, 16 November 2009, 18:40 GMT
Opened by Nahum Shalman (nshalman) - Monday, 05 October 2009, 20:38 GMT
Last edited by Ionut Biru (wonder) - Monday, 16 November 2009, 18:40 GMT
|
Details
Description:
The new (0.11) version of QEMU has a dependency (optional??) on curl that is not in the PKGBUILD, but clearly curl was on the system that built the package. Additional info: * package version(s) qemu 0.11.0-1 curl 7.19.6-1 * config and/or log files etc. Steps to reproduce: * Update qemu from 0.10.xxx to 0.11.0-1 on a system that doesn't have the 'curl' package installed * run qemu-system-x86_64 * get error: qemu-system-x86_64: error while loading shared libraries: libcurl.so.4: cannot open shared object file: No such file or directory * pacman -S curl * run qemu again, but don't get error. |
This task depends upon
Comment by
Thomas Dziedzic (tomd123) - Sunday,
08 November 2009, 02:04 GMT
I can confirm this. Seems like either we need to specify
--disable-curl or add it as a dependency. I think the configure
automatically checks and adds support to curl if it is detected.