buildworld fails on nslexr.c?
Jacques A. Vidrine
nectar at FreeBSD.org
Thu Feb 5 05:47:46 PST 2004
On Wed, Feb 04, 2004 at 08:39:58AM -0500, Jeff Utter wrote:
> cc -O -pipe -march=pentium4 -I/usr/src/lib/libc/include
> -I/usr/src/lib/libc/../../include -I/usr/src/lib/libc/i386
> -D__DBINTERFACE_PRIVATE -I/usr/src/lib/libc/../../contrib/gdtoa -DINET6
> -I/usr/obj/usr/src/lib/libc -DPOSIX_MISTAKE -I/usr/src/lib/libc/locale
> -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/usr/src/lib/libc/rpc -DYP
> -DHESIOD -Wsystem-headers -Werror -Wall -Wno-format-y2k
> -Wno-uninitialized -c nslexer.c
> /dev/stdout: In function `_nsyylex':
> /dev/stdout:711: warning: label `find_rule' defined but not used
> /usr/src/lib/libc/net/nslexer.l: At top level:
> /dev/stdout:1678: warning: `yy_flex_realloc' defined but not used
Are you sure your sources are completely up to date? and that your
object tree was clean when you built?
yacc was updated to generate warning-free code. It seems like either
(a) you don't have the updated yacc, or (b) you have an nslexer.c
hanging around that was generated by an older yacc.
Cheers,
--
Jacques Vidrine NTT/Verio SME FreeBSD UNIX Heimdal
nectar at celabo.org jvidrine at verio.net nectar at freebsd.org nectar at kth.se
More information about the freebsd-current
mailing list