Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Feb 2001 12:42:06 -0500 (EST)
From:      "Todd J. Spencer" <tspencer@WPI.EDU>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Make Buildworld error
Message-ID:  <Pine.BSF.4.05.10102191241310.410-100000@seven.res.wpi.net>

next in thread | raw e-mail | index | archive | help
	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...
<internal>: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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.10102191241310.410-100000>