Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 86648 - sane-backends-1.0.15 installs libs into wrong directory
Summary: sane-backends-1.0.15 installs libs into wrong directory
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Patrick Kursawe (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-25 05:56 UTC by Andrew West
Modified: 2005-04-17 09:45 UTC (History)
0 users

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 Andrew West 2005-03-25 05:56:05 UTC
Title says it all sane-backends-1.0.15.ebuild install the libs into /usr rather than /usr/lib

I think this line of the ebuild

libdir=${D}/usr/${get_libdir} \

should be

libdir=${D}/usr/$(get_libdir) \


Reproducible: Always
Steps to Reproduce:
1.Install sane-backends-1.0.15
2.Check /usr for libs
3.Note /usr/lib doesn't contain the libs
Comment 1 A.J. Aranyosi 2005-03-28 09:29:43 UTC
I had the same problem, which prevented me from rebuilding xsane and kdegraphics.  Andrew's fix (after emerge -C'ing sane-backends to get the files out of /usr) solved it.
Comment 2 Patrick Kursawe (RETIRED) gentoo-dev 2005-04-17 09:45:15 UTC
According to the ChangeLog, this was a typo in a fix which already has been fixed. Please re-open if there is still a problem.