| Bug#: 201313 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: maintainer-needed@gentoo.org | Reported By: carenas@sajinet.com.pe | |
| Component: Applications | |||
| URL: http://cvs.fedoraproject.org/viewcvs/devel/dev86/dev86-nostrip.patch?rev=1.1&view=markup | |||
| Summary: =sys-devel/dev86 strips binaries | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2007-12-05 02:02 0000 | |||
| Description: | Opened: 2007-12-05 02:02 0000 |
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
Created an attachment (id=137763) [details]
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