From owner-freebsd-stable Wed Nov 14 13:59:10 2001 Delivered-To: freebsd-stable@freebsd.org Received: from web9205.mail.yahoo.com (web9205.mail.yahoo.com [216.136.129.38]) by hub.freebsd.org (Postfix) with SMTP id A48F437B405 for ; Wed, 14 Nov 2001 13:59:07 -0800 (PST) Message-ID: <20011114215906.74008.qmail@web9205.mail.yahoo.com> Received: from [63.195.80.23] by web9205.mail.yahoo.com via HTTP; Wed, 14 Nov 2001 13:59:06 PST Date: Wed, 14 Nov 2001 13:59:06 -0800 (PST) From: Charles Martin Subject: Broken buildworld for RELENG_4 from 3.4-STABLE To: freebsd-stable@freebsd.org 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 I am trying to upgrade my 3.4-STABLE box to 4.x-STABLE. I have virgin /usr/src and /usr/obj partitions. My stable supfile looks like this: % cat stable-supfile *default host=cvsup9.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs tag=RELENG_4 *default delete use-rel-suffix src-all I run the following command % cvsup -g -L 2 stable-supfile As far as I can tell, everything is correctly synched. % cd /usr/src % make buildworld [...] c++ -O -pipe -fmemoize-lookups -fsave-memoized -I/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/lib -I/usr/src/gnu/usr.bin/gperf -c /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/new.cc /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/new.cc:80: warning: `catch', `throw', and `try' are all C++ reserved words /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/new.cc: In function `void operator delete(void *)': /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/new.cc:82: declaration of `operator delete(void *)' throws different exceptions... :82: ...from previous declaration here *** Error code 1 Stop. Can someone help me? Thanks. __________________________________________________ Do You Yahoo!? Find the one for you at Yahoo! Personals http://personals.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message