Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 148828 - sys-apps/acl-2.2.39-r1 fails with USE="nfs"
Summary: sys-apps/acl-2.2.39-r1 fails with USE="nfs"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-23 12:09 UTC by Michael Cramer
Modified: 2006-09-23 20:45 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 Michael Cramer 2006-09-23 12:09:17 UTC
emerge the updated ebuild i got this message:

 i686-pc-linux-gnu-gcc -O2 -march=pentium3 -pipe -fomit-frame-pointer -fforce-addr -O2 -march=pentium3 -pipe -fomit-frame-pointer -fforce-addr -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.2.39\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"acl\" -I./include -DUSE_NFSV4_TRANS -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -march=pentium3 -pipe -fomit-frame-pointer -fforce-addr -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.2.39\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"acl\" -I../include -DUSE_NFSV4_TRANS -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -include perm_copy.h -c acl_set_fd.c  -fPIC -DPIC -o .libs/acl_set_fd.o
acl_set_fd.c:29:23: error: nfsidmap.h: No such file or directory
acl_set_fd.c: In function 'acl_set_fd':
acl_set_fd.c:59: error: 'NFS4_MAX_DOMAIN_LEN' undeclared (first use in this function)
acl_set_fd.c:59: error: (Each undeclared identifier is reported only once
acl_set_fd.c:59: error: for each function it appears in.)
acl_set_fd.c:60: warning: implicit declaration of function 'nfs4_init_name_mapping'
acl_set_fd.c:61: warning: implicit declaration of function 'nfs4_get_default_domain'
acl_set_fd.c:59: warning: unused variable 'domain'
gmake[1]: *** [acl_set_fd.lo] Error 1
make: *** [default] Error 2

!!! ERROR: sys-apps/acl-2.2.39-r1 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  acl-2.2.39-r1.ebuild, line 49:   Called die

!!! (no error message)
!!! If you need support, post the topmost build error, and the call stack if relevant.

manually emerge net-libs/libnfsidmap-0.17 the package compiles fine. perhaps a dep should be added to the acl ebuild for the nfs use-flag
Comment 1 SpanKY gentoo-dev 2006-09-23 20:45:56 UTC
fixed in cvs