From owner-freebsd-questions@FreeBSD.ORG Sat Aug 26 00:27:00 2006 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 1B36216A4E1 for ; Sat, 26 Aug 2006 00:27:00 +0000 (UTC) (envelope-from stanb@panix.com) Received: from mail1.panix.com (mail1.panix.com [166.84.1.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8730043D49 for ; Sat, 26 Aug 2006 00:26:59 +0000 (GMT) (envelope-from stanb@panix.com) Received: from mailspool3.panix.com (mailspool3.panix.com [166.84.1.78]) by mail1.panix.com (Postfix) with ESMTP id F3BBF58889 for ; Fri, 25 Aug 2006 20:26:54 -0400 (EDT) Received: from teddy.fas.com (c-68-58-232-106.hsd1.sc.comcast.net [68.58.232.106]) by mailspool3.panix.com (Postfix) with ESMTP id 28838A8D020 for ; Fri, 25 Aug 2006 20:26:55 -0400 (EDT) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 1GGm0k-0005ZM-00 for ; Fri, 25 Aug 2006 20:26:54 -0400 Date: Fri, 25 Aug 2006 20:26:54 -0400 From: stan To: Free BSD Questions list Message-ID: <20060826002654.GA21168@teddy.fas.com> Mail-Followup-To: Free BSD Questions list Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 20:20:01 up 130 days, 21:26, 3 users, load average: 0.01, 0.13, 0.09 User-Agent: Mutt/1.5.4i Sender: Stan Brown Subject: AMD64 make buildworld failure 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: Sat, 26 Aug 2006 00:27:00 -0000 I'm trying to do a buildworld (AMD64) on a Sum Ultra 40, but it's failing like this: cc -O2 -fno-strict-aliasing -pipe -DRRESTORE -DRESCUE -c /usr/src/sbin/restore /restore.c cc -O2 -fno-strict-aliasing -pipe -DRRESTORE -DRESCUE -c /usr/src/sbin/restore /dirs.c /usr/src/sbin/restore/dirs.c: In function `extractdirs': /usr/src/sbin/restore/dirs.c:192: internal compiler error: Segmentation fault: 1 1 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. *** Error code 1 Stop in /usr/src/sbin/restore. *** Error code 1 Stop in /usr/obj/usr/src/rescue/rescue. *** Error code 1 This is installed from the 6.1 Release CD, and then cvsup'd Can anyone tell me where I should start looking. -- Unix is very simple, but it takes a genius to understand the simplicity. (Dennis Ritchie)