From owner-freebsd-questions@FreeBSD.ORG Mon Sep 12 13:13:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 2CAAB16A41F for ; Mon, 12 Sep 2005 13:13:45 +0000 (GMT) (envelope-from Axel.Gruner@suedfactoring.de) Received: from sffwd0.suedfactoring.de (port-212-202-224-251.static.qsc.de [212.202.224.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92CC143D75 for ; Mon, 12 Sep 2005 13:13:38 +0000 (GMT) (envelope-from Axel.Gruner@suedfactoring.de) Received: from localhost (localhost.suedfactoring.de [127.0.0.1]) by sffwd0.suedfactoring.de (Postfix) with ESMTP id 7C39B7E835 for ; Mon, 12 Sep 2005 15:09:54 +0200 (CEST) Received: from sffwd0.suedfactoring.de ([127.0.0.1]) by localhost (sffwd0.suedfactoring.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12933-10 for ; Mon, 12 Sep 2005 15:09:47 +0200 (CEST) Received: from sfld1.suedfac.com (sfld1.SUEDFAC.COM [10.4.1.241]) by sffwd0.suedfactoring.de (Postfix) with ESMTP id A0CA07E834 for ; Mon, 12 Sep 2005 15:09:47 +0200 (CEST) Importance: Normal X-Priority: 3 (Normal) MIME-Version: 1.0 From: Axel.Gruner@suedfactoring.de To: freebsd-questions@freebsd.org X-MIMETrack: MIME-CD by Notes Server on sfld1/suedfactoring(Release 6.5.2|June 01, 2004) at 12.09.2005 03:04:07 PM, MIME-CD complete at 12.09.2005 03:04:07 PM, Serialize by Router on sfld1/suedfactoring(Release 6.5.2|June 01, 2004) at 12.09.2005 03:04:07 PM Date: Mon, 12 Sep 2005 15:04:07 +0200 Message-ID: Content-type: text/plain; charset=US-ASCII X-Virus-Scanned: amavisd-new at suedfactoring.de Subject: gcc broken in my userland X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 13:13:45 -0000 Hi, i am running FreeBSD 5.4-RELEASE-p6. If i try ro upgrade a port, i receive a bus error from gcc. So i installed the gcc34 from the ports, did the changes in /etc/make.conf, and upgrading of the ports works fine. The problem is, how to build the world if the gcc in the base system is broken? I get this error: cc -O -pipe -I/usr/obj/usr/src/i386/legacy/usr/include -c /usr/src/games/fortune/strfile/strfile.c /usr/src/games/fortune/strfile/strfile.c: In function `main': /usr/src/games/fortune/strfile/strfile.c:260: internal compiler error: Bus error Please submit a full bug report, with preprocessed source if appropriate. See for instructions. *** Error code 1 So, how to fix the gcc in the basesystem?