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

Bug 825214

Summary: [AstroFloyd] sci-electronics/labjack-ljm-64bit-20171221-r2 installs pre-stripped files
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: OverlaysAssignee: AstroFloyd <AstroFloyd>
Status: CONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

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?