Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 12391 - net-fs/nfs-utils-1.0.1 won't build.
Summary: net-fs/nfs-utils-1.0.1 won't build.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Git (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Brad Cowan (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-18 09:36 UTC by Kevin N. Carpenter
Modified: 2011-10-30 22: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 Kevin N. Carpenter 2002-12-18 09:36:24 UTC
gcc -mcpu=athlon-xp -O3 -pipe -D_GNU_SOURCE -DHAVE_TCP_WRAPPER -I../../support/i
nclude -Wall  -pipe  -DVERSION="\"nfs-utils 1.0.1\"" -DNFS3_SUPPORTED   -c -o mo
untd.o mountd.c
In file included from mountd.c:24:
mountd.h:19: parse error before "dirpath"
mountd.h:19: warning: no semicolon at end of struct or union
mountd.h:23: parse error before "fhstatus"
mountd.h:23: warning: no semicolon at end of struct or union
mountd.h:24: warning: type defaults to `int' in declaration of `mountlist'
mountd.h:24: warning: data definition has no type or storage class
mountd.h:25: parse error before "exports"
mountd.h:25: warning: type defaults to `int' in declaration of `exports'
mountd.h:25: warning: data definition has no type or storage class
mountd.h:32: parse error before "dirpath"
mountd.h:33: parse error before "mountlist"
mountd.h:34: parse error before "dirpath"
mountd.h:36: parse error before "exports"
mountd.h:37: parse error before "exports"
mountd.h:38: parse error before "dirpath"
mountd.h:39: parse error before "dirpath"
mountd.h:51: parse error before "mountlist_list"
mountd.h:51: warning: type defaults to `int' in declaration of `mountlist_list'
mountd.h:51: warning: data definition has no type or storage class
mountd.c:28: parse error before "get_exportlist"
mountd.c:28: warning: type defaults to `int' in declaration of `get_exportlist'
mountd.c:28: warning: data definition has no type or storage class
mountd.c:29: parse error before "dirpath"
mountd.c: In function `killer':
mountd.c:55: `MOUNTPROG' undeclared (first use in this function)
mountd.c:55: (Each undeclared identifier is reported only once
mountd.c:55: for each function it appears in.)
mountd.c:55: `MOUNTVERS' undeclared (first use in this function)
mountd.c:57: `MOUNTVERS_POSIX' undeclared (first use in this function)
mountd.c:59: `MOUNTVERS_NFSV3' undeclared (first use in this function)
mountd.c: At top level:
mountd.c:70: parse error before "dirpath"
mountd.c: In function `mount_mnt_1_svc':
mountd.c:74: `path' undeclared (first use in this function)
mountd.c:75: `rqstp' undeclared (first use in this function)
mountd.c:75: `res' undeclared (first use in this function)
mountd.c: At top level:
mountd.c:81: parse error before "mountlist"
mountd.c: In function `mount_dump_1_svc':
mountd.c:84: `rqstp' undeclared (first use in this function)
mountd.c:88: `res' undeclared (first use in this function)
mountd.c: At top level:
mountd.c:93: parse error before "dirpath"
mountd.c: In function `mount_umnt_1_svc':
mountd.c:96: `rqstp' undeclared (first use in this function)
mountd.c:98: `argp' undeclared (first use in this function)
mountd.c: At top level:
mountd.c:128: parse error before "exports"
mountd.c: In function `mount_export_1_svc':
mountd.c:131: `rqstp' undeclared (first use in this function)
mountd.c:134: `resp' undeclared (first use in this function)
mountd.c: At top level:
mountd.c:139: parse error before "exports"
mountd.c: In function `mount_exportall_1_svc':
mountd.c:142: `rqstp' undeclared (first use in this function)
mountd.c:145: `resp' undeclared (first use in this function)
mountd.c: At top level:
mountd.c:161: parse error before "dirpath"
mountd.c: In function `mount_pathconf_2_svc':
mountd.c:164: `rqstp' undeclared (first use in this function)
mountd.c:168: `path' undeclared (first use in this function)
mountd.c:170: `res' undeclared (first use in this function)
mountd.c: At top level:
mountd.c:215: parse error before "dirpath"
mountd.c: In function `mount_mnt_3_svc':
mountd.c:220: `path' undeclared (first use in this function)
mountd.c:221: `rqstp' undeclared (first use in this function)
mountd.c:221: `res' undeclared (first use in this function)
mountd.c:224: dereferencing pointer to incomplete type
mountd.c:225: dereferencing pointer to incomplete type
mountd.c:226: dereferencing pointer to incomplete type
mountd.c:227: dereferencing pointer to incomplete type
mountd.c: At top level:
mountd.c:233: parse error before "dirpath"
mountd.c: In function `get_rootfh':
mountd.c:236: `rqstp' undeclared (first use in this function)
mountd.c:240: `path' undeclared (first use in this function)
mountd.c:256: `error' undeclared (first use in this function)
mountd.c:275: `v3' undeclared (first use in this function)
mountd.c: At top level:
mountd.c:299: parse error before "get_exportlist"
mountd.c:300: warning: return type defaults to `int'
mountd.c: In function `get_exportlist':
mountd.c:301: syntax error before "elist"
mountd.c:307: `elist' undeclared (first use in this function)
mountd.c:311: dereferencing pointer to incomplete type
mountd.c:312: dereferencing pointer to incomplete type
mountd.c:313: dereferencing pointer to incomplete type
mountd.c:314: dereferencing pointer to incomplete type
mountd.c:317: dereferencing pointer to incomplete type
mountd.c:324: dereferencing pointer to incomplete type
.
.
.mountd.c:381: dereferencing pointer to incomplete type
mountd.c: In function `main':
mountd.c:495: `MOUNTPROG' undeclared (first use in this function)
mountd.c:495: `MOUNTVERS' undeclared (first use in this function)
mountd.c:498: `MOUNTVERS_POSIX' undeclared (first use in this function)
mountd.c:501: `MOUNTVERS_NFSV3' undeclared (first use in this function)
make[2]: *** [mountd.o] Error 1
make[1]: *** [all] Error 2
make: *** [all] Error 2

!!! ERROR: net-fs/nfs-utils-1.0.1 failed.
!!! Function src_compile, Line 31, Exitcode 2
!!! Failed to compile
Comment 1 Brad Cowan (RETIRED) gentoo-dev 2002-12-18 22:21:19 UTC
Make sure u have NFS support in your kernel please :)
Comment 2 Brad Cowan (RETIRED) gentoo-dev 2002-12-22 17:39:49 UTC
can't reproduce, have heard no other problems, if u still have problems reopen
and I'll look further