Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 729378

Summary: app-editors/e3 calls strip directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Emacs project <emacs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=2937
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2020-06-24 07:31:41 UTC
@@This is an auto-filed bug@@
If you think that a different summary clarifies the issue better, feel free to change it.

Issue: app-editors/e3 calls strip directly.
Discovered on: amd64

NOTE:
As per QA policy, toolchain tools must not be called directly because they can cause issue in cross-compiling and because is not possible use a different STRIP implementation (like llvm-strip). To reproduce, please use sys-devel/gcc-config[-native-symlinks], sys-devel/binutils-config[-native-symlinks] and set the STRIP variable to x86_64-pc-linux-gnu-strip.
Comment 1 Agostino Sarubbo gentoo-dev 2020-06-24 07:31:46 UTC
Created attachment 645974 [details]
build.log

build log and emerge --info
Comment 2 Ulrich Müller gentoo-dev 2020-06-24 08:16:12 UTC
The ebuild has RESTRICT="strip" which was added when fixing bug 2937. AFAICS this is no longer needed.
Comment 3 Larry the Git Cow gentoo-dev 2020-06-24 08:22:09 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8adf5d1c64ece2fccc3d00baf35a26929948af7

commit f8adf5d1c64ece2fccc3d00baf35a26929948af7
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2020-06-24 08:21:02 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2020-06-24 08:21:33 +0000

    app-editors/e3: Drop strip restriction.
    
    Disable stripping by the build system.
    
    Closes: https://bugs.gentoo.org/729378
    Package-Manager: Portage-2.3.103, Repoman-2.3.23
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>

 app-editors/e3/e3-2.8.2.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)