Automount compile error

Kreuzuebersetzer, Diskussion über Änderungen im Tuxbox-CDK und Tuxbox-CVS
GetAway
Contributor
Beiträge: 1509
Registriert: Donnerstag 27. Dezember 2007, 12:59

Automount compile error

Beitrag von GetAway »

Hi,

seit längerm bekomme ich diesen Fehler, wenn ich nach dem Bauen
ein make flash-semiclean bzw. make mostlyclean durchführe und
anschließend wieder baue. Nach dem make mostlyclean hilft es aber
ein yadd zu bauen und anschließend wieder ein Flashimage.

Code: Alles auswählen

make[3]: Betrete Verzeichnis '/home/getaway/tuxbox/tuxbox-cvs-2.4/cdk/autofs-4.1.4/lib'
powerpc-tuxbox-linux-gnu-gcc -pipe -Os -I../include -fPIC -D_GNU_SOURCE -DHAVE_TCP_WRAPPER -DNFS3_SUPPORTED -c cache.c
/usr/bin/rpcgen -h -o mount.h mount.x
make[3]: Verlasse Verzeichnis '/home/getaway/tuxbox/tuxbox-cvs-2.4/cdk/autofs-4.1.4/samples'
powerpc-tuxbox-linux-gnu-gcc -pipe -Os -I../include -fPIC -D_GNU_SOURCE -DHAVE_TCP_WRAPPER -DNFS3_SUPPORTED -o listmount.o -c listmount.c
powerpc-tuxbox-linux-gnu-gcc -pipe -Os -I../include -fPIC -D_GNU_SOURCE -DHAVE_TCP_WRAPPER -DNFS3_SUPPORTED -c cat_path.c
powerpc-tuxbox-linux-gnu-gcc -pipe -Os -I../include -fPIC -D_GNU_SOURCE -DHAVE_TCP_WRAPPER -DNFS3_SUPPORTED -c rpc_subs.c
powerpc-tuxbox-linux-gnu-gcc -pipe -Os -I../include -fPIC -D_GNU_SOURCE -DHAVE_TCP_WRAPPER -DNFS3_SUPPORTED -c mounts.c
powerpc-tuxbox-linux-gnu-gcc -pipe -Os -I../include -fPIC -D_GNU_SOURCE -DHAVE_TCP_WRAPPER -DNFS3_SUPPORTED -c lock.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[3]: *** [listmount.o] Fehler 1
make[3]: *** Warte auf noch nicht beendete Prozesse...
make[3]: Verlasse Verzeichnis '/home/getaway/tuxbox/tuxbox-cvs-2.4/cdk/autofs-4.1.4/lib'
make[2]: *** [daemon] Fehler 2
make[2]: Verlasse Verzeichnis '/home/getaway/tuxbox/tuxbox-cvs-2.4/cdk/autofs-4.1.4'
make[1]: *** [flash-automount] Fehler 2
make[1]: Verlasse Verzeichnis '/home/getaway/tuxbox/tuxbox-cvs-2.4/cdk'
make: *** [/home/getaway/tuxbox/dbox2-2.4/cdkflash/root] Fehler 2