Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 87450 - nfs-utils (1.0.7) has nfsidmap in DEPEND while it should also be RDEPEND
Summary: nfs-utils (1.0.7) has nfsidmap in DEPEND while it should also be RDEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Network Filesystems
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-31 11:29 UTC by Ronald Hummelink
Modified: 2005-04-01 14:55 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 Ronald Hummelink 2005-03-31 11:29:53 UTC
from the nfs-utils-1.0.7-r1 ebuild:

RDEPEND="tcpd? ( sys-apps/tcp-wrappers )
        >=net-nds/portmap-5b-r6
        >=sys-apps/util-linux-2.11f"
DEPEND="${RDEPEND}
        >=sys-apps/portage-2.0.51
        !nonfsv4? (
                >=dev-libs/libevent-1.0b
                >=net-libs/nfsidmap-0.9
        )
        kerberos? ( app-crypt/mit-krb5 )"
        # kth-krb doesn't provide the right include
        # files, and nfs-utils doesn't build against heimdal either,
        # so don't depend on virtual/krb.
        # (04 Feb 2005 agriffis)

I build binary packages for my laptop on a differen much faster machine, and the laptop misses libnfsidmap.so from net-libs/nfsidmap because the ebuild does not have it in the runtime dependencies.

The fragment
        !nonfsv4? (
                >=dev-libs/libevent-1.0b
                >=net-libs/nfsidmap-0.9
        )

should be moved into RDEPEND


Reproducible: Always
Steps to Reproduce:
Comment 1 SpanKY gentoo-dev 2005-04-01 14:55:14 UTC
err, oops

fixed in cvs, thanks :)