From owner-freebsd-amd64@FreeBSD.ORG Thu Nov 10 20:40:33 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D955516A41F for ; Thu, 10 Nov 2005 20:40:33 +0000 (GMT) (envelope-from kometen@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D24943D45 for ; Thu, 10 Nov 2005 20:40:33 +0000 (GMT) (envelope-from kometen@gmail.com) Received: by zproxy.gmail.com with SMTP id n1so544870nzf for ; Thu, 10 Nov 2005 12:40:32 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=bfbwfhVbfKHt8TY+2MT00Lm41NgHtEdlvSvkvmWM+j/Q7v4AD9YJk8Tx5Pm1WNBSGmb2Daj/mtyij9hacVrOpbQDokfwgCOeSnSPI18Dtrvj5oc2pfrWOjKH3OCI1G0pGD+QKTx/nt8Wfnem+OCY4E9/MS9HiMXErfpePZ0Sr9I= Received: by 10.64.179.4 with SMTP id b4mr1085437qbf; Thu, 10 Nov 2005 12:40:32 -0800 (PST) Received: by 10.64.151.20 with HTTP; Thu, 10 Nov 2005 12:40:32 -0800 (PST) Message-ID: Date: Thu, 10 Nov 2005 21:40:32 +0100 From: Claus Guttesen To: freebsd-amd64 List MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: problems recompiling world and kernel on K8QS Pro on 5.4 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Nov 2005 20:40:34 -0000 Hi. I have problems compiling both kernel and world on my K8QS Pro-board. It has a LSI Logic raid-controller. I installed the amd64-port using a atapi-dvd-drive. After the installation I disabled all ata-related settings in bios and rebooted on the LSI-raid-card. When I do a make buildworld it often stops with an error similar to this: /usr/src/lib/libc/net/eui64.c:196: internal compiler error: Bus error Please submit a full bug report, with preprocessed source if appropriate. See for instructions. Other times I get a signal 10. When I do a 'make -DNOCLEAN all' in /usr/src it moves on and stops with a similar bus error. I received the server last week so the bios should be up to date. The server has 8 GB RAM as eigth 1 GB modules. I have added hw.physmem=3D4G to /boot/loader.conf but that does not prevent the compiler errors. regards Claus