Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 304509 - Add IUSE="static" to app-emulation/qemu-0.11.1
Summary: Add IUSE="static" to app-emulation/qemu-0.11.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo QEMU Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-11 08:41 UTC by Leonid Evdokimov
Modified: 2012-10-20 16:56 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
adding IUSE="static" (qemu-static.ebuild.diff,769 bytes, patch)
2010-02-11 08:42 UTC, Leonid Evdokimov
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.