From owner-freebsd-questions Tue Feb 18 5:35:27 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F5D437B401 for ; Tue, 18 Feb 2003 05:35:25 -0800 (PST) Received: from pa-plum1b-166.pit.adelphia.net (pa-plum1b-13.pit.adelphia.net [24.53.161.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CFB243F3F for ; Tue, 18 Feb 2003 05:35:24 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com (working [172.16.0.95]) by pa-plum1b-166.pit.adelphia.net (8.12.3/8.12.3) with ESMTP id h1IDZMrX005395; Tue, 18 Feb 2003 08:35:23 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E52369A.50803@potentialtech.com> Date: Tue, 18 Feb 2003 08:35:22 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Chris Bowlby Cc: freebsd-questions@freebsd.org Subject: Re: Lex error? References: <20020808112726.I783-100000@wired.hub.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Date: Thu, 8 Aug 2002 11:29:21 -0300 (ADT) [Please fix the date on your computer] Chris Bowlby wrote: > Hi All, > > I'm attempting to do a make build world on my FreeBSD box, but I keep > getting this error each time: > > cc -O -pipe -g -Wall -I. > -I/usr/src/usr.bin/colldef/../../lib/libc/locale -DCOLLATE_DEBUG > -D__FBSDID=__RCSID -c scan.c > /usr/src/usr.bin/colldef/scan.l:638: warning: `yyunput' defined but not > used > cc -O -pipe -g -Wall -I. -I/usr/src/usr.bin/colldef/../../lib/libc/locale > -DCOLLATE_DEBUG -D__FBSDID=__RCSID -static -o colldef parse.o scan.o > -ll > /usr/libexec/elf/ld: cannot find -ll > *** Error code 1 > > Stop in /usr/src/usr.bin/colldef. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > and as a result I can not complete the build... I've got yacc and bison > both installed and I think it's a lex related error, but I'm not 100% > certain of that... You don't say when you last cvsupped or which branch you are trying to build (4.7-STABLE? 5.0?) Did you rm -r /usr/obj before starting this? Does it fail in the same place every time? If not, it's probably failing hardware. Sometimes, if you're very unlucky, you can cvsup just at the exact same time that someone is in the middle of a big commit and get broken sources. When that happens, you need to cvsup again to get the sources fixed. > I have 7 other FreeBSD box's that work fine when doing a build world and > a quick comparison of them to this one failed to show anything > different... can someone point out what I might be missing? Obviously, something's different. Could be failing hardware. make buildworld has a way of pushing hardware to the limit and exposing stuff that's ready to fail. -- Bill Moran Potential Technologies http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message