Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 825214 - [AstroFloyd] sci-electronics/labjack-ljm-64bit-20171221-r2 installs pre-stripped files
Summary: [AstroFloyd] sci-electronics/labjack-ljm-64bit-20171221-r2 installs pre-strip...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Overlays (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: AstroFloyd
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-20 06:51 UTC by Agostino Sarubbo
Modified: 2022-01-10 17:28 UTC (History)
0 users

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


Attachments
build.log (build.log,39.92 KB, text/plain)
2021-11-20 06:51 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 2021-11-20 06:51:43 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-electronics/labjack-ljm-64bit-20171221-r2 installs pre-stripped files.
Discovered on: amd64 (internal ref: AstroFloyd_tinderbox)
Comment 1 Agostino Sarubbo gentoo-dev 2021-11-20 06:51:46 UTC
Created attachment 753670 [details]
build.log

build log and emerge --info
Comment 2 AstroFloyd 2022-01-10 17:28:23 UTC
Note that this is a binary package, with precompiled and linked binaries.

I added
  strip --strip-unneeded -R .comment -R .GCC.command.line -R .note.gnu.gold-version "${D}opt/labjack_kipling/Kipling" "${D}opt/labjack_kipling/core" "${D}usr/lib64/libLabJackM.so.${VERSION}"

to the ebuild, but the notice doesn't go away:
 * QA Notice: Pre-stripped files found:
 * /opt/labjack_kipling/Kipling
 * /opt/labjack_kipling/core
 * /usr/lib64/libLabJackM.so.1.17.0

(The middle file, core, doesn't even change its timestamp).

How can I strip these files?