Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 263184 - app-emulation/qemu-softmmu-0.10.0 ebuild does not stop all files from being stripped during install
Summary: app-emulation/qemu-softmmu-0.10.0 ebuild does not stop all files from being s...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Luca Barbato
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-20 23:48 UTC by Xake
Modified: 2009-04-26 11:15 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 Xake 2009-03-20 23:48:04 UTC
Currently the ebuild does a sed to remove '-s' from the install-command, but since it only removes it from "Makefile" it fails with the installations done my Makefile.targets.

The solution? Chnage the line

sed -i 's/$(INSTALL) -m 755 -s/$(INSTALL) -m 755/' Makefile

to

sed -i 's/$(INSTALL) -m 755 -s/$(INSTALL) -m 755/' Makefile*
Comment 1 Xake 2009-04-26 11:15:31 UTC
It seems fixed with qemu-softmmu-0.10.1