From owner-freebsd-questions Mon Feb 24 8:52:31 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36CA237B401 for ; Mon, 24 Feb 2003 08:52:30 -0800 (PST) Received: from smtp2.libero.it (smtp2.libero.it [193.70.192.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2808343FBD for ; Mon, 24 Feb 2003 08:52:29 -0800 (PST) (envelope-from ml.ventu@flashnet.it) Received: from soth.ventu (151.38.56.129) by smtp2.libero.it (6.7.015) id 3E48BA34005931EF for freebsd-questions@FreeBSD.org; Mon, 24 Feb 2003 17:52:27 +0100 Received: from mailer (xanatar.ventu [10.1.2.6]) by soth.ventu (8.12.6/8.12.6) with SMTP id h1OGqcK2092452 for ; Mon, 24 Feb 2003 17:52:38 +0100 (CET) (envelope-from ml.ventu@flashnet.it) Message-Id: <200302241652.h1OGqcK2092452@soth.ventu> To: freebsd-questions@FreeBSD.org X-Mailer: Post Road Mailer for OS/2 (Green Edition Ver 3.0) Date: Mon, 24 Feb 2003 17:52:39 EST From: Andrea Venturoli Reply-To: Andrea Venturoli Subject: Upgrading problem 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 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 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