From owner-freebsd-stable Tue Jun 11 14:39:25 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mail1.acecape.com (mail1.acecape.com [66.114.74.12]) by hub.freebsd.org (Postfix) with ESMTP id 2F4B937B400 for ; Tue, 11 Jun 2002 14:39:20 -0700 (PDT) Received: from p65-147.acedsl.com (p65-147.acedsl.com [66.114.65.147]) by mail1.acecape.com (8.12.2/8.12.2) with ESMTP id g5BLdIeQ009875; Tue, 11 Jun 2002 17:39:19 -0400 Date: Tue, 11 Jun 2002 17:40:59 -0400 (EDT) From: Francisco Reyes X-X-Sender: fran@zoraida.natserv.net To: Larry Rosenman Cc: Jim Pingle , freebsd-stable Subject: Re: Can't build world. gperf error In-Reply-To: <1023830470.347.8.camel@lerlaptop> Message-ID: <20020611172815.R15247-100000@zoraida.natserv.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 11 Jun 2002, Larry Rosenman wrote: > > It seems the problems is building > > /usr/src/gnu/usr.bin/gperf > > > > I did a "make cleandir" from "/usr/src" then did a "cd > > /usr/src/gnu/usr.bin/gperf" and make. It gave the same error I get when > > trying to make buildworld. > > > > I am very puzzled that even deleting /usr/src and /usr/obj didn't help. > I just did this on my 4.6-RC box. It worked just fine. Is it possible > you have a BAD world? I guess, but how would one fix a "BAD world"? I copied the /usr/src/gnu/usr.bin/gperf directory from the crashing machine to another machine and did make. It compiled fine. The compilation lines do look quite different though. Good machine. Warning: Object directory not changed from original /src/gnu/usr.bin/gperf c++ -O -pipe -fmemoize-lookups -fsave-memoized -I/dsk2/src/gnu/usr.bin/gperf/../../../contrib/gperf/lib -I/dsk2/src The broken machine c++ -O -pipe -I/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/lib -I/usr/src/gnu/usr.bin/gperf -c /usr/src/gnu/usr.bin/gperf/. *** Error code 1 I thought maybe some differences on the make file.. Compared both machine's make.conf and matched the one that doesn't work to use a make.conf like the one is working. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message