From owner-freebsd-stable Wed May 22 9: 9:45 2002 Delivered-To: freebsd-stable@freebsd.org Received: from tomts23-srv.bellnexxia.net (tomts23.bellnexxia.net [209.226.175.185]) by hub.freebsd.org (Postfix) with ESMTP id 4FE4537B406 for ; Wed, 22 May 2002 09:09:40 -0700 (PDT) Received: from mail.bebox.net ([64.229.52.224]) by tomts23-srv.bellnexxia.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with ESMTP id <20020522160939.CFDV7247.tomts23-srv.bellnexxia.net@mail.bebox.net> for ; Wed, 22 May 2002 12:09:39 -0400 Received: by mail.bebox.net (Postfix, from userid 1001) id B839B56E1; Wed, 22 May 2002 12:09:34 -0400 (EDT) Date: Wed, 22 May 2002 12:09:34 -0400 From: "Callum M. Duncan" To: freebsd-stable@freebsd.org Subject: gperf broken - breaks buildworld Message-ID: <20020522120934.A48452@bebox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i 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 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. Regards, Callum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message