Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57299 - lrmi.a does not get installed correctly (fixed ebuild attached)
Summary: lrmi.a does not get installed correctly (fixed ebuild attached)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Hanno Böck
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-16 08:53 UTC by Stefan Schweizer (RETIRED)
Modified: 2004-08-07 12:36 UTC (History)
0 users

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


Attachments
fixed lrmi-0.8.ebuild (lrmi-0.8.ebuild,766 bytes, text/plain)
2004-07-16 08:54 UTC, Stefan Schweizer (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Schweizer (RETIRED) gentoo-dev 2004-07-16 08:53:41 UTC
Hi,

lrmi-0.8.ebuild only does
"doins liblrmi.so"
But in fact to et vbetest and -static compiling working
    doins liblrmi.so.0.0
    dosym liblrmi.so.0.0 /usr/lib/liblrmi.so.0
    dosym liblrmi.so.0 /usr/lib/liblrmi.so
    doins liblrmi.a
is needed.
Comment 1 Stefan Schweizer (RETIRED) gentoo-dev 2004-07-16 08:54:24 UTC
Created attachment 35574 [details]
fixed lrmi-0.8.ebuild
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2004-07-16 09:41:44 UTC
hanno, please put yourself as primary maintainer in the metadata.xml file as well :)
Comment 3 Tom Martin (RETIRED) gentoo-dev 2004-08-07 12:36:18 UTC
Fixed in CVS.

Thanks very much for the report!