From owner-freebsd-current@FreeBSD.ORG Wed Feb 4 19:16:45 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 EBDE116A4CE for ; Wed, 4 Feb 2004 19:16:45 -0800 (PST) Received: from ms-smtp-02.nyroc.rr.com (ms-smtp-02.nyroc.rr.com [24.24.2.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47EFF43D1F for ; Wed, 4 Feb 2004 19:16:44 -0800 (PST) (envelope-from sirfunk@sadclown.no-ip.org) Received: from bsd.sadclown.net (syr-24-59-49-243.twcny.rr.com [24.59.49.243]) i153GeEj019529 for ; Wed, 4 Feb 2004 22:16:41 -0500 (EST) Received: from localhost (localhost.sadclown.net [127.0.0.1]) by bsd.sadclown.net (Postfix) with ESMTP id 7B91C68DD for ; Wed, 4 Feb 2004 22:16:51 -0500 (EST) Received: from bsd.sadclown.net ([127.0.0.1]) by localhost (bsd.sadclown.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 34812-01 for ; Wed, 4 Feb 2004 22:16:48 -0500 (EST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by bsd.sadclown.net (Postfix) with ESMTP id 7590062E8 for ; Wed, 4 Feb 2004 22:16:46 -0500 (EST) Mime-Version: 1.0 (Apple Message framework v612) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; format=flowed To: current@freebsd.org From: Jeff Utter Date: Wed, 4 Feb 2004 22:16:30 -0500 X-Mailer: Apple Mail (2.612) X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Scanned: by amavisd-new at sadclown.net X-Mailman-Approved-At: Thu, 05 Feb 2004 05:14:12 -0800 Subject: Strange error kills make world for at least 2 days. 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: Thu, 05 Feb 2004 03:16:46 -0000 Hi, i've been trying to makeworld for the last 2 days (killing /usr/obj and re-cvsupping /usr/src between each build) and i keep getting this same, STRANGE error... cc -fpic -DPIC -O -pipe -march=pentium4 -I/usr/src/lib/libc/include -I/usr/src/lib/libc/../../include -I/usr/src/lib/libc/i386 -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 -march=pentium4 -I/usr/src/lib/libc/include -I/usr/src/lib/libc/../../include -I/usr/src/lib/libc/i386 -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 /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 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error It doesn't even look like an error to me.. it looks like 2 warnings? what is up. I tried building with no optimizations and with cputype=i686 (instead of p4) same error.. if anyone has any ideas, it would be greatly appreciated. Thanks, Jeff Utter