Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 201313 - =sys-devel/dev86 strips binaries
Summary: =sys-devel/dev86 strips binaries
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL: http://cvs.fedoraproject.org/viewcvs/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-05 02:02 UTC by Carlo Marcelo Arenas Belon
Modified: 2008-02-26 18:20 UTC (History)
0 users

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


Attachments
patch to remove "-s" for install command in binaries (dev86-nostrip.patch,299 bytes, patch)
2007-12-05 02:05 UTC, Carlo Marcelo Arenas Belon
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlo Marcelo Arenas Belon 2007-12-05 02:02:54 UTC
at install time all binaries are being stripped automatically by the Makefile as shown by the following excerpt from the build log :

...
install -m 755 -s bin/Bcc /var/tmp/portage/sys-devel/dev86-0.16.17-r4/image//usr/bin/bcc
install -m 755 -s bin/as86      /var/tmp/portage/sys-devel/dev86-0.16.17-r4/image//usr/bin/as86
install -m 755 -s bin/ld86      /var/tmp/portage/sys-devel/dev86-0.16.17-r4/image//usr/bin/ld86
...

in the URL a link to the patch that fedora uses to prevent that for their package as a proposed solution.



Reproducible: Always

Steps to Reproduce:
1. RESTRICT="strip"
2. emerge -Dv dev86
3.

Actual Results:  
binaries still stripped

Expected Results:  
binaries shouldn't be stripped
Comment 1 Carlo Marcelo Arenas Belon 2007-12-05 02:05:16 UTC
Created attachment 137763 [details, diff]
patch to remove "-s" for install command in binaries

regenerated patch from fedora, tested with a local overlay and modified ebuild and the last ~amd64 version
Comment 2 Raúl Porcel (RETIRED) gentoo-dev 2008-02-26 18:20:43 UTC
Fixed in -r5