From owner-freebsd-current@FreeBSD.ORG Mon Sep 13 09:29:59 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 1789616A4CE for ; Mon, 13 Sep 2004 09:29:59 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65B3343D46 for ; Mon, 13 Sep 2004 09:29:58 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i8D9TrmF083715 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 13 Sep 2004 12:29:54 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id i8D9Ttxq014021; Mon, 13 Sep 2004 12:29:55 +0300 (EEST) (envelope-from ru) Date: Mon, 13 Sep 2004 12:29:54 +0300 From: Ruslan Ermilov To: Eirik Oeverby Message-ID: <20040913092954.GC31628@ip.net.ua> References: <414557C3.9020101@anduin.net> <20040913085359.GA31628@ip.net.ua> <4145622E.7040405@anduin.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="8NvZYKFJsRX2Djef" Content-Disposition: inline In-Reply-To: <4145622E.7040405@anduin.net> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new 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:29:59 -0000 --8NvZYKFJsRX2Djef Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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. >=20 > This is the error I get when I do a 'make' from /usr/src/lib/libc. The=20 > 'make buildworld' from /usr/src (which is what I did at first, but it=20 > hides many of the error messages, therefore I tried 'make' in lib/libc).= =20 >=20 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: >=20 > cc -fpic -DPIC -O -pipe -I/usr/src/lib/libc/include=20 > -I/usr/src/lib/libc/../../include -I/usr/src/lib/libc/amd64=20 > -D__DBINTERFACE_PRIVATE -I/usr/src/lib/libc/../../contrib/gdtoa -DINET6= =20 > -I/usr/obj/usr/src/lib/libc -DPOSIX_MISTAKE -I/usr/src/lib/libc/locale=20 > -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/usr/src/lib/libc/rpc -DYP=20 > -DHESIOD -Wsystem-headers -Werror -Wall -Wno-format-y2k=20 > -Wno-uninitialized -c crypt_xdr.c -o crypt_xdr.So > cc -O -pipe -I/usr/src/lib/libc/include=20 > -I/usr/src/lib/libc/../../include -I/usr/src/lib/libc/amd64=20 > -D__DBINTERFACE_PRIVATE -I/usr/src/lib/libc/../../contrib/gdtoa -DINET6= =20 > -I/usr/obj/usr/src/lib/libc -DPOSIX_MISTAKE -I/usr/src/lib/libc/locale=20 > -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/usr/src/lib/libc/rpc -DYP=20 > -DHESIOD -Wsystem-headers -Werror -Wall -Wno-format-y2k=20 > -Wno-uninitialized -c nslexer.c > cc -fpic -DPIC -O -pipe -I/usr/src/lib/libc/include=20 > -I/usr/src/lib/libc/../../include -I/usr/src/lib/libc/amd64=20 > -D__DBINTERFACE_PRIVATE -I/usr/src/lib/libc/../../contrib/gdtoa -DINET6= =20 > -I/usr/obj/usr/src/lib/libc -DPOSIX_MISTAKE -I/usr/src/lib/libc/locale=20 > -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/usr/src/lib/libc/rpc -DYP=20 > -DHESIOD -Wsystem-headers -Werror -Wall -Wno-format-y2k=20 > -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 >=20 > As to which stage this is I don't know - it has been building for quite= =20 > a while when this happens. I'm running another buildworld now, dumping=20 > the output to files. Let me know if you need these. >=20 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, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --8NvZYKFJsRX2Djef Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBRWiSqRfpzJluFF4RAss4AJ4ycz1Lx65U+gl87HNQHi6qDCp+cQCfaL1j 1qIEanTw1NLg5qtnzQiPZ/k= =qHwx -----END PGP SIGNATURE----- --8NvZYKFJsRX2Djef--