Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 2003 17:52:39 EST
From:      Andrea Venturoli <ml.ventu@flashnet.it>
To:        freebsd-questions@FreeBSD.org
Subject:   Upgrading problem
Message-ID:  <200302241652.h1OGqcK2092452@soth.ventu>

next in thread | raw e-mail | index | archive | help
Hello.
I'm trying to upgrade a 4.5 machine to a 4.7 via sources.
When I make buildworld I get the following error:

c++  -O -pipe     -D__FBSDID=__RCSID -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/key-list.cc
/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/key-list.cc: In function `const class type_info & __tf16Output_Constants()':
/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/key-list.cc:2184: Internal compiler error.
/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/key-list.cc:2184: Please submit a full bug report.
/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/key-list.cc:2184: See <URL:http://www.gnu.org/software/gcc/bugs.html>; for instructions.


uname -a gives

FreeBSD david.biolchim.in 4.5-RELEASE-p24 FreeBSD 4.5-RELEASE-p24 #1: Thu Jan  9 14:05:35 CET 2003     root@david.biolchim.in:/mirror/src/sys/compile/DAVID  i38
6


I followed the handbook reccomendations of doing
    # chflags -R noschg /usr/obj/usr
    # rm -rf /usr/obj/usr
    # cd /usr/src
    # make cleandir
    # make cleandir

but this did not help.

I also removed "-O -pipe" from /etc/make.conf, but the error shows up all the same.

What can I do?

Is doing "cd /usr/src/contrib/gcc ; make install" a bad idea?


 bye & Thanks



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?200302241652.h1OGqcK2092452>