https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-libs/tree-sitter-bash-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
Created attachment 888231 [details] build.log build log and emerge --info
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4b75f77d6b07f0b5afdee6ae2ee74ee74192714 commit b4b75f77d6b07f0b5afdee6ae2ee74ee74192714 Author: Arthur Zamarin <arthurzam@gentoo.org> AuthorDate: 2024-03-23 14:33:49 +0000 Commit: Arthur Zamarin <arthurzam@gentoo.org> CommitDate: 2024-03-23 14:33:49 +0000 dev-libs/tree-sitter-bash: revbump to apply eclass fix Closes: https://bugs.gentoo.org/927571 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> .../{tree-sitter-bash-0.21.0.ebuild => tree-sitter-bash-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(+)