Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 183598 - net-libs/libnfsidmap libnfsidmap.so should installed to /lib
Summary: net-libs/libnfsidmap libnfsidmap.so should installed to /lib
Status: RESOLVED DUPLICATE of bug 149472
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-29 04:39 UTC by Karl H
Modified: 2007-06-29 07:28 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 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 ***