From owner-freebsd-questions Thu Apr 26 14:27:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ds9.dreamhaven.org (dt055n06.san.rr.com [24.30.153.6]) by hub.freebsd.org (Postfix) with ESMTP id 8A5F337B422 for ; Thu, 26 Apr 2001 14:27:15 -0700 (PDT) (envelope-from data@dreamhaven.org) Received: from data (helo=localhost) by ds9.dreamhaven.org with local-esmtp (Exim 3.22 #1) id 14stI6-0001Yo-00 for freebsd-questions@freebsd.org; Thu, 26 Apr 2001 14:27:10 -0700 Date: Thu, 26 Apr 2001 14:27:10 -0700 (PDT) From: Bryce Newall To: FreeBSD Questions List Subject: 3.5.1 --> 4.3 upgrade troubles Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I am attempting to upgrade a system from 3.5.1-STABLE to 4.3-STABLE. Following the directions, I am trying to build the world using "make -DNOPERL -DNOSUIDPERL buildworld". Very early in the compilation, it bombs out with the following: (please forgive the paste) 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 I did make sure to remove the existing /usr/obj directory before starting buildworld. I seem to recall running into something like this once before, but I cannot remember the solution. It probably has to do with trying to use 3.x libraries instead of 4.x, but I'm not sure. Any advice will be breatly appreciated! Thanks in advance, ********************************************************* * Bryce Newall * Email: data@dreamhaven.org * * www.dreamhaven.org/~data * * "Computers make very fast, very accurate mistakes." * ********************************************************* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message