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

Bug 183598

Summary: net-libs/libnfsidmap libnfsidmap.so should installed to /lib
Product: Gentoo Linux Reporter: Karl H <karl>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Karl H 2007-06-29 04:39:58 UTC
When mounting /usr on NFS   libnfsidmap.so is required.  Curently installed in /usr/lib.   libnfsidmap.so a dependency of portmap et al.

fix in src_install():

src_install() {
        emake install DESTDIR="${D}" || die
        dodoc AUTHORS ChangeLog NEWS README
        # move shared libs to /
        dodir /$(get_libdir)
        mv "${D}"/usr/$(get_libdir)/*.so* "${D}"/$(get_libdir)/ || die "could not move shared"
        gen_usr_ldscript libnfsidmap.so

}
 




Reproducible: Always

Steps to Reproduce:
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-06-29 07:28:13 UTC

*** This bug has been marked as a duplicate of bug 149472 ***