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

Bug 734046

Summary: games-fps/xonotic installs pre-stripped files
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Games <games>
Status: RESOLVED WORKSFORME    
Severity: normal CC: alexey+gentoo
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2020-07-27 05:59:51 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: games-fps/xonotic installs pre-stripped files.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2020-07-27 05:59:56 UTC
Created attachment 650934 [details]
build.log

build log and emerge --info
Comment 2 Alexey 2021-07-07 16:34:01 UTC
I cannot reproduce it. It calls "true" instead of "strip" due to sed '/^STRIP/s|strip|true|' line in ebuild, which causes this: STRIP?=true

Something on your system has set STRIP to x86_64-pc-linux-gnu-strip ?