From owner-freebsd-current@FreeBSD.ORG Tue Mar 9 06:09:08 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 E411316A4CE for ; Tue, 9 Mar 2004 06:09:08 -0800 (PST) Received: from out011.verizon.net (out011pub.verizon.net [206.46.170.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CFD643D6A for ; Tue, 9 Mar 2004 06:09:06 -0800 (PST) (envelope-from skip.ford@verizon.net) Received: from pool-151-204-204-204.pskn.east.verizon.net ([151.204.204.204]) by out011.verizon.netESMTP <20040309140905.PVQY18566.out011.verizon.net@pool-151-204-204-204.pskn.east.verizon.net>; Tue, 9 Mar 2004 08:09:05 -0600 Date: Tue, 9 Mar 2004 09:09:03 -0500 From: Skip Ford To: Forrest Aldrich Message-ID: <20040309140903.GA695@lucy.pool-151-204-204-204.pskn.east.verizon.net> Mail-Followup-To: Forrest Aldrich , freebsd-current@freebsd.org References: <404B3978.1020807@forrie.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <404B3978.1020807@forrie.com> User-Agent: Mutt/1.4.2.1i X-Authentication-Info: Submitted using SMTP AUTH at out011.verizon.net from [151.204.204.204] at Tue, 9 Mar 2004 08:09:05 -0600 cc: freebsd-current@freebsd.org Subject: Re: 5.x CURRENT compile failure 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: Tue, 09 Mar 2004 14:09:09 -0000 Forrest Aldrich wrote: > With today's CVSup (fresh archive, removed /usr/src and /usr/obj first) > a buildworld is failing at (error below). What is wrong? I received the same error for the last couple weeks. It happened with freshly checked out sources, no /usr/obj and an empty make.conf. Going through the make.conf options I used when installing my last world, I suspected NO_TOOLCHAIN may be the problem. I checked out sources from the date I built my last world and kernel, undefined NO_TOOLCHAIN, and built/installed a world from that date. I no longer get this error when building current sources. If you have an old toolchain installed, update that first. > cc -O -pipe -I/usr/src/lib/libc/include > -I/usr/src/lib/libc/../../include -I/usr/src/lib/libc/i386 -D__DBI > NTERFACE_PRIVATE -I/usr/src/lib/libc/../../contrib/gdtoa -DINET6 > -I/usr/obj/usr/src/lib/libc -DPOSIX_MISTAK > E -I/usr/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN > -I/usr/src/lib/libc/rpc -DYP -DHESIOD -Ws > ystem-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 > *** Error code 1 -- Skip