Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 191909 - net-fs/nfs-utils-1.1.0 compile failure: configure: error: Package requirements (libgssapi >= 0.11) were not met
Summary: net-fs/nfs-utils-1.1.0 compile failure: configure: error: Package requirement...
Status: RESOLVED DUPLICATE of bug 191746
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-09 20:17 UTC by Ed Catmur
Modified: 2007-09-09 20:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
gssglue.patch (gssglue.patch,1.34 KB, patch)
2007-09-09 20:35 UTC, Ed Catmur
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Catmur 2007-09-09 20:17:32 UTC
checking pkg-config is at least version 0.9.0... yes
checking for RPCSECGSS... yes
checking for GSSAPI... configure: error: Package requirements (libgssapi >= 0.11) were not met:

No package 'libgssapi' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables GSSAPI_CFLAGS
and GSSAPI_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.


!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/net-fs/nfs-utils-1.1.0/work/nfs-utils-1.1.0/config.log
 * 
 * ERROR: net-fs/nfs-utils-1.1.0 failed.
 * Call stack:
 *   ebuild.sh, line 1654:   Called dyn_compile
 *   ebuild.sh, line 990:   Called qa_call 'src_compile'
 *   ebuild.sh, line 44:   Called src_compile
 *   nfs-utils-1.1.0.ebuild, line 43:   Called econf '--mandir=/usr/share/man' '--with-statedir=/var/lib/nfs' '--disable-rquotad' '--enable-nfsv3' '--enable-secure-statd' '--with-tcp-wrappers' '--enable-nfsv4' '--enable-gss'
 *   ebuild.sh, line 591:   Called die

USE="kerberos", etc.

nfs-utils-1.1.0.ebuild has
	kerberos? (
		net-libs/librpcsecgss
		|| ( net-libs/libgssglue >=app-crypt/libgssapi-0.11 )
		app-crypt/mit-krb5
	)

but evidently libgssglue is not a substitute for libgssapi in this case.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-09-09 20:18:46 UTC

*** This bug has been marked as a duplicate of bug 191746 ***
Comment 2 Ed Catmur 2007-09-09 20:35:12 UTC
Created attachment 130443 [details, diff]
gssglue.patch

Patch.