From owner-freebsd-stable Wed May 22 9:23:23 2002 Delivered-To: freebsd-stable@freebsd.org Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by hub.freebsd.org (Postfix) with ESMTP id 9AD3037B40C for ; Wed, 22 May 2002 09:23:14 -0700 (PDT) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id JAA14560; Wed, 22 May 2002 09:23:07 -0700 Message-ID: <3CEBC5EA.7070009@owt.com> Date: Wed, 22 May 2002 09:23:06 -0700 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2 X-Accept-Language: en-us, es-mx MIME-Version: 1.0 To: "Callum M. Duncan" Cc: freebsd-stable@FreeBSD.ORG Subject: Re: gperf broken - breaks buildworld References: <20020522120934.A48452@bebox.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 Callum M. Duncan wrote: > buildworld fails when it attempts to build gperf > > I tested with and without -j4 - it makes no difference. > > I further cd'd to > > /usr/src/contrib/gperf > > and did a ./configure && make > > and it breaks with: > > (...) > creating Makefile > cd lib; make all > gcc -g -O2 -I. -c ./getopt.c > gcc -g -O2 -I. -c ./getopt1.c > c++ -g -O2 -I. -c ./hash.cc > rm -f libgp.a > ar rc libgp.a getopt.o getopt1.o hash.o > ranlib libgp.a > cd src; make all > c++ -g -O2 -I. -I./../lib -c ./new.cc > c++ -g -O2 -I. -I./../lib -c ./options.cc > c++ -g -O2 -I. -I./../lib -c ./iterator.cc > c++ -g -O2 -I. -I./../lib -c ./main.cc > In file included from key-list.h:34, > from gen-perf.h:28, > from ./main.cc:40: > read-line.h:40: syntax error at end of saved text > *** Error code 1 > > Stop in /usr/src/contrib/gperf/src. > *** Error code 1 > > Stop in /usr/src/contrib/gperf. > > > I cvsup'd just now from cvsup.freebsd.org to ensure I had latest > source (RELENG_4) and I also obliterated gperf before doing so just > in case for some reason those sources were not being updated. It > downloaded a whole new gperf straight off the server. > > So I think I can safely say that something is borked with gperf. That or your -O2, which I have always been told to not use. What do you have for compile FLAGS in your /etc/make.conf. Kent > > > Regards, > Callum > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > > . > > -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message