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

Bug 765103

Summary: dev-libs/tree-sitter: fix hardcoded libdir
Product: Gentoo Linux Reporter: dm9pZCAq <v>
Component: Current packagesAssignee: Ali Abdel-Qader <abdelqaderali>
Status: RESOLVED FIXED    
Severity: normal CC: sam, sarnex
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patch to fix it

Description dm9pZCAq 2021-01-12 13:49:16 UTC
Created attachment 682519 [details, diff]
patch to fix it

for example in musl libc libdir is /usr/lib but in ebuild it hardcoded to /usr/lib64
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-01-12 15:11:44 UTC
Comment on attachment 682519 [details, diff]
patch to fix it

FWIW, you don't need multilib for get_libdir for a few EAPIs now.
Comment 2 Larry the Git Cow gentoo-dev 2021-01-12 20:40:05 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bff6b8414a0c1a4a1a6e12e6d5b95b9399ec4cc

commit 0bff6b8414a0c1a4a1a6e12e6d5b95b9399ec4cc
Author:     Ali Abdel-Qader <abdelqaderali@protonmail.com>
AuthorDate: 2021-01-12 19:15:24 +0000
Commit:     Nick Sarnie <sarnex@gentoo.org>
CommitDate: 2021-01-12 20:39:24 +0000

    dev-libs/tree-sitter: Remove hardcoded libdir
    
    Closes: https://bugs.gentoo.org/765103
    Signed-off-by: Ali Abdel-Qader <abdelqaderali@protonmail.com>
    Package-Manager: Portage-3.0.13, Repoman-3.0.2
    Signed-off-by: Nick Sarnie <sarnex@gentoo.org>

 dev-libs/tree-sitter/tree-sitter-0.17.3.ebuild | 4 ++--
 dev-libs/tree-sitter/tree-sitter-0.18.0.ebuild | 2 +-
 dev-libs/tree-sitter/tree-sitter-9999.ebuild   | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)