Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 263157 - app-emulation/qemu-softmmu-0.10.0 fails
Summary: app-emulation/qemu-softmmu-0.10.0 fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Luca Barbato
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-20 18:40 UTC by Jonathan-Christofer Demay
Modified: 2009-03-21 01:23 UTC (History)
0 users

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 Jonathan-Christofer Demay 2009-03-20 18:40:37 UTC
I think the ebuild has a typo in the first sed command:
sed -i -e 's:fdt="yes":fdt="no"' configure

It seems the last ':' is missing.

Once this fixed, I was able to build it:
sed -i -e 's:fdt="yes":fdt="no":'
Comment 1 Luca Barbato gentoo-dev 2009-03-21 01:23:50 UTC
right, fixing it now.