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

Bug 927572

Summary: dev-libs/tree-sitter-python-0.21.0 installs pre-stripped files
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Matthew Smith <matthew>
Status: RESOLVED FIXED    
Severity: normal CC: arthurzam, 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-03-23 09:05:51 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-libs/tree-sitter-python-0.21.0 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-03-23 09:05:52 UTC
Created attachment 888232 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2024-03-23 14:35:55 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba1883baa3b4f600bef4ca8515313e27bc3bc95

commit 6ba1883baa3b4f600bef4ca8515313e27bc3bc95
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2024-03-23 14:34:37 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2024-03-23 14:34:37 +0000

    dev-libs/tree-sitter-python: revbump to apply eclass fix
    
    Closes: https://bugs.gentoo.org/927572
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 ...ee-sitter-python-0.21.0.ebuild => tree-sitter-python-0.21.0-r1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f34586458eebda4da0e2d35da93a4bc5f13c7d0

commit 5f34586458eebda4da0e2d35da93a4bc5f13c7d0
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2024-03-23 14:28:11 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2024-03-23 14:29:55 +0000

    tree-sitter-grammar.eclass: don't pre-strip library
    
    When STRIP is set to anon empty value, it is called during build of the
    shared library. By unsetting it, the strip isn't called during compile
    but by the portage strip phase.
    
    Closes: https://bugs.gentoo.org/927571
    Closes: https://bugs.gentoo.org/927572
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 eclass/tree-sitter-grammar.eclass | 1 +
 1 file changed, 1 insertion(+)