From owner-freebsd-current@FreeBSD.ORG Sun Mar 7 07:02:31 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 96F0016A4CE for ; Sun, 7 Mar 2004 07:02:31 -0800 (PST) Received: from forrie.com (forrie.ne.client2.attbi.com [24.62.205.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F41A43D3F for ; Sun, 7 Mar 2004 07:02:31 -0800 (PST) (envelope-from forrie@forrie.com) Received: from forrie.com (i-95.forrie.net. [192.168.1.95]) by forrie.com with ESMTP id i27F2LXF088337 for ; Sun, 7 Mar 2004 10:02:24 -0500 (EST) (envelope-from forrie@forrie.com) Message-ID: <404B3978.1020807@forrie.com> Date: Sun, 07 Mar 2004 10:02:16 -0500 From: Forrest Aldrich User-Agent: Mozilla Thunderbird 0.5+ (Windows/20040307) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-RAVMilter-Version: 8.3.0(snapshot 20010925) (forrie.ne.client2.attbi.com) X-MailScanner-LocalNet: Found to be clean X-Mailman-Approved-At: Sun, 07 Mar 2004 23:39:35 -0800 Subject: 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: Sun, 07 Mar 2004 15:02:31 -0000 With today's CVSup (fresh archive, removed /usr/src and /usr/obj first) a buildworld is failing at (error below). What is wrong? 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 Stop in /usr/src/lib/libc. *** Error code 1 Stop in /usr/src/lib. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src.