Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 304509

Summary: Add IUSE="static" to app-emulation/qemu-0.11.1
Product: Gentoo Linux Reporter: Leonid Evdokimov <leon+gentoo>
Component: New packagesAssignee: Gentoo QEMU Project <qemu+disabled>
Status: RESOLVED FIXED    
Severity: enhancement CC: lu_zero
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: adding IUSE="static"

Description Leonid Evdokimov 2010-02-11 08:41:56 UTC
Qemu static build is useful for debugging ARM software in ARM-chroot.
Example is described at http://wiki.debian.org/QemuUserEmulation

Reproducible: Always

Steps to Reproduce:
Comment 1 Leonid Evdokimov 2010-02-11 08:42:40 UTC
Created attachment 219201 [details, diff]
adding IUSE="static"
Comment 2 Luca Barbato gentoo-dev 2010-03-01 10:49:53 UTC
just adding static would be problematic since you don't have will not have some libraries you'd link as static (e.g. pulse)
Comment 3 Leonid Evdokimov 2010-03-01 11:25:14 UTC
Ghm, maybe. I don't use pulse myself.

What is best way to check if all required libraries have static version?
Comment 4 Luca Barbato gentoo-dev 2010-03-01 13:10:22 UTC
qlist $package | grep \\.a come to mind, probably there is a better way.

I'll provide an EXTRA_ECONF-like variable for such usage. probably would be better trigger a static build just for the user qemu. You might want to discuss that with upstream.
Comment 5 Doug Goldstein (RETIRED) gentoo-dev 2012-10-20 16:56:47 UTC
app-emulation/qemu now supports USE=static.