Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 57299

Summary: lrmi.a does not get installed correctly (fixed ebuild attached)
Product: Gentoo Linux Reporter: Stefan Schweizer (RETIRED) <genstef>
Component: New packagesAssignee: Hanno Böck <hanno>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: fixed lrmi-0.8.ebuild

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!