From owner-freebsd-arm@FreeBSD.ORG Mon Dec 26 11:07:02 2011 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A273C1065670 for ; Mon, 26 Dec 2011 11:07:02 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8FE678FC16 for ; Mon, 26 Dec 2011 11:07:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id pBQB72xF022423 for ; Mon, 26 Dec 2011 11:07:02 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id pBQB71T2022421 for freebsd-arm@FreeBSD.org; Mon, 26 Dec 2011 11:07:01 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 26 Dec 2011 11:07:01 GMT Message-Id: <201112261107.pBQB71T2022421@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-arm@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-arm@FreeBSD.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2011 11:07:02 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o arm/162159 arm [panic] USB errors leading to panic on DockStar 9.0-RC o arm/161110 arm /usr/src/sys/arm/include/signal.h is bad o arm/161044 arm devel/icu does not build on arm o arm/160431 arm [patch] Disable interrupts during busdma cache sync op o arm/158950 arm arm/sheevaplug fails fsx when mmap operations are enab o arm/156814 arm OpenRD Ultimate does not boot on DB-88F6XXX or SHEEVAP o arm/156496 arm [patch] Minor bugfixes and enhancements to mmc and mmc o arm/155894 arm [patch] Enable at91 booting from SDHC (high capacity) o arm/155214 arm [patch] MMC/SD IO slow on Atmel ARM with modern large o arm/154227 arm [geli] using GELI leads to panic on ARM o arm/154189 arm lang/perl5.12 doesn't build on arm o arm/153380 arm Panic / translation fault with wlan on ARM o arm/150581 arm [irq] Unknown error generates IRQ address decoding err o arm/149288 arm mail/dovecot causes panic during configure on Sheevapl o arm/134368 arm [patch] nslu2_led driver for the LEDs on the NSLU2 p arm/134338 arm [patch] Lock GPIO accesses on ixp425 16 problems total. From owner-freebsd-arm@FreeBSD.ORG Tue Dec 27 13:57:38 2011 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB6941065676 for ; Tue, 27 Dec 2011 13:57:38 +0000 (UTC) (envelope-from kp@sigsegv.be) Received: from mercury.codepro.be (mercury.codepro.be [IPv6:2001:4b98:dc0:51:216:3eff:feb7:3147]) by mx1.freebsd.org (Postfix) with ESMTP id 55DE68FC12 for ; Tue, 27 Dec 2011 13:57:35 +0000 (UTC) Received: from adrastea.jupiter.sigsegv.be (adrastea.jupiter.sigsegv.be [IPv6:2001:6f8:1498:1::3]) by mercury.codepro.be (Postfix) with ESMTP id 988E5D3C for ; Tue, 27 Dec 2011 14:57:33 +0100 (CET) Received: from thebe.jupiter.sigsegv.be (thebe.jupiter.sigsegv.be [172.16.1.5]) by adrastea.jupiter.sigsegv.be (Postfix) with ESMTP id 222A15067 for ; Tue, 27 Dec 2011 14:57:33 +0100 (CET) Received: by thebe.jupiter.sigsegv.be (Postfix, from userid 1000) id 0B47915559; Tue, 27 Dec 2011 14:57:33 +0100 (CET) Date: Tue, 27 Dec 2011 14:57:32 +0100 From: Kristof Provost To: freebsd-arm@FreeBSD.org Message-ID: <20111227135732.GB9051@thebe.jupiter.sigsegv.be> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-PGP-Fingerprint: E114 D9EA 909E D469 8F57 17A5 7D15 91C6 9EFA F286 User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Subject: FDT IMMR confusion X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2011 13:57:38 -0000 Hi, I've been playing with mu OpenRD board and noticed something odd about the FDT implementation. In fdt_reg_to_rl, called among others from newbus_device_create the assumption seems to be that all addresses are relative to the SOC base address. The fdt_reg_to_rl function even masks of the top 12 bits of the address before adding it to the base address. This addresses is set to the base address of the SOC by fdt_immr_addr, from initarm function (arm/mv/mv_machdep.c in case of the OpenRD/Sheevaplug). According to the commit message I found (http://p4web.freebsd.org/@md=d&cd=//&c=ZnH@/174262?ac=10) IMMR is Internal Mem-Mapped Registers. I don't understand why it was implemented this way. The ePAPR specification doesn't seem to agree with this. Instead it says (in 2.3.6 reg): > The reg property describes the address and length of a device's memory > mapped register space within its parent's address space. Specifically, this is a problem for the SDRAM mapping on my OpenRD. The SDRAM address range is outside the SOC range, and with the current code it's simply not possible access this range. The FDT is very similar to the Sheevaplug, which also has this problem. There's no way to get a resource for address 0xfd000000 if the SOC base address is 0xf1000000. Is there a good reason for this, or was it simply an implementation shortcut which still needs to be fixed? Regards, Kristof From owner-freebsd-arm@FreeBSD.ORG Fri Dec 30 11:17:53 2011 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C419106564A; Fri, 30 Dec 2011 11:17:53 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id 029DD8FC21; Fri, 30 Dec 2011 11:17:52 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.4) with ESMTP id pBUBHqwo022421; Fri, 30 Dec 2011 06:17:52 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.4/Submit) id pBUBHpoM022390; Fri, 30 Dec 2011 11:17:51 GMT (envelope-from tinderbox@freebsd.org) Date: Fri, 30 Dec 2011 11:17:51 GMT Message-Id: <201112301117.pBUBHpoM022390@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2011 11:17:53 -0000 TB --- 2011-12-30 09:40:00 - tinderbox 2.8 running on freebsd-current.sentex.ca TB --- 2011-12-30 09:40:00 - starting HEAD tinderbox run for arm/arm TB --- 2011-12-30 09:40:00 - cleaning the object tree TB --- 2011-12-30 09:40:33 - cvsupping the source tree TB --- 2011-12-30 09:40:33 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/arm/arm/supfile TB --- 2011-12-30 09:41:01 - building world TB --- 2011-12-30 09:41:01 - CROSS_BUILD_TESTING=YES TB --- 2011-12-30 09:41:01 - MAKEOBJDIRPREFIX=/obj TB --- 2011-12-30 09:41:01 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 09:41:01 - SRCCONF=/dev/null TB --- 2011-12-30 09:41:01 - TARGET=arm TB --- 2011-12-30 09:41:01 - TARGET_ARCH=arm TB --- 2011-12-30 09:41:01 - TZ=UTC TB --- 2011-12-30 09:41:01 - __MAKE_CONF=/dev/null TB --- 2011-12-30 09:41:01 - cd /src TB --- 2011-12-30 09:41:01 - /usr/bin/make -B buildworld >>> World build started on Fri Dec 30 09:41:02 UTC 2011 >>> 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 >>> World build completed on Fri Dec 30 10:36:35 UTC 2011 TB --- 2011-12-30 10:36:35 - cd /src/sys/arm/conf TB --- 2011-12-30 10:36:35 - /usr/sbin/config -m AVILA TB --- 2011-12-30 10:36:35 - building AVILA kernel TB --- 2011-12-30 10:36:35 - CROSS_BUILD_TESTING=YES TB --- 2011-12-30 10:36:35 - MAKEOBJDIRPREFIX=/obj TB --- 2011-12-30 10:36:35 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 10:36:35 - SRCCONF=/dev/null TB --- 2011-12-30 10:36:35 - TARGET=arm TB --- 2011-12-30 10:36:35 - TARGET_ARCH=arm TB --- 2011-12-30 10:36:35 - TZ=UTC TB --- 2011-12-30 10:36:35 - __MAKE_CONF=/dev/null TB --- 2011-12-30 10:36:35 - cd /src TB --- 2011-12-30 10:36:35 - /usr/bin/make -B buildkernel KERNCONF=AVILA >>> Kernel build for AVILA started on Fri Dec 30 10:36:35 UTC 2011 >>> 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 AVILA completed on Fri Dec 30 10:39:39 UTC 2011 TB --- 2011-12-30 10:39:39 - cd /src/sys/arm/conf TB --- 2011-12-30 10:39:39 - /usr/sbin/config -m BWCT TB --- 2011-12-30 10:39:39 - building BWCT kernel TB --- 2011-12-30 10:39:39 - CROSS_BUILD_TESTING=YES TB --- 2011-12-30 10:39:39 - MAKEOBJDIRPREFIX=/obj TB --- 2011-12-30 10:39:39 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 10:39:39 - SRCCONF=/dev/null TB --- 2011-12-30 10:39:39 - TARGET=arm TB --- 2011-12-30 10:39:39 - TARGET_ARCH=arm TB --- 2011-12-30 10:39:39 - TZ=UTC TB --- 2011-12-30 10:39:39 - __MAKE_CONF=/dev/null TB --- 2011-12-30 10:39:39 - cd /src TB --- 2011-12-30 10:39:39 - /usr/bin/make -B buildkernel KERNCONF=BWCT >>> Kernel build for BWCT started on Fri Dec 30 10:39:40 UTC 2011 >>> 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 BWCT completed on Fri Dec 30 10:41:49 UTC 2011 TB --- 2011-12-30 10:41:49 - cd /src/sys/arm/conf TB --- 2011-12-30 10:41:49 - /usr/sbin/config -m CAMBRIA TB --- 2011-12-30 10:41:49 - building CAMBRIA kernel TB --- 2011-12-30 10:41:49 - CROSS_BUILD_TESTING=YES TB --- 2011-12-30 10:41:49 - MAKEOBJDIRPREFIX=/obj TB --- 2011-12-30 10:41:49 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 10:41:49 - SRCCONF=/dev/null TB --- 2011-12-30 10:41:49 - TARGET=arm TB --- 2011-12-30 10:41:49 - TARGET_ARCH=arm TB --- 2011-12-30 10:41:49 - TZ=UTC TB --- 2011-12-30 10:41:49 - __MAKE_CONF=/dev/null TB --- 2011-12-30 10:41:49 - cd /src TB --- 2011-12-30 10:41:49 - /usr/bin/make -B buildkernel KERNCONF=CAMBRIA >>> Kernel build for CAMBRIA started on Fri Dec 30 10:41:49 UTC 2011 >>> 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 CAMBRIA completed on Fri Dec 30 10:45:17 UTC 2011 TB --- 2011-12-30 10:45:17 - cd /src/sys/arm/conf TB --- 2011-12-30 10:45:17 - /usr/sbin/config -m CNS11XXNAS TB --- 2011-12-30 10:45:18 - building CNS11XXNAS kernel TB --- 2011-12-30 10:45:18 - CROSS_BUILD_TESTING=YES TB --- 2011-12-30 10:45:18 - MAKEOBJDIRPREFIX=/obj TB --- 2011-12-30 10:45:18 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 10:45:18 - SRCCONF=/dev/null TB --- 2011-12-30 10:45:18 - TARGET=arm TB --- 2011-12-30 10:45:18 - TARGET_ARCH=arm TB --- 2011-12-30 10:45:18 - TZ=UTC TB --- 2011-12-30 10:45:18 - __MAKE_CONF=/dev/null TB --- 2011-12-30 10:45:18 - cd /src TB --- 2011-12-30 10:45:18 - /usr/bin/make -B buildkernel KERNCONF=CNS11XXNAS >>> Kernel build for CNS11XXNAS started on Fri Dec 30 10:45:18 UTC 2011 >>> 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 CNS11XXNAS completed on Fri Dec 30 10:47:48 UTC 2011 TB --- 2011-12-30 10:47:48 - cd /src/sys/arm/conf TB --- 2011-12-30 10:47:48 - /usr/sbin/config -m CRB TB --- 2011-12-30 10:47:48 - building CRB kernel TB --- 2011-12-30 10:47:48 - CROSS_BUILD_TESTING=YES TB --- 2011-12-30 10:47:48 - MAKEOBJDIRPREFIX=/obj TB --- 2011-12-30 10:47:48 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 10:47:48 - SRCCONF=/dev/null TB --- 2011-12-30 10:47:48 - TARGET=arm TB --- 2011-12-30 10:47:48 - TARGET_ARCH=arm TB --- 2011-12-30 10:47:48 - TZ=UTC TB --- 2011-12-30 10:47:48 - __MAKE_CONF=/dev/null TB --- 2011-12-30 10:47:48 - cd /src TB --- 2011-12-30 10:47:48 - /usr/bin/make -B buildkernel KERNCONF=CRB >>> Kernel build for CRB started on Fri Dec 30 10:47:48 UTC 2011 >>> 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 CRB completed on Fri Dec 30 10:51:10 UTC 2011 TB --- 2011-12-30 10:51:10 - cd /src/sys/arm/conf TB --- 2011-12-30 10:51:10 - /usr/sbin/config -m DB-78XXX TB --- 2011-12-30 10:51:11 - building DB-78XXX kernel TB --- 2011-12-30 10:51:11 - CROSS_BUILD_TESTING=YES TB --- 2011-12-30 10:51:11 - MAKEOBJDIRPREFIX=/obj TB --- 2011-12-30 10:51:11 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 10:51:11 - SRCCONF=/dev/null TB --- 2011-12-30 10:51:11 - TARGET=arm TB --- 2011-12-30 10:51:11 - TARGET_ARCH=arm TB --- 2011-12-30 10:51:11 - TZ=UTC TB --- 2011-12-30 10:51:11 - __MAKE_CONF=/dev/null TB --- 2011-12-30 10:51:11 - cd /src TB --- 2011-12-30 10:51:11 - /usr/bin/make -B buildkernel KERNCONF=DB-78XXX >>> Kernel build for DB-78XXX started on Fri Dec 30 10:51:11 UTC 2011 >>> 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 DB-78XXX completed on Fri Dec 30 10:54:20 UTC 2011 TB --- 2011-12-30 10:54:20 - cd /src/sys/arm/conf TB --- 2011-12-30 10:54:20 - /usr/sbin/config -m DB-88F5XXX TB --- 2011-12-30 10:54:20 - building DB-88F5XXX kernel TB --- 2011-12-30 10:54:20 - CROSS_BUILD_TESTING=YES TB --- 2011-12-30 10:54:20 - MAKEOBJDIRPREFIX=/obj TB --- 2011-12-30 10:54:20 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 10:54:20 - SRCCONF=/dev/null TB --- 2011-12-30 10:54:20 - TARGET=arm TB --- 2011-12-30 10:54:20 - TARGET_ARCH=arm TB --- 2011-12-30 10:54:20 - TZ=UTC TB --- 2011-12-30 10:54:20 - __MAKE_CONF=/dev/null TB --- 2011-12-30 10:54:20 - cd /src TB --- 2011-12-30 10:54:20 - /usr/bin/make -B buildkernel KERNCONF=DB-88F5XXX >>> Kernel build for DB-88F5XXX started on Fri Dec 30 10:54:20 UTC 2011 >>> 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 DB-88F5XXX completed on Fri Dec 30 10:57:01 UTC 2011 TB --- 2011-12-30 10:57:01 - cd /src/sys/arm/conf TB --- 2011-12-30 10:57:01 - /usr/sbin/config -m DB-88F6XXX TB --- 2011-12-30 10:57:01 - building DB-88F6XXX kernel TB --- 2011-12-30 10:57:01 - CROSS_BUILD_TESTING=YES TB --- 2011-12-30 10:57:01 - MAKEOBJDIRPREFIX=/obj TB --- 2011-12-30 10:57:01 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 10:57:01 - SRCCONF=/dev/null TB --- 2011-12-30 10:57:01 - TARGET=arm TB --- 2011-12-30 10:57:01 - TARGET_ARCH=arm TB --- 2011-12-30 10:57:01 - TZ=UTC TB --- 2011-12-30 10:57:01 - __MAKE_CONF=/dev/null TB --- 2011-12-30 10:57:01 - cd /src TB --- 2011-12-30 10:57:01 - /usr/bin/make -B buildkernel KERNCONF=DB-88F6XXX >>> Kernel build for DB-88F6XXX started on Fri Dec 30 10:57:01 UTC 2011 >>> 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 DB-88F6XXX completed on Fri Dec 30 10:59:47 UTC 2011 TB --- 2011-12-30 10:59:47 - cd /src/sys/arm/conf TB --- 2011-12-30 10:59:47 - /usr/sbin/config -m DOCKSTAR TB --- 2011-12-30 10:59:47 - building DOCKSTAR kernel TB --- 2011-12-30 10:59:47 - CROSS_BUILD_TESTING=YES TB --- 2011-12-30 10:59:47 - MAKEOBJDIRPREFIX=/obj TB --- 2011-12-30 10:59:47 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 10:59:47 - SRCCONF=/dev/null TB --- 2011-12-30 10:59:47 - TARGET=arm TB --- 2011-12-30 10:59:47 - TARGET_ARCH=arm TB --- 2011-12-30 10:59:47 - TZ=UTC TB --- 2011-12-30 10:59:47 - __MAKE_CONF=/dev/null TB --- 2011-12-30 10:59:47 - cd /src TB --- 2011-12-30 10:59:47 - /usr/bin/make -B buildkernel KERNCONF=DOCKSTAR >>> Kernel build for DOCKSTAR started on Fri Dec 30 10:59:47 UTC 2011 >>> 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 DOCKSTAR completed on Fri Dec 30 11:02:51 UTC 2011 TB --- 2011-12-30 11:02:51 - cd /src/sys/arm/conf TB --- 2011-12-30 11:02:51 - /usr/sbin/config -m EP80219 TB --- 2011-12-30 11:02:52 - building EP80219 kernel TB --- 2011-12-30 11:02:52 - CROSS_BUILD_TESTING=YES TB --- 2011-12-30 11:02:52 - MAKEOBJDIRPREFIX=/obj TB --- 2011-12-30 11:02:52 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 11:02:52 - SRCCONF=/dev/null TB --- 2011-12-30 11:02:52 - TARGET=arm TB --- 2011-12-30 11:02:52 - TARGET_ARCH=arm TB --- 2011-12-30 11:02:52 - TZ=UTC TB --- 2011-12-30 11:02:52 - __MAKE_CONF=/dev/null TB --- 2011-12-30 11:02:52 - cd /src TB --- 2011-12-30 11:02:52 - /usr/bin/make -B buildkernel KERNCONF=EP80219 >>> Kernel build for EP80219 started on Fri Dec 30 11:02:52 UTC 2011 >>> 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 EP80219 completed on Fri Dec 30 11:05:46 UTC 2011 TB --- 2011-12-30 11:05:46 - WARNING: no kernel config for GENERIC TB --- 2011-12-30 11:05:46 - cd /src/sys/arm/conf TB --- 2011-12-30 11:05:46 - /usr/sbin/config -m GUMSTIX TB --- 2011-12-30 11:05:46 - building GUMSTIX kernel TB --- 2011-12-30 11:05:46 - CROSS_BUILD_TESTING=YES TB --- 2011-12-30 11:05:46 - MAKEOBJDIRPREFIX=/obj TB --- 2011-12-30 11:05:46 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 11:05:46 - SRCCONF=/dev/null TB --- 2011-12-30 11:05:46 - TARGET=arm TB --- 2011-12-30 11:05:46 - TARGET_ARCH=arm TB --- 2011-12-30 11:05:46 - TZ=UTC TB --- 2011-12-30 11:05:46 - __MAKE_CONF=/dev/null TB --- 2011-12-30 11:05:46 - cd /src TB --- 2011-12-30 11:05:46 - /usr/bin/make -B buildkernel KERNCONF=GUMSTIX >>> Kernel build for GUMSTIX started on Fri Dec 30 11:05:46 UTC 2011 >>> 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 GUMSTIX completed on Fri Dec 30 11:08:07 UTC 2011 TB --- 2011-12-30 11:08:07 - cd /src/sys/arm/conf TB --- 2011-12-30 11:08:07 - /usr/sbin/config -m HL200 TB --- 2011-12-30 11:08:07 - building HL200 kernel TB --- 2011-12-30 11:08:07 - CROSS_BUILD_TESTING=YES TB --- 2011-12-30 11:08:07 - MAKEOBJDIRPREFIX=/obj TB --- 2011-12-30 11:08:07 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 11:08:07 - SRCCONF=/dev/null TB --- 2011-12-30 11:08:07 - TARGET=arm TB --- 2011-12-30 11:08:07 - TARGET_ARCH=arm TB --- 2011-12-30 11:08:07 - TZ=UTC TB --- 2011-12-30 11:08:07 - __MAKE_CONF=/dev/null TB --- 2011-12-30 11:08:07 - cd /src TB --- 2011-12-30 11:08:07 - /usr/bin/make -B buildkernel KERNCONF=HL200 >>> Kernel build for HL200 started on Fri Dec 30 11:08:07 UTC 2011 >>> 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 HL200 completed on Fri Dec 30 11:10:46 UTC 2011 TB --- 2011-12-30 11:10:46 - cd /src/sys/arm/conf TB --- 2011-12-30 11:10:46 - /usr/sbin/config -m HL201 TB --- 2011-12-30 11:10:47 - building HL201 kernel TB --- 2011-12-30 11:10:47 - CROSS_BUILD_TESTING=YES TB --- 2011-12-30 11:10:47 - MAKEOBJDIRPREFIX=/obj TB --- 2011-12-30 11:10:47 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 11:10:47 - SRCCONF=/dev/null TB --- 2011-12-30 11:10:47 - TARGET=arm TB --- 2011-12-30 11:10:47 - TARGET_ARCH=arm TB --- 2011-12-30 11:10:47 - TZ=UTC TB --- 2011-12-30 11:10:47 - __MAKE_CONF=/dev/null TB --- 2011-12-30 11:10:47 - cd /src TB --- 2011-12-30 11:10:47 - /usr/bin/make -B buildkernel KERNCONF=HL201 >>> Kernel build for HL201 started on Fri Dec 30 11:10:47 UTC 2011 >>> 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 HL201 completed on Fri Dec 30 11:13:36 UTC 2011 TB --- 2011-12-30 11:13:36 - cd /src/sys/arm/conf TB --- 2011-12-30 11:13:36 - /usr/sbin/config -m IQ31244 TB --- 2011-12-30 11:13:37 - building IQ31244 kernel TB --- 2011-12-30 11:13:37 - CROSS_BUILD_TESTING=YES TB --- 2011-12-30 11:13:37 - MAKEOBJDIRPREFIX=/obj TB --- 2011-12-30 11:13:37 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 11:13:37 - SRCCONF=/dev/null TB --- 2011-12-30 11:13:37 - TARGET=arm TB --- 2011-12-30 11:13:37 - TARGET_ARCH=arm TB --- 2011-12-30 11:13:37 - TZ=UTC TB --- 2011-12-30 11:13:37 - __MAKE_CONF=/dev/null TB --- 2011-12-30 11:13:37 - cd /src TB --- 2011-12-30 11:13:37 - /usr/bin/make -B buildkernel KERNCONF=IQ31244 >>> Kernel build for IQ31244 started on Fri Dec 30 11:13:37 UTC 2011 >>> 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 IQ31244 completed on Fri Dec 30 11:16:54 UTC 2011 TB --- 2011-12-30 11:16:54 - cd /src/sys/arm/conf TB --- 2011-12-30 11:16:54 - /usr/sbin/config -m KB920X TB --- 2011-12-30 11:16:54 - building KB920X kernel TB --- 2011-12-30 11:16:54 - CROSS_BUILD_TESTING=YES TB --- 2011-12-30 11:16:54 - MAKEOBJDIRPREFIX=/obj TB --- 2011-12-30 11:16:54 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 11:16:54 - SRCCONF=/dev/null TB --- 2011-12-30 11:16:54 - TARGET=arm TB --- 2011-12-30 11:16:54 - TARGET_ARCH=arm TB --- 2011-12-30 11:16:54 - TZ=UTC TB --- 2011-12-30 11:16:54 - __MAKE_CONF=/dev/null TB --- 2011-12-30 11:16:54 - cd /src TB --- 2011-12-30 11:16:54 - /usr/bin/make -B buildkernel KERNCONF=KB920X >>> Kernel build for KB920X started on Fri Dec 30 11:16:54 UTC 2011 >>> 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 [...] awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h awk -f @/tools/makeobjops.awk @/kern/device_if.m -h echo "#define CFI_SUPPORT_STRATAFLASH 1" > opt_cfi.h rm -f .depend mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -DHAVE_KERNEL_OPTION_HEADERS -I. -I@ -I@/contrib/altq -I/obj/arm.arm/src/sys/KB920X -std=iso9899:1999 /src/sys/modules/cfi/../../dev/cfi/cfi_bus_fdt.c /src/sys/modules/cfi/../../dev/cfi/cfi_bus_ixp4xx.c /src/sys/modules/cfi/../../dev/cfi/cfi_core.c /src/sys/modules/cfi/../../dev/cfi/cfi_dev.c In file included from /src/sys/modules/cfi/../../dev/cfi/cfi_bus_fdt.c:43: @/dev/ofw/ofw_bus.h:36:24: error: ofw_bus_if.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /src/sys/modules/cfi. *** Error code 1 Stop in /src/sys/modules. *** Error code 1 Stop in /obj/arm.arm/src/sys/KB920X. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2011-12-30 11:17:51 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-12-30 11:17:51 - ERROR: failed to build KB920X kernel TB --- 2011-12-30 11:17:51 - 4393.92 user 1077.57 system 5870.73 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-arm@FreeBSD.ORG Fri Dec 30 18:38:46 2011 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08F25106566B; Fri, 30 Dec 2011 18:38:46 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id AF3368FC0A; Fri, 30 Dec 2011 18:38:45 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.4) with ESMTP id pBUIcijM023652; Fri, 30 Dec 2011 13:38:44 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.4/Submit) id pBUIciP0023599; Fri, 30 Dec 2011 18:38:44 GMT (envelope-from tinderbox@freebsd.org) Date: Fri, 30 Dec 2011 18:38:44 GMT Message-Id: <201112301838.pBUIciP0023599@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2011 18:38:46 -0000 TB --- 2011-12-30 17:00:01 - tinderbox 2.8 running on freebsd-current.sentex.ca TB --- 2011-12-30 17:00:01 - starting HEAD tinderbox run for arm/arm TB --- 2011-12-30 17:00:01 - cleaning the object tree TB --- 2011-12-30 17:00:25 - cvsupping the source tree TB --- 2011-12-30 17:00:25 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/arm/arm/supfile TB --- 2011-12-30 17:00:43 - building world TB --- 2011-12-30 17:00:43 - CROSS_BUILD_TESTING=YES TB --- 2011-12-30 17:00:43 - MAKEOBJDIRPREFIX=/obj TB --- 2011-12-30 17:00:43 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 17:00:43 - SRCCONF=/dev/null TB --- 2011-12-30 17:00:43 - TARGET=arm TB --- 2011-12-30 17:00:43 - TARGET_ARCH=arm TB --- 2011-12-30 17:00:43 - TZ=UTC TB --- 2011-12-30 17:00:43 - __MAKE_CONF=/dev/null TB --- 2011-12-30 17:00:43 - cd /src TB --- 2011-12-30 17:00:43 - /usr/bin/make -B buildworld >>> World build started on Fri Dec 30 17:00:45 UTC 2011 >>> 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 >>> World build completed on Fri Dec 30 17:57:38 UTC 2011 TB --- 2011-12-30 17:57:38 - cd /src/sys/arm/conf TB --- 2011-12-30 17:57:38 - /usr/sbin/config -m AVILA TB --- 2011-12-30 17:57:38 - building AVILA kernel TB --- 2011-12-30 17:57:38 - CROSS_BUILD_TESTING=YES TB --- 2011-12-30 17:57:38 - MAKEOBJDIRPREFIX=/obj TB --- 2011-12-30 17:57:38 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 17:57:38 - SRCCONF=/dev/null TB --- 2011-12-30 17:57:38 - TARGET=arm TB --- 2011-12-30 17:57:38 - TARGET_ARCH=arm TB --- 2011-12-30 17:57:38 - TZ=UTC TB --- 2011-12-30 17:57:38 - __MAKE_CONF=/dev/null TB --- 2011-12-30 17:57:38 - cd /src TB --- 2011-12-30 17:57:38 - /usr/bin/make -B buildkernel KERNCONF=AVILA >>> Kernel build for AVILA started on Fri Dec 30 17:57:38 UTC 2011 >>> 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 AVILA completed on Fri Dec 30 18:00:46 UTC 2011 TB --- 2011-12-30 18:00:46 - cd /src/sys/arm/conf TB --- 2011-12-30 18:00:46 - /usr/sbin/config -m BWCT TB --- 2011-12-30 18:00:46 - building BWCT kernel TB --- 2011-12-30 18:00:46 - CROSS_BUILD_TESTING=YES TB --- 2011-12-30 18:00:46 - MAKEOBJDIRPREFIX=/obj TB --- 2011-12-30 18:00:46 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 18:00:46 - SRCCONF=/dev/null TB --- 2011-12-30 18:00:46 - TARGET=arm TB --- 2011-12-30 18:00:46 - TARGET_ARCH=arm TB --- 2011-12-30 18:00:46 - TZ=UTC TB --- 2011-12-30 18:00:46 - __MAKE_CONF=/dev/null TB --- 2011-12-30 18:00:46 - cd /src TB --- 2011-12-30 18:00:46 - /usr/bin/make -B buildkernel KERNCONF=BWCT >>> Kernel build for BWCT started on Fri Dec 30 18:00:46 UTC 2011 >>> 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 BWCT completed on Fri Dec 30 18:03:23 UTC 2011 TB --- 2011-12-30 18:03:23 - cd /src/sys/arm/conf TB --- 2011-12-30 18:03:23 - /usr/sbin/config -m CAMBRIA TB --- 2011-12-30 18:03:23 - building CAMBRIA kernel TB --- 2011-12-30 18:03:23 - CROSS_BUILD_TESTING=YES TB --- 2011-12-30 18:03:23 - MAKEOBJDIRPREFIX=/obj TB --- 2011-12-30 18:03:23 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 18:03:23 - SRCCONF=/dev/null TB --- 2011-12-30 18:03:23 - TARGET=arm TB --- 2011-12-30 18:03:23 - TARGET_ARCH=arm TB --- 2011-12-30 18:03:23 - TZ=UTC TB --- 2011-12-30 18:03:23 - __MAKE_CONF=/dev/null TB --- 2011-12-30 18:03:23 - cd /src TB --- 2011-12-30 18:03:23 - /usr/bin/make -B buildkernel KERNCONF=CAMBRIA >>> Kernel build for CAMBRIA started on Fri Dec 30 18:03:23 UTC 2011 >>> 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 CAMBRIA completed on Fri Dec 30 18:06:19 UTC 2011 TB --- 2011-12-30 18:06:19 - cd /src/sys/arm/conf TB --- 2011-12-30 18:06:19 - /usr/sbin/config -m CNS11XXNAS TB --- 2011-12-30 18:06:19 - building CNS11XXNAS kernel TB --- 2011-12-30 18:06:19 - CROSS_BUILD_TESTING=YES TB --- 2011-12-30 18:06:19 - MAKEOBJDIRPREFIX=/obj TB --- 2011-12-30 18:06:19 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 18:06:19 - SRCCONF=/dev/null TB --- 2011-12-30 18:06:19 - TARGET=arm TB --- 2011-12-30 18:06:19 - TARGET_ARCH=arm TB --- 2011-12-30 18:06:19 - TZ=UTC TB --- 2011-12-30 18:06:19 - __MAKE_CONF=/dev/null TB --- 2011-12-30 18:06:19 - cd /src TB --- 2011-12-30 18:06:19 - /usr/bin/make -B buildkernel KERNCONF=CNS11XXNAS >>> Kernel build for CNS11XXNAS started on Fri Dec 30 18:06:19 UTC 2011 >>> 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 CNS11XXNAS completed on Fri Dec 30 18:08:52 UTC 2011 TB --- 2011-12-30 18:08:52 - cd /src/sys/arm/conf TB --- 2011-12-30 18:08:52 - /usr/sbin/config -m CRB TB --- 2011-12-30 18:08:52 - building CRB kernel TB --- 2011-12-30 18:08:52 - CROSS_BUILD_TESTING=YES TB --- 2011-12-30 18:08:52 - MAKEOBJDIRPREFIX=/obj TB --- 2011-12-30 18:08:52 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 18:08:52 - SRCCONF=/dev/null TB --- 2011-12-30 18:08:52 - TARGET=arm TB --- 2011-12-30 18:08:52 - TARGET_ARCH=arm TB --- 2011-12-30 18:08:52 - TZ=UTC TB --- 2011-12-30 18:08:52 - __MAKE_CONF=/dev/null TB --- 2011-12-30 18:08:52 - cd /src TB --- 2011-12-30 18:08:52 - /usr/bin/make -B buildkernel KERNCONF=CRB >>> Kernel build for CRB started on Fri Dec 30 18:08:52 UTC 2011 >>> 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 CRB completed on Fri Dec 30 18:12:46 UTC 2011 TB --- 2011-12-30 18:12:46 - cd /src/sys/arm/conf TB --- 2011-12-30 18:12:46 - /usr/sbin/config -m DB-78XXX TB --- 2011-12-30 18:12:46 - building DB-78XXX kernel TB --- 2011-12-30 18:12:46 - CROSS_BUILD_TESTING=YES TB --- 2011-12-30 18:12:46 - MAKEOBJDIRPREFIX=/obj TB --- 2011-12-30 18:12:46 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 18:12:46 - SRCCONF=/dev/null TB --- 2011-12-30 18:12:46 - TARGET=arm TB --- 2011-12-30 18:12:46 - TARGET_ARCH=arm TB --- 2011-12-30 18:12:46 - TZ=UTC TB --- 2011-12-30 18:12:46 - __MAKE_CONF=/dev/null TB --- 2011-12-30 18:12:46 - cd /src TB --- 2011-12-30 18:12:46 - /usr/bin/make -B buildkernel KERNCONF=DB-78XXX >>> Kernel build for DB-78XXX started on Fri Dec 30 18:12:46 UTC 2011 >>> 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 DB-78XXX completed on Fri Dec 30 18:15:27 UTC 2011 TB --- 2011-12-30 18:15:27 - cd /src/sys/arm/conf TB --- 2011-12-30 18:15:27 - /usr/sbin/config -m DB-88F5XXX TB --- 2011-12-30 18:15:27 - building DB-88F5XXX kernel TB --- 2011-12-30 18:15:27 - CROSS_BUILD_TESTING=YES TB --- 2011-12-30 18:15:27 - MAKEOBJDIRPREFIX=/obj TB --- 2011-12-30 18:15:27 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 18:15:27 - SRCCONF=/dev/null TB --- 2011-12-30 18:15:27 - TARGET=arm TB --- 2011-12-30 18:15:27 - TARGET_ARCH=arm TB --- 2011-12-30 18:15:27 - TZ=UTC TB --- 2011-12-30 18:15:27 - __MAKE_CONF=/dev/null TB --- 2011-12-30 18:15:27 - cd /src TB --- 2011-12-30 18:15:27 - /usr/bin/make -B buildkernel KERNCONF=DB-88F5XXX >>> Kernel build for DB-88F5XXX started on Fri Dec 30 18:15:27 UTC 2011 >>> 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 DB-88F5XXX completed on Fri Dec 30 18:18:05 UTC 2011 TB --- 2011-12-30 18:18:05 - cd /src/sys/arm/conf TB --- 2011-12-30 18:18:05 - /usr/sbin/config -m DB-88F6XXX TB --- 2011-12-30 18:18:05 - building DB-88F6XXX kernel TB --- 2011-12-30 18:18:05 - CROSS_BUILD_TESTING=YES TB --- 2011-12-30 18:18:05 - MAKEOBJDIRPREFIX=/obj TB --- 2011-12-30 18:18:05 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 18:18:05 - SRCCONF=/dev/null TB --- 2011-12-30 18:18:05 - TARGET=arm TB --- 2011-12-30 18:18:05 - TARGET_ARCH=arm TB --- 2011-12-30 18:18:05 - TZ=UTC TB --- 2011-12-30 18:18:05 - __MAKE_CONF=/dev/null TB --- 2011-12-30 18:18:05 - cd /src TB --- 2011-12-30 18:18:05 - /usr/bin/make -B buildkernel KERNCONF=DB-88F6XXX >>> Kernel build for DB-88F6XXX started on Fri Dec 30 18:18:05 UTC 2011 >>> 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 DB-88F6XXX completed on Fri Dec 30 18:21:19 UTC 2011 TB --- 2011-12-30 18:21:19 - cd /src/sys/arm/conf TB --- 2011-12-30 18:21:19 - /usr/sbin/config -m DOCKSTAR TB --- 2011-12-30 18:21:19 - building DOCKSTAR kernel TB --- 2011-12-30 18:21:19 - CROSS_BUILD_TESTING=YES TB --- 2011-12-30 18:21:19 - MAKEOBJDIRPREFIX=/obj TB --- 2011-12-30 18:21:19 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 18:21:19 - SRCCONF=/dev/null TB --- 2011-12-30 18:21:19 - TARGET=arm TB --- 2011-12-30 18:21:19 - TARGET_ARCH=arm TB --- 2011-12-30 18:21:19 - TZ=UTC TB --- 2011-12-30 18:21:19 - __MAKE_CONF=/dev/null TB --- 2011-12-30 18:21:19 - cd /src TB --- 2011-12-30 18:21:19 - /usr/bin/make -B buildkernel KERNCONF=DOCKSTAR >>> Kernel build for DOCKSTAR started on Fri Dec 30 18:21:19 UTC 2011 >>> 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 DOCKSTAR completed on Fri Dec 30 18:23:54 UTC 2011 TB --- 2011-12-30 18:23:54 - cd /src/sys/arm/conf TB --- 2011-12-30 18:23:54 - /usr/sbin/config -m EP80219 TB --- 2011-12-30 18:23:54 - building EP80219 kernel TB --- 2011-12-30 18:23:54 - CROSS_BUILD_TESTING=YES TB --- 2011-12-30 18:23:54 - MAKEOBJDIRPREFIX=/obj TB --- 2011-12-30 18:23:54 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 18:23:54 - SRCCONF=/dev/null TB --- 2011-12-30 18:23:54 - TARGET=arm TB --- 2011-12-30 18:23:54 - TARGET_ARCH=arm TB --- 2011-12-30 18:23:54 - TZ=UTC TB --- 2011-12-30 18:23:54 - __MAKE_CONF=/dev/null TB --- 2011-12-30 18:23:54 - cd /src TB --- 2011-12-30 18:23:54 - /usr/bin/make -B buildkernel KERNCONF=EP80219 >>> Kernel build for EP80219 started on Fri Dec 30 18:23:54 UTC 2011 >>> 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 EP80219 completed on Fri Dec 30 18:26:48 UTC 2011 TB --- 2011-12-30 18:26:48 - WARNING: no kernel config for GENERIC TB --- 2011-12-30 18:26:48 - cd /src/sys/arm/conf TB --- 2011-12-30 18:26:48 - /usr/sbin/config -m GUMSTIX TB --- 2011-12-30 18:26:48 - building GUMSTIX kernel TB --- 2011-12-30 18:26:48 - CROSS_BUILD_TESTING=YES TB --- 2011-12-30 18:26:48 - MAKEOBJDIRPREFIX=/obj TB --- 2011-12-30 18:26:48 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 18:26:48 - SRCCONF=/dev/null TB --- 2011-12-30 18:26:48 - TARGET=arm TB --- 2011-12-30 18:26:48 - TARGET_ARCH=arm TB --- 2011-12-30 18:26:48 - TZ=UTC TB --- 2011-12-30 18:26:48 - __MAKE_CONF=/dev/null TB --- 2011-12-30 18:26:48 - cd /src TB --- 2011-12-30 18:26:48 - /usr/bin/make -B buildkernel KERNCONF=GUMSTIX >>> Kernel build for GUMSTIX started on Fri Dec 30 18:26:48 UTC 2011 >>> 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 GUMSTIX completed on Fri Dec 30 18:29:36 UTC 2011 TB --- 2011-12-30 18:29:36 - cd /src/sys/arm/conf TB --- 2011-12-30 18:29:36 - /usr/sbin/config -m HL200 TB --- 2011-12-30 18:29:37 - building HL200 kernel TB --- 2011-12-30 18:29:37 - CROSS_BUILD_TESTING=YES TB --- 2011-12-30 18:29:37 - MAKEOBJDIRPREFIX=/obj TB --- 2011-12-30 18:29:37 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 18:29:37 - SRCCONF=/dev/null TB --- 2011-12-30 18:29:37 - TARGET=arm TB --- 2011-12-30 18:29:37 - TARGET_ARCH=arm TB --- 2011-12-30 18:29:37 - TZ=UTC TB --- 2011-12-30 18:29:37 - __MAKE_CONF=/dev/null TB --- 2011-12-30 18:29:37 - cd /src TB --- 2011-12-30 18:29:37 - /usr/bin/make -B buildkernel KERNCONF=HL200 >>> Kernel build for HL200 started on Fri Dec 30 18:29:37 UTC 2011 >>> 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 HL200 completed on Fri Dec 30 18:32:19 UTC 2011 TB --- 2011-12-30 18:32:19 - cd /src/sys/arm/conf TB --- 2011-12-30 18:32:19 - /usr/sbin/config -m HL201 TB --- 2011-12-30 18:32:19 - building HL201 kernel TB --- 2011-12-30 18:32:19 - CROSS_BUILD_TESTING=YES TB --- 2011-12-30 18:32:19 - MAKEOBJDIRPREFIX=/obj TB --- 2011-12-30 18:32:19 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 18:32:19 - SRCCONF=/dev/null TB --- 2011-12-30 18:32:19 - TARGET=arm TB --- 2011-12-30 18:32:19 - TARGET_ARCH=arm TB --- 2011-12-30 18:32:19 - TZ=UTC TB --- 2011-12-30 18:32:19 - __MAKE_CONF=/dev/null TB --- 2011-12-30 18:32:19 - cd /src TB --- 2011-12-30 18:32:19 - /usr/bin/make -B buildkernel KERNCONF=HL201 >>> Kernel build for HL201 started on Fri Dec 30 18:32:19 UTC 2011 >>> 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 HL201 completed on Fri Dec 30 18:34:34 UTC 2011 TB --- 2011-12-30 18:34:34 - cd /src/sys/arm/conf TB --- 2011-12-30 18:34:34 - /usr/sbin/config -m IQ31244 TB --- 2011-12-30 18:34:34 - building IQ31244 kernel TB --- 2011-12-30 18:34:34 - CROSS_BUILD_TESTING=YES TB --- 2011-12-30 18:34:34 - MAKEOBJDIRPREFIX=/obj TB --- 2011-12-30 18:34:34 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 18:34:34 - SRCCONF=/dev/null TB --- 2011-12-30 18:34:34 - TARGET=arm TB --- 2011-12-30 18:34:34 - TARGET_ARCH=arm TB --- 2011-12-30 18:34:34 - TZ=UTC TB --- 2011-12-30 18:34:34 - __MAKE_CONF=/dev/null TB --- 2011-12-30 18:34:34 - cd /src TB --- 2011-12-30 18:34:34 - /usr/bin/make -B buildkernel KERNCONF=IQ31244 >>> Kernel build for IQ31244 started on Fri Dec 30 18:34:35 UTC 2011 >>> 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 IQ31244 completed on Fri Dec 30 18:37:49 UTC 2011 TB --- 2011-12-30 18:37:49 - cd /src/sys/arm/conf TB --- 2011-12-30 18:37:49 - /usr/sbin/config -m KB920X TB --- 2011-12-30 18:37:49 - building KB920X kernel TB --- 2011-12-30 18:37:49 - CROSS_BUILD_TESTING=YES TB --- 2011-12-30 18:37:49 - MAKEOBJDIRPREFIX=/obj TB --- 2011-12-30 18:37:49 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 18:37:49 - SRCCONF=/dev/null TB --- 2011-12-30 18:37:49 - TARGET=arm TB --- 2011-12-30 18:37:49 - TARGET_ARCH=arm TB --- 2011-12-30 18:37:49 - TZ=UTC TB --- 2011-12-30 18:37:49 - __MAKE_CONF=/dev/null TB --- 2011-12-30 18:37:49 - cd /src TB --- 2011-12-30 18:37:49 - /usr/bin/make -B buildkernel KERNCONF=KB920X >>> Kernel build for KB920X started on Fri Dec 30 18:37:49 UTC 2011 >>> 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 [...] awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h awk -f @/tools/makeobjops.awk @/kern/device_if.m -h echo "#define CFI_SUPPORT_STRATAFLASH 1" > opt_cfi.h rm -f .depend mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -DHAVE_KERNEL_OPTION_HEADERS -I. -I@ -I@/contrib/altq -I/obj/arm.arm/src/sys/KB920X -std=iso9899:1999 /src/sys/modules/cfi/../../dev/cfi/cfi_bus_fdt.c /src/sys/modules/cfi/../../dev/cfi/cfi_bus_ixp4xx.c /src/sys/modules/cfi/../../dev/cfi/cfi_core.c /src/sys/modules/cfi/../../dev/cfi/cfi_dev.c In file included from /src/sys/modules/cfi/../../dev/cfi/cfi_bus_fdt.c:43: @/dev/ofw/ofw_bus.h:36:24: error: ofw_bus_if.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /src/sys/modules/cfi. *** Error code 1 Stop in /src/sys/modules. *** Error code 1 Stop in /obj/arm.arm/src/sys/KB920X. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2011-12-30 18:38:43 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-12-30 18:38:43 - ERROR: failed to build KB920X kernel TB --- 2011-12-30 18:38:43 - 4426.73 user 1081.31 system 5922.80 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-arm@FreeBSD.ORG Fri Dec 30 19:50:44 2011 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F39D8106564A; Fri, 30 Dec 2011 19:50:43 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-tul01m020-f182.google.com (mail-tul01m020-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id B180A8FC12; Fri, 30 Dec 2011 19:50:43 +0000 (UTC) Received: by obbwd18 with SMTP id wd18so15961044obb.13 for ; Fri, 30 Dec 2011 11:50:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=GFeoDnfLdBafs/QAsc4cv1OTw6G6QVb4DEPhc02v54U=; b=aMkzdQO5SafnfSq33bEjESye3FLc91/POnSmOXqEo2EroQ8blmw5Md1CdbRVIsi8+j S8vSEoqFRswN1p0su1uOgG78GRr7F01j9+BPRe5T1l763QKyPPbnbRHtZKwi4i5A47Y1 7y+hJeLrGrymKHzUc2/nC9RqfY2n52oLz9Apo= MIME-Version: 1.0 Received: by 10.182.159.70 with SMTP id xa6mr35068825obb.1.1325273190795; Fri, 30 Dec 2011 11:26:30 -0800 (PST) Received: by 10.182.152.6 with HTTP; Fri, 30 Dec 2011 11:26:30 -0800 (PST) In-Reply-To: <201112301838.pBUIciP0023599@freebsd-current.sentex.ca> References: <201112301838.pBUIciP0023599@freebsd-current.sentex.ca> Date: Fri, 30 Dec 2011 11:26:30 -0800 Message-ID: From: Garrett Cooper To: Marcel Moolenaar Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: arm@freebsd.org Subject: Fwd: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2011 19:50:44 -0000 Hi Marcel, It looks like r228981 broke the ARM tinderbox. Thanks, -Garrett ---------- Forwarded message ---------- From: FreeBSD Tinderbox Date: Fri, Dec 30, 2011 at 10:38 AM Subject: [head tinderbox] failure on arm/arm To: FreeBSD Tinderbox , current@freebsd.org, arm@freebsd.org TB --- 2011-12-30 17:00:01 - tinderbox 2.8 running on freebsd-current.sente= x.ca TB --- 2011-12-30 17:00:01 - starting HEAD tinderbox run for arm/arm TB --- 2011-12-30 17:00:01 - cleaning the object tree TB --- 2011-12-30 17:00:25 - cvsupping the source tree TB --- 2011-12-30 17:00:25 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/arm/arm/supfile TB --- 2011-12-30 17:00:43 - building world TB --- 2011-12-30 17:00:43 - CROSS_BUILD_TESTING=3DYES TB --- 2011-12-30 17:00:43 - MAKEOBJDIRPREFIX=3D/obj TB --- 2011-12-30 17:00:43 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 17:00:43 - SRCCONF=3D/dev/null TB --- 2011-12-30 17:00:43 - TARGET=3Darm TB --- 2011-12-30 17:00:43 - TARGET_ARCH=3Darm TB --- 2011-12-30 17:00:43 - TZ=3DUTC TB --- 2011-12-30 17:00:43 - __MAKE_CONF=3D/dev/null TB --- 2011-12-30 17:00:43 - cd /src TB --- 2011-12-30 17:00:43 - /usr/bin/make -B buildworld >>> World build started on Fri Dec 30 17:00:45 UTC 2011 >>> 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 >>> World build completed on Fri Dec 30 17:57:38 UTC 2011 TB --- 2011-12-30 17:57:38 - cd /src/sys/arm/conf TB --- 2011-12-30 17:57:38 - /usr/sbin/config -m AVILA TB --- 2011-12-30 17:57:38 - building AVILA kernel TB --- 2011-12-30 17:57:38 - CROSS_BUILD_TESTING=3DYES TB --- 2011-12-30 17:57:38 - MAKEOBJDIRPREFIX=3D/obj TB --- 2011-12-30 17:57:38 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 17:57:38 - SRCCONF=3D/dev/null TB --- 2011-12-30 17:57:38 - TARGET=3Darm TB --- 2011-12-30 17:57:38 - TARGET_ARCH=3Darm TB --- 2011-12-30 17:57:38 - TZ=3DUTC TB --- 2011-12-30 17:57:38 - __MAKE_CONF=3D/dev/null TB --- 2011-12-30 17:57:38 - cd /src TB --- 2011-12-30 17:57:38 - /usr/bin/make -B buildkernel KERNCONF=3DAVILA >>> Kernel build for AVILA started on Fri Dec 30 17:57:38 UTC 2011 >>> 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 AVILA completed on Fri Dec 30 18:00:46 UTC 2011 TB --- 2011-12-30 18:00:46 - cd /src/sys/arm/conf TB --- 2011-12-30 18:00:46 - /usr/sbin/config -m BWCT TB --- 2011-12-30 18:00:46 - building BWCT kernel TB --- 2011-12-30 18:00:46 - CROSS_BUILD_TESTING=3DYES TB --- 2011-12-30 18:00:46 - MAKEOBJDIRPREFIX=3D/obj TB --- 2011-12-30 18:00:46 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 18:00:46 - SRCCONF=3D/dev/null TB --- 2011-12-30 18:00:46 - TARGET=3Darm TB --- 2011-12-30 18:00:46 - TARGET_ARCH=3Darm TB --- 2011-12-30 18:00:46 - TZ=3DUTC TB --- 2011-12-30 18:00:46 - __MAKE_CONF=3D/dev/null TB --- 2011-12-30 18:00:46 - cd /src TB --- 2011-12-30 18:00:46 - /usr/bin/make -B buildkernel KERNCONF=3DBWCT >>> Kernel build for BWCT started on Fri Dec 30 18:00:46 UTC 2011 >>> 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 BWCT completed on Fri Dec 30 18:03:23 UTC 2011 TB --- 2011-12-30 18:03:23 - cd /src/sys/arm/conf TB --- 2011-12-30 18:03:23 - /usr/sbin/config -m CAMBRIA TB --- 2011-12-30 18:03:23 - building CAMBRIA kernel TB --- 2011-12-30 18:03:23 - CROSS_BUILD_TESTING=3DYES TB --- 2011-12-30 18:03:23 - MAKEOBJDIRPREFIX=3D/obj TB --- 2011-12-30 18:03:23 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 18:03:23 - SRCCONF=3D/dev/null TB --- 2011-12-30 18:03:23 - TARGET=3Darm TB --- 2011-12-30 18:03:23 - TARGET_ARCH=3Darm TB --- 2011-12-30 18:03:23 - TZ=3DUTC TB --- 2011-12-30 18:03:23 - __MAKE_CONF=3D/dev/null TB --- 2011-12-30 18:03:23 - cd /src TB --- 2011-12-30 18:03:23 - /usr/bin/make -B buildkernel KERNCONF=3DCAMBRI= A >>> Kernel build for CAMBRIA started on Fri Dec 30 18:03:23 UTC 2011 >>> 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 CAMBRIA completed on Fri Dec 30 18:06:19 UTC 2011 TB --- 2011-12-30 18:06:19 - cd /src/sys/arm/conf TB --- 2011-12-30 18:06:19 - /usr/sbin/config -m CNS11XXNAS TB --- 2011-12-30 18:06:19 - building CNS11XXNAS kernel TB --- 2011-12-30 18:06:19 - CROSS_BUILD_TESTING=3DYES TB --- 2011-12-30 18:06:19 - MAKEOBJDIRPREFIX=3D/obj TB --- 2011-12-30 18:06:19 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 18:06:19 - SRCCONF=3D/dev/null TB --- 2011-12-30 18:06:19 - TARGET=3Darm TB --- 2011-12-30 18:06:19 - TARGET_ARCH=3Darm TB --- 2011-12-30 18:06:19 - TZ=3DUTC TB --- 2011-12-30 18:06:19 - __MAKE_CONF=3D/dev/null TB --- 2011-12-30 18:06:19 - cd /src TB --- 2011-12-30 18:06:19 - /usr/bin/make -B buildkernel KERNCONF=3DCNS11X= XNAS >>> Kernel build for CNS11XXNAS started on Fri Dec 30 18:06:19 UTC 2011 >>> 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 CNS11XXNAS completed on Fri Dec 30 18:08:52 UTC 2011 TB --- 2011-12-30 18:08:52 - cd /src/sys/arm/conf TB --- 2011-12-30 18:08:52 - /usr/sbin/config -m CRB TB --- 2011-12-30 18:08:52 - building CRB kernel TB --- 2011-12-30 18:08:52 - CROSS_BUILD_TESTING=3DYES TB --- 2011-12-30 18:08:52 - MAKEOBJDIRPREFIX=3D/obj TB --- 2011-12-30 18:08:52 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 18:08:52 - SRCCONF=3D/dev/null TB --- 2011-12-30 18:08:52 - TARGET=3Darm TB --- 2011-12-30 18:08:52 - TARGET_ARCH=3Darm TB --- 2011-12-30 18:08:52 - TZ=3DUTC TB --- 2011-12-30 18:08:52 - __MAKE_CONF=3D/dev/null TB --- 2011-12-30 18:08:52 - cd /src TB --- 2011-12-30 18:08:52 - /usr/bin/make -B buildkernel KERNCONF=3DCRB >>> Kernel build for CRB started on Fri Dec 30 18:08:52 UTC 2011 >>> 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 CRB completed on Fri Dec 30 18:12:46 UTC 2011 TB --- 2011-12-30 18:12:46 - cd /src/sys/arm/conf TB --- 2011-12-30 18:12:46 - /usr/sbin/config -m DB-78XXX TB --- 2011-12-30 18:12:46 - building DB-78XXX kernel TB --- 2011-12-30 18:12:46 - CROSS_BUILD_TESTING=3DYES TB --- 2011-12-30 18:12:46 - MAKEOBJDIRPREFIX=3D/obj TB --- 2011-12-30 18:12:46 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 18:12:46 - SRCCONF=3D/dev/null TB --- 2011-12-30 18:12:46 - TARGET=3Darm TB --- 2011-12-30 18:12:46 - TARGET_ARCH=3Darm TB --- 2011-12-30 18:12:46 - TZ=3DUTC TB --- 2011-12-30 18:12:46 - __MAKE_CONF=3D/dev/null TB --- 2011-12-30 18:12:46 - cd /src TB --- 2011-12-30 18:12:46 - /usr/bin/make -B buildkernel KERNCONF=3DDB-78X= XX >>> Kernel build for DB-78XXX started on Fri Dec 30 18:12:46 UTC 2011 >>> 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 DB-78XXX completed on Fri Dec 30 18:15:27 UTC 2011 TB --- 2011-12-30 18:15:27 - cd /src/sys/arm/conf TB --- 2011-12-30 18:15:27 - /usr/sbin/config -m DB-88F5XXX TB --- 2011-12-30 18:15:27 - building DB-88F5XXX kernel TB --- 2011-12-30 18:15:27 - CROSS_BUILD_TESTING=3DYES TB --- 2011-12-30 18:15:27 - MAKEOBJDIRPREFIX=3D/obj TB --- 2011-12-30 18:15:27 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 18:15:27 - SRCCONF=3D/dev/null TB --- 2011-12-30 18:15:27 - TARGET=3Darm TB --- 2011-12-30 18:15:27 - TARGET_ARCH=3Darm TB --- 2011-12-30 18:15:27 - TZ=3DUTC TB --- 2011-12-30 18:15:27 - __MAKE_CONF=3D/dev/null TB --- 2011-12-30 18:15:27 - cd /src TB --- 2011-12-30 18:15:27 - /usr/bin/make -B buildkernel KERNCONF=3DDB-88F= 5XXX >>> Kernel build for DB-88F5XXX started on Fri Dec 30 18:15:27 UTC 2011 >>> 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 DB-88F5XXX completed on Fri Dec 30 18:18:05 UTC 2011 TB --- 2011-12-30 18:18:05 - cd /src/sys/arm/conf TB --- 2011-12-30 18:18:05 - /usr/sbin/config -m DB-88F6XXX TB --- 2011-12-30 18:18:05 - building DB-88F6XXX kernel TB --- 2011-12-30 18:18:05 - CROSS_BUILD_TESTING=3DYES TB --- 2011-12-30 18:18:05 - MAKEOBJDIRPREFIX=3D/obj TB --- 2011-12-30 18:18:05 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 18:18:05 - SRCCONF=3D/dev/null TB --- 2011-12-30 18:18:05 - TARGET=3Darm TB --- 2011-12-30 18:18:05 - TARGET_ARCH=3Darm TB --- 2011-12-30 18:18:05 - TZ=3DUTC TB --- 2011-12-30 18:18:05 - __MAKE_CONF=3D/dev/null TB --- 2011-12-30 18:18:05 - cd /src TB --- 2011-12-30 18:18:05 - /usr/bin/make -B buildkernel KERNCONF=3DDB-88F= 6XXX >>> Kernel build for DB-88F6XXX started on Fri Dec 30 18:18:05 UTC 2011 >>> 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 DB-88F6XXX completed on Fri Dec 30 18:21:19 UTC 2011 TB --- 2011-12-30 18:21:19 - cd /src/sys/arm/conf TB --- 2011-12-30 18:21:19 - /usr/sbin/config -m DOCKSTAR TB --- 2011-12-30 18:21:19 - building DOCKSTAR kernel TB --- 2011-12-30 18:21:19 - CROSS_BUILD_TESTING=3DYES TB --- 2011-12-30 18:21:19 - MAKEOBJDIRPREFIX=3D/obj TB --- 2011-12-30 18:21:19 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 18:21:19 - SRCCONF=3D/dev/null TB --- 2011-12-30 18:21:19 - TARGET=3Darm TB --- 2011-12-30 18:21:19 - TARGET_ARCH=3Darm TB --- 2011-12-30 18:21:19 - TZ=3DUTC TB --- 2011-12-30 18:21:19 - __MAKE_CONF=3D/dev/null TB --- 2011-12-30 18:21:19 - cd /src TB --- 2011-12-30 18:21:19 - /usr/bin/make -B buildkernel KERNCONF=3DDOCKST= AR >>> Kernel build for DOCKSTAR started on Fri Dec 30 18:21:19 UTC 2011 >>> 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 DOCKSTAR completed on Fri Dec 30 18:23:54 UTC 2011 TB --- 2011-12-30 18:23:54 - cd /src/sys/arm/conf TB --- 2011-12-30 18:23:54 - /usr/sbin/config -m EP80219 TB --- 2011-12-30 18:23:54 - building EP80219 kernel TB --- 2011-12-30 18:23:54 - CROSS_BUILD_TESTING=3DYES TB --- 2011-12-30 18:23:54 - MAKEOBJDIRPREFIX=3D/obj TB --- 2011-12-30 18:23:54 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 18:23:54 - SRCCONF=3D/dev/null TB --- 2011-12-30 18:23:54 - TARGET=3Darm TB --- 2011-12-30 18:23:54 - TARGET_ARCH=3Darm TB --- 2011-12-30 18:23:54 - TZ=3DUTC TB --- 2011-12-30 18:23:54 - __MAKE_CONF=3D/dev/null TB --- 2011-12-30 18:23:54 - cd /src TB --- 2011-12-30 18:23:54 - /usr/bin/make -B buildkernel KERNCONF=3DEP8021= 9 >>> Kernel build for EP80219 started on Fri Dec 30 18:23:54 UTC 2011 >>> 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 EP80219 completed on Fri Dec 30 18:26:48 UTC 2011 TB --- 2011-12-30 18:26:48 - WARNING: no kernel config for GENERIC TB --- 2011-12-30 18:26:48 - cd /src/sys/arm/conf TB --- 2011-12-30 18:26:48 - /usr/sbin/config -m GUMSTIX TB --- 2011-12-30 18:26:48 - building GUMSTIX kernel TB --- 2011-12-30 18:26:48 - CROSS_BUILD_TESTING=3DYES TB --- 2011-12-30 18:26:48 - MAKEOBJDIRPREFIX=3D/obj TB --- 2011-12-30 18:26:48 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 18:26:48 - SRCCONF=3D/dev/null TB --- 2011-12-30 18:26:48 - TARGET=3Darm TB --- 2011-12-30 18:26:48 - TARGET_ARCH=3Darm TB --- 2011-12-30 18:26:48 - TZ=3DUTC TB --- 2011-12-30 18:26:48 - __MAKE_CONF=3D/dev/null TB --- 2011-12-30 18:26:48 - cd /src TB --- 2011-12-30 18:26:48 - /usr/bin/make -B buildkernel KERNCONF=3DGUMSTI= X >>> Kernel build for GUMSTIX started on Fri Dec 30 18:26:48 UTC 2011 >>> 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 GUMSTIX completed on Fri Dec 30 18:29:36 UTC 2011 TB --- 2011-12-30 18:29:36 - cd /src/sys/arm/conf TB --- 2011-12-30 18:29:36 - /usr/sbin/config -m HL200 TB --- 2011-12-30 18:29:37 - building HL200 kernel TB --- 2011-12-30 18:29:37 - CROSS_BUILD_TESTING=3DYES TB --- 2011-12-30 18:29:37 - MAKEOBJDIRPREFIX=3D/obj TB --- 2011-12-30 18:29:37 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 18:29:37 - SRCCONF=3D/dev/null TB --- 2011-12-30 18:29:37 - TARGET=3Darm TB --- 2011-12-30 18:29:37 - TARGET_ARCH=3Darm TB --- 2011-12-30 18:29:37 - TZ=3DUTC TB --- 2011-12-30 18:29:37 - __MAKE_CONF=3D/dev/null TB --- 2011-12-30 18:29:37 - cd /src TB --- 2011-12-30 18:29:37 - /usr/bin/make -B buildkernel KERNCONF=3DHL200 >>> Kernel build for HL200 started on Fri Dec 30 18:29:37 UTC 2011 >>> 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 HL200 completed on Fri Dec 30 18:32:19 UTC 2011 TB --- 2011-12-30 18:32:19 - cd /src/sys/arm/conf TB --- 2011-12-30 18:32:19 - /usr/sbin/config -m HL201 TB --- 2011-12-30 18:32:19 - building HL201 kernel TB --- 2011-12-30 18:32:19 - CROSS_BUILD_TESTING=3DYES TB --- 2011-12-30 18:32:19 - MAKEOBJDIRPREFIX=3D/obj TB --- 2011-12-30 18:32:19 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 18:32:19 - SRCCONF=3D/dev/null TB --- 2011-12-30 18:32:19 - TARGET=3Darm TB --- 2011-12-30 18:32:19 - TARGET_ARCH=3Darm TB --- 2011-12-30 18:32:19 - TZ=3DUTC TB --- 2011-12-30 18:32:19 - __MAKE_CONF=3D/dev/null TB --- 2011-12-30 18:32:19 - cd /src TB --- 2011-12-30 18:32:19 - /usr/bin/make -B buildkernel KERNCONF=3DHL201 >>> Kernel build for HL201 started on Fri Dec 30 18:32:19 UTC 2011 >>> 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 HL201 completed on Fri Dec 30 18:34:34 UTC 2011 TB --- 2011-12-30 18:34:34 - cd /src/sys/arm/conf TB --- 2011-12-30 18:34:34 - /usr/sbin/config -m IQ31244 TB --- 2011-12-30 18:34:34 - building IQ31244 kernel TB --- 2011-12-30 18:34:34 - CROSS_BUILD_TESTING=3DYES TB --- 2011-12-30 18:34:34 - MAKEOBJDIRPREFIX=3D/obj TB --- 2011-12-30 18:34:34 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 18:34:34 - SRCCONF=3D/dev/null TB --- 2011-12-30 18:34:34 - TARGET=3Darm TB --- 2011-12-30 18:34:34 - TARGET_ARCH=3Darm TB --- 2011-12-30 18:34:34 - TZ=3DUTC TB --- 2011-12-30 18:34:34 - __MAKE_CONF=3D/dev/null TB --- 2011-12-30 18:34:34 - cd /src TB --- 2011-12-30 18:34:34 - /usr/bin/make -B buildkernel KERNCONF=3DIQ3124= 4 >>> Kernel build for IQ31244 started on Fri Dec 30 18:34:35 UTC 2011 >>> 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 IQ31244 completed on Fri Dec 30 18:37:49 UTC 2011 TB --- 2011-12-30 18:37:49 - cd /src/sys/arm/conf TB --- 2011-12-30 18:37:49 - /usr/sbin/config -m KB920X TB --- 2011-12-30 18:37:49 - building KB920X kernel TB --- 2011-12-30 18:37:49 - CROSS_BUILD_TESTING=3DYES TB --- 2011-12-30 18:37:49 - MAKEOBJDIRPREFIX=3D/obj TB --- 2011-12-30 18:37:49 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-12-30 18:37:49 - SRCCONF=3D/dev/null TB --- 2011-12-30 18:37:49 - TARGET=3Darm TB --- 2011-12-30 18:37:49 - TARGET_ARCH=3Darm TB --- 2011-12-30 18:37:49 - TZ=3DUTC TB --- 2011-12-30 18:37:49 - __MAKE_CONF=3D/dev/null TB --- 2011-12-30 18:37:49 - cd /src TB --- 2011-12-30 18:37:49 - /usr/bin/make -B buildkernel KERNCONF=3DKB920X >>> Kernel build for KB920X started on Fri Dec 30 18:37:49 UTC 2011 >>> 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 [...] awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h awk -f @/tools/makeobjops.awk @/kern/device_if.m -h echo "#define CFI_SUPPORT_STRATAFLASH 1" > opt_cfi.h rm -f .depend mkdep -f .depend -a =A0 -nostdinc -D_KERNEL -DKLD_MODULE -DHAVE_KERNEL_OPTION_HEADERS -I. -I@ -I@/contrib/altq -I/obj/arm.arm/src/sys/KB920X -std=3Diso9899:1999 /src/sys/modules/cfi/../../dev/cfi/cfi_bus_fdt.c /src/sys/modules/cfi/../../dev/cfi/cfi_bus_ixp4xx.c /src/sys/modules/cfi/../../dev/cfi/cfi_core.c /src/sys/modules/cfi/../../dev/cfi/cfi_dev.c In file included from /src/sys/modules/cfi/../../dev/cfi/cfi_bus_fdt.c:43: @/dev/ofw/ofw_bus.h:36:24: error: ofw_bus_if.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /src/sys/modules/cfi. *** Error code 1 Stop in /src/sys/modules. *** Error code 1 Stop in /obj/arm.arm/src/sys/KB920X. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2011-12-30 18:38:43 - WARNING: /usr/bin/make returned exit code =A01 TB --- 2011-12-30 18:38:43 - ERROR: failed to build KB920X kernel TB --- 2011-12-30 18:38:43 - 4426.73 user 1081.31 system 5922.80 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-arm-arm.full _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" From owner-freebsd-arm@FreeBSD.ORG Fri Dec 30 22:18:09 2011 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4AF0B106564A for ; Fri, 30 Dec 2011 22:18:09 +0000 (UTC) (envelope-from marcel@xcllnt.net) Received: from mail.xcllnt.net (mail.xcllnt.net [70.36.220.4]) by mx1.freebsd.org (Postfix) with ESMTP id E97068FC19 for ; Fri, 30 Dec 2011 22:18:08 +0000 (UTC) Received: from sa-nc-ipg-172-23-0-161.static.jnpr.net (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by mail.xcllnt.net (8.14.5/8.14.5) with ESMTP id pBULo9wd058541 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Fri, 30 Dec 2011 13:50:15 -0800 (PST) (envelope-from marcel@xcllnt.net) Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=iso-8859-1 From: Marcel Moolenaar In-Reply-To: Date: Fri, 30 Dec 2011 13:50:07 -0800 Content-Transfer-Encoding: 7bit Message-Id: References: <201112301838.pBUIciP0023599@freebsd-current.sentex.ca> To: Garrett Cooper X-Mailer: Apple Mail (2.1251.1) Cc: arm@freebsd.org Subject: Re: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2011 22:18:09 -0000 On Dec 30, 2011, at 11:26 AM, Garrett Cooper wrote: > Hi Marcel, > It looks like r228981 broke the ARM tinderbox. Thanks for pointing it out. I'm double-checking my fix now... -- Marcel Moolenaar marcel@xcllnt.net