From owner-freebsd-questions Sat Jul 28 16:57:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gbcx.net (unknown [209.2.10.66]) by hub.freebsd.org (Postfix) with SMTP id 4A66937B406 for ; Sat, 28 Jul 2001 16:57:23 -0700 (PDT) (envelope-from drew@gothambus.com) Received: (qmail 59521 invoked from network); 28 Jul 2001 23:59:41 -0000 Received: from ool-18bc8e9c.dyn.optonline.net (HELO ?192.168.1.10?) (24.188.142.156) by 209.2.10.66 with SMTP; 28 Jul 2001 23:59:41 -0000 User-Agent: Microsoft Outlook Express Macintosh Edition - 5.01 (1630) Date: Sat, 28 Jul 2001 20:02:51 -0400 Subject: Re: make buildworld error 3.5.1 -> 4.x-Stable From: Drew Linsalata To: Message-ID: In-Reply-To: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit 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 Found the solution to this: cd /usr/src/contrib/gperf ./configure cd /usr/src make buildworld (or make world) http://www.freebsd.org/cgi/query-pr.cgi?pr=18566 Now I have to find how why make buildworld chokes on libgroff! - Drew > From: Drew Linsalata > Date: Sat, 28 Jul 2001 19:08:43 -0400 > To: > Subject: make buildworld error 3.5.1 -> 4.x-Stable > > Hey folks, > > Trying to upgrade a 3.5.1 box to 4.X-STABLE via cvsup. No major problems > other than buildworld fails with the following: > > -------- > 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've been following the 'Using Make World' part of the handbook, the FreeBSD > Diary pages, and the /usr/src/README file, but none of the suggestions I am > seeing are working. > > Any hot ideas? > > - Drew > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message