Date: Mon, 07 Jun 2010 23:46:14 +0200 From: Thomas <freebsdlists@bsdunix.ch> To: d@delphij.net Cc: stable@freebsd.org, Xin LI <delphij@delphij.net> Subject: Re: Is crunchgen broken? Message-ID: <4C0D68A6.6090705@bsdunix.ch> In-Reply-To: <4C084006.5060702@delphij.net> References: <4C0839CB.2070802@bsdunix.ch> <4C084006.5060702@delphij.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Am 04.06.10 01:51, schrieb Xin LI: > On 2010/06/03 16:24, Thomas wrote: >> Hello > >> I tryed to use crunchgen. It's not working for me. I always get a >> NFS4ACL error. > >> root@bert:/usr/src/release/i386# crunchgen boot_crunch.conf >> Run "make -f boot_crunch.mk" to build crunched binary. > >> (cd /usr/src/sbin/tunefs && make -DRELEASE_CRUNCH -Dlint depend && >> make -DRELEASE_CRUNCH -Dlint tunefs.o) >> cc -mtune=native -O2 -fno-strict-aliasing -pipe -march=native -std=gnu99 >> -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k >> -Wno-uninitialized -Wno-pointer-sign -c /usr/src/sbin/tunefs/tunefs.c >> /usr/src/sbin/tunefs/tunefs.c: In function 'main': >> /usr/src/sbin/tunefs/tunefs.c:274: error: 'FS_NFS4ACLS' undeclared >> (first use in this function) >> /usr/src/sbin/tunefs/tunefs.c:274: error: (Each undeclared identifier is >> reported only once >> /usr/src/sbin/tunefs/tunefs.c:274: error: for each function it appears in.) >> /usr/src/sbin/tunefs/tunefs.c: In function 'printfs': >> /usr/src/sbin/tunefs/tunefs.c:475: error: 'FS_NFS4ACLS' undeclared >> (first use in this function) >> *** Error code 1 > > Just a guess - did you have done a full build and 'make installworld'? I updated everything to 8.1-PRERELEASE #0: Fri Jun 4 01:44:00 CEST 2010 make buildworld, make kernel, make installworld, mergemaster, reboot I still see: unefs.c: In function 'main': tunefs.c:274: error: 'FS_NFS4ACLS' undeclared (first use in this function) tunefs.c:274: error: (Each undeclared identifier is reported only once tunefs.c:274: error: for each function it appears in.) tunefs.c: In function 'printfs': tunefs.c:475: error: 'FS_NFS4ACLS' undeclared (first use in this function) *** Error code 1 Stop in /usr/src/sbin/tunefs. *** Error code 1 Cheers, Thomas
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C0D68A6.6090705>