Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 701474 - dev-libs/libdynd-0.7.2 reports a bad libdir (fix included)
Summary: dev-libs/libdynd-0.7.2 reports a bad libdir (fix included)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2019-11-29 12:11 UTC by Helmut Jarausch
Modified: 2021-02-27 04:11 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Helmut Jarausch 2019-11-29 12:11:34 UTC
/usr/bin/libdynd-config -libdir      reports /usr/lib although the libs
are installed into /usr/lib64

The following additional 'sed' in the ebuild fixes this

sed -i -e's|/lib|/lib64|'g libdynd-config.in
Comment 1 Larry the Git Cow gentoo-dev 2021-02-27 04:11:59 UTC
The bug has been closed via the following commit(s):

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

commit 0f17e09ce54350b4b2b9417afec82feedae26e0a
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-02-27 04:11:29 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-02-27 04:11:52 +0000

    dev-libs/libdynd: fix libdir
    
    Closes: https://bugs.gentoo.org/701474
    Package-Manager: Portage-3.0.15, Repoman-3.0.2
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-libs/libdynd/libdynd-0.7.2-r1.ebuild | 3 +++
 1 file changed, 3 insertions(+)