On Mon, Sep 13, 2004 at 11:02:38AM +0200, Eirik Oeverby wrote: > Ruslan Ermilov wrote: [...] > >If you still see an error while doing "make buildworld", please provide > >me with more information, such as which stage of buildworld it breaks, > >the contents of your /etc/make.conf, etc. > > This is the error I get when I do a 'make' from /usr/src/lib/libc. The > 'make buildworld' from /usr/src (which is what I did at first, but it > hides many of the error messages, therefore I tried 'make' in lib/libc). > You now have an explanation why you're not supposed to do it. ;) > The exact output of 'make buildworld' (from the time of the error) is: > > cc -fpic -DPIC -O -pipe -I/usr/src/lib/libc/include > -I/usr/src/lib/libc/../../include -I/usr/src/lib/libc/amd64 > -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 crypt_xdr.c -o crypt_xdr.So > cc -O -pipe -I/usr/src/lib/libc/include > -I/usr/src/lib/libc/../../include -I/usr/src/lib/libc/amd64 > -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 > cc -fpic -DPIC -O -pipe -I/usr/src/lib/libc/include > -I/usr/src/lib/libc/../../include -I/usr/src/lib/libc/amd64 > -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 -o nslexer.So > /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 > *** Error code 1 > /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 > *** Error code 1 > 2 errors > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error > > As to which stage this is I don't know - it has been building for quite > a while when this happens. I'm running another buildworld now, dumping > the output to files. Let me know if you need these. > Yes. Please put the *compressed* output (both stdout and stderr) from a non-parallel (that is, without -jN) "make buildworld" command available somewhere for download. Please also provide me with the outputs of the following commands: uname -srm grep __FreeBSD_version /usr/include/osreldate.h ident /usr/bin/lex P.S. Does the PR bin/71406 look familiar? Cheers, -- Ruslan Ermilov ru_at_FreeBSD.org FreeBSD committer
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:11 UTC