Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 765103 - dev-libs/tree-sitter: fix hardcoded libdir
Summary: dev-libs/tree-sitter: fix hardcoded libdir
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Ali Abdel-Qader
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2021-01-12 13:49 UTC by dm9pZCAq
Modified: 2021-01-12 20:40 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to fix it (libdir.patch,2.11 KB, patch)
2021-01-12 13:49 UTC, dm9pZCAq
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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(-)