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

Bug 923068

Summary: dev-libs/tree-sitter-0.20.9 installs pre-stripped files
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Ali Abdel-Qader <abdelqaderali>
Status: RESOLVED FIXED    
Severity: normal CC: brahmajit.xyz, matthew, mva, sarnex
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 239866    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2024-01-28 06:53:49 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-libs/tree-sitter-0.20.9 installs pre-stripped files.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0020
Comment 1 Agostino Sarubbo gentoo-dev 2024-01-28 06:53:50 UTC
CC'ing also the author of the commit (e54c3c8a00fb4ca18ac45da316e1cd95cd1f95cb)
Comment 2 Agostino Sarubbo gentoo-dev 2024-01-28 06:53:51 UTC
Created attachment 883338 [details]
build.log

build log and emerge --info
Comment 3 Larry the Git Cow gentoo-dev 2024-01-28 09:53:16 UTC
The bug has been closed via the following commit(s):

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

commit 5204c9541e18275ed62cd886c10b287ce46f98db
Author:     Matthew Smith <matthew@gentoo.org>
AuthorDate: 2024-01-28 08:28:16 +0000
Commit:     Matthew Smith <matthew@gentoo.org>
CommitDate: 2024-01-28 09:53:08 +0000

    dev-libs/tree-sitter: prevent stripping
    
    If $STRIP is set, the Makefile will invoke it on the library, which is not
    what we want.
    
    Closes: https://bugs.gentoo.org/923068
    Signed-off-by: Matthew Smith <matthew@gentoo.org>

 .../{tree-sitter-0.20.9.ebuild => tree-sitter-0.20.9-r1.ebuild}      | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)