From owner-freebsd-amd64@FreeBSD.ORG Thu Oct 12 02:34:42 2006 Return-Path: X-Original-To: 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 70C3B16A412; Thu, 12 Oct 2006 02:34:42 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1131D43D53; Thu, 12 Oct 2006 02:34:41 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.13.6/8.13.6) with ESMTP id k9C2YfpV015346; Wed, 11 Oct 2006 22:34:41 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.13.8/8.13.8) with ESMTP id k9C2YfBI026483; Wed, 11 Oct 2006 22:34:41 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id B425A7305F; Wed, 11 Oct 2006 22:34:40 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20061012023440.B425A7305F@freebsd-current.sentex.ca> Date: Wed, 11 Oct 2006 22:34:40 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.88.3, clamav-milter version 0.88.3 on clamscanner2 X-Virus-Scanned: ClamAV version 0.88.1, clamav-milter version 0.88.1 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Oct 2006 02:34:42 -0000 TB --- 2006-10-12 00:44:20 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2006-10-12 00:44:20 - starting HEAD tinderbox run for amd64/amd64 TB --- 2006-10-12 00:44:20 - cleaning the object tree TB --- 2006-10-12 00:45:13 - checking out the source tree TB --- 2006-10-12 00:45:13 - cd /tinderbox/HEAD/amd64/amd64 TB --- 2006-10-12 00:45:13 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2006-10-12 00:55:57 - building world (CFLAGS=-O2 -pipe) TB --- 2006-10-12 00:55:57 - cd /src TB --- 2006-10-12 00:55:57 - /usr/bin/make -B buildworld >>> World build started on Thu Oct 12 00:55:58 UTC 2006 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Thu Oct 12 02:10:37 UTC 2006 TB --- 2006-10-12 02:10:37 - generating LINT kernel config TB --- 2006-10-12 02:10:37 - cd /src/sys/amd64/conf TB --- 2006-10-12 02:10:37 - /usr/bin/make -B LINT TB --- 2006-10-12 02:10:37 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2006-10-12 02:10:37 - cd /src TB --- 2006-10-12 02:10:37 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Thu Oct 12 02:10:37 UTC 2006 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything >>> Kernel build for LINT completed on Thu Oct 12 02:28:06 UTC 2006 TB --- 2006-10-12 02:28:06 - building GENERIC kernel (COPTFLAGS=-O2 -pipe) TB --- 2006-10-12 02:28:06 - cd /src TB --- 2006-10-12 02:28:06 - /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Thu Oct 12 02:28:06 UTC 2006 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] /src/sys/amd64/amd64/intr_machdep.c:382: error: `ICW1_RESET' undeclared (first use in this function) /src/sys/amd64/amd64/intr_machdep.c:382: error: `ICW1_IC4' undeclared (first use in this function) /src/sys/amd64/amd64/intr_machdep.c:383: error: `ICU_IMR_OFFSET' undeclared (first use in this function) /src/sys/amd64/amd64/intr_machdep.c:383: error: `IDT_IO_INTS' undeclared (first use in this function) /src/sys/amd64/amd64/intr_machdep.c:385: error: `ICW4_8086' undeclared (first use in this function) /src/sys/amd64/amd64/intr_machdep.c:387: error: `OCW3_SEL' undeclared (first use in this function) /src/sys/amd64/amd64/intr_machdep.c:387: error: `OCW3_RR' undeclared (first use in this function) /src/sys/amd64/amd64/intr_machdep.c:389: error: `IO_ICU2' undeclared (first use in this function) *** Error code 1 Stop in /obj/amd64/src/sys/GENERIC. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2006-10-12 02:34:40 - WARNING: /usr/bin/make returned exit code 1 TB --- 2006-10-12 02:34:40 - ERROR: failed to build GENERIC kernel TB --- 2006-10-12 02:34:40 - tinderbox aborted TB --- 0.97 user 3.03 system 6619.48 real