Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 164491 - qemu strips binaries via `install`
Summary: qemu strips binaries via `install`
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Luca Barbato
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-30 03:43 UTC by SpanKY
Modified: 2007-02-10 13:05 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 SpanKY gentoo-dev 2007-01-30 03:43:22 UTC
need to patch the build system so it doesnt use the '-s' flag with `install`

qemu-softmmu-0.8.2-r1:20061231-125342.log:install -m 755 -s qemu-img "/var/tmp/portage/app-emulation/qemu-soft
mmu-0.8.2-r1/image//usr/bin"
app-emulation:qemu-softmmu-0.8.2-r1:20061231-125342.log:install -m 755 -s qemu-system-arm "/var/tmp/portage/app-emulation/qe
mu-softmmu-0.8.2-r1/image//usr/bin"
app-emulation:qemu-softmmu-0.8.2-r1:20061231-125342.log:install -m 755 -s qemu-system-mips "/var/tmp/portage/app-emulation/q
emu-softmmu-0.8.2-r1/image//usr/bin"
app-emulation:qemu-softmmu-0.8.2-r1:20061231-125342.log:install -m 755 -s qemu-system-ppc "/var/tmp/portage/app-emulation/qe
mu-softmmu-0.8.2-r1/image//usr/bin"
app-emulation:qemu-softmmu-0.8.2-r1:20061231-125342.log:install -m 755 -s qemu-system-sparc "/var/tmp/portage/app-emulation/
qemu-softmmu-0.8.2-r1/image//usr/bin"
app-emulation:qemu-softmmu-0.8.2-r1:20061231-125342.log:install -m 755 -s qemu-system-x86_64 "/var/tmp/portage/app-emulation
/qemu-softmmu-0.8.2-r1/image//usr/bin"
app-emulation:qemu-softmmu-0.8.2-r1:20061231-125342.log:install -m 755 -s qemu "/var/tmp/portage/app-emulation/qemu-softmmu-
0.8.2-r1/image//usr/bin"
Comment 1 Luca Barbato gentoo-dev 2007-02-10 13:05:51 UTC
done