From owner-freebsd-tinderbox@FreeBSD.ORG Mon Nov 22 00:33:11 2004 Return-Path: Delivered-To: freebsd-tinderbox@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E16216A4CE; Mon, 22 Nov 2004 00:33:11 +0000 (GMT) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23E1743D45; Mon, 22 Nov 2004 00:33:11 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.13.1/8.13.1) with ESMTP id iAM0XAwm025777; Sun, 21 Nov 2004 19:33:10 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.13.1/8.13.1) with ESMTP id iAM0X9pv080164; Sun, 21 Nov 2004 19:33:09 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id A82897306E; Sun, 21 Nov 2004 19:33:09 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20041122003309.A82897306E@freebsd-current.sentex.ca> Date: Sun, 21 Nov 2004 19:33:09 -0500 (EST) X-Virus-Scanned: ClamAV 0.80/588/Sun Nov 14 19:06:21 2004 clamav-milter version 0.80j on clamscanner2 X-Virus-Scanned: ClamAV 0.80/588/Sun Nov 14 19:06:21 2004 clamav-milter version 0.80j on clamscanner2 X-Virus-Status: Clean X-Virus-Status: Clean Subject: [releng_5 tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Tinderbox reports, responses, and meta-comments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Nov 2004 00:33:11 -0000 TB --- 2004-11-21 23:14:21 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-11-21 23:14:21 - starting RELENG_5 tinderbox run for amd64/amd64 TB --- 2004-11-21 23:14:21 - checking out the source tree TB --- 2004-11-21 23:14:21 - cd /home/tinderbox/RELENG_5/amd64/amd64 TB --- 2004-11-21 23:14:21 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_5 src TB --- 2004-11-21 23:23:22 - building world (CFLAGS=-O -pipe) TB --- 2004-11-21 23:23:22 - cd /home/tinderbox/RELENG_5/amd64/amd64/src TB --- 2004-11-21 23:23:22 - /usr/bin/make -B buildworld >>> 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 TB --- 2004-11-22 00:15:22 - building generic kernel (COPTFLAGS=-O -pipe) TB --- 2004-11-22 00:15:22 - cd /home/tinderbox/RELENG_5/amd64/amd64/src TB --- 2004-11-22 00:15:22 - /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Mon Nov 22 00:15:22 UTC 2004 >>> 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 GENERIC completed on Mon Nov 22 00:24:29 UTC 2004 TB --- 2004-11-22 00:24:29 - generating LINT kernel config TB --- 2004-11-22 00:24:29 - cd /home/tinderbox/RELENG_5/amd64/amd64/src/sys/amd64/conf TB --- 2004-11-22 00:24:29 - /usr/bin/make -B LINT TB --- 2004-11-22 00:24:29 - building LINT kernel (COPTFLAGS=-O -pipe) TB --- 2004-11-22 00:24:29 - cd /home/tinderbox/RELENG_5/amd64/amd64/src TB --- 2004-11-22 00:24:29 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Mon Nov 22 00:24:29 UTC 2004 >>> 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 [...] /tinderbox/RELENG_5/amd64/amd64/src/sys/amd64/amd64/busdma_machdep.c: In function `bus_dmamap_load': /tinderbox/RELENG_5/amd64/amd64/src/sys/amd64/amd64/busdma_machdep.c:720: error: `KTR_BUSDMA' undeclared (first use in this function) /tinderbox/RELENG_5/amd64/amd64/src/sys/amd64/amd64/busdma_machdep.c: In function `bus_dmamap_load_mbuf': /tinderbox/RELENG_5/amd64/amd64/src/sys/amd64/amd64/busdma_machdep.c:777: error: `KTR_BUSDMA' undeclared (first use in this function) /tinderbox/RELENG_5/amd64/amd64/src/sys/amd64/amd64/busdma_machdep.c: In function `bus_dmamap_load_uio': /tinderbox/RELENG_5/amd64/amd64/src/sys/amd64/amd64/busdma_machdep.c:837: error: `KTR_BUSDMA' undeclared (first use in this function) /tinderbox/RELENG_5/amd64/amd64/src/sys/amd64/amd64/busdma_machdep.c: In function `_bus_dmamap_sync': /tinderbox/RELENG_5/amd64/amd64/src/sys/amd64/amd64/busdma_machdep.c:868: error: `KTR_BUSDMA' undeclared (first use in this function) *** Error code 1 Stop in /tinderbox/RELENG_5/amd64/amd64/obj/amd64/tinderbox/RELENG_5/amd64/amd64/src/sys/LINT. *** Error code 1 Stop in /tinderbox/RELENG_5/amd64/amd64/src. *** Error code 1 Stop in /tinderbox/RELENG_5/amd64/amd64/src. TB --- 2004-11-22 00:33:09 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-11-22 00:33:09 - ERROR: failed to build lint kernel TB --- 2004-11-22 00:33:09 - tinderbox aborted From owner-freebsd-tinderbox@FreeBSD.ORG Mon Nov 22 01:54:40 2004 Return-Path: Delivered-To: freebsd-tinderbox@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B52816A4CE; Mon, 22 Nov 2004 01:54:40 +0000 (GMT) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 108E843D1D; Mon, 22 Nov 2004 01:54:40 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2.sentex.ca [199.212.134.9]) by smarthost2.sentex.ca (8.13.1/8.13.1) with ESMTP id iAM1sdDu041402; Sun, 21 Nov 2004 20:54:39 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.12.11/8.12.11) with ESMTP id iAM1sdqE031982; Sun, 21 Nov 2004 20:54:39 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 120367306E; Sun, 21 Nov 2004 20:54:39 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20041122015439.120367306E@freebsd-current.sentex.ca> Date: Sun, 21 Nov 2004 20:54:39 -0500 (EST) X-Virus-Scanned: ClamAV 0.80/588/Sun Nov 14 19:06:21 2004 clamav-milter version 0.80j on clamscanner2 X-Virus-Scanned: ClamAV 0.80/588/Sun Nov 14 19:06:21 2004 clamav-milter version 0.80j on avscan2 X-Virus-Status: Clean X-Virus-Status: Clean Subject: [releng_5 tinderbox] failure on i386/i386 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Tinderbox reports, responses, and meta-comments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Nov 2004 01:54:40 -0000 TB --- 2004-11-22 00:33:09 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-11-22 00:33:09 - starting RELENG_5 tinderbox run for i386/i386 TB --- 2004-11-22 00:33:09 - checking out the source tree TB --- 2004-11-22 00:33:09 - cd /home/tinderbox/RELENG_5/i386/i386 TB --- 2004-11-22 00:33:09 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_5 src TB --- 2004-11-22 00:42:06 - building world (CFLAGS=-O -pipe) TB --- 2004-11-22 00:42:06 - cd /home/tinderbox/RELENG_5/i386/i386/src TB --- 2004-11-22 00:42:06 - /usr/bin/make -B buildworld >>> 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 TB --- 2004-11-22 01:33:01 - building generic kernel (COPTFLAGS=-O -pipe) TB --- 2004-11-22 01:33:01 - cd /home/tinderbox/RELENG_5/i386/i386/src TB --- 2004-11-22 01:33:01 - /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Mon Nov 22 01:33:01 UTC 2004 >>> 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 GENERIC completed on Mon Nov 22 01:44:29 UTC 2004 TB --- 2004-11-22 01:44:29 - generating LINT kernel config TB --- 2004-11-22 01:44:29 - cd /home/tinderbox/RELENG_5/i386/i386/src/sys/i386/conf TB --- 2004-11-22 01:44:29 - /usr/bin/make -B LINT TB --- 2004-11-22 01:44:29 - building LINT kernel (COPTFLAGS=-O -pipe) TB --- 2004-11-22 01:44:29 - cd /home/tinderbox/RELENG_5/i386/i386/src TB --- 2004-11-22 01:44:29 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Mon Nov 22 01:44:29 UTC 2004 >>> 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 [...] /tinderbox/RELENG_5/i386/i386/src/sys/i386/i386/busdma_machdep.c: In function `bus_dmamap_load': /tinderbox/RELENG_5/i386/i386/src/sys/i386/i386/busdma_machdep.c:720: error: `KTR_BUSDMA' undeclared (first use in this function) /tinderbox/RELENG_5/i386/i386/src/sys/i386/i386/busdma_machdep.c: In function `bus_dmamap_load_mbuf': /tinderbox/RELENG_5/i386/i386/src/sys/i386/i386/busdma_machdep.c:777: error: `KTR_BUSDMA' undeclared (first use in this function) /tinderbox/RELENG_5/i386/i386/src/sys/i386/i386/busdma_machdep.c: In function `bus_dmamap_load_uio': /tinderbox/RELENG_5/i386/i386/src/sys/i386/i386/busdma_machdep.c:837: error: `KTR_BUSDMA' undeclared (first use in this function) /tinderbox/RELENG_5/i386/i386/src/sys/i386/i386/busdma_machdep.c: In function `_bus_dmamap_sync': /tinderbox/RELENG_5/i386/i386/src/sys/i386/i386/busdma_machdep.c:868: error: `KTR_BUSDMA' undeclared (first use in this function) *** Error code 1 Stop in /tinderbox/RELENG_5/i386/i386/obj/tinderbox/RELENG_5/i386/i386/src/sys/LINT. *** Error code 1 Stop in /tinderbox/RELENG_5/i386/i386/src. *** Error code 1 Stop in /tinderbox/RELENG_5/i386/i386/src. TB --- 2004-11-22 01:54:38 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-11-22 01:54:38 - ERROR: failed to build lint kernel TB --- 2004-11-22 01:54:38 - tinderbox aborted From owner-freebsd-tinderbox@FreeBSD.ORG Mon Nov 22 03:12:57 2004 Return-Path: Delivered-To: freebsd-tinderbox@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D13916A4CE; Mon, 22 Nov 2004 03:12:57 +0000 (GMT) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC70043D31; Mon, 22 Nov 2004 03:12:56 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.13.1/8.13.1) with ESMTP id iAM3CtGS054777; Sun, 21 Nov 2004 22:12:55 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.13.1/8.13.1) with ESMTP id iAM3Cs9G037591; Sun, 21 Nov 2004 22:12:54 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 427357306E; Sun, 21 Nov 2004 22:12:55 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20041122031255.427357306E@freebsd-current.sentex.ca> Date: Sun, 21 Nov 2004 22:12:55 -0500 (EST) X-Virus-Scanned: ClamAV 0.80/588/Sun Nov 14 19:06:21 2004 clamav-milter version 0.80j on clamscanner2 X-Virus-Scanned: ClamAV 0.80/588/Sun Nov 14 19:06:21 2004 clamav-milter version 0.80j on clamscanner2 X-Virus-Status: Clean X-Virus-Status: Clean Subject: [releng_5 tinderbox] failure on i386/pc98 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Tinderbox reports, responses, and meta-comments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Nov 2004 03:12:57 -0000 TB --- 2004-11-22 01:54:39 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-11-22 01:54:39 - starting RELENG_5 tinderbox run for i386/pc98 TB --- 2004-11-22 01:54:39 - checking out the source tree TB --- 2004-11-22 01:54:39 - cd /home/tinderbox/RELENG_5/i386/pc98 TB --- 2004-11-22 01:54:39 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_5 src TB --- 2004-11-22 02:03:31 - building world (CFLAGS=-O -pipe) TB --- 2004-11-22 02:03:31 - cd /home/tinderbox/RELENG_5/i386/pc98/src TB --- 2004-11-22 02:03:31 - /usr/bin/make -B buildworld >>> 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 TB --- 2004-11-22 02:54:46 - building generic kernel (COPTFLAGS=-O -pipe) TB --- 2004-11-22 02:54:46 - cd /home/tinderbox/RELENG_5/i386/pc98/src TB --- 2004-11-22 02:54:46 - /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Mon Nov 22 02:54:47 UTC 2004 >>> 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 GENERIC completed on Mon Nov 22 03:04:26 UTC 2004 TB --- 2004-11-22 03:04:26 - generating LINT kernel config TB --- 2004-11-22 03:04:26 - cd /home/tinderbox/RELENG_5/i386/pc98/src/sys/pc98/conf TB --- 2004-11-22 03:04:26 - /usr/bin/make -B LINT TB --- 2004-11-22 03:04:26 - building LINT kernel (COPTFLAGS=-O -pipe) TB --- 2004-11-22 03:04:26 - cd /home/tinderbox/RELENG_5/i386/pc98/src TB --- 2004-11-22 03:04:26 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Mon Nov 22 03:04:26 UTC 2004 >>> 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 [...] /tinderbox/RELENG_5/i386/pc98/src/sys/i386/i386/busdma_machdep.c: In function `bus_dmamap_load': /tinderbox/RELENG_5/i386/pc98/src/sys/i386/i386/busdma_machdep.c:720: error: `KTR_BUSDMA' undeclared (first use in this function) /tinderbox/RELENG_5/i386/pc98/src/sys/i386/i386/busdma_machdep.c: In function `bus_dmamap_load_mbuf': /tinderbox/RELENG_5/i386/pc98/src/sys/i386/i386/busdma_machdep.c:777: error: `KTR_BUSDMA' undeclared (first use in this function) /tinderbox/RELENG_5/i386/pc98/src/sys/i386/i386/busdma_machdep.c: In function `bus_dmamap_load_uio': /tinderbox/RELENG_5/i386/pc98/src/sys/i386/i386/busdma_machdep.c:837: error: `KTR_BUSDMA' undeclared (first use in this function) /tinderbox/RELENG_5/i386/pc98/src/sys/i386/i386/busdma_machdep.c: In function `_bus_dmamap_sync': /tinderbox/RELENG_5/i386/pc98/src/sys/i386/i386/busdma_machdep.c:868: error: `KTR_BUSDMA' undeclared (first use in this function) *** Error code 1 Stop in /tinderbox/RELENG_5/i386/pc98/obj/pc98/tinderbox/RELENG_5/i386/pc98/src/sys/LINT. *** Error code 1 Stop in /tinderbox/RELENG_5/i386/pc98/src. *** Error code 1 Stop in /tinderbox/RELENG_5/i386/pc98/src. TB --- 2004-11-22 03:12:55 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-11-22 03:12:55 - ERROR: failed to build lint kernel TB --- 2004-11-22 03:12:55 - tinderbox aborted