Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 125585 - sys-apps/busybox strips binary
Summary: sys-apps/busybox strips binary
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-09 03:35 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2006-03-10 15:25 UTC (History)
0 users

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


Attachments
Ebuild patch (busybox-ebuild.patch,986 bytes, patch)
2006-03-09 03:35 UTC, Diego Elio Pettenò (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2006-03-09 03:35:33 UTC
The busybox binary built by busybox is stripped before portage's prepallstrip, causing the busybox.debug file (by splitdebug) to be useless.
I'm not 100% sure if that is a desired behaviour, but I can't see why it should be, as busybox is world readable anyway.
The attached patch applied over current ebuild sets the STRIP variable to true during make and make install phases, so that the resulting binary is not stripped.

HTH,
Diego
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-03-09 03:35:52 UTC
Created attachment 81758 [details, diff]
Ebuild patch
Comment 2 SpanKY gentoo-dev 2006-03-10 15:25:42 UTC
fixed in cvs