Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jul 2001 20:02:51 -0400
From:      Drew Linsalata <drew@gothambus.com>
To:        <freebsd-questions@freebsd.org>
Subject:   Re: make buildworld error 3.5.1 -> 4.x-Stable
Message-ID:  <B788CAEB.5374A%drew@gothambus.com>
In-Reply-To: <B788BE3B.5373B%drew@gothambus.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <drew@gothambus.com>
> Date: Sat, 28 Jul 2001 19:08:43 -0400
> To: <freebsd-questions@freebsd.org>
> 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...
> <internal>: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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?B788CAEB.5374A%drew>