Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 178334 - nfs-utils-1.1.0 needs gssapi-0.11 which is not in dependences nor portage
Summary: nfs-utils-1.1.0 needs gssapi-0.11 which is not in dependences nor portage
Status: RESOLVED DUPLICATE of bug 178217
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-05-13 13:20 UTC by Maciej Piechotka
Modified: 2007-05-13 13:21 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 Maciej Piechotka 2007-05-13 13:20:50 UTC
checking for i686-pc-linux-gnu-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
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:

Requested 'libgssapi >= 0.11' but version of libgssapi is 0.10

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 1615:   Called dyn_compile
  ebuild.sh, line 972:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  nfs-utils-1.1.0.ebuild, line 40:   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 578:   Called die

!!! econf failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/net-fs/nfs-utils-1.1.0/temp/build.log'.


Reproducible: Always




form nsf-utils-1.1.0.ebuild
RDEPEND="tcpd? ( sys-apps/tcp-wrappers )
        >=net-nds/portmap-5b-r6
        !nonfsv4? (
                >=dev-libs/libevent-1.0b
                >=net-libs/libnfsidmap-0.16
        )
        kerberos? (
                net-libs/librpcsecgss
                app-crypt/mit-krb5
        )"
DEPEND="${RDEPEND}"
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-05-13 13:21:25 UTC

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