From owner-freebsd-questions Mon Feb 19 9:38:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.WPI.EDU (smtp.WPI.EDU [130.215.24.62]) by hub.freebsd.org (Postfix) with ESMTP id C42E537B491 for ; Mon, 19 Feb 2001 09:38:20 -0800 (PST) Received: from seven.res.WPI.NET (seven.res.WPI.NET [130.215.243.205]) by smtp.WPI.EDU (8.12.0.Beta3/8.12.0.Beta3) with ESMTP id f1JHc92F027779 for ; Mon, 19 Feb 2001 12:38:09 -0500 (EST) Date: Mon, 19 Feb 2001 12:37:30 -0500 (EST) From: "Todd J. Spencer" X-Sender: tspencer@seven.res.wpi.net To: freebsd-questions@freebsd.org Subject: Make Buildworld error Message-ID: "Reply-To: Todd J. Spencer " MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I keep getting an error when I try make buildworld that reads as follows: c++ -I/usr/obj/usr/src/i386/usr/include/g++ -O -pipe -I/usr/obj/usr/src/i386/usr/include -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/main.cc c++ -I/usr/obj/usr/src/i386/usr/include/g++ -O -pipe -I/usr/obj/usr/src/i386/usr/include -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. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. I cleaned out /usr/src and /usr/obj then ran cvsup using a supfile reading like this: *default host=cvsup.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs tag=RELENG_4 *default delete use-rel-suffix src-all doc-all tag=. Then I try running make buildworld and get the error above. I am currently running 3.5-STABLE on a dual P-II running SMP with 1GB memory Any help would be greatly appreciated. Thanks, Todd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message