Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 141779 - net-libs/osptoolkit missing inherit multilib
Summary: net-libs/osptoolkit missing inherit multilib
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Stefan Knoblich (RETIRED)
URL:
Whiteboard:
Keywords:
: 149850 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-07-26 04:08 UTC by Paul Hewlett
Modified: 2006-10-03 08:39 UTC (History)
4 users (show)

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


Attachments
emerge --info (emerge-info,2.49 KB, text/plain)
2006-07-26 04:16 UTC, Paul Hewlett
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Hewlett 2006-07-26 04:08:55 UTC
When emerging net-libs/osptoolkit, the ebuild gives an error 'cannot find function get_libdir' at line 42 & 45 and then installs the library in /usr instead of /usr/lib
Comment 1 Paul Hewlett 2006-07-26 04:16:33 UTC
Created attachment 92771 [details]
emerge --info
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-07-26 04:18:13 UTC
You are missing inherit there, but what's the point of $(get_libdir) in an ebuild that's keyworded for x86 only? :)
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-10-02 06:56:36 UTC
*** Bug 149850 has been marked as a duplicate of this bug. ***
Comment 4 James Cloos 2006-10-02 08:21:36 UTC
Since I didn
Comment 5 James Cloos 2006-10-02 08:21:36 UTC
Since I didnt see anything in this bug that made it obvious that my bug (149850) would be a duplicate, Id just like to explicitly add, here, for anyone else searching, that a symptom of this bug is that libosptk.a gets installed in /usr instead of in /usr/lib.
Comment 6 Jakub Moc (RETIRED) gentoo-dev 2006-10-02 09:00:37 UTC
(In reply to comment #4)
> Since I didn
Comment 7 Jakub Moc (RETIRED) gentoo-dev 2006-10-02 09:00:37 UTC
(In reply to comment #4)
> Since I didnt see anything in this bug that made it obvious that my bug
> (149850) would be a duplicate

Need to read more carefully Comment #0?

> ... then installs the library in /usr instead of /usr/lib
Comment 8 James Cloos 2006-10-02 10:14:31 UTC
(In reply to comment #5)
> Need to read more carefully Comment #0?

Ok, that is officially embarrassing ;^(

Is there any way to delete these comments?
Comment 9 Stefan Schweizer (RETIRED) gentoo-dev 2006-10-03 08:39:10 UTC
I just changed it to use /usr/lib instead of get_libdir, thanks.