From owner-freebsd-questions Wed Aug 8 20:27:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from kobold.compt.com (TBextgw.compt.com [209.115.146.18]) by hub.freebsd.org (Postfix) with ESMTP id 462B037B401 for ; Wed, 8 Aug 2001 20:27:28 -0700 (PDT) (envelope-from klaus@kobold.compt.com) Date: Wed, 8 Aug 2001 23:27:26 -0400 From: Klaus Steden To: freebsd-questions@freebsd.org Subject: problems upgrading 3.5-STABLE to 4.x Message-ID: <20010808232726.P95706@cthulu.compt.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Help! I'm not sure where to begin ... I've possibly mangled a few things in the meantime, but I'm having a devil of a time upgrading from 3.5-STABLE to 4.x Currently, I've cvsup'd the most recent 4.2 source tree (I liked 4.2 that much, I guess). If I cd into /usr/src, and try a 'make buildworld', I get this ... -- cut -- 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. [you know the rest] -- cut -- What am I doing wrong? More importantly ... what do I do to upgrade from 3.5-STABLE to 4.x? I'm following the instructions in /usr/src/UPGRADING but they don't account for these kinds of problems. Any assistance would be immensely appreciated. thanks,, Klaus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message