From owner-freebsd-questions Fri Dec 6 13: 2:33 2002 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 F2DE337B401 for ; Fri, 6 Dec 2002 13:02:32 -0800 (PST) Received: from svr3.northnetworks.ca (dev.eagle.ca [209.167.58.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 505D843E9C for ; Fri, 6 Dec 2002 13:02:32 -0800 (PST) (envelope-from steve@svr3.northnetworks.ca) Received: from svr3.northnetworks.ca (localhost.northnetworks.ca [127.0.0.1]) by svr3.northnetworks.ca (8.12.3/8.12.3) with ESMTP id gB6L2H3m023343; Fri, 6 Dec 2002 16:02:17 -0500 (EST) (envelope-from steve@svr3.northnetworks.ca) Received: (from steve@localhost) by svr3.northnetworks.ca (8.12.3/8.12.3/Submit) id gB6L2F8d023342; Fri, 6 Dec 2002 16:02:15 -0500 (EST) Date: Fri, 6 Dec 2002 16:02:15 -0500 (EST) From: Steve Bertrand Message-Id: <200212062102.gB6L2F8d023342@svr3.northnetworks.ca> To: freebsd-questions@freebsd.org, steve@northnetworks.ca Subject: buildworld fail 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 Hi all, I have spent a couple weeks in groups, google, handbook and lists for self-help on this. I am trying to buildworld on a 4.6.2 machine to RELENG_4. The cvsup is updating all src and ports and finished successfully. I reboot to kern.securelevel=-1, #rm -rvf /usr/obj and #cd /usr/src && make buildworld. It fails miserably everytime here: cc -fpic -DPIC -O -pipe -I. -I/usr/src/lib/libncurses -I/usr/src/lib/libncurses/../../contrib/ncurses/ncurses -I/usr/src/lib/libncurses/../../contrib/ncurses/include -Wall -DFREEBSD_NATIVE -DNDEBUG -DHAVE_CONFIG_H -DTERMIOS -c /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/alloc_entry.c -o alloc_entry.So cc: Internal compiler error: program cc1 got fatal signal 11 *** Error code 1 Stop in /usr/src/lib/libncurses. *** Error code 1 ---- There is no real reason for the upgrade, I simply want the experience. This is my first attempt of upgrading an FBSD box, and is strictly a development machine. I also have other production machines that are at 4.5, but can't upgrade them until this one is successful. Tks! Steve Bertrand To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message