Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 493488 - app-emulation/qemu[static-user]: configure checks get out of sync w/softmmu libs
Summary: app-emulation/qemu[static-user]: configure checks get out of sync w/softmmu libs
Status: RESOLVED DUPLICATE of bug 487918
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Doug Goldstein (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-07 04:23 UTC by Casey Webster
Modified: 2014-04-19 18:28 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Casey Webster 2013-12-07 04:23:48 UTC
Building qemu with the static-user USE flag fails during configure failing to find zlib.  Re-emerging zlib with the static-libs USE flag fixes this problem, therefore it should be a dependency when compiling qemu with static-user.

Reproducible: Always

Steps to Reproduce:
1. emerge sys-libs/zlib USE=-static-libs
2. emerge app-emulation/qem USE=static-user
3.
Comment 1 SpanKY gentoo-dev 2014-04-19 15:20:08 UTC
static-user doesn't need static zlib, but static-softmmu does.  the deps are correct, but the configure logic might need tweaking.
Comment 2 SpanKY gentoo-dev 2014-04-19 16:48:21 UTC

*** This bug has been marked as a duplicate of bug 487918 ***