From owner-freebsd-current@FreeBSD.ORG Mon Sep 13 09:40:40 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55A4916A4CE for ; Mon, 13 Sep 2004 09:40:40 +0000 (GMT) Received: from anduin.net (anduin.net [212.12.46.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCB8743D49 for ; Mon, 13 Sep 2004 09:40:39 +0000 (GMT) (envelope-from ltning@anduin.net) Received: from mailnull by anduin.net with spam-scanned (Exim 4.34; FreeBSD) id 1C6nIb-0001zt-KV for current@freebsd.org; Mon, 13 Sep 2004 11:39:02 +0200 Received: from eirik.unicore.no ([213.225.74.166] helo=[10.0.16.10]) by anduin.net with esmtp (Exim 4.34; FreeBSD) id 1C6nIZ-0001zg-Uh; Mon, 13 Sep 2004 11:39:00 +0200 Message-ID: <41456B43.5050707@anduin.net> Date: Mon, 13 Sep 2004 11:41:23 +0200 From: Eirik Oeverby User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040709) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ruslan Ermilov References: <414557C3.9020101@anduin.net> <20040913085359.GA31628@ip.net.ua> <4145622E.7040405@anduin.net> <20040913092954.GC31628@ip.net.ua> In-Reply-To: <20040913092954.GC31628@ip.net.ua> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on anduin.net X-Spam-Level: X-Spam-Status: No, hits=0.0 required=7.5 tests=none autolearn=no version=2.63 cc: current@freebsd.org Subject: Re: Unable to build world since early June X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2004 09:40:40 -0000 Ruslan Ermilov wrote: > 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. http://anduin.net/stdout.txt.gz http://anduin.net/stderr.txt.gz > > Please also provide me with the outputs of the following commands: > > uname -srm > grep __FreeBSD_version /usr/include/osreldate.h > ident /usr/bin/lex [root@anduin] /usr/src# uname -srm FreeBSD 5.2-CURRENT amd64 [root@anduin] /usr/src# grep __FreeBSD_version /usr/include/osreldate.h #undef __FreeBSD_version #define __FreeBSD_version 502112 [root@anduin] /usr/src# ident /usr/bin/lex /usr/bin/lex: $FreeBSD: src/lib/csu/amd64/crti.S,v 1.6 2002/05/15 04:19:49 obrien Exp $ $FreeBSD: src/usr.bin/yacc/skeleton.c,v 1.37 2003/02/12 18:03:55 davidc Exp $ $Header: /home/daffy/u0/vern/flex/RCS/flex.skl,v 2.91 96/09/10 16:58:48 vern Exp $ $FreeBSD: src/usr.bin/lex/flex.skl,v 1.7 2002/09/09 02:58:42 obrien Exp $ $FreeBSD: src/lib/csu/amd64/crtn.S,v 1.5 2002/05/15 04:19:49 obrien Exp $ $FreeBSD: src/lib/csu/common/crtbrand.c,v 1.4 2003/10/17 15:43:13 peter Exp $ $FreeBSD: src/lib/csu/amd64/crt1.c,v 1.13 2003/04/30 19:27:07 peter Exp $ $FreeBSD: src/usr.bin/lex/ccl.c,v 1.6 2002/06/30 05:25:03 obrien Exp $ $FreeBSD: src/usr.bin/lex/dfa.c,v 1.6 2002/06/30 05:25:03 obrien Exp $ $FreeBSD: src/usr.bin/lex/ecs.c,v 1.6 2002/06/30 05:25:03 obrien Exp $ $FreeBSD: src/usr.bin/lex/gen.c,v 1.6 2002/06/30 05:25:03 obrien Exp $ $FreeBSD: src/usr.bin/lex/main.c,v 1.8 2002/06/30 05:25:04 obrien Exp $ $FreeBSD: src/usr.bin/lex/misc.c,v 1.6 2002/06/30 05:25:04 obrien Exp $ $FreeBSD: src/usr.bin/lex/nfa.c,v 1.6 2002/06/30 05:25:04 obrien Exp $ $FreeBSD: src/usr.bin/lex/sym.c,v 1.6 2002/06/30 05:25:04 obrien Exp $ $FreeBSD: src/usr.bin/lex/tblcmp.c,v 1.6 2002/06/30 05:25:04 obrien Exp $ $FreeBSD: src/usr.bin/lex/yylex.c,v 1.6 2002/06/30 05:25:04 obrien Exp $ [root@anduin] /usr/src# > > P.S. Does the PR bin/71406 look familiar? Sure does, symptoms look the same. I have just ran a 'make' and 'make install' in usr.bin/yacc, and am now rebuilding world. Did I miss something, or should this now work? /Eirik > > > Cheers,