Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 734046 - games-fps/xonotic installs pre-stripped files
Summary: games-fps/xonotic installs pre-stripped files
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-27 05:59 UTC by Agostino Sarubbo
Modified: 2021-07-07 16:34 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,154.57 KB, text/plain)
2020-07-27 05:59 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ?