Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 433062 - net-fs/nfs-utils[nfsdcld] should depend on dev-db/sqlite
Summary: net-fs/nfs-utils[nfsdcld] should depend on dev-db/sqlite
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Network Filesystems
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-28 13:54 UTC by Guillaume Castagnino
Modified: 2012-09-16 20:24 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 Guillaume Castagnino 2012-08-28 13:54:19 UTC
Hi,

I just noticed this when installing nfs-utils. I did not noticed this until today because sqlite3 was already installed on my system:
> configure: error: nfsdcld requires sqlite3


It seems that nfsdcld (nfs4 only) needs this, confirmed reading configure.ac and aclocal/libsqlite3.m4.

Proposed fix:
--- nfs-utils-1.2.6.ebuild.old  2012-08-28 15:49:01.360862981 +0200
+++ nfs-utils-1.2.6.ebuild      2012-08-28 15:51:15.613999652 +0200
@@ -38,6 +38,7 @@
                        >=net-libs/libnfsidmap-0.24
                        sys-apps/keyutils
                )
+               nfsdcld? ( dev-db/sqlite:3 )
        )
        nfsv41? (
                sys-fs/lvm2


Thanks !
Comment 1 SpanKY gentoo-dev 2012-09-16 20:24:43 UTC
should be all set now in the tree; thanks for the report!

Commit message: Pull in sqlite when USE=nfsdcld
http://sources.gentoo.org/net-fs/nfs-utils/nfs-utils-1.2.6.ebuild?r1=1.3&r2=1.4