Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 74963 - net-fs/nfs-utils-1.0.7 released
Summary: net-fs/nfs-utils-1.0.7 released
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Network Filesystems
URL:
Whiteboard:
Keywords:
Depends on: 45682 70732
Blocks:
  Show dependency tree
 
Reported: 2004-12-19 11:54 UTC by Charles Noneman
Modified: 2005-02-04 17:47 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 Charles Noneman 2004-12-19 11:54:47 UTC
A new version of net-fs/nfs-utils has been released: http://sourceforge.net/project/showfiles.php?group_id=14&package_id=174 .

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Aron Griffis (RETIRED) gentoo-dev 2005-02-04 15:44:27 UTC
Unfortunately this can't be put in until the kerberos stuff is straightened out, bug 45682.  nfs-utils-1.0.7 requires krb to build:

gcc -mcpu=ev67 -O3 -pipe -mieee -D_GNU_SOURCE -DHAVE_TCP_WRAPPER -I../../support/include -I/usr/include -Wall -mno-fp-regs -ffixed-8 -pipe  -DVERSION="\"nfs-utils 1.0.7\"" -DNFS3_SUPPORTED -DKRB5_VERSION=06 -I../../support/rpc/include/ -I/usr/include -M gssd.c gssd_main_loop.c gssd_proc.c err_util.c gss_util.c gss_oids.c context.c context_heimdal.c krb5_util.c > .depend
In file included from gssd.c:52:
krb5_util.h:4:18: krb5.h: No such file or directory
In file included from gssd_proc.c:69:
krb5_util.h:4:18: krb5.h: No such file or directory
context_heimdal.c:40:20: gssapi.h: No such file or directory
context_heimdal.c:41:18: krb5.h: No such file or directory
context_heimdal.c:42:21: com_err.h: No such file or directory
krb5_util.c:114:18: krb5.h: No such file or directory
In file included from krb5_util.c:121:
krb5_util.h:4:18: krb5.h: No such file or directory
make[2]: *** [depend] Error 1
make[1]: *** [depend] Error 2
make: *** [depend] Error 2

!!! ERROR: net-fs/nfs-utils-1.0.7 failed.
!!! Function src_compile, Line 50, Exitcode 2
!!! failed to make depend
!!! If you need support, post the topmost build error, NOT this status message.
Comment 2 Aron Griffis (RETIRED) gentoo-dev 2005-02-04 17:47:16 UTC
Ok, I put in 1.0.7.  New local USE-flag nfsv4 that pulls in mit-krb5, which is the only kerberos apparently that lets nfs-utils build.