Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 133884

Summary: autofs-4.1.3-r5 will not build
Product: Gentoo Linux Reporter: Peter Kelly <linuxpete>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Peter Kelly 2006-05-20 08:50:00 UTC
New autofs build will not compile.

gcc -march=pentium4 -O2 -pipe -mmmx -msse -msse2 -I../include -fpic -D_GNU_SOURCE -DHAVE_TCP_WRAPPER -DNFS3_SUPPORTED -o listmount.o -c listmount.c
In file included from listmount.c:22:
mount.h:6:1: unterminated #ifndef
listmount.c:52: error: syntax error before "get_export_list"
listmount.c: In function `get_export_list':
listmount.c:58: error: `exports' undeclared (first use in this function)
listmount.c:58: error: (Each undeclared identifier is reported only once
listmount.c:58: error: for each function it appears in.)
listmount.c:58: error: syntax error before "exportlist"
listmount.c:70: warning: return makes integer from pointer without a cast
listmount.c:82: error: `MOUNTPROG' undeclared (first use in this function)
listmount.c:82: error: `MOUNTVERS' undeclared (first use in this function)
listmount.c:91: warning: return makes integer from pointer without a cast
listmount.c:99: error: `exportlist' undeclared (first use in this function)
listmount.c:100: error: `MOUNTPROC_EXPORT' undeclared (first use in this function)
listmount.c:100: error: `xdr_exports' undeclared (first use in this function)
listmount.c:106: warning: return makes integer from pointer without a cast
listmount.c: At top level:
listmount.c:112: error: syntax error before "item"
listmount.c: In function `exports_free':
listmount.c:114: error: `groups' undeclared (first use in this function)
listmount.c:114: error: syntax error before "grp"
listmount.c:116: error: `item' undeclared (first use in this function)
listmount.c:119: error: `grp' undeclared (first use in this function)
listmount.c:123: error: `tmp' undeclared (first use in this function)
listmount.c: At top level:
listmount.c:131: error: syntax error before "list"
listmount.c: In function `export_list_free':
listmount.c:133: error: `exports' undeclared (first use in this function)
listmount.c:133: error: syntax error before "tmp"
listmount.c:135: error: `list' undeclared (first use in this function)
listmount.c:136: error: `tmp' undeclared (first use in this function)
listmount.c: At top level:
listmount.c:221: error: syntax error before "prune_export_list"
listmount.c:221: error: syntax error before "list"
listmount.c: In function `prune_export_list':
listmount.c:223: error: `exports' undeclared (first use in this function)
listmount.c:223: error: syntax error before "exl"
listmount.c:227: error: `exl' undeclared (first use in this function)
listmount.c:227: error: `list' undeclared (first use in this function)
listmount.c:228: error: `prev' undeclared (first use in this function)
listmount.c:231: error: `spec' undeclared (first use in this function)
listmount.c:236: error: `head' undeclared (first use in this function)
make[1]: *** [listmount.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/isoserver/portage/portage/autofs-4.1.3-r5/work/autofs-4.1.3/lib'
make: *** [daemon] Error 2

!!! ERROR: net-fs/autofs-4.1.3-r5 failed.
!!! Function src_compile, Line 49, Exitcode 2
!!! make failed
!!! If you need support, post the topmost build error, NOT this status message.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-05-20 08:54:05 UTC

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