From owner-freebsd-arm@FreeBSD.ORG Mon Nov 14 11:07:03 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 370DD1065673 for ; Mon, 14 Nov 2011 11:07:03 +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 25DFD8FC22 for ; Mon, 14 Nov 2011 11:07:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id pAEB73cv083453 for ; Mon, 14 Nov 2011 11:07:03 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id pAEB72UD083451 for freebsd-arm@FreeBSD.org; Mon, 14 Nov 2011 11:07:02 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 14 Nov 2011 11:07:02 GMT Message-Id: <201111141107.pAEB72UD083451@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, 14 Nov 2011 11:07:03 -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 p arm/161128 arm gcc 4.2.1 ARM produces bad code with -fstack-protector 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 17 problems total. From owner-freebsd-arm@FreeBSD.ORG Wed Nov 16 14:40:12 2011 Return-Path: Delivered-To: freebsd-arm@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA5DC10656D8 for ; Wed, 16 Nov 2011 14:40:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0C66A8FC14 for ; Wed, 16 Nov 2011 14:40:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id pAGEe9EQ019502 for ; Wed, 16 Nov 2011 14:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id pAGEe9QU019501; Wed, 16 Nov 2011 14:40:09 GMT (envelope-from gnats) Date: Wed, 16 Nov 2011 14:40:09 GMT Message-Id: <201111161440.pAGEe9QU019501@freefall.freebsd.org> To: freebsd-arm@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: arm/161128: commit references a PR X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Nov 2011 14:40:12 -0000 The following reply was made to PR arm/161128; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: arm/161128: commit references a PR Date: Wed, 16 Nov 2011 14:33:41 +0000 (UTC) Author: fabient Date: Wed Nov 16 14:33:30 2011 New Revision: 227551 URL: http://svn.freebsd.org/changeset/base/227551 Log: MFC r227391: Import gcc fix for -fstack-protector that produces segfaulting binaries on arm/armel. Related gcc bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35965 Author kindly accepted that all of his patches can be use as GPLv2. PR: 161128 Modified: stable/8/contrib/gcc/config/arm/arm.c Directory Properties: stable/8/contrib/gcc/ (props changed) Modified: stable/8/contrib/gcc/config/arm/arm.c ============================================================================== --- stable/8/contrib/gcc/config/arm/arm.c Wed Nov 16 10:11:55 2011 (r227550) +++ stable/8/contrib/gcc/config/arm/arm.c Wed Nov 16 14:33:30 2011 (r227551) @@ -3217,7 +3217,8 @@ legitimize_pic_address (rtx orig, enum m gcc_assert (!no_new_pseudos); if (arm_pic_register != INVALID_REGNUM) { - cfun->machine->pic_reg = gen_rtx_REG (Pmode, arm_pic_register); + if (!cfun->machine->pic_reg) + cfun->machine->pic_reg = gen_rtx_REG (Pmode, arm_pic_register); /* Play games to avoid marking the function as needing pic if we are being called as part of the cost-estimation @@ -3229,7 +3230,8 @@ legitimize_pic_address (rtx orig, enum m { rtx seq; - cfun->machine->pic_reg = gen_reg_rtx (Pmode); + if (!cfun->machine->pic_reg) + cfun->machine->pic_reg = gen_reg_rtx (Pmode); /* Play games to avoid marking the function as needing pic if we are being called as part of the cost-estimation _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" From owner-freebsd-arm@FreeBSD.ORG Wed Nov 16 14:40:21 2011 Return-Path: Delivered-To: freebsd-arm@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFD8B1065673 for ; Wed, 16 Nov 2011 14:40:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C2A108FC15 for ; Wed, 16 Nov 2011 14:40:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id pAGEeBgN019510 for ; Wed, 16 Nov 2011 14:40:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id pAGEeBW5019509; Wed, 16 Nov 2011 14:40:11 GMT (envelope-from gnats) Date: Wed, 16 Nov 2011 14:40:11 GMT Message-Id: <201111161440.pAGEeBW5019509@freefall.freebsd.org> To: freebsd-arm@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: arm/161128: commit references a PR X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Nov 2011 14:40:22 -0000 The following reply was made to PR arm/161128; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: arm/161128: commit references a PR Date: Wed, 16 Nov 2011 14:38:02 +0000 (UTC) Author: fabient Date: Wed Nov 16 14:37:47 2011 New Revision: 227552 URL: http://svn.freebsd.org/changeset/base/227552 Log: MFC r227391: Import gcc fix for -fstack-protector that produces segfaulting binaries on arm/armel. Related gcc bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35965 Author kindly accepted that all of his patches can be use as GPLv2. PR: 161128 Modified: stable/7/contrib/gcc/config/arm/arm.c Directory Properties: stable/7/contrib/gcc/ (props changed) Modified: stable/7/contrib/gcc/config/arm/arm.c ============================================================================== --- stable/7/contrib/gcc/config/arm/arm.c Wed Nov 16 14:33:30 2011 (r227551) +++ stable/7/contrib/gcc/config/arm/arm.c Wed Nov 16 14:37:47 2011 (r227552) @@ -3217,7 +3217,8 @@ legitimize_pic_address (rtx orig, enum m gcc_assert (!no_new_pseudos); if (arm_pic_register != INVALID_REGNUM) { - cfun->machine->pic_reg = gen_rtx_REG (Pmode, arm_pic_register); + if (!cfun->machine->pic_reg) + cfun->machine->pic_reg = gen_rtx_REG (Pmode, arm_pic_register); /* Play games to avoid marking the function as needing pic if we are being called as part of the cost-estimation @@ -3229,7 +3230,8 @@ legitimize_pic_address (rtx orig, enum m { rtx seq; - cfun->machine->pic_reg = gen_reg_rtx (Pmode); + if (!cfun->machine->pic_reg) + cfun->machine->pic_reg = gen_reg_rtx (Pmode); /* Play games to avoid marking the function as needing pic if we are being called as part of the cost-estimation _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" From owner-freebsd-arm@FreeBSD.ORG Wed Nov 16 22:33:51 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 782B1106564A; Wed, 16 Nov 2011 22:33:51 +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 2B95D8FC12; Wed, 16 Nov 2011 22:33:51 +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 pAGMXovv058284; Wed, 16 Nov 2011 17:33:50 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.4/Submit) id pAGMXoCC058267; Wed, 16 Nov 2011 22:33:50 GMT (envelope-from tinderbox@freebsd.org) Date: Wed, 16 Nov 2011 22:33:50 GMT Message-Id: <201111162233.pAGMXoCC058267@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: Wed, 16 Nov 2011 22:33:51 -0000 TB --- 2011-11-16 20:50:01 - tinderbox 2.8 running on freebsd-current.sentex.ca TB --- 2011-11-16 20:50:01 - starting HEAD tinderbox run for arm/arm TB --- 2011-11-16 20:50:01 - cleaning the object tree TB --- 2011-11-16 20:50:27 - cvsupping the source tree TB --- 2011-11-16 20:50:27 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/arm/arm/supfile TB --- 2011-11-16 20:50:52 - building world TB --- 2011-11-16 20:50:52 - CROSS_BUILD_TESTING=YES TB --- 2011-11-16 20:50:52 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-16 20:50:52 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-16 20:50:52 - SRCCONF=/dev/null TB --- 2011-11-16 20:50:52 - TARGET=arm TB --- 2011-11-16 20:50:52 - TARGET_ARCH=arm TB --- 2011-11-16 20:50:52 - TZ=UTC TB --- 2011-11-16 20:50:52 - __MAKE_CONF=/dev/null TB --- 2011-11-16 20:50:52 - cd /src TB --- 2011-11-16 20:50:52 - /usr/bin/make -B buildworld >>> World build started on Wed Nov 16 20:50:52 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 Wed Nov 16 21:45:02 UTC 2011 TB --- 2011-11-16 21:45:02 - cd /src/sys/arm/conf TB --- 2011-11-16 21:45:02 - /usr/sbin/config -m AVILA TB --- 2011-11-16 21:45:02 - building AVILA kernel TB --- 2011-11-16 21:45:02 - CROSS_BUILD_TESTING=YES TB --- 2011-11-16 21:45:02 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-16 21:45:02 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-16 21:45:02 - SRCCONF=/dev/null TB --- 2011-11-16 21:45:02 - TARGET=arm TB --- 2011-11-16 21:45:02 - TARGET_ARCH=arm TB --- 2011-11-16 21:45:02 - TZ=UTC TB --- 2011-11-16 21:45:02 - __MAKE_CONF=/dev/null TB --- 2011-11-16 21:45:02 - cd /src TB --- 2011-11-16 21:45:02 - /usr/bin/make -B buildkernel KERNCONF=AVILA >>> Kernel build for AVILA started on Wed Nov 16 21:45:03 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 Wed Nov 16 21:48:33 UTC 2011 TB --- 2011-11-16 21:48:33 - cd /src/sys/arm/conf TB --- 2011-11-16 21:48:33 - /usr/sbin/config -m BWCT TB --- 2011-11-16 21:48:33 - building BWCT kernel TB --- 2011-11-16 21:48:33 - CROSS_BUILD_TESTING=YES TB --- 2011-11-16 21:48:33 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-16 21:48:33 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-16 21:48:33 - SRCCONF=/dev/null TB --- 2011-11-16 21:48:33 - TARGET=arm TB --- 2011-11-16 21:48:33 - TARGET_ARCH=arm TB --- 2011-11-16 21:48:33 - TZ=UTC TB --- 2011-11-16 21:48:33 - __MAKE_CONF=/dev/null TB --- 2011-11-16 21:48:33 - cd /src TB --- 2011-11-16 21:48:33 - /usr/bin/make -B buildkernel KERNCONF=BWCT >>> Kernel build for BWCT started on Wed Nov 16 21:48:33 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 Wed Nov 16 21:50:40 UTC 2011 TB --- 2011-11-16 21:50:40 - cd /src/sys/arm/conf TB --- 2011-11-16 21:50:40 - /usr/sbin/config -m CAMBRIA TB --- 2011-11-16 21:50:41 - building CAMBRIA kernel TB --- 2011-11-16 21:50:41 - CROSS_BUILD_TESTING=YES TB --- 2011-11-16 21:50:41 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-16 21:50:41 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-16 21:50:41 - SRCCONF=/dev/null TB --- 2011-11-16 21:50:41 - TARGET=arm TB --- 2011-11-16 21:50:41 - TARGET_ARCH=arm TB --- 2011-11-16 21:50:41 - TZ=UTC TB --- 2011-11-16 21:50:41 - __MAKE_CONF=/dev/null TB --- 2011-11-16 21:50:41 - cd /src TB --- 2011-11-16 21:50:41 - /usr/bin/make -B buildkernel KERNCONF=CAMBRIA >>> Kernel build for CAMBRIA started on Wed Nov 16 21:50:41 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 Wed Nov 16 21:53:37 UTC 2011 TB --- 2011-11-16 21:53:37 - cd /src/sys/arm/conf TB --- 2011-11-16 21:53:37 - /usr/sbin/config -m CNS11XXNAS TB --- 2011-11-16 21:53:42 - building CNS11XXNAS kernel TB --- 2011-11-16 21:53:42 - CROSS_BUILD_TESTING=YES TB --- 2011-11-16 21:53:42 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-16 21:53:42 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-16 21:53:42 - SRCCONF=/dev/null TB --- 2011-11-16 21:53:42 - TARGET=arm TB --- 2011-11-16 21:53:42 - TARGET_ARCH=arm TB --- 2011-11-16 21:53:42 - TZ=UTC TB --- 2011-11-16 21:53:42 - __MAKE_CONF=/dev/null TB --- 2011-11-16 21:53:42 - cd /src TB --- 2011-11-16 21:53:42 - /usr/bin/make -B buildkernel KERNCONF=CNS11XXNAS >>> Kernel build for CNS11XXNAS started on Wed Nov 16 21:53:42 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 Wed Nov 16 21:56:09 UTC 2011 TB --- 2011-11-16 21:56:09 - cd /src/sys/arm/conf TB --- 2011-11-16 21:56:09 - /usr/sbin/config -m CRB TB --- 2011-11-16 21:56:09 - building CRB kernel TB --- 2011-11-16 21:56:09 - CROSS_BUILD_TESTING=YES TB --- 2011-11-16 21:56:09 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-16 21:56:09 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-16 21:56:09 - SRCCONF=/dev/null TB --- 2011-11-16 21:56:09 - TARGET=arm TB --- 2011-11-16 21:56:09 - TARGET_ARCH=arm TB --- 2011-11-16 21:56:09 - TZ=UTC TB --- 2011-11-16 21:56:09 - __MAKE_CONF=/dev/null TB --- 2011-11-16 21:56:09 - cd /src TB --- 2011-11-16 21:56:09 - /usr/bin/make -B buildkernel KERNCONF=CRB >>> Kernel build for CRB started on Wed Nov 16 21:56:09 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 Wed Nov 16 21:59:52 UTC 2011 TB --- 2011-11-16 21:59:52 - cd /src/sys/arm/conf TB --- 2011-11-16 21:59:52 - /usr/sbin/config -m DB-78XXX TB --- 2011-11-16 21:59:52 - building DB-78XXX kernel TB --- 2011-11-16 21:59:52 - CROSS_BUILD_TESTING=YES TB --- 2011-11-16 21:59:52 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-16 21:59:52 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-16 21:59:52 - SRCCONF=/dev/null TB --- 2011-11-16 21:59:52 - TARGET=arm TB --- 2011-11-16 21:59:52 - TARGET_ARCH=arm TB --- 2011-11-16 21:59:52 - TZ=UTC TB --- 2011-11-16 21:59:52 - __MAKE_CONF=/dev/null TB --- 2011-11-16 21:59:52 - cd /src TB --- 2011-11-16 21:59:52 - /usr/bin/make -B buildkernel KERNCONF=DB-78XXX >>> Kernel build for DB-78XXX started on Wed Nov 16 21:59: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 DB-78XXX completed on Wed Nov 16 22:02:39 UTC 2011 TB --- 2011-11-16 22:02:39 - cd /src/sys/arm/conf TB --- 2011-11-16 22:02:39 - /usr/sbin/config -m DB-88F5XXX TB --- 2011-11-16 22:02:39 - building DB-88F5XXX kernel TB --- 2011-11-16 22:02:39 - CROSS_BUILD_TESTING=YES TB --- 2011-11-16 22:02:39 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-16 22:02:39 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-16 22:02:39 - SRCCONF=/dev/null TB --- 2011-11-16 22:02:39 - TARGET=arm TB --- 2011-11-16 22:02:39 - TARGET_ARCH=arm TB --- 2011-11-16 22:02:39 - TZ=UTC TB --- 2011-11-16 22:02:39 - __MAKE_CONF=/dev/null TB --- 2011-11-16 22:02:39 - cd /src TB --- 2011-11-16 22:02:39 - /usr/bin/make -B buildkernel KERNCONF=DB-88F5XXX >>> Kernel build for DB-88F5XXX started on Wed Nov 16 22:02:39 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 Wed Nov 16 22:05:19 UTC 2011 TB --- 2011-11-16 22:05:19 - cd /src/sys/arm/conf TB --- 2011-11-16 22:05:19 - /usr/sbin/config -m DB-88F6XXX TB --- 2011-11-16 22:05:19 - building DB-88F6XXX kernel TB --- 2011-11-16 22:05:19 - CROSS_BUILD_TESTING=YES TB --- 2011-11-16 22:05:19 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-16 22:05:19 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-16 22:05:19 - SRCCONF=/dev/null TB --- 2011-11-16 22:05:19 - TARGET=arm TB --- 2011-11-16 22:05:19 - TARGET_ARCH=arm TB --- 2011-11-16 22:05:19 - TZ=UTC TB --- 2011-11-16 22:05:19 - __MAKE_CONF=/dev/null TB --- 2011-11-16 22:05:19 - cd /src TB --- 2011-11-16 22:05:19 - /usr/bin/make -B buildkernel KERNCONF=DB-88F6XXX >>> Kernel build for DB-88F6XXX started on Wed Nov 16 22:05: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 DB-88F6XXX completed on Wed Nov 16 22:07:57 UTC 2011 TB --- 2011-11-16 22:07:57 - cd /src/sys/arm/conf TB --- 2011-11-16 22:07:57 - /usr/sbin/config -m DOCKSTAR TB --- 2011-11-16 22:07:57 - building DOCKSTAR kernel TB --- 2011-11-16 22:07:57 - CROSS_BUILD_TESTING=YES TB --- 2011-11-16 22:07:57 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-16 22:07:57 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-16 22:07:57 - SRCCONF=/dev/null TB --- 2011-11-16 22:07:57 - TARGET=arm TB --- 2011-11-16 22:07:57 - TARGET_ARCH=arm TB --- 2011-11-16 22:07:57 - TZ=UTC TB --- 2011-11-16 22:07:57 - __MAKE_CONF=/dev/null TB --- 2011-11-16 22:07:57 - cd /src TB --- 2011-11-16 22:07:57 - /usr/bin/make -B buildkernel KERNCONF=DOCKSTAR >>> Kernel build for DOCKSTAR started on Wed Nov 16 22:07:57 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 Wed Nov 16 22:10:59 UTC 2011 TB --- 2011-11-16 22:10:59 - cd /src/sys/arm/conf TB --- 2011-11-16 22:10:59 - /usr/sbin/config -m EP80219 TB --- 2011-11-16 22:10:59 - building EP80219 kernel TB --- 2011-11-16 22:10:59 - CROSS_BUILD_TESTING=YES TB --- 2011-11-16 22:10:59 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-16 22:10:59 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-16 22:10:59 - SRCCONF=/dev/null TB --- 2011-11-16 22:10:59 - TARGET=arm TB --- 2011-11-16 22:10:59 - TARGET_ARCH=arm TB --- 2011-11-16 22:10:59 - TZ=UTC TB --- 2011-11-16 22:10:59 - __MAKE_CONF=/dev/null TB --- 2011-11-16 22:10:59 - cd /src TB --- 2011-11-16 22:10:59 - /usr/bin/make -B buildkernel KERNCONF=EP80219 >>> Kernel build for EP80219 started on Wed Nov 16 22:10:59 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 Wed Nov 16 22:13:50 UTC 2011 TB --- 2011-11-16 22:13:51 - WARNING: no kernel config for GENERIC TB --- 2011-11-16 22:13:51 - cd /src/sys/arm/conf TB --- 2011-11-16 22:13:51 - /usr/sbin/config -m GUMSTIX TB --- 2011-11-16 22:13:54 - building GUMSTIX kernel TB --- 2011-11-16 22:13:54 - CROSS_BUILD_TESTING=YES TB --- 2011-11-16 22:13:54 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-16 22:13:54 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-16 22:13:54 - SRCCONF=/dev/null TB --- 2011-11-16 22:13:54 - TARGET=arm TB --- 2011-11-16 22:13:54 - TARGET_ARCH=arm TB --- 2011-11-16 22:13:54 - TZ=UTC TB --- 2011-11-16 22:13:54 - __MAKE_CONF=/dev/null TB --- 2011-11-16 22:13:54 - cd /src TB --- 2011-11-16 22:13:54 - /usr/bin/make -B buildkernel KERNCONF=GUMSTIX >>> Kernel build for GUMSTIX started on Wed Nov 16 22:13: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 GUMSTIX completed on Wed Nov 16 22:16:13 UTC 2011 TB --- 2011-11-16 22:16:13 - cd /src/sys/arm/conf TB --- 2011-11-16 22:16:13 - /usr/sbin/config -m HL200 TB --- 2011-11-16 22:16:13 - building HL200 kernel TB --- 2011-11-16 22:16:13 - CROSS_BUILD_TESTING=YES TB --- 2011-11-16 22:16:13 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-16 22:16:13 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-16 22:16:13 - SRCCONF=/dev/null TB --- 2011-11-16 22:16:13 - TARGET=arm TB --- 2011-11-16 22:16:13 - TARGET_ARCH=arm TB --- 2011-11-16 22:16:13 - TZ=UTC TB --- 2011-11-16 22:16:13 - __MAKE_CONF=/dev/null TB --- 2011-11-16 22:16:13 - cd /src TB --- 2011-11-16 22:16:13 - /usr/bin/make -B buildkernel KERNCONF=HL200 >>> Kernel build for HL200 started on Wed Nov 16 22:16:13 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 Wed Nov 16 22:18:50 UTC 2011 TB --- 2011-11-16 22:18:50 - cd /src/sys/arm/conf TB --- 2011-11-16 22:18:50 - /usr/sbin/config -m HL201 TB --- 2011-11-16 22:18:50 - building HL201 kernel TB --- 2011-11-16 22:18:50 - CROSS_BUILD_TESTING=YES TB --- 2011-11-16 22:18:50 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-16 22:18:50 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-16 22:18:50 - SRCCONF=/dev/null TB --- 2011-11-16 22:18:50 - TARGET=arm TB --- 2011-11-16 22:18:50 - TARGET_ARCH=arm TB --- 2011-11-16 22:18:50 - TZ=UTC TB --- 2011-11-16 22:18:50 - __MAKE_CONF=/dev/null TB --- 2011-11-16 22:18:50 - cd /src TB --- 2011-11-16 22:18:50 - /usr/bin/make -B buildkernel KERNCONF=HL201 >>> Kernel build for HL201 started on Wed Nov 16 22:18:50 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 Wed Nov 16 22:21:38 UTC 2011 TB --- 2011-11-16 22:21:38 - cd /src/sys/arm/conf TB --- 2011-11-16 22:21:38 - /usr/sbin/config -m IQ31244 TB --- 2011-11-16 22:21:40 - building IQ31244 kernel TB --- 2011-11-16 22:21:40 - CROSS_BUILD_TESTING=YES TB --- 2011-11-16 22:21:40 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-16 22:21:40 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-16 22:21:40 - SRCCONF=/dev/null TB --- 2011-11-16 22:21:40 - TARGET=arm TB --- 2011-11-16 22:21:40 - TARGET_ARCH=arm TB --- 2011-11-16 22:21:40 - TZ=UTC TB --- 2011-11-16 22:21:40 - __MAKE_CONF=/dev/null TB --- 2011-11-16 22:21:40 - cd /src TB --- 2011-11-16 22:21:40 - /usr/bin/make -B buildkernel KERNCONF=IQ31244 >>> Kernel build for IQ31244 started on Wed Nov 16 22:21: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 IQ31244 completed on Wed Nov 16 22:24:54 UTC 2011 TB --- 2011-11-16 22:24:54 - cd /src/sys/arm/conf TB --- 2011-11-16 22:24:54 - /usr/sbin/config -m KB920X TB --- 2011-11-16 22:24:54 - building KB920X kernel TB --- 2011-11-16 22:24:54 - CROSS_BUILD_TESTING=YES TB --- 2011-11-16 22:24:54 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-16 22:24:54 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-16 22:24:54 - SRCCONF=/dev/null TB --- 2011-11-16 22:24:54 - TARGET=arm TB --- 2011-11-16 22:24:54 - TARGET_ARCH=arm TB --- 2011-11-16 22:24:54 - TZ=UTC TB --- 2011-11-16 22:24:54 - __MAKE_CONF=/dev/null TB --- 2011-11-16 22:24:54 - cd /src TB --- 2011-11-16 22:24:54 - /usr/bin/make -B buildkernel KERNCONF=KB920X >>> Kernel build for KB920X started on Wed Nov 16 22:24: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 [...] objcopy --only-keep-debug if_sf.ko.debug if_sf.ko.symbols objcopy --strip-debug --add-gnu-debuglink=if_sf.ko.symbols if_sf.ko.debug if_sf.ko ===> sfxge (all) cc -O -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /obj/arm.arm/src/sys/KB920X/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -DDEBUG=1 -I/obj/arm.arm/src/sys/KB920X -mcpu=arm9 -ffreestanding -std=iso9899:1999 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /src/sys/modules/sfxge/../../dev/sfxge/sfxge.c cc -O -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /obj/arm.arm/src/sys/KB920X/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -DDEBUG=1 -I/obj/arm.arm/src/sys/KB920X -mcpu=arm9 -ffreestanding -std=iso9899:1999 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /src/sys/modules/sfxge/../../dev/sfxge/sfxge_dma.c cc1: warnings being treated as errors /src/sys/modules/sfxge/../../dev/sfxge/sfxge_dma.c: In function 'sfxge_dma_alloc': /src/sys/modules/sfxge/../../dev/sfxge/sfxge_dma.c:138: warning: large integer implicitly truncated to unsigned type [-Woverflow] *** Error code 1 Stop in /src/sys/modules/sfxge. *** 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-11-16 22:33:49 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-11-16 22:33:49 - ERROR: failed to build KB920X kernel TB --- 2011-11-16 22:33:49 - 4638.68 user 1145.70 system 6228.78 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-arm@FreeBSD.ORG Thu Nov 17 03:56:16 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 9E94A1065670; Thu, 17 Nov 2011 03:56:16 +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 5ECA08FC13; Thu, 17 Nov 2011 03:56:16 +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 pAH3uFFl033507; Wed, 16 Nov 2011 22:56:15 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.4/Submit) id pAH3uFug033494; Thu, 17 Nov 2011 03:56:15 GMT (envelope-from tinderbox@freebsd.org) Date: Thu, 17 Nov 2011 03:56:15 GMT Message-Id: <201111170356.pAH3uFug033494@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: Thu, 17 Nov 2011 03:56:16 -0000 TB --- 2011-11-17 02:10:00 - tinderbox 2.8 running on freebsd-current.sentex.ca TB --- 2011-11-17 02:10:00 - starting HEAD tinderbox run for arm/arm TB --- 2011-11-17 02:10:00 - cleaning the object tree TB --- 2011-11-17 02:10:21 - cvsupping the source tree TB --- 2011-11-17 02:10:21 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/arm/arm/supfile TB --- 2011-11-17 02:10:36 - building world TB --- 2011-11-17 02:10:36 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 02:10:36 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 02:10:36 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 02:10:36 - SRCCONF=/dev/null TB --- 2011-11-17 02:10:36 - TARGET=arm TB --- 2011-11-17 02:10:36 - TARGET_ARCH=arm TB --- 2011-11-17 02:10:36 - TZ=UTC TB --- 2011-11-17 02:10:36 - __MAKE_CONF=/dev/null TB --- 2011-11-17 02:10:36 - cd /src TB --- 2011-11-17 02:10:36 - /usr/bin/make -B buildworld >>> World build started on Thu Nov 17 02:10:37 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 Thu Nov 17 03:07:09 UTC 2011 TB --- 2011-11-17 03:07:09 - cd /src/sys/arm/conf TB --- 2011-11-17 03:07:09 - /usr/sbin/config -m AVILA TB --- 2011-11-17 03:07:09 - building AVILA kernel TB --- 2011-11-17 03:07:09 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 03:07:09 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 03:07:09 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 03:07:09 - SRCCONF=/dev/null TB --- 2011-11-17 03:07:09 - TARGET=arm TB --- 2011-11-17 03:07:09 - TARGET_ARCH=arm TB --- 2011-11-17 03:07:09 - TZ=UTC TB --- 2011-11-17 03:07:09 - __MAKE_CONF=/dev/null TB --- 2011-11-17 03:07:09 - cd /src TB --- 2011-11-17 03:07:09 - /usr/bin/make -B buildkernel KERNCONF=AVILA >>> Kernel build for AVILA started on Thu Nov 17 03:07:09 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 Thu Nov 17 03:10:09 UTC 2011 TB --- 2011-11-17 03:10:09 - cd /src/sys/arm/conf TB --- 2011-11-17 03:10:09 - /usr/sbin/config -m BWCT TB --- 2011-11-17 03:10:09 - building BWCT kernel TB --- 2011-11-17 03:10:09 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 03:10:09 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 03:10:09 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 03:10:09 - SRCCONF=/dev/null TB --- 2011-11-17 03:10:09 - TARGET=arm TB --- 2011-11-17 03:10:09 - TARGET_ARCH=arm TB --- 2011-11-17 03:10:09 - TZ=UTC TB --- 2011-11-17 03:10:09 - __MAKE_CONF=/dev/null TB --- 2011-11-17 03:10:09 - cd /src TB --- 2011-11-17 03:10:09 - /usr/bin/make -B buildkernel KERNCONF=BWCT >>> Kernel build for BWCT started on Thu Nov 17 03:10:09 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 Thu Nov 17 03:12:16 UTC 2011 TB --- 2011-11-17 03:12:16 - cd /src/sys/arm/conf TB --- 2011-11-17 03:12:16 - /usr/sbin/config -m CAMBRIA TB --- 2011-11-17 03:12:16 - building CAMBRIA kernel TB --- 2011-11-17 03:12:16 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 03:12:16 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 03:12:16 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 03:12:16 - SRCCONF=/dev/null TB --- 2011-11-17 03:12:16 - TARGET=arm TB --- 2011-11-17 03:12:16 - TARGET_ARCH=arm TB --- 2011-11-17 03:12:16 - TZ=UTC TB --- 2011-11-17 03:12:16 - __MAKE_CONF=/dev/null TB --- 2011-11-17 03:12:16 - cd /src TB --- 2011-11-17 03:12:16 - /usr/bin/make -B buildkernel KERNCONF=CAMBRIA >>> Kernel build for CAMBRIA started on Thu Nov 17 03:12:16 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 Thu Nov 17 03:15:42 UTC 2011 TB --- 2011-11-17 03:15:42 - cd /src/sys/arm/conf TB --- 2011-11-17 03:15:42 - /usr/sbin/config -m CNS11XXNAS TB --- 2011-11-17 03:15:43 - building CNS11XXNAS kernel TB --- 2011-11-17 03:15:43 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 03:15:43 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 03:15:43 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 03:15:43 - SRCCONF=/dev/null TB --- 2011-11-17 03:15:43 - TARGET=arm TB --- 2011-11-17 03:15:43 - TARGET_ARCH=arm TB --- 2011-11-17 03:15:43 - TZ=UTC TB --- 2011-11-17 03:15:43 - __MAKE_CONF=/dev/null TB --- 2011-11-17 03:15:43 - cd /src TB --- 2011-11-17 03:15:43 - /usr/bin/make -B buildkernel KERNCONF=CNS11XXNAS >>> Kernel build for CNS11XXNAS started on Thu Nov 17 03:15:43 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 Thu Nov 17 03:18:13 UTC 2011 TB --- 2011-11-17 03:18:13 - cd /src/sys/arm/conf TB --- 2011-11-17 03:18:13 - /usr/sbin/config -m CRB TB --- 2011-11-17 03:18:13 - building CRB kernel TB --- 2011-11-17 03:18:13 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 03:18:13 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 03:18:13 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 03:18:13 - SRCCONF=/dev/null TB --- 2011-11-17 03:18:13 - TARGET=arm TB --- 2011-11-17 03:18:13 - TARGET_ARCH=arm TB --- 2011-11-17 03:18:13 - TZ=UTC TB --- 2011-11-17 03:18:13 - __MAKE_CONF=/dev/null TB --- 2011-11-17 03:18:13 - cd /src TB --- 2011-11-17 03:18:13 - /usr/bin/make -B buildkernel KERNCONF=CRB >>> Kernel build for CRB started on Thu Nov 17 03:18:13 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 Thu Nov 17 03:22:04 UTC 2011 TB --- 2011-11-17 03:22:04 - cd /src/sys/arm/conf TB --- 2011-11-17 03:22:04 - /usr/sbin/config -m DB-78XXX TB --- 2011-11-17 03:22:04 - building DB-78XXX kernel TB --- 2011-11-17 03:22:04 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 03:22:04 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 03:22:04 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 03:22:04 - SRCCONF=/dev/null TB --- 2011-11-17 03:22:04 - TARGET=arm TB --- 2011-11-17 03:22:04 - TARGET_ARCH=arm TB --- 2011-11-17 03:22:04 - TZ=UTC TB --- 2011-11-17 03:22:04 - __MAKE_CONF=/dev/null TB --- 2011-11-17 03:22:04 - cd /src TB --- 2011-11-17 03:22:04 - /usr/bin/make -B buildkernel KERNCONF=DB-78XXX >>> Kernel build for DB-78XXX started on Thu Nov 17 03:22:04 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 Thu Nov 17 03:24:43 UTC 2011 TB --- 2011-11-17 03:24:43 - cd /src/sys/arm/conf TB --- 2011-11-17 03:24:43 - /usr/sbin/config -m DB-88F5XXX TB --- 2011-11-17 03:24:43 - building DB-88F5XXX kernel TB --- 2011-11-17 03:24:43 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 03:24:43 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 03:24:43 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 03:24:43 - SRCCONF=/dev/null TB --- 2011-11-17 03:24:43 - TARGET=arm TB --- 2011-11-17 03:24:43 - TARGET_ARCH=arm TB --- 2011-11-17 03:24:43 - TZ=UTC TB --- 2011-11-17 03:24:43 - __MAKE_CONF=/dev/null TB --- 2011-11-17 03:24:43 - cd /src TB --- 2011-11-17 03:24:43 - /usr/bin/make -B buildkernel KERNCONF=DB-88F5XXX >>> Kernel build for DB-88F5XXX started on Thu Nov 17 03:24:43 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 Thu Nov 17 03:27:22 UTC 2011 TB --- 2011-11-17 03:27:22 - cd /src/sys/arm/conf TB --- 2011-11-17 03:27:22 - /usr/sbin/config -m DB-88F6XXX TB --- 2011-11-17 03:27:23 - building DB-88F6XXX kernel TB --- 2011-11-17 03:27:23 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 03:27:23 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 03:27:23 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 03:27:23 - SRCCONF=/dev/null TB --- 2011-11-17 03:27:23 - TARGET=arm TB --- 2011-11-17 03:27:23 - TARGET_ARCH=arm TB --- 2011-11-17 03:27:23 - TZ=UTC TB --- 2011-11-17 03:27:23 - __MAKE_CONF=/dev/null TB --- 2011-11-17 03:27:23 - cd /src TB --- 2011-11-17 03:27:23 - /usr/bin/make -B buildkernel KERNCONF=DB-88F6XXX >>> Kernel build for DB-88F6XXX started on Thu Nov 17 03:27:24 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 Thu Nov 17 03:30:01 UTC 2011 TB --- 2011-11-17 03:30:01 - cd /src/sys/arm/conf TB --- 2011-11-17 03:30:01 - /usr/sbin/config -m DOCKSTAR TB --- 2011-11-17 03:30:01 - building DOCKSTAR kernel TB --- 2011-11-17 03:30:01 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 03:30:01 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 03:30:01 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 03:30:01 - SRCCONF=/dev/null TB --- 2011-11-17 03:30:01 - TARGET=arm TB --- 2011-11-17 03:30:01 - TARGET_ARCH=arm TB --- 2011-11-17 03:30:01 - TZ=UTC TB --- 2011-11-17 03:30:01 - __MAKE_CONF=/dev/null TB --- 2011-11-17 03:30:01 - cd /src TB --- 2011-11-17 03:30:01 - /usr/bin/make -B buildkernel KERNCONF=DOCKSTAR >>> Kernel build for DOCKSTAR started on Thu Nov 17 03:30: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 DOCKSTAR completed on Thu Nov 17 03:33:05 UTC 2011 TB --- 2011-11-17 03:33:05 - cd /src/sys/arm/conf TB --- 2011-11-17 03:33:05 - /usr/sbin/config -m EP80219 TB --- 2011-11-17 03:33:05 - building EP80219 kernel TB --- 2011-11-17 03:33:05 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 03:33:05 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 03:33:05 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 03:33:05 - SRCCONF=/dev/null TB --- 2011-11-17 03:33:05 - TARGET=arm TB --- 2011-11-17 03:33:05 - TARGET_ARCH=arm TB --- 2011-11-17 03:33:05 - TZ=UTC TB --- 2011-11-17 03:33:05 - __MAKE_CONF=/dev/null TB --- 2011-11-17 03:33:05 - cd /src TB --- 2011-11-17 03:33:05 - /usr/bin/make -B buildkernel KERNCONF=EP80219 >>> Kernel build for EP80219 started on Thu Nov 17 03:33: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 EP80219 completed on Thu Nov 17 03:35:55 UTC 2011 TB --- 2011-11-17 03:35:55 - WARNING: no kernel config for GENERIC TB --- 2011-11-17 03:35:55 - cd /src/sys/arm/conf TB --- 2011-11-17 03:35:55 - /usr/sbin/config -m GUMSTIX TB --- 2011-11-17 03:35:55 - building GUMSTIX kernel TB --- 2011-11-17 03:35:55 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 03:35:55 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 03:35:55 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 03:35:55 - SRCCONF=/dev/null TB --- 2011-11-17 03:35:55 - TARGET=arm TB --- 2011-11-17 03:35:55 - TARGET_ARCH=arm TB --- 2011-11-17 03:35:55 - TZ=UTC TB --- 2011-11-17 03:35:55 - __MAKE_CONF=/dev/null TB --- 2011-11-17 03:35:55 - cd /src TB --- 2011-11-17 03:35:55 - /usr/bin/make -B buildkernel KERNCONF=GUMSTIX >>> Kernel build for GUMSTIX started on Thu Nov 17 03:35:55 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 Thu Nov 17 03:38:14 UTC 2011 TB --- 2011-11-17 03:38:14 - cd /src/sys/arm/conf TB --- 2011-11-17 03:38:14 - /usr/sbin/config -m HL200 TB --- 2011-11-17 03:38:15 - building HL200 kernel TB --- 2011-11-17 03:38:15 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 03:38:15 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 03:38:15 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 03:38:15 - SRCCONF=/dev/null TB --- 2011-11-17 03:38:15 - TARGET=arm TB --- 2011-11-17 03:38:15 - TARGET_ARCH=arm TB --- 2011-11-17 03:38:15 - TZ=UTC TB --- 2011-11-17 03:38:15 - __MAKE_CONF=/dev/null TB --- 2011-11-17 03:38:15 - cd /src TB --- 2011-11-17 03:38:15 - /usr/bin/make -B buildkernel KERNCONF=HL200 >>> Kernel build for HL200 started on Thu Nov 17 03:38:15 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 Thu Nov 17 03:41:21 UTC 2011 TB --- 2011-11-17 03:41:21 - cd /src/sys/arm/conf TB --- 2011-11-17 03:41:21 - /usr/sbin/config -m HL201 TB --- 2011-11-17 03:41:23 - building HL201 kernel TB --- 2011-11-17 03:41:23 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 03:41:23 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 03:41:23 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 03:41:23 - SRCCONF=/dev/null TB --- 2011-11-17 03:41:23 - TARGET=arm TB --- 2011-11-17 03:41:23 - TARGET_ARCH=arm TB --- 2011-11-17 03:41:23 - TZ=UTC TB --- 2011-11-17 03:41:23 - __MAKE_CONF=/dev/null TB --- 2011-11-17 03:41:23 - cd /src TB --- 2011-11-17 03:41:23 - /usr/bin/make -B buildkernel KERNCONF=HL201 >>> Kernel build for HL201 started on Thu Nov 17 03:41: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 HL201 completed on Thu Nov 17 03:43:43 UTC 2011 TB --- 2011-11-17 03:43:43 - cd /src/sys/arm/conf TB --- 2011-11-17 03:43:43 - /usr/sbin/config -m IQ31244 TB --- 2011-11-17 03:43:44 - building IQ31244 kernel TB --- 2011-11-17 03:43:44 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 03:43:44 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 03:43:44 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 03:43:44 - SRCCONF=/dev/null TB --- 2011-11-17 03:43:44 - TARGET=arm TB --- 2011-11-17 03:43:44 - TARGET_ARCH=arm TB --- 2011-11-17 03:43:44 - TZ=UTC TB --- 2011-11-17 03:43:44 - __MAKE_CONF=/dev/null TB --- 2011-11-17 03:43:44 - cd /src TB --- 2011-11-17 03:43:44 - /usr/bin/make -B buildkernel KERNCONF=IQ31244 >>> Kernel build for IQ31244 started on Thu Nov 17 03:43:44 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 Thu Nov 17 03:46:56 UTC 2011 TB --- 2011-11-17 03:46:56 - cd /src/sys/arm/conf TB --- 2011-11-17 03:46:56 - /usr/sbin/config -m KB920X TB --- 2011-11-17 03:46:56 - building KB920X kernel TB --- 2011-11-17 03:46:56 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 03:46:56 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 03:46:56 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 03:46:56 - SRCCONF=/dev/null TB --- 2011-11-17 03:46:56 - TARGET=arm TB --- 2011-11-17 03:46:56 - TARGET_ARCH=arm TB --- 2011-11-17 03:46:56 - TZ=UTC TB --- 2011-11-17 03:46:56 - __MAKE_CONF=/dev/null TB --- 2011-11-17 03:46:56 - cd /src TB --- 2011-11-17 03:46:56 - /usr/bin/make -B buildkernel KERNCONF=KB920X >>> Kernel build for KB920X started on Thu Nov 17 03:46:56 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 [...] objcopy --only-keep-debug if_sf.ko.debug if_sf.ko.symbols objcopy --strip-debug --add-gnu-debuglink=if_sf.ko.symbols if_sf.ko.debug if_sf.ko ===> sfxge (all) cc -O -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /obj/arm.arm/src/sys/KB920X/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -DDEBUG=1 -I/obj/arm.arm/src/sys/KB920X -mcpu=arm9 -ffreestanding -std=iso9899:1999 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /src/sys/modules/sfxge/../../dev/sfxge/sfxge.c cc -O -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /obj/arm.arm/src/sys/KB920X/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -DDEBUG=1 -I/obj/arm.arm/src/sys/KB920X -mcpu=arm9 -ffreestanding -std=iso9899:1999 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /src/sys/modules/sfxge/../../dev/sfxge/sfxge_dma.c cc1: warnings being treated as errors /src/sys/modules/sfxge/../../dev/sfxge/sfxge_dma.c: In function 'sfxge_dma_alloc': /src/sys/modules/sfxge/../../dev/sfxge/sfxge_dma.c:138: warning: large integer implicitly truncated to unsigned type [-Woverflow] *** Error code 1 Stop in /src/sys/modules/sfxge. *** 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-11-17 03:56:14 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-11-17 03:56:14 - ERROR: failed to build KB920X kernel TB --- 2011-11-17 03:56:14 - 4757.00 user 1169.62 system 6374.47 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-arm@FreeBSD.ORG Thu Nov 17 09:14:51 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 DE9FB106564A; Thu, 17 Nov 2011 09:14:51 +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 9DB2E8FC1A; Thu, 17 Nov 2011 09:14:51 +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 pAH9Eo9B001508; Thu, 17 Nov 2011 04:14:50 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.4/Submit) id pAH9Eopd001507; Thu, 17 Nov 2011 09:14:50 GMT (envelope-from tinderbox@freebsd.org) Date: Thu, 17 Nov 2011 09:14:50 GMT Message-Id: <201111170914.pAH9Eopd001507@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: Thu, 17 Nov 2011 09:14:52 -0000 TB --- 2011-11-17 07:30:00 - tinderbox 2.8 running on freebsd-current.sentex.ca TB --- 2011-11-17 07:30:00 - starting HEAD tinderbox run for arm/arm TB --- 2011-11-17 07:30:00 - cleaning the object tree TB --- 2011-11-17 07:30:23 - cvsupping the source tree TB --- 2011-11-17 07:30:23 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/arm/arm/supfile TB --- 2011-11-17 07:30:37 - building world TB --- 2011-11-17 07:30:37 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 07:30:37 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 07:30:37 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 07:30:37 - SRCCONF=/dev/null TB --- 2011-11-17 07:30:37 - TARGET=arm TB --- 2011-11-17 07:30:37 - TARGET_ARCH=arm TB --- 2011-11-17 07:30:37 - TZ=UTC TB --- 2011-11-17 07:30:37 - __MAKE_CONF=/dev/null TB --- 2011-11-17 07:30:37 - cd /src TB --- 2011-11-17 07:30:37 - /usr/bin/make -B buildworld >>> World build started on Thu Nov 17 07:30:38 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 Thu Nov 17 08:26:17 UTC 2011 TB --- 2011-11-17 08:26:17 - cd /src/sys/arm/conf TB --- 2011-11-17 08:26:17 - /usr/sbin/config -m AVILA TB --- 2011-11-17 08:26:17 - building AVILA kernel TB --- 2011-11-17 08:26:17 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 08:26:17 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 08:26:17 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 08:26:17 - SRCCONF=/dev/null TB --- 2011-11-17 08:26:17 - TARGET=arm TB --- 2011-11-17 08:26:17 - TARGET_ARCH=arm TB --- 2011-11-17 08:26:17 - TZ=UTC TB --- 2011-11-17 08:26:17 - __MAKE_CONF=/dev/null TB --- 2011-11-17 08:26:17 - cd /src TB --- 2011-11-17 08:26:17 - /usr/bin/make -B buildkernel KERNCONF=AVILA >>> Kernel build for AVILA started on Thu Nov 17 08:26: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 AVILA completed on Thu Nov 17 08:29:46 UTC 2011 TB --- 2011-11-17 08:29:46 - cd /src/sys/arm/conf TB --- 2011-11-17 08:29:46 - /usr/sbin/config -m BWCT TB --- 2011-11-17 08:29:47 - building BWCT kernel TB --- 2011-11-17 08:29:47 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 08:29:47 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 08:29:47 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 08:29:47 - SRCCONF=/dev/null TB --- 2011-11-17 08:29:47 - TARGET=arm TB --- 2011-11-17 08:29:47 - TARGET_ARCH=arm TB --- 2011-11-17 08:29:47 - TZ=UTC TB --- 2011-11-17 08:29:47 - __MAKE_CONF=/dev/null TB --- 2011-11-17 08:29:47 - cd /src TB --- 2011-11-17 08:29:47 - /usr/bin/make -B buildkernel KERNCONF=BWCT >>> Kernel build for BWCT started on Thu Nov 17 08:29: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 BWCT completed on Thu Nov 17 08:31:54 UTC 2011 TB --- 2011-11-17 08:31:54 - cd /src/sys/arm/conf TB --- 2011-11-17 08:31:54 - /usr/sbin/config -m CAMBRIA TB --- 2011-11-17 08:31:54 - building CAMBRIA kernel TB --- 2011-11-17 08:31:54 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 08:31:54 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 08:31:54 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 08:31:54 - SRCCONF=/dev/null TB --- 2011-11-17 08:31:54 - TARGET=arm TB --- 2011-11-17 08:31:54 - TARGET_ARCH=arm TB --- 2011-11-17 08:31:54 - TZ=UTC TB --- 2011-11-17 08:31:54 - __MAKE_CONF=/dev/null TB --- 2011-11-17 08:31:54 - cd /src TB --- 2011-11-17 08:31:54 - /usr/bin/make -B buildkernel KERNCONF=CAMBRIA >>> Kernel build for CAMBRIA started on Thu Nov 17 08:31: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 CAMBRIA completed on Thu Nov 17 08:34:52 UTC 2011 TB --- 2011-11-17 08:34:52 - cd /src/sys/arm/conf TB --- 2011-11-17 08:34:52 - /usr/sbin/config -m CNS11XXNAS TB --- 2011-11-17 08:34:52 - building CNS11XXNAS kernel TB --- 2011-11-17 08:34:52 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 08:34:52 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 08:34:52 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 08:34:52 - SRCCONF=/dev/null TB --- 2011-11-17 08:34:52 - TARGET=arm TB --- 2011-11-17 08:34:52 - TARGET_ARCH=arm TB --- 2011-11-17 08:34:52 - TZ=UTC TB --- 2011-11-17 08:34:52 - __MAKE_CONF=/dev/null TB --- 2011-11-17 08:34:52 - cd /src TB --- 2011-11-17 08:34:52 - /usr/bin/make -B buildkernel KERNCONF=CNS11XXNAS >>> Kernel build for CNS11XXNAS started on Thu Nov 17 08:34: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 CNS11XXNAS completed on Thu Nov 17 08:37:24 UTC 2011 TB --- 2011-11-17 08:37:24 - cd /src/sys/arm/conf TB --- 2011-11-17 08:37:24 - /usr/sbin/config -m CRB TB --- 2011-11-17 08:37:24 - building CRB kernel TB --- 2011-11-17 08:37:24 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 08:37:24 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 08:37:24 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 08:37:24 - SRCCONF=/dev/null TB --- 2011-11-17 08:37:24 - TARGET=arm TB --- 2011-11-17 08:37:24 - TARGET_ARCH=arm TB --- 2011-11-17 08:37:24 - TZ=UTC TB --- 2011-11-17 08:37:24 - __MAKE_CONF=/dev/null TB --- 2011-11-17 08:37:24 - cd /src TB --- 2011-11-17 08:37:24 - /usr/bin/make -B buildkernel KERNCONF=CRB >>> Kernel build for CRB started on Thu Nov 17 08:37:24 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 Thu Nov 17 08:41:13 UTC 2011 TB --- 2011-11-17 08:41:13 - cd /src/sys/arm/conf TB --- 2011-11-17 08:41:13 - /usr/sbin/config -m DB-78XXX TB --- 2011-11-17 08:41:13 - building DB-78XXX kernel TB --- 2011-11-17 08:41:13 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 08:41:13 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 08:41:13 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 08:41:13 - SRCCONF=/dev/null TB --- 2011-11-17 08:41:13 - TARGET=arm TB --- 2011-11-17 08:41:13 - TARGET_ARCH=arm TB --- 2011-11-17 08:41:13 - TZ=UTC TB --- 2011-11-17 08:41:13 - __MAKE_CONF=/dev/null TB --- 2011-11-17 08:41:13 - cd /src TB --- 2011-11-17 08:41:13 - /usr/bin/make -B buildkernel KERNCONF=DB-78XXX >>> Kernel build for DB-78XXX started on Thu Nov 17 08:41:13 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 Thu Nov 17 08:43:56 UTC 2011 TB --- 2011-11-17 08:43:56 - cd /src/sys/arm/conf TB --- 2011-11-17 08:43:56 - /usr/sbin/config -m DB-88F5XXX TB --- 2011-11-17 08:43:57 - building DB-88F5XXX kernel TB --- 2011-11-17 08:43:57 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 08:43:57 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 08:43:57 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 08:43:57 - SRCCONF=/dev/null TB --- 2011-11-17 08:43:57 - TARGET=arm TB --- 2011-11-17 08:43:57 - TARGET_ARCH=arm TB --- 2011-11-17 08:43:57 - TZ=UTC TB --- 2011-11-17 08:43:57 - __MAKE_CONF=/dev/null TB --- 2011-11-17 08:43:57 - cd /src TB --- 2011-11-17 08:43:57 - /usr/bin/make -B buildkernel KERNCONF=DB-88F5XXX >>> Kernel build for DB-88F5XXX started on Thu Nov 17 08:43:57 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 Thu Nov 17 08:46:35 UTC 2011 TB --- 2011-11-17 08:46:35 - cd /src/sys/arm/conf TB --- 2011-11-17 08:46:35 - /usr/sbin/config -m DB-88F6XXX TB --- 2011-11-17 08:46:35 - building DB-88F6XXX kernel TB --- 2011-11-17 08:46:35 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 08:46:35 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 08:46:35 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 08:46:35 - SRCCONF=/dev/null TB --- 2011-11-17 08:46:35 - TARGET=arm TB --- 2011-11-17 08:46:35 - TARGET_ARCH=arm TB --- 2011-11-17 08:46:35 - TZ=UTC TB --- 2011-11-17 08:46:35 - __MAKE_CONF=/dev/null TB --- 2011-11-17 08:46:35 - cd /src TB --- 2011-11-17 08:46:35 - /usr/bin/make -B buildkernel KERNCONF=DB-88F6XXX >>> Kernel build for DB-88F6XXX started on Thu Nov 17 08:46: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 DB-88F6XXX completed on Thu Nov 17 08:49:12 UTC 2011 TB --- 2011-11-17 08:49:12 - cd /src/sys/arm/conf TB --- 2011-11-17 08:49:12 - /usr/sbin/config -m DOCKSTAR TB --- 2011-11-17 08:49:12 - building DOCKSTAR kernel TB --- 2011-11-17 08:49:12 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 08:49:12 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 08:49:12 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 08:49:12 - SRCCONF=/dev/null TB --- 2011-11-17 08:49:12 - TARGET=arm TB --- 2011-11-17 08:49:12 - TARGET_ARCH=arm TB --- 2011-11-17 08:49:12 - TZ=UTC TB --- 2011-11-17 08:49:12 - __MAKE_CONF=/dev/null TB --- 2011-11-17 08:49:12 - cd /src TB --- 2011-11-17 08:49:12 - /usr/bin/make -B buildkernel KERNCONF=DOCKSTAR >>> Kernel build for DOCKSTAR started on Thu Nov 17 08:49:12 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 Thu Nov 17 08:52:14 UTC 2011 TB --- 2011-11-17 08:52:14 - cd /src/sys/arm/conf TB --- 2011-11-17 08:52:14 - /usr/sbin/config -m EP80219 TB --- 2011-11-17 08:52:14 - building EP80219 kernel TB --- 2011-11-17 08:52:14 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 08:52:14 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 08:52:14 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 08:52:14 - SRCCONF=/dev/null TB --- 2011-11-17 08:52:14 - TARGET=arm TB --- 2011-11-17 08:52:14 - TARGET_ARCH=arm TB --- 2011-11-17 08:52:14 - TZ=UTC TB --- 2011-11-17 08:52:14 - __MAKE_CONF=/dev/null TB --- 2011-11-17 08:52:14 - cd /src TB --- 2011-11-17 08:52:14 - /usr/bin/make -B buildkernel KERNCONF=EP80219 >>> Kernel build for EP80219 started on Thu Nov 17 08:52:14 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 Thu Nov 17 08:55:05 UTC 2011 TB --- 2011-11-17 08:55:05 - WARNING: no kernel config for GENERIC TB --- 2011-11-17 08:55:05 - cd /src/sys/arm/conf TB --- 2011-11-17 08:55:05 - /usr/sbin/config -m GUMSTIX TB --- 2011-11-17 08:55:05 - building GUMSTIX kernel TB --- 2011-11-17 08:55:05 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 08:55:05 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 08:55:05 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 08:55:05 - SRCCONF=/dev/null TB --- 2011-11-17 08:55:05 - TARGET=arm TB --- 2011-11-17 08:55:05 - TARGET_ARCH=arm TB --- 2011-11-17 08:55:05 - TZ=UTC TB --- 2011-11-17 08:55:05 - __MAKE_CONF=/dev/null TB --- 2011-11-17 08:55:05 - cd /src TB --- 2011-11-17 08:55:05 - /usr/bin/make -B buildkernel KERNCONF=GUMSTIX >>> Kernel build for GUMSTIX started on Thu Nov 17 08:55: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 GUMSTIX completed on Thu Nov 17 08:57:23 UTC 2011 TB --- 2011-11-17 08:57:23 - cd /src/sys/arm/conf TB --- 2011-11-17 08:57:23 - /usr/sbin/config -m HL200 TB --- 2011-11-17 08:57:24 - building HL200 kernel TB --- 2011-11-17 08:57:24 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 08:57:24 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 08:57:24 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 08:57:24 - SRCCONF=/dev/null TB --- 2011-11-17 08:57:24 - TARGET=arm TB --- 2011-11-17 08:57:24 - TARGET_ARCH=arm TB --- 2011-11-17 08:57:24 - TZ=UTC TB --- 2011-11-17 08:57:24 - __MAKE_CONF=/dev/null TB --- 2011-11-17 08:57:24 - cd /src TB --- 2011-11-17 08:57:24 - /usr/bin/make -B buildkernel KERNCONF=HL200 >>> Kernel build for HL200 started on Thu Nov 17 08:57:24 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 Thu Nov 17 09:00:01 UTC 2011 TB --- 2011-11-17 09:00:01 - cd /src/sys/arm/conf TB --- 2011-11-17 09:00:01 - /usr/sbin/config -m HL201 TB --- 2011-11-17 09:00:02 - building HL201 kernel TB --- 2011-11-17 09:00:02 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 09:00:02 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 09:00:02 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 09:00:02 - SRCCONF=/dev/null TB --- 2011-11-17 09:00:02 - TARGET=arm TB --- 2011-11-17 09:00:02 - TARGET_ARCH=arm TB --- 2011-11-17 09:00:02 - TZ=UTC TB --- 2011-11-17 09:00:02 - __MAKE_CONF=/dev/null TB --- 2011-11-17 09:00:02 - cd /src TB --- 2011-11-17 09:00:02 - /usr/bin/make -B buildkernel KERNCONF=HL201 >>> Kernel build for HL201 started on Thu Nov 17 09:00:02 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 Thu Nov 17 09:02:17 UTC 2011 TB --- 2011-11-17 09:02:17 - cd /src/sys/arm/conf TB --- 2011-11-17 09:02:17 - /usr/sbin/config -m IQ31244 TB --- 2011-11-17 09:02:17 - building IQ31244 kernel TB --- 2011-11-17 09:02:17 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 09:02:17 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 09:02:17 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 09:02:17 - SRCCONF=/dev/null TB --- 2011-11-17 09:02:17 - TARGET=arm TB --- 2011-11-17 09:02:17 - TARGET_ARCH=arm TB --- 2011-11-17 09:02:17 - TZ=UTC TB --- 2011-11-17 09:02:17 - __MAKE_CONF=/dev/null TB --- 2011-11-17 09:02:17 - cd /src TB --- 2011-11-17 09:02:17 - /usr/bin/make -B buildkernel KERNCONF=IQ31244 >>> Kernel build for IQ31244 started on Thu Nov 17 09:02:17 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 Thu Nov 17 09:05:29 UTC 2011 TB --- 2011-11-17 09:05:29 - cd /src/sys/arm/conf TB --- 2011-11-17 09:05:29 - /usr/sbin/config -m KB920X TB --- 2011-11-17 09:05:29 - building KB920X kernel TB --- 2011-11-17 09:05:29 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 09:05:29 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 09:05:29 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 09:05:29 - SRCCONF=/dev/null TB --- 2011-11-17 09:05:29 - TARGET=arm TB --- 2011-11-17 09:05:29 - TARGET_ARCH=arm TB --- 2011-11-17 09:05:29 - TZ=UTC TB --- 2011-11-17 09:05:29 - __MAKE_CONF=/dev/null TB --- 2011-11-17 09:05:29 - cd /src TB --- 2011-11-17 09:05:29 - /usr/bin/make -B buildkernel KERNCONF=KB920X >>> Kernel build for KB920X started on Thu Nov 17 09:05:30 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 [...] objcopy --only-keep-debug if_sf.ko.debug if_sf.ko.symbols objcopy --strip-debug --add-gnu-debuglink=if_sf.ko.symbols if_sf.ko.debug if_sf.ko ===> sfxge (all) cc -O -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /obj/arm.arm/src/sys/KB920X/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -DDEBUG=1 -I/obj/arm.arm/src/sys/KB920X -mcpu=arm9 -ffreestanding -std=iso9899:1999 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /src/sys/modules/sfxge/../../dev/sfxge/sfxge.c cc -O -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /obj/arm.arm/src/sys/KB920X/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -DDEBUG=1 -I/obj/arm.arm/src/sys/KB920X -mcpu=arm9 -ffreestanding -std=iso9899:1999 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /src/sys/modules/sfxge/../../dev/sfxge/sfxge_dma.c cc1: warnings being treated as errors /src/sys/modules/sfxge/../../dev/sfxge/sfxge_dma.c: In function 'sfxge_dma_alloc': /src/sys/modules/sfxge/../../dev/sfxge/sfxge_dma.c:138: warning: large integer implicitly truncated to unsigned type [-Woverflow] *** Error code 1 Stop in /src/sys/modules/sfxge. *** 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-11-17 09:14:50 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-11-17 09:14:50 - ERROR: failed to build KB920X kernel TB --- 2011-11-17 09:14:50 - 4684.11 user 1153.83 system 6289.30 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-arm@FreeBSD.ORG Thu Nov 17 14:35:14 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 E1FF01065702; Thu, 17 Nov 2011 14:35:11 +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 57D8B8FC12; Thu, 17 Nov 2011 14:35:11 +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 pAHEZApL059236; Thu, 17 Nov 2011 09:35:10 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.4/Submit) id pAHEZAfF059015; Thu, 17 Nov 2011 14:35:10 GMT (envelope-from tinderbox@freebsd.org) Date: Thu, 17 Nov 2011 14:35:10 GMT Message-Id: <201111171435.pAHEZAfF059015@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: Thu, 17 Nov 2011 14:35:15 -0000 TB --- 2011-11-17 12:50:00 - tinderbox 2.8 running on freebsd-current.sentex.ca TB --- 2011-11-17 12:50:00 - starting HEAD tinderbox run for arm/arm TB --- 2011-11-17 12:50:00 - cleaning the object tree TB --- 2011-11-17 12:50:29 - cvsupping the source tree TB --- 2011-11-17 12:50:29 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/arm/arm/supfile TB --- 2011-11-17 12:50:57 - building world TB --- 2011-11-17 12:50:57 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 12:50:57 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 12:50:57 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 12:50:57 - SRCCONF=/dev/null TB --- 2011-11-17 12:50:57 - TARGET=arm TB --- 2011-11-17 12:50:57 - TARGET_ARCH=arm TB --- 2011-11-17 12:50:57 - TZ=UTC TB --- 2011-11-17 12:50:57 - __MAKE_CONF=/dev/null TB --- 2011-11-17 12:50:57 - cd /src TB --- 2011-11-17 12:50:57 - /usr/bin/make -B buildworld >>> World build started on Thu Nov 17 12:50:57 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 Thu Nov 17 13:45:59 UTC 2011 TB --- 2011-11-17 13:46:00 - cd /src/sys/arm/conf TB --- 2011-11-17 13:46:00 - /usr/sbin/config -m AVILA TB --- 2011-11-17 13:46:00 - building AVILA kernel TB --- 2011-11-17 13:46:00 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 13:46:00 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 13:46:00 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 13:46:00 - SRCCONF=/dev/null TB --- 2011-11-17 13:46:00 - TARGET=arm TB --- 2011-11-17 13:46:00 - TARGET_ARCH=arm TB --- 2011-11-17 13:46:00 - TZ=UTC TB --- 2011-11-17 13:46:00 - __MAKE_CONF=/dev/null TB --- 2011-11-17 13:46:00 - cd /src TB --- 2011-11-17 13:46:00 - /usr/bin/make -B buildkernel KERNCONF=AVILA >>> Kernel build for AVILA started on Thu Nov 17 13:46:00 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 Thu Nov 17 13:49:02 UTC 2011 TB --- 2011-11-17 13:49:02 - cd /src/sys/arm/conf TB --- 2011-11-17 13:49:02 - /usr/sbin/config -m BWCT TB --- 2011-11-17 13:49:02 - building BWCT kernel TB --- 2011-11-17 13:49:02 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 13:49:02 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 13:49:02 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 13:49:02 - SRCCONF=/dev/null TB --- 2011-11-17 13:49:02 - TARGET=arm TB --- 2011-11-17 13:49:02 - TARGET_ARCH=arm TB --- 2011-11-17 13:49:02 - TZ=UTC TB --- 2011-11-17 13:49:02 - __MAKE_CONF=/dev/null TB --- 2011-11-17 13:49:02 - cd /src TB --- 2011-11-17 13:49:02 - /usr/bin/make -B buildkernel KERNCONF=BWCT >>> Kernel build for BWCT started on Thu Nov 17 13:49:02 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 Thu Nov 17 13:51:13 UTC 2011 TB --- 2011-11-17 13:51:13 - cd /src/sys/arm/conf TB --- 2011-11-17 13:51:13 - /usr/sbin/config -m CAMBRIA TB --- 2011-11-17 13:51:13 - building CAMBRIA kernel TB --- 2011-11-17 13:51:13 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 13:51:13 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 13:51:13 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 13:51:13 - SRCCONF=/dev/null TB --- 2011-11-17 13:51:13 - TARGET=arm TB --- 2011-11-17 13:51:13 - TARGET_ARCH=arm TB --- 2011-11-17 13:51:13 - TZ=UTC TB --- 2011-11-17 13:51:13 - __MAKE_CONF=/dev/null TB --- 2011-11-17 13:51:13 - cd /src TB --- 2011-11-17 13:51:13 - /usr/bin/make -B buildkernel KERNCONF=CAMBRIA >>> Kernel build for CAMBRIA started on Thu Nov 17 13:51:13 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 Thu Nov 17 13:54:38 UTC 2011 TB --- 2011-11-17 13:54:38 - cd /src/sys/arm/conf TB --- 2011-11-17 13:54:38 - /usr/sbin/config -m CNS11XXNAS TB --- 2011-11-17 13:54:38 - building CNS11XXNAS kernel TB --- 2011-11-17 13:54:38 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 13:54:38 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 13:54:38 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 13:54:38 - SRCCONF=/dev/null TB --- 2011-11-17 13:54:38 - TARGET=arm TB --- 2011-11-17 13:54:38 - TARGET_ARCH=arm TB --- 2011-11-17 13:54:38 - TZ=UTC TB --- 2011-11-17 13:54:38 - __MAKE_CONF=/dev/null TB --- 2011-11-17 13:54:38 - cd /src TB --- 2011-11-17 13:54:38 - /usr/bin/make -B buildkernel KERNCONF=CNS11XXNAS >>> Kernel build for CNS11XXNAS started on Thu Nov 17 13:54: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 CNS11XXNAS completed on Thu Nov 17 13:57:07 UTC 2011 TB --- 2011-11-17 13:57:07 - cd /src/sys/arm/conf TB --- 2011-11-17 13:57:07 - /usr/sbin/config -m CRB TB --- 2011-11-17 13:57:07 - building CRB kernel TB --- 2011-11-17 13:57:07 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 13:57:07 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 13:57:07 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 13:57:07 - SRCCONF=/dev/null TB --- 2011-11-17 13:57:07 - TARGET=arm TB --- 2011-11-17 13:57:07 - TARGET_ARCH=arm TB --- 2011-11-17 13:57:07 - TZ=UTC TB --- 2011-11-17 13:57:07 - __MAKE_CONF=/dev/null TB --- 2011-11-17 13:57:07 - cd /src TB --- 2011-11-17 13:57:07 - /usr/bin/make -B buildkernel KERNCONF=CRB >>> Kernel build for CRB started on Thu Nov 17 13:57: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 CRB completed on Thu Nov 17 14:00:34 UTC 2011 TB --- 2011-11-17 14:00:34 - cd /src/sys/arm/conf TB --- 2011-11-17 14:00:34 - /usr/sbin/config -m DB-78XXX TB --- 2011-11-17 14:00:34 - building DB-78XXX kernel TB --- 2011-11-17 14:00:34 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 14:00:34 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 14:00:34 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 14:00:34 - SRCCONF=/dev/null TB --- 2011-11-17 14:00:34 - TARGET=arm TB --- 2011-11-17 14:00:34 - TARGET_ARCH=arm TB --- 2011-11-17 14:00:34 - TZ=UTC TB --- 2011-11-17 14:00:34 - __MAKE_CONF=/dev/null TB --- 2011-11-17 14:00:34 - cd /src TB --- 2011-11-17 14:00:34 - /usr/bin/make -B buildkernel KERNCONF=DB-78XXX >>> Kernel build for DB-78XXX started on Thu Nov 17 14:00:34 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 Thu Nov 17 14:03:35 UTC 2011 TB --- 2011-11-17 14:03:35 - cd /src/sys/arm/conf TB --- 2011-11-17 14:03:35 - /usr/sbin/config -m DB-88F5XXX TB --- 2011-11-17 14:03:37 - building DB-88F5XXX kernel TB --- 2011-11-17 14:03:37 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 14:03:37 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 14:03:37 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 14:03:37 - SRCCONF=/dev/null TB --- 2011-11-17 14:03:37 - TARGET=arm TB --- 2011-11-17 14:03:37 - TARGET_ARCH=arm TB --- 2011-11-17 14:03:37 - TZ=UTC TB --- 2011-11-17 14:03:37 - __MAKE_CONF=/dev/null TB --- 2011-11-17 14:03:37 - cd /src TB --- 2011-11-17 14:03:37 - /usr/bin/make -B buildkernel KERNCONF=DB-88F5XXX >>> Kernel build for DB-88F5XXX started on Thu Nov 17 14:03: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 DB-88F5XXX completed on Thu Nov 17 14:06:15 UTC 2011 TB --- 2011-11-17 14:06:15 - cd /src/sys/arm/conf TB --- 2011-11-17 14:06:15 - /usr/sbin/config -m DB-88F6XXX TB --- 2011-11-17 14:06:15 - building DB-88F6XXX kernel TB --- 2011-11-17 14:06:15 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 14:06:15 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 14:06:15 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 14:06:15 - SRCCONF=/dev/null TB --- 2011-11-17 14:06:15 - TARGET=arm TB --- 2011-11-17 14:06:15 - TARGET_ARCH=arm TB --- 2011-11-17 14:06:15 - TZ=UTC TB --- 2011-11-17 14:06:15 - __MAKE_CONF=/dev/null TB --- 2011-11-17 14:06:15 - cd /src TB --- 2011-11-17 14:06:15 - /usr/bin/make -B buildkernel KERNCONF=DB-88F6XXX >>> Kernel build for DB-88F6XXX started on Thu Nov 17 14:06:15 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 Thu Nov 17 14:08:54 UTC 2011 TB --- 2011-11-17 14:08:54 - cd /src/sys/arm/conf TB --- 2011-11-17 14:08:54 - /usr/sbin/config -m DOCKSTAR TB --- 2011-11-17 14:08:54 - building DOCKSTAR kernel TB --- 2011-11-17 14:08:54 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 14:08:54 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 14:08:54 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 14:08:54 - SRCCONF=/dev/null TB --- 2011-11-17 14:08:54 - TARGET=arm TB --- 2011-11-17 14:08:54 - TARGET_ARCH=arm TB --- 2011-11-17 14:08:54 - TZ=UTC TB --- 2011-11-17 14:08:54 - __MAKE_CONF=/dev/null TB --- 2011-11-17 14:08:54 - cd /src TB --- 2011-11-17 14:08:54 - /usr/bin/make -B buildkernel KERNCONF=DOCKSTAR >>> Kernel build for DOCKSTAR started on Thu Nov 17 14:08: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 DOCKSTAR completed on Thu Nov 17 14:11:58 UTC 2011 TB --- 2011-11-17 14:11:58 - cd /src/sys/arm/conf TB --- 2011-11-17 14:11:58 - /usr/sbin/config -m EP80219 TB --- 2011-11-17 14:11:58 - building EP80219 kernel TB --- 2011-11-17 14:11:58 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 14:11:58 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 14:11:58 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 14:11:58 - SRCCONF=/dev/null TB --- 2011-11-17 14:11:58 - TARGET=arm TB --- 2011-11-17 14:11:58 - TARGET_ARCH=arm TB --- 2011-11-17 14:11:58 - TZ=UTC TB --- 2011-11-17 14:11:58 - __MAKE_CONF=/dev/null TB --- 2011-11-17 14:11:58 - cd /src TB --- 2011-11-17 14:11:58 - /usr/bin/make -B buildkernel KERNCONF=EP80219 >>> Kernel build for EP80219 started on Thu Nov 17 14:11:58 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 Thu Nov 17 14:14:50 UTC 2011 TB --- 2011-11-17 14:14:51 - WARNING: no kernel config for GENERIC TB --- 2011-11-17 14:14:51 - cd /src/sys/arm/conf TB --- 2011-11-17 14:14:51 - /usr/sbin/config -m GUMSTIX TB --- 2011-11-17 14:14:51 - building GUMSTIX kernel TB --- 2011-11-17 14:14:51 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 14:14:51 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 14:14:51 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 14:14:51 - SRCCONF=/dev/null TB --- 2011-11-17 14:14:51 - TARGET=arm TB --- 2011-11-17 14:14:51 - TARGET_ARCH=arm TB --- 2011-11-17 14:14:51 - TZ=UTC TB --- 2011-11-17 14:14:51 - __MAKE_CONF=/dev/null TB --- 2011-11-17 14:14:51 - cd /src TB --- 2011-11-17 14:14:51 - /usr/bin/make -B buildkernel KERNCONF=GUMSTIX >>> Kernel build for GUMSTIX started on Thu Nov 17 14:14:51 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 Thu Nov 17 14:17:10 UTC 2011 TB --- 2011-11-17 14:17:10 - cd /src/sys/arm/conf TB --- 2011-11-17 14:17:10 - /usr/sbin/config -m HL200 TB --- 2011-11-17 14:17:10 - building HL200 kernel TB --- 2011-11-17 14:17:10 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 14:17:10 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 14:17:10 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 14:17:10 - SRCCONF=/dev/null TB --- 2011-11-17 14:17:10 - TARGET=arm TB --- 2011-11-17 14:17:10 - TARGET_ARCH=arm TB --- 2011-11-17 14:17:10 - TZ=UTC TB --- 2011-11-17 14:17:10 - __MAKE_CONF=/dev/null TB --- 2011-11-17 14:17:10 - cd /src TB --- 2011-11-17 14:17:10 - /usr/bin/make -B buildkernel KERNCONF=HL200 >>> Kernel build for HL200 started on Thu Nov 17 14:17:10 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 Thu Nov 17 14:20:16 UTC 2011 TB --- 2011-11-17 14:20:16 - cd /src/sys/arm/conf TB --- 2011-11-17 14:20:16 - /usr/sbin/config -m HL201 TB --- 2011-11-17 14:20:16 - building HL201 kernel TB --- 2011-11-17 14:20:16 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 14:20:16 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 14:20:16 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 14:20:16 - SRCCONF=/dev/null TB --- 2011-11-17 14:20:16 - TARGET=arm TB --- 2011-11-17 14:20:16 - TARGET_ARCH=arm TB --- 2011-11-17 14:20:16 - TZ=UTC TB --- 2011-11-17 14:20:16 - __MAKE_CONF=/dev/null TB --- 2011-11-17 14:20:16 - cd /src TB --- 2011-11-17 14:20:16 - /usr/bin/make -B buildkernel KERNCONF=HL201 >>> Kernel build for HL201 started on Thu Nov 17 14:20:16 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 Thu Nov 17 14:22:34 UTC 2011 TB --- 2011-11-17 14:22:34 - cd /src/sys/arm/conf TB --- 2011-11-17 14:22:34 - /usr/sbin/config -m IQ31244 TB --- 2011-11-17 14:22:34 - building IQ31244 kernel TB --- 2011-11-17 14:22:34 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 14:22:34 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 14:22:34 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 14:22:34 - SRCCONF=/dev/null TB --- 2011-11-17 14:22:34 - TARGET=arm TB --- 2011-11-17 14:22:34 - TARGET_ARCH=arm TB --- 2011-11-17 14:22:34 - TZ=UTC TB --- 2011-11-17 14:22:34 - __MAKE_CONF=/dev/null TB --- 2011-11-17 14:22:34 - cd /src TB --- 2011-11-17 14:22:34 - /usr/bin/make -B buildkernel KERNCONF=IQ31244 >>> Kernel build for IQ31244 started on Thu Nov 17 14:22:34 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 Thu Nov 17 14:25:47 UTC 2011 TB --- 2011-11-17 14:25:47 - cd /src/sys/arm/conf TB --- 2011-11-17 14:25:47 - /usr/sbin/config -m KB920X TB --- 2011-11-17 14:25:47 - building KB920X kernel TB --- 2011-11-17 14:25:47 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 14:25:47 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 14:25:47 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 14:25:47 - SRCCONF=/dev/null TB --- 2011-11-17 14:25:47 - TARGET=arm TB --- 2011-11-17 14:25:47 - TARGET_ARCH=arm TB --- 2011-11-17 14:25:47 - TZ=UTC TB --- 2011-11-17 14:25:47 - __MAKE_CONF=/dev/null TB --- 2011-11-17 14:25:47 - cd /src TB --- 2011-11-17 14:25:47 - /usr/bin/make -B buildkernel KERNCONF=KB920X >>> Kernel build for KB920X started on Thu Nov 17 14:25: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 [...] objcopy --only-keep-debug if_sf.ko.debug if_sf.ko.symbols objcopy --strip-debug --add-gnu-debuglink=if_sf.ko.symbols if_sf.ko.debug if_sf.ko ===> sfxge (all) cc -O -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /obj/arm.arm/src/sys/KB920X/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -DDEBUG=1 -I/obj/arm.arm/src/sys/KB920X -mcpu=arm9 -ffreestanding -std=iso9899:1999 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /src/sys/modules/sfxge/../../dev/sfxge/sfxge.c cc -O -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /obj/arm.arm/src/sys/KB920X/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -DDEBUG=1 -I/obj/arm.arm/src/sys/KB920X -mcpu=arm9 -ffreestanding -std=iso9899:1999 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /src/sys/modules/sfxge/../../dev/sfxge/sfxge_dma.c cc1: warnings being treated as errors /src/sys/modules/sfxge/../../dev/sfxge/sfxge_dma.c: In function 'sfxge_dma_alloc': /src/sys/modules/sfxge/../../dev/sfxge/sfxge_dma.c:138: warning: large integer implicitly truncated to unsigned type [-Woverflow] *** Error code 1 Stop in /src/sys/modules/sfxge. *** 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-11-17 14:35:09 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-11-17 14:35:09 - ERROR: failed to build KB920X kernel TB --- 2011-11-17 14:35:09 - 4721.37 user 1164.45 system 6309.36 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-arm@FreeBSD.ORG Thu Nov 17 19:55:20 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 A37E0106566C; Thu, 17 Nov 2011 19:55:20 +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 2A4268FC0C; Thu, 17 Nov 2011 19:55:20 +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 pAHJtJ1h028604; Thu, 17 Nov 2011 14:55:19 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.4/Submit) id pAHJtJj5028599; Thu, 17 Nov 2011 19:55:19 GMT (envelope-from tinderbox@freebsd.org) Date: Thu, 17 Nov 2011 19:55:19 GMT Message-Id: <201111171955.pAHJtJj5028599@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: Thu, 17 Nov 2011 19:55:20 -0000 TB --- 2011-11-17 18:10:01 - tinderbox 2.8 running on freebsd-current.sentex.ca TB --- 2011-11-17 18:10:01 - starting HEAD tinderbox run for arm/arm TB --- 2011-11-17 18:10:01 - cleaning the object tree TB --- 2011-11-17 18:10:26 - cvsupping the source tree TB --- 2011-11-17 18:10:26 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/arm/arm/supfile TB --- 2011-11-17 18:11:12 - building world TB --- 2011-11-17 18:11:12 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 18:11:12 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 18:11:12 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 18:11:12 - SRCCONF=/dev/null TB --- 2011-11-17 18:11:12 - TARGET=arm TB --- 2011-11-17 18:11:12 - TARGET_ARCH=arm TB --- 2011-11-17 18:11:12 - TZ=UTC TB --- 2011-11-17 18:11:12 - __MAKE_CONF=/dev/null TB --- 2011-11-17 18:11:12 - cd /src TB --- 2011-11-17 18:11:12 - /usr/bin/make -B buildworld >>> World build started on Thu Nov 17 18:11:12 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 Thu Nov 17 19:06:31 UTC 2011 TB --- 2011-11-17 19:06:31 - cd /src/sys/arm/conf TB --- 2011-11-17 19:06:31 - /usr/sbin/config -m AVILA TB --- 2011-11-17 19:06:31 - building AVILA kernel TB --- 2011-11-17 19:06:31 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 19:06:31 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 19:06:31 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 19:06:31 - SRCCONF=/dev/null TB --- 2011-11-17 19:06:31 - TARGET=arm TB --- 2011-11-17 19:06:31 - TARGET_ARCH=arm TB --- 2011-11-17 19:06:31 - TZ=UTC TB --- 2011-11-17 19:06:31 - __MAKE_CONF=/dev/null TB --- 2011-11-17 19:06:31 - cd /src TB --- 2011-11-17 19:06:31 - /usr/bin/make -B buildkernel KERNCONF=AVILA >>> Kernel build for AVILA started on Thu Nov 17 19:06:31 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 Thu Nov 17 19:09:34 UTC 2011 TB --- 2011-11-17 19:09:34 - cd /src/sys/arm/conf TB --- 2011-11-17 19:09:34 - /usr/sbin/config -m BWCT TB --- 2011-11-17 19:09:35 - building BWCT kernel TB --- 2011-11-17 19:09:35 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 19:09:35 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 19:09:35 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 19:09:35 - SRCCONF=/dev/null TB --- 2011-11-17 19:09:35 - TARGET=arm TB --- 2011-11-17 19:09:35 - TARGET_ARCH=arm TB --- 2011-11-17 19:09:35 - TZ=UTC TB --- 2011-11-17 19:09:35 - __MAKE_CONF=/dev/null TB --- 2011-11-17 19:09:35 - cd /src TB --- 2011-11-17 19:09:35 - /usr/bin/make -B buildkernel KERNCONF=BWCT >>> Kernel build for BWCT started on Thu Nov 17 19:09: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 BWCT completed on Thu Nov 17 19:12:13 UTC 2011 TB --- 2011-11-17 19:12:13 - cd /src/sys/arm/conf TB --- 2011-11-17 19:12:13 - /usr/sbin/config -m CAMBRIA TB --- 2011-11-17 19:12:13 - building CAMBRIA kernel TB --- 2011-11-17 19:12:13 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 19:12:13 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 19:12:13 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 19:12:13 - SRCCONF=/dev/null TB --- 2011-11-17 19:12:13 - TARGET=arm TB --- 2011-11-17 19:12:13 - TARGET_ARCH=arm TB --- 2011-11-17 19:12:13 - TZ=UTC TB --- 2011-11-17 19:12:13 - __MAKE_CONF=/dev/null TB --- 2011-11-17 19:12:13 - cd /src TB --- 2011-11-17 19:12:13 - /usr/bin/make -B buildkernel KERNCONF=CAMBRIA >>> Kernel build for CAMBRIA started on Thu Nov 17 19:12:13 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 Thu Nov 17 19:15:10 UTC 2011 TB --- 2011-11-17 19:15:10 - cd /src/sys/arm/conf TB --- 2011-11-17 19:15:10 - /usr/sbin/config -m CNS11XXNAS TB --- 2011-11-17 19:15:11 - building CNS11XXNAS kernel TB --- 2011-11-17 19:15:11 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 19:15:11 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 19:15:11 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 19:15:11 - SRCCONF=/dev/null TB --- 2011-11-17 19:15:11 - TARGET=arm TB --- 2011-11-17 19:15:11 - TARGET_ARCH=arm TB --- 2011-11-17 19:15:11 - TZ=UTC TB --- 2011-11-17 19:15:11 - __MAKE_CONF=/dev/null TB --- 2011-11-17 19:15:11 - cd /src TB --- 2011-11-17 19:15:11 - /usr/bin/make -B buildkernel KERNCONF=CNS11XXNAS >>> Kernel build for CNS11XXNAS started on Thu Nov 17 19:15: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 CNS11XXNAS completed on Thu Nov 17 19:17:41 UTC 2011 TB --- 2011-11-17 19:17:41 - cd /src/sys/arm/conf TB --- 2011-11-17 19:17:41 - /usr/sbin/config -m CRB TB --- 2011-11-17 19:17:41 - building CRB kernel TB --- 2011-11-17 19:17:41 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 19:17:41 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 19:17:41 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 19:17:41 - SRCCONF=/dev/null TB --- 2011-11-17 19:17:41 - TARGET=arm TB --- 2011-11-17 19:17:41 - TARGET_ARCH=arm TB --- 2011-11-17 19:17:41 - TZ=UTC TB --- 2011-11-17 19:17:41 - __MAKE_CONF=/dev/null TB --- 2011-11-17 19:17:41 - cd /src TB --- 2011-11-17 19:17:41 - /usr/bin/make -B buildkernel KERNCONF=CRB >>> Kernel build for CRB started on Thu Nov 17 19:17:41 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 Thu Nov 17 19:21:31 UTC 2011 TB --- 2011-11-17 19:21:31 - cd /src/sys/arm/conf TB --- 2011-11-17 19:21:31 - /usr/sbin/config -m DB-78XXX TB --- 2011-11-17 19:21:31 - building DB-78XXX kernel TB --- 2011-11-17 19:21:31 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 19:21:31 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 19:21:31 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 19:21:31 - SRCCONF=/dev/null TB --- 2011-11-17 19:21:31 - TARGET=arm TB --- 2011-11-17 19:21:31 - TARGET_ARCH=arm TB --- 2011-11-17 19:21:31 - TZ=UTC TB --- 2011-11-17 19:21:31 - __MAKE_CONF=/dev/null TB --- 2011-11-17 19:21:31 - cd /src TB --- 2011-11-17 19:21:31 - /usr/bin/make -B buildkernel KERNCONF=DB-78XXX >>> Kernel build for DB-78XXX started on Thu Nov 17 19:21:31 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 Thu Nov 17 19:24:08 UTC 2011 TB --- 2011-11-17 19:24:08 - cd /src/sys/arm/conf TB --- 2011-11-17 19:24:08 - /usr/sbin/config -m DB-88F5XXX TB --- 2011-11-17 19:24:08 - building DB-88F5XXX kernel TB --- 2011-11-17 19:24:08 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 19:24:08 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 19:24:08 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 19:24:08 - SRCCONF=/dev/null TB --- 2011-11-17 19:24:08 - TARGET=arm TB --- 2011-11-17 19:24:08 - TARGET_ARCH=arm TB --- 2011-11-17 19:24:08 - TZ=UTC TB --- 2011-11-17 19:24:08 - __MAKE_CONF=/dev/null TB --- 2011-11-17 19:24:08 - cd /src TB --- 2011-11-17 19:24:08 - /usr/bin/make -B buildkernel KERNCONF=DB-88F5XXX >>> Kernel build for DB-88F5XXX started on Thu Nov 17 19:24:08 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 Thu Nov 17 19:26:47 UTC 2011 TB --- 2011-11-17 19:26:47 - cd /src/sys/arm/conf TB --- 2011-11-17 19:26:47 - /usr/sbin/config -m DB-88F6XXX TB --- 2011-11-17 19:26:48 - building DB-88F6XXX kernel TB --- 2011-11-17 19:26:48 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 19:26:48 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 19:26:48 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 19:26:48 - SRCCONF=/dev/null TB --- 2011-11-17 19:26:48 - TARGET=arm TB --- 2011-11-17 19:26:48 - TARGET_ARCH=arm TB --- 2011-11-17 19:26:48 - TZ=UTC TB --- 2011-11-17 19:26:48 - __MAKE_CONF=/dev/null TB --- 2011-11-17 19:26:48 - cd /src TB --- 2011-11-17 19:26:48 - /usr/bin/make -B buildkernel KERNCONF=DB-88F6XXX >>> Kernel build for DB-88F6XXX started on Thu Nov 17 19: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 DB-88F6XXX completed on Thu Nov 17 19:29:54 UTC 2011 TB --- 2011-11-17 19:29:54 - cd /src/sys/arm/conf TB --- 2011-11-17 19:29:54 - /usr/sbin/config -m DOCKSTAR TB --- 2011-11-17 19:29:54 - building DOCKSTAR kernel TB --- 2011-11-17 19:29:54 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 19:29:54 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 19:29:54 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 19:29:54 - SRCCONF=/dev/null TB --- 2011-11-17 19:29:54 - TARGET=arm TB --- 2011-11-17 19:29:54 - TARGET_ARCH=arm TB --- 2011-11-17 19:29:54 - TZ=UTC TB --- 2011-11-17 19:29:54 - __MAKE_CONF=/dev/null TB --- 2011-11-17 19:29:54 - cd /src TB --- 2011-11-17 19:29:54 - /usr/bin/make -B buildkernel KERNCONF=DOCKSTAR >>> Kernel build for DOCKSTAR started on Thu Nov 17 19:29:55 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 Thu Nov 17 19:32:30 UTC 2011 TB --- 2011-11-17 19:32:30 - cd /src/sys/arm/conf TB --- 2011-11-17 19:32:30 - /usr/sbin/config -m EP80219 TB --- 2011-11-17 19:32:30 - building EP80219 kernel TB --- 2011-11-17 19:32:30 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 19:32:30 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 19:32:30 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 19:32:30 - SRCCONF=/dev/null TB --- 2011-11-17 19:32:30 - TARGET=arm TB --- 2011-11-17 19:32:30 - TARGET_ARCH=arm TB --- 2011-11-17 19:32:30 - TZ=UTC TB --- 2011-11-17 19:32:30 - __MAKE_CONF=/dev/null TB --- 2011-11-17 19:32:30 - cd /src TB --- 2011-11-17 19:32:30 - /usr/bin/make -B buildkernel KERNCONF=EP80219 >>> Kernel build for EP80219 started on Thu Nov 17 19:32:30 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 Thu Nov 17 19:35:22 UTC 2011 TB --- 2011-11-17 19:35:22 - WARNING: no kernel config for GENERIC TB --- 2011-11-17 19:35:22 - cd /src/sys/arm/conf TB --- 2011-11-17 19:35:22 - /usr/sbin/config -m GUMSTIX TB --- 2011-11-17 19:35:22 - building GUMSTIX kernel TB --- 2011-11-17 19:35:22 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 19:35:22 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 19:35:22 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 19:35:22 - SRCCONF=/dev/null TB --- 2011-11-17 19:35:22 - TARGET=arm TB --- 2011-11-17 19:35:22 - TARGET_ARCH=arm TB --- 2011-11-17 19:35:22 - TZ=UTC TB --- 2011-11-17 19:35:22 - __MAKE_CONF=/dev/null TB --- 2011-11-17 19:35:22 - cd /src TB --- 2011-11-17 19:35:22 - /usr/bin/make -B buildkernel KERNCONF=GUMSTIX >>> Kernel build for GUMSTIX started on Thu Nov 17 19:35:22 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 Thu Nov 17 19:37:40 UTC 2011 TB --- 2011-11-17 19:37:40 - cd /src/sys/arm/conf TB --- 2011-11-17 19:37:40 - /usr/sbin/config -m HL200 TB --- 2011-11-17 19:37:40 - building HL200 kernel TB --- 2011-11-17 19:37:41 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 19:37:41 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 19:37:41 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 19:37:41 - SRCCONF=/dev/null TB --- 2011-11-17 19:37:41 - TARGET=arm TB --- 2011-11-17 19:37:41 - TARGET_ARCH=arm TB --- 2011-11-17 19:37:41 - TZ=UTC TB --- 2011-11-17 19:37:41 - __MAKE_CONF=/dev/null TB --- 2011-11-17 19:37:41 - cd /src TB --- 2011-11-17 19:37:41 - /usr/bin/make -B buildkernel KERNCONF=HL200 >>> Kernel build for HL200 started on Thu Nov 17 19:37:41 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 Thu Nov 17 19:40:46 UTC 2011 TB --- 2011-11-17 19:40:46 - cd /src/sys/arm/conf TB --- 2011-11-17 19:40:46 - /usr/sbin/config -m HL201 TB --- 2011-11-17 19:40:50 - building HL201 kernel TB --- 2011-11-17 19:40:50 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 19:40:50 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 19:40:50 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 19:40:50 - SRCCONF=/dev/null TB --- 2011-11-17 19:40:50 - TARGET=arm TB --- 2011-11-17 19:40:50 - TARGET_ARCH=arm TB --- 2011-11-17 19:40:50 - TZ=UTC TB --- 2011-11-17 19:40:50 - __MAKE_CONF=/dev/null TB --- 2011-11-17 19:40:50 - cd /src TB --- 2011-11-17 19:40:50 - /usr/bin/make -B buildkernel KERNCONF=HL201 >>> Kernel build for HL201 started on Thu Nov 17 19:40:50 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 Thu Nov 17 19:43:10 UTC 2011 TB --- 2011-11-17 19:43:10 - cd /src/sys/arm/conf TB --- 2011-11-17 19:43:10 - /usr/sbin/config -m IQ31244 TB --- 2011-11-17 19:43:10 - building IQ31244 kernel TB --- 2011-11-17 19:43:10 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 19:43:10 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 19:43:10 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 19:43:10 - SRCCONF=/dev/null TB --- 2011-11-17 19:43:10 - TARGET=arm TB --- 2011-11-17 19:43:10 - TARGET_ARCH=arm TB --- 2011-11-17 19:43:10 - TZ=UTC TB --- 2011-11-17 19:43:10 - __MAKE_CONF=/dev/null TB --- 2011-11-17 19:43:10 - cd /src TB --- 2011-11-17 19:43:10 - /usr/bin/make -B buildkernel KERNCONF=IQ31244 >>> Kernel build for IQ31244 started on Thu Nov 17 19:43:10 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 Thu Nov 17 19:46:26 UTC 2011 TB --- 2011-11-17 19:46:26 - cd /src/sys/arm/conf TB --- 2011-11-17 19:46:26 - /usr/sbin/config -m KB920X TB --- 2011-11-17 19:46:26 - building KB920X kernel TB --- 2011-11-17 19:46:26 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 19:46:26 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 19:46:26 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 19:46:26 - SRCCONF=/dev/null TB --- 2011-11-17 19:46:26 - TARGET=arm TB --- 2011-11-17 19:46:26 - TARGET_ARCH=arm TB --- 2011-11-17 19:46:26 - TZ=UTC TB --- 2011-11-17 19:46:26 - __MAKE_CONF=/dev/null TB --- 2011-11-17 19:46:26 - cd /src TB --- 2011-11-17 19:46:26 - /usr/bin/make -B buildkernel KERNCONF=KB920X >>> Kernel build for KB920X started on Thu Nov 17 19:46: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 [...] objcopy --only-keep-debug if_sf.ko.debug if_sf.ko.symbols objcopy --strip-debug --add-gnu-debuglink=if_sf.ko.symbols if_sf.ko.debug if_sf.ko ===> sfxge (all) cc -O -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /obj/arm.arm/src/sys/KB920X/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -DDEBUG=1 -I/obj/arm.arm/src/sys/KB920X -mcpu=arm9 -ffreestanding -std=iso9899:1999 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /src/sys/modules/sfxge/../../dev/sfxge/sfxge.c cc -O -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /obj/arm.arm/src/sys/KB920X/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -DDEBUG=1 -I/obj/arm.arm/src/sys/KB920X -mcpu=arm9 -ffreestanding -std=iso9899:1999 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /src/sys/modules/sfxge/../../dev/sfxge/sfxge_dma.c cc1: warnings being treated as errors /src/sys/modules/sfxge/../../dev/sfxge/sfxge_dma.c: In function 'sfxge_dma_alloc': /src/sys/modules/sfxge/../../dev/sfxge/sfxge_dma.c:138: warning: large integer implicitly truncated to unsigned type [-Woverflow] *** Error code 1 Stop in /src/sys/modules/sfxge. *** 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-11-17 19:55:18 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-11-17 19:55:18 - ERROR: failed to build KB920X kernel TB --- 2011-11-17 19:55:18 - 4700.88 user 1163.87 system 6317.81 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-arm@FreeBSD.ORG Thu Nov 17 22:00:55 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 A09B6106567A; Thu, 17 Nov 2011 22:00:55 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 01AE18FC0C; Thu, 17 Nov 2011 22:00:54 +0000 (UTC) Received: by faap15 with SMTP id p15so3007937faa.13 for ; Thu, 17 Nov 2011 14:00:54 -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=q7LabkcteFZ45lyeLWsXAzqj2Cmy1+H0+sQFcnJv0S8=; b=ccPhj6NDIaYyDdJ+SfNUDIAbl0db0lL4sl/9Nr+rHEBA6VsZtlWz/Z12XpJIA9mOfo +MjSsZXngNxENjMKfzlwCpcFXBr1BszL11yybp+Mds19Ad8jdmTv0N+pAsSRUJltOITB yYgNqULqULXb2u+ZDP2P6LZqJvmFEw8wuM8Bo= MIME-Version: 1.0 Received: by 10.182.59.49 with SMTP id w17mr77058obq.37.1321565482015; Thu, 17 Nov 2011 13:31:22 -0800 (PST) Received: by 10.182.7.34 with HTTP; Thu, 17 Nov 2011 13:31:21 -0800 (PST) In-Reply-To: <201111171955.pAHJtJj5028599@freebsd-current.sentex.ca> References: <201111171955.pAHJtJj5028599@freebsd-current.sentex.ca> Date: Thu, 17 Nov 2011 13:31:21 -0800 Message-ID: From: Garrett Cooper To: FreeBSD Tinderbox Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: arm@freebsd.org, current@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: Thu, 17 Nov 2011 22:00:55 -0000 On Thu, Nov 17, 2011 at 11:55 AM, FreeBSD Tinderbox wrote: > TB --- 2011-11-17 18:10:01 - tinderbox 2.8 running on freebsd-current.sen= tex.ca > TB --- 2011-11-17 18:10:01 - starting HEAD tinderbox run for arm/arm > TB --- 2011-11-17 18:10:01 - cleaning the object tree > TB --- 2011-11-17 18:10:26 - cvsupping the source tree > TB --- 2011-11-17 18:10:26 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sente= x.ca /tinderbox/HEAD/arm/arm/supfile > TB --- 2011-11-17 18:11:12 - building world > TB --- 2011-11-17 18:11:12 - CROSS_BUILD_TESTING=3DYES > TB --- 2011-11-17 18:11:12 - MAKEOBJDIRPREFIX=3D/obj > TB --- 2011-11-17 18:11:12 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin > TB --- 2011-11-17 18:11:12 - SRCCONF=3D/dev/null > TB --- 2011-11-17 18:11:12 - TARGET=3Darm > TB --- 2011-11-17 18:11:12 - TARGET_ARCH=3Darm > TB --- 2011-11-17 18:11:12 - TZ=3DUTC > TB --- 2011-11-17 18:11:12 - __MAKE_CONF=3D/dev/null > TB --- 2011-11-17 18:11:12 - cd /src > TB --- 2011-11-17 18:11:12 - /usr/bin/make -B buildworld >>>> World build started on Thu Nov 17 18:11:12 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 Thu Nov 17 19:06:31 UTC 2011 > TB --- 2011-11-17 19:06:31 - cd /src/sys/arm/conf > TB --- 2011-11-17 19:06:31 - /usr/sbin/config -m AVILA > TB --- 2011-11-17 19:06:31 - building AVILA kernel > TB --- 2011-11-17 19:06:31 - CROSS_BUILD_TESTING=3DYES > TB --- 2011-11-17 19:06:31 - MAKEOBJDIRPREFIX=3D/obj > TB --- 2011-11-17 19:06:31 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin > TB --- 2011-11-17 19:06:31 - SRCCONF=3D/dev/null > TB --- 2011-11-17 19:06:31 - TARGET=3Darm > TB --- 2011-11-17 19:06:31 - TARGET_ARCH=3Darm > TB --- 2011-11-17 19:06:31 - TZ=3DUTC > TB --- 2011-11-17 19:06:31 - __MAKE_CONF=3D/dev/null > TB --- 2011-11-17 19:06:31 - cd /src > TB --- 2011-11-17 19:06:31 - /usr/bin/make -B buildkernel KERNCONF=3DAVIL= A >>>> Kernel build for AVILA started on Thu Nov 17 19:06:31 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 Thu Nov 17 19:09:34 UTC 2011 > TB --- 2011-11-17 19:09:34 - cd /src/sys/arm/conf > TB --- 2011-11-17 19:09:34 - /usr/sbin/config -m BWCT > TB --- 2011-11-17 19:09:35 - building BWCT kernel > TB --- 2011-11-17 19:09:35 - CROSS_BUILD_TESTING=3DYES > TB --- 2011-11-17 19:09:35 - MAKEOBJDIRPREFIX=3D/obj > TB --- 2011-11-17 19:09:35 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin > TB --- 2011-11-17 19:09:35 - SRCCONF=3D/dev/null > TB --- 2011-11-17 19:09:35 - TARGET=3Darm > TB --- 2011-11-17 19:09:35 - TARGET_ARCH=3Darm > TB --- 2011-11-17 19:09:35 - TZ=3DUTC > TB --- 2011-11-17 19:09:35 - __MAKE_CONF=3D/dev/null > TB --- 2011-11-17 19:09:35 - cd /src > TB --- 2011-11-17 19:09:35 - /usr/bin/make -B buildkernel KERNCONF=3DBWCT >>>> Kernel build for BWCT started on Thu Nov 17 19:09: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 BWCT completed on Thu Nov 17 19:12:13 UTC 2011 > TB --- 2011-11-17 19:12:13 - cd /src/sys/arm/conf > TB --- 2011-11-17 19:12:13 - /usr/sbin/config -m CAMBRIA > TB --- 2011-11-17 19:12:13 - building CAMBRIA kernel > TB --- 2011-11-17 19:12:13 - CROSS_BUILD_TESTING=3DYES > TB --- 2011-11-17 19:12:13 - MAKEOBJDIRPREFIX=3D/obj > TB --- 2011-11-17 19:12:13 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin > TB --- 2011-11-17 19:12:13 - SRCCONF=3D/dev/null > TB --- 2011-11-17 19:12:13 - TARGET=3Darm > TB --- 2011-11-17 19:12:13 - TARGET_ARCH=3Darm > TB --- 2011-11-17 19:12:13 - TZ=3DUTC > TB --- 2011-11-17 19:12:13 - __MAKE_CONF=3D/dev/null > TB --- 2011-11-17 19:12:13 - cd /src > TB --- 2011-11-17 19:12:13 - /usr/bin/make -B buildkernel KERNCONF=3DCAMB= RIA >>>> Kernel build for CAMBRIA started on Thu Nov 17 19:12:13 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 Thu Nov 17 19:15:10 UTC 2011 > TB --- 2011-11-17 19:15:10 - cd /src/sys/arm/conf > TB --- 2011-11-17 19:15:10 - /usr/sbin/config -m CNS11XXNAS > TB --- 2011-11-17 19:15:11 - building CNS11XXNAS kernel > TB --- 2011-11-17 19:15:11 - CROSS_BUILD_TESTING=3DYES > TB --- 2011-11-17 19:15:11 - MAKEOBJDIRPREFIX=3D/obj > TB --- 2011-11-17 19:15:11 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin > TB --- 2011-11-17 19:15:11 - SRCCONF=3D/dev/null > TB --- 2011-11-17 19:15:11 - TARGET=3Darm > TB --- 2011-11-17 19:15:11 - TARGET_ARCH=3Darm > TB --- 2011-11-17 19:15:11 - TZ=3DUTC > TB --- 2011-11-17 19:15:11 - __MAKE_CONF=3D/dev/null > TB --- 2011-11-17 19:15:11 - cd /src > TB --- 2011-11-17 19:15:11 - /usr/bin/make -B buildkernel KERNCONF=3DCNS1= 1XXNAS >>>> Kernel build for CNS11XXNAS started on Thu Nov 17 19:15: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 CNS11XXNAS completed on Thu Nov 17 19:17:41 UTC 2011 > TB --- 2011-11-17 19:17:41 - cd /src/sys/arm/conf > TB --- 2011-11-17 19:17:41 - /usr/sbin/config -m CRB > TB --- 2011-11-17 19:17:41 - building CRB kernel > TB --- 2011-11-17 19:17:41 - CROSS_BUILD_TESTING=3DYES > TB --- 2011-11-17 19:17:41 - MAKEOBJDIRPREFIX=3D/obj > TB --- 2011-11-17 19:17:41 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin > TB --- 2011-11-17 19:17:41 - SRCCONF=3D/dev/null > TB --- 2011-11-17 19:17:41 - TARGET=3Darm > TB --- 2011-11-17 19:17:41 - TARGET_ARCH=3Darm > TB --- 2011-11-17 19:17:41 - TZ=3DUTC > TB --- 2011-11-17 19:17:41 - __MAKE_CONF=3D/dev/null > TB --- 2011-11-17 19:17:41 - cd /src > TB --- 2011-11-17 19:17:41 - /usr/bin/make -B buildkernel KERNCONF=3DCRB >>>> Kernel build for CRB started on Thu Nov 17 19:17:41 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 Thu Nov 17 19:21:31 UTC 2011 > TB --- 2011-11-17 19:21:31 - cd /src/sys/arm/conf > TB --- 2011-11-17 19:21:31 - /usr/sbin/config -m DB-78XXX > TB --- 2011-11-17 19:21:31 - building DB-78XXX kernel > TB --- 2011-11-17 19:21:31 - CROSS_BUILD_TESTING=3DYES > TB --- 2011-11-17 19:21:31 - MAKEOBJDIRPREFIX=3D/obj > TB --- 2011-11-17 19:21:31 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin > TB --- 2011-11-17 19:21:31 - SRCCONF=3D/dev/null > TB --- 2011-11-17 19:21:31 - TARGET=3Darm > TB --- 2011-11-17 19:21:31 - TARGET_ARCH=3Darm > TB --- 2011-11-17 19:21:31 - TZ=3DUTC > TB --- 2011-11-17 19:21:31 - __MAKE_CONF=3D/dev/null > TB --- 2011-11-17 19:21:31 - cd /src > TB --- 2011-11-17 19:21:31 - /usr/bin/make -B buildkernel KERNCONF=3DDB-7= 8XXX >>>> Kernel build for DB-78XXX started on Thu Nov 17 19:21:31 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 Thu Nov 17 19:24:08 UTC 2011 > TB --- 2011-11-17 19:24:08 - cd /src/sys/arm/conf > TB --- 2011-11-17 19:24:08 - /usr/sbin/config -m DB-88F5XXX > TB --- 2011-11-17 19:24:08 - building DB-88F5XXX kernel > TB --- 2011-11-17 19:24:08 - CROSS_BUILD_TESTING=3DYES > TB --- 2011-11-17 19:24:08 - MAKEOBJDIRPREFIX=3D/obj > TB --- 2011-11-17 19:24:08 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin > TB --- 2011-11-17 19:24:08 - SRCCONF=3D/dev/null > TB --- 2011-11-17 19:24:08 - TARGET=3Darm > TB --- 2011-11-17 19:24:08 - TARGET_ARCH=3Darm > TB --- 2011-11-17 19:24:08 - TZ=3DUTC > TB --- 2011-11-17 19:24:08 - __MAKE_CONF=3D/dev/null > TB --- 2011-11-17 19:24:08 - cd /src > TB --- 2011-11-17 19:24:08 - /usr/bin/make -B buildkernel KERNCONF=3DDB-8= 8F5XXX >>>> Kernel build for DB-88F5XXX started on Thu Nov 17 19:24:08 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 Thu Nov 17 19:26:47 UTC 2011 > TB --- 2011-11-17 19:26:47 - cd /src/sys/arm/conf > TB --- 2011-11-17 19:26:47 - /usr/sbin/config -m DB-88F6XXX > TB --- 2011-11-17 19:26:48 - building DB-88F6XXX kernel > TB --- 2011-11-17 19:26:48 - CROSS_BUILD_TESTING=3DYES > TB --- 2011-11-17 19:26:48 - MAKEOBJDIRPREFIX=3D/obj > TB --- 2011-11-17 19:26:48 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin > TB --- 2011-11-17 19:26:48 - SRCCONF=3D/dev/null > TB --- 2011-11-17 19:26:48 - TARGET=3Darm > TB --- 2011-11-17 19:26:48 - TARGET_ARCH=3Darm > TB --- 2011-11-17 19:26:48 - TZ=3DUTC > TB --- 2011-11-17 19:26:48 - __MAKE_CONF=3D/dev/null > TB --- 2011-11-17 19:26:48 - cd /src > TB --- 2011-11-17 19:26:48 - /usr/bin/make -B buildkernel KERNCONF=3DDB-8= 8F6XXX >>>> Kernel build for DB-88F6XXX started on Thu Nov 17 19: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 DB-88F6XXX completed on Thu Nov 17 19:29:54 UTC 2011 > TB --- 2011-11-17 19:29:54 - cd /src/sys/arm/conf > TB --- 2011-11-17 19:29:54 - /usr/sbin/config -m DOCKSTAR > TB --- 2011-11-17 19:29:54 - building DOCKSTAR kernel > TB --- 2011-11-17 19:29:54 - CROSS_BUILD_TESTING=3DYES > TB --- 2011-11-17 19:29:54 - MAKEOBJDIRPREFIX=3D/obj > TB --- 2011-11-17 19:29:54 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin > TB --- 2011-11-17 19:29:54 - SRCCONF=3D/dev/null > TB --- 2011-11-17 19:29:54 - TARGET=3Darm > TB --- 2011-11-17 19:29:54 - TARGET_ARCH=3Darm > TB --- 2011-11-17 19:29:54 - TZ=3DUTC > TB --- 2011-11-17 19:29:54 - __MAKE_CONF=3D/dev/null > TB --- 2011-11-17 19:29:54 - cd /src > TB --- 2011-11-17 19:29:54 - /usr/bin/make -B buildkernel KERNCONF=3DDOCK= STAR >>>> Kernel build for DOCKSTAR started on Thu Nov 17 19:29:55 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 Thu Nov 17 19:32:30 UTC 2011 > TB --- 2011-11-17 19:32:30 - cd /src/sys/arm/conf > TB --- 2011-11-17 19:32:30 - /usr/sbin/config -m EP80219 > TB --- 2011-11-17 19:32:30 - building EP80219 kernel > TB --- 2011-11-17 19:32:30 - CROSS_BUILD_TESTING=3DYES > TB --- 2011-11-17 19:32:30 - MAKEOBJDIRPREFIX=3D/obj > TB --- 2011-11-17 19:32:30 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin > TB --- 2011-11-17 19:32:30 - SRCCONF=3D/dev/null > TB --- 2011-11-17 19:32:30 - TARGET=3Darm > TB --- 2011-11-17 19:32:30 - TARGET_ARCH=3Darm > TB --- 2011-11-17 19:32:30 - TZ=3DUTC > TB --- 2011-11-17 19:32:30 - __MAKE_CONF=3D/dev/null > TB --- 2011-11-17 19:32:30 - cd /src > TB --- 2011-11-17 19:32:30 - /usr/bin/make -B buildkernel KERNCONF=3DEP80= 219 >>>> Kernel build for EP80219 started on Thu Nov 17 19:32:30 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 Thu Nov 17 19:35:22 UTC 2011 > TB --- 2011-11-17 19:35:22 - WARNING: no kernel config for GENERIC > TB --- 2011-11-17 19:35:22 - cd /src/sys/arm/conf > TB --- 2011-11-17 19:35:22 - /usr/sbin/config -m GUMSTIX > TB --- 2011-11-17 19:35:22 - building GUMSTIX kernel > TB --- 2011-11-17 19:35:22 - CROSS_BUILD_TESTING=3DYES > TB --- 2011-11-17 19:35:22 - MAKEOBJDIRPREFIX=3D/obj > TB --- 2011-11-17 19:35:22 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin > TB --- 2011-11-17 19:35:22 - SRCCONF=3D/dev/null > TB --- 2011-11-17 19:35:22 - TARGET=3Darm > TB --- 2011-11-17 19:35:22 - TARGET_ARCH=3Darm > TB --- 2011-11-17 19:35:22 - TZ=3DUTC > TB --- 2011-11-17 19:35:22 - __MAKE_CONF=3D/dev/null > TB --- 2011-11-17 19:35:22 - cd /src > TB --- 2011-11-17 19:35:22 - /usr/bin/make -B buildkernel KERNCONF=3DGUMS= TIX >>>> Kernel build for GUMSTIX started on Thu Nov 17 19:35:22 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 Thu Nov 17 19:37:40 UTC 2011 > TB --- 2011-11-17 19:37:40 - cd /src/sys/arm/conf > TB --- 2011-11-17 19:37:40 - /usr/sbin/config -m HL200 > TB --- 2011-11-17 19:37:40 - building HL200 kernel > TB --- 2011-11-17 19:37:41 - CROSS_BUILD_TESTING=3DYES > TB --- 2011-11-17 19:37:41 - MAKEOBJDIRPREFIX=3D/obj > TB --- 2011-11-17 19:37:41 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin > TB --- 2011-11-17 19:37:41 - SRCCONF=3D/dev/null > TB --- 2011-11-17 19:37:41 - TARGET=3Darm > TB --- 2011-11-17 19:37:41 - TARGET_ARCH=3Darm > TB --- 2011-11-17 19:37:41 - TZ=3DUTC > TB --- 2011-11-17 19:37:41 - __MAKE_CONF=3D/dev/null > TB --- 2011-11-17 19:37:41 - cd /src > TB --- 2011-11-17 19:37:41 - /usr/bin/make -B buildkernel KERNCONF=3DHL20= 0 >>>> Kernel build for HL200 started on Thu Nov 17 19:37:41 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 Thu Nov 17 19:40:46 UTC 2011 > TB --- 2011-11-17 19:40:46 - cd /src/sys/arm/conf > TB --- 2011-11-17 19:40:46 - /usr/sbin/config -m HL201 > TB --- 2011-11-17 19:40:50 - building HL201 kernel > TB --- 2011-11-17 19:40:50 - CROSS_BUILD_TESTING=3DYES > TB --- 2011-11-17 19:40:50 - MAKEOBJDIRPREFIX=3D/obj > TB --- 2011-11-17 19:40:50 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin > TB --- 2011-11-17 19:40:50 - SRCCONF=3D/dev/null > TB --- 2011-11-17 19:40:50 - TARGET=3Darm > TB --- 2011-11-17 19:40:50 - TARGET_ARCH=3Darm > TB --- 2011-11-17 19:40:50 - TZ=3DUTC > TB --- 2011-11-17 19:40:50 - __MAKE_CONF=3D/dev/null > TB --- 2011-11-17 19:40:50 - cd /src > TB --- 2011-11-17 19:40:50 - /usr/bin/make -B buildkernel KERNCONF=3DHL20= 1 >>>> Kernel build for HL201 started on Thu Nov 17 19:40:50 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 Thu Nov 17 19:43:10 UTC 2011 > TB --- 2011-11-17 19:43:10 - cd /src/sys/arm/conf > TB --- 2011-11-17 19:43:10 - /usr/sbin/config -m IQ31244 > TB --- 2011-11-17 19:43:10 - building IQ31244 kernel > TB --- 2011-11-17 19:43:10 - CROSS_BUILD_TESTING=3DYES > TB --- 2011-11-17 19:43:10 - MAKEOBJDIRPREFIX=3D/obj > TB --- 2011-11-17 19:43:10 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin > TB --- 2011-11-17 19:43:10 - SRCCONF=3D/dev/null > TB --- 2011-11-17 19:43:10 - TARGET=3Darm > TB --- 2011-11-17 19:43:10 - TARGET_ARCH=3Darm > TB --- 2011-11-17 19:43:10 - TZ=3DUTC > TB --- 2011-11-17 19:43:10 - __MAKE_CONF=3D/dev/null > TB --- 2011-11-17 19:43:10 - cd /src > TB --- 2011-11-17 19:43:10 - /usr/bin/make -B buildkernel KERNCONF=3DIQ31= 244 >>>> Kernel build for IQ31244 started on Thu Nov 17 19:43:10 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 Thu Nov 17 19:46:26 UTC 2011 > TB --- 2011-11-17 19:46:26 - cd /src/sys/arm/conf > TB --- 2011-11-17 19:46:26 - /usr/sbin/config -m KB920X > TB --- 2011-11-17 19:46:26 - building KB920X kernel > TB --- 2011-11-17 19:46:26 - CROSS_BUILD_TESTING=3DYES > TB --- 2011-11-17 19:46:26 - MAKEOBJDIRPREFIX=3D/obj > TB --- 2011-11-17 19:46:26 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin > TB --- 2011-11-17 19:46:26 - SRCCONF=3D/dev/null > TB --- 2011-11-17 19:46:26 - TARGET=3Darm > TB --- 2011-11-17 19:46:26 - TARGET_ARCH=3Darm > TB --- 2011-11-17 19:46:26 - TZ=3DUTC > TB --- 2011-11-17 19:46:26 - __MAKE_CONF=3D/dev/null > TB --- 2011-11-17 19:46:26 - cd /src > TB --- 2011-11-17 19:46:26 - /usr/bin/make -B buildkernel KERNCONF=3DKB92= 0X >>>> Kernel build for KB920X started on Thu Nov 17 19:46: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 > [...] > objcopy --only-keep-debug if_sf.ko.debug if_sf.ko.symbols > objcopy --strip-debug --add-gnu-debuglink=3Dif_sf.ko.symbols if_sf.ko.deb= ug if_sf.ko > =3D=3D=3D> sfxge (all) > cc -O -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc =A0 -DHAVE_KERNEL_OP= TION_HEADERS -include /obj/arm.arm/src/sys/KB920X/opt_global.h -I. -I@ -I@/= contrib/altq -finline-limit=3D8000 --param inline-unit-growth=3D100 --param= large-function-growth=3D1000 -fno-common -g -DDEBUG=3D1 -I/obj/arm.arm/src= /sys/KB920X -mcpu=3Darm9 -ffreestanding -std=3Diso9899:1999 -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes =A0-Wmissing-prototypes -Wpoi= nter-arith -Winline -Wcast-qual =A0-Wundef -Wno-pointer-sign -fformat-exten= sions =A0-Wmissing-include-dirs -fdiagnostics-show-option -c /src/sys/modul= es/sfxge/../../dev/sfxge/sfxge.c > cc -O -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc =A0 -DHAVE_KERNEL_OP= TION_HEADERS -include /obj/arm.arm/src/sys/KB920X/opt_global.h -I. -I@ -I@/= contrib/altq -finline-limit=3D8000 --param inline-unit-growth=3D100 --param= large-function-growth=3D1000 -fno-common -g -DDEBUG=3D1 -I/obj/arm.arm/src= /sys/KB920X -mcpu=3Darm9 -ffreestanding -std=3Diso9899:1999 -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes =A0-Wmissing-prototypes -Wpoi= nter-arith -Winline -Wcast-qual =A0-Wundef -Wno-pointer-sign -fformat-exten= sions =A0-Wmissing-include-dirs -fdiagnostics-show-option -c /src/sys/modul= es/sfxge/../../dev/sfxge/sfxge_dma.c > cc1: warnings being treated as errors > /src/sys/modules/sfxge/../../dev/sfxge/sfxge_dma.c: In function 'sfxge_dm= a_alloc': > /src/sys/modules/sfxge/../../dev/sfxge/sfxge_dma.c:138: warning: large in= teger implicitly truncated to unsigned type [-Woverflow] > *** Error code 1 I've already contacted philip about these build issues (all 32-bit archs -- and I think ia64 -- currently fail to build via tinderbox because of this error). Bottom line is that I think this driver should be removed from all 32-bit builds.. was waiting for feedback from him on that. Thanks, -Garrett From owner-freebsd-arm@FreeBSD.ORG Fri Nov 18 01:15:02 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 B4277106564A; Fri, 18 Nov 2011 01:15:02 +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 6C5BB8FC17; Fri, 18 Nov 2011 01:15:01 +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 pAI1F0l8004670; Thu, 17 Nov 2011 20:15:00 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.4/Submit) id pAI1F0CE004665; Fri, 18 Nov 2011 01:15:00 GMT (envelope-from tinderbox@freebsd.org) Date: Fri, 18 Nov 2011 01:15:00 GMT Message-Id: <201111180115.pAI1F0CE004665@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, 18 Nov 2011 01:15:02 -0000 TB --- 2011-11-17 23:30:01 - tinderbox 2.8 running on freebsd-current.sentex.ca TB --- 2011-11-17 23:30:01 - starting HEAD tinderbox run for arm/arm TB --- 2011-11-17 23:30:01 - cleaning the object tree TB --- 2011-11-17 23:30:26 - cvsupping the source tree TB --- 2011-11-17 23:30:26 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/arm/arm/supfile TB --- 2011-11-17 23:30:43 - building world TB --- 2011-11-17 23:30:43 - CROSS_BUILD_TESTING=YES TB --- 2011-11-17 23:30:43 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-17 23:30:43 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-17 23:30:43 - SRCCONF=/dev/null TB --- 2011-11-17 23:30:43 - TARGET=arm TB --- 2011-11-17 23:30:43 - TARGET_ARCH=arm TB --- 2011-11-17 23:30:43 - TZ=UTC TB --- 2011-11-17 23:30:43 - __MAKE_CONF=/dev/null TB --- 2011-11-17 23:30:43 - cd /src TB --- 2011-11-17 23:30:43 - /usr/bin/make -B buildworld >>> World build started on Thu Nov 17 23:30: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 Nov 18 00:26:20 UTC 2011 TB --- 2011-11-18 00:26:20 - cd /src/sys/arm/conf TB --- 2011-11-18 00:26:20 - /usr/sbin/config -m AVILA TB --- 2011-11-18 00:26:20 - building AVILA kernel TB --- 2011-11-18 00:26:20 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 00:26:20 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 00:26:20 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 00:26:20 - SRCCONF=/dev/null TB --- 2011-11-18 00:26:20 - TARGET=arm TB --- 2011-11-18 00:26:20 - TARGET_ARCH=arm TB --- 2011-11-18 00:26:20 - TZ=UTC TB --- 2011-11-18 00:26:20 - __MAKE_CONF=/dev/null TB --- 2011-11-18 00:26:20 - cd /src TB --- 2011-11-18 00:26:20 - /usr/bin/make -B buildkernel KERNCONF=AVILA >>> Kernel build for AVILA started on Fri Nov 18 00:26: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 AVILA completed on Fri Nov 18 00:29:32 UTC 2011 TB --- 2011-11-18 00:29:32 - cd /src/sys/arm/conf TB --- 2011-11-18 00:29:32 - /usr/sbin/config -m BWCT TB --- 2011-11-18 00:29:32 - building BWCT kernel TB --- 2011-11-18 00:29:32 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 00:29:32 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 00:29:32 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 00:29:32 - SRCCONF=/dev/null TB --- 2011-11-18 00:29:32 - TARGET=arm TB --- 2011-11-18 00:29:32 - TARGET_ARCH=arm TB --- 2011-11-18 00:29:32 - TZ=UTC TB --- 2011-11-18 00:29:32 - __MAKE_CONF=/dev/null TB --- 2011-11-18 00:29:32 - cd /src TB --- 2011-11-18 00:29:32 - /usr/bin/make -B buildkernel KERNCONF=BWCT >>> Kernel build for BWCT started on Fri Nov 18 00:29:32 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 Nov 18 00:31:55 UTC 2011 TB --- 2011-11-18 00:31:55 - cd /src/sys/arm/conf TB --- 2011-11-18 00:31:55 - /usr/sbin/config -m CAMBRIA TB --- 2011-11-18 00:31:55 - building CAMBRIA kernel TB --- 2011-11-18 00:31:55 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 00:31:55 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 00:31:55 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 00:31:55 - SRCCONF=/dev/null TB --- 2011-11-18 00:31:55 - TARGET=arm TB --- 2011-11-18 00:31:55 - TARGET_ARCH=arm TB --- 2011-11-18 00:31:55 - TZ=UTC TB --- 2011-11-18 00:31:55 - __MAKE_CONF=/dev/null TB --- 2011-11-18 00:31:55 - cd /src TB --- 2011-11-18 00:31:55 - /usr/bin/make -B buildkernel KERNCONF=CAMBRIA >>> Kernel build for CAMBRIA started on Fri Nov 18 00:31:55 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 Nov 18 00:34:51 UTC 2011 TB --- 2011-11-18 00:34:51 - cd /src/sys/arm/conf TB --- 2011-11-18 00:34:51 - /usr/sbin/config -m CNS11XXNAS TB --- 2011-11-18 00:34:51 - building CNS11XXNAS kernel TB --- 2011-11-18 00:34:51 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 00:34:51 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 00:34:51 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 00:34:51 - SRCCONF=/dev/null TB --- 2011-11-18 00:34:51 - TARGET=arm TB --- 2011-11-18 00:34:51 - TARGET_ARCH=arm TB --- 2011-11-18 00:34:51 - TZ=UTC TB --- 2011-11-18 00:34:51 - __MAKE_CONF=/dev/null TB --- 2011-11-18 00:34:51 - cd /src TB --- 2011-11-18 00:34:51 - /usr/bin/make -B buildkernel KERNCONF=CNS11XXNAS >>> Kernel build for CNS11XXNAS started on Fri Nov 18 00:34:51 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 Nov 18 00:37:20 UTC 2011 TB --- 2011-11-18 00:37:20 - cd /src/sys/arm/conf TB --- 2011-11-18 00:37:20 - /usr/sbin/config -m CRB TB --- 2011-11-18 00:37:20 - building CRB kernel TB --- 2011-11-18 00:37:20 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 00:37:20 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 00:37:20 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 00:37:20 - SRCCONF=/dev/null TB --- 2011-11-18 00:37:20 - TARGET=arm TB --- 2011-11-18 00:37:20 - TARGET_ARCH=arm TB --- 2011-11-18 00:37:20 - TZ=UTC TB --- 2011-11-18 00:37:20 - __MAKE_CONF=/dev/null TB --- 2011-11-18 00:37:20 - cd /src TB --- 2011-11-18 00:37:20 - /usr/bin/make -B buildkernel KERNCONF=CRB >>> Kernel build for CRB started on Fri Nov 18 00:37: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 CRB completed on Fri Nov 18 00:41:07 UTC 2011 TB --- 2011-11-18 00:41:07 - cd /src/sys/arm/conf TB --- 2011-11-18 00:41:07 - /usr/sbin/config -m DB-78XXX TB --- 2011-11-18 00:41:07 - building DB-78XXX kernel TB --- 2011-11-18 00:41:07 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 00:41:07 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 00:41:07 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 00:41:07 - SRCCONF=/dev/null TB --- 2011-11-18 00:41:07 - TARGET=arm TB --- 2011-11-18 00:41:07 - TARGET_ARCH=arm TB --- 2011-11-18 00:41:07 - TZ=UTC TB --- 2011-11-18 00:41:07 - __MAKE_CONF=/dev/null TB --- 2011-11-18 00:41:07 - cd /src TB --- 2011-11-18 00:41:07 - /usr/bin/make -B buildkernel KERNCONF=DB-78XXX >>> Kernel build for DB-78XXX started on Fri Nov 18 00:41: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 DB-78XXX completed on Fri Nov 18 00:43:58 UTC 2011 TB --- 2011-11-18 00:43:58 - cd /src/sys/arm/conf TB --- 2011-11-18 00:43:58 - /usr/sbin/config -m DB-88F5XXX TB --- 2011-11-18 00:43:58 - building DB-88F5XXX kernel TB --- 2011-11-18 00:43:58 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 00:43:58 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 00:43:58 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 00:43:58 - SRCCONF=/dev/null TB --- 2011-11-18 00:43:58 - TARGET=arm TB --- 2011-11-18 00:43:58 - TARGET_ARCH=arm TB --- 2011-11-18 00:43:58 - TZ=UTC TB --- 2011-11-18 00:43:58 - __MAKE_CONF=/dev/null TB --- 2011-11-18 00:43:58 - cd /src TB --- 2011-11-18 00:43:58 - /usr/bin/make -B buildkernel KERNCONF=DB-88F5XXX >>> Kernel build for DB-88F5XXX started on Fri Nov 18 00:43:58 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 Nov 18 00:46:36 UTC 2011 TB --- 2011-11-18 00:46:36 - cd /src/sys/arm/conf TB --- 2011-11-18 00:46:36 - /usr/sbin/config -m DB-88F6XXX TB --- 2011-11-18 00:46:36 - building DB-88F6XXX kernel TB --- 2011-11-18 00:46:36 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 00:46:36 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 00:46:36 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 00:46:36 - SRCCONF=/dev/null TB --- 2011-11-18 00:46:36 - TARGET=arm TB --- 2011-11-18 00:46:36 - TARGET_ARCH=arm TB --- 2011-11-18 00:46:36 - TZ=UTC TB --- 2011-11-18 00:46:36 - __MAKE_CONF=/dev/null TB --- 2011-11-18 00:46:36 - cd /src TB --- 2011-11-18 00:46:36 - /usr/bin/make -B buildkernel KERNCONF=DB-88F6XXX >>> Kernel build for DB-88F6XXX started on Fri Nov 18 00:46:36 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 Nov 18 00:49:15 UTC 2011 TB --- 2011-11-18 00:49:15 - cd /src/sys/arm/conf TB --- 2011-11-18 00:49:15 - /usr/sbin/config -m DOCKSTAR TB --- 2011-11-18 00:49:15 - building DOCKSTAR kernel TB --- 2011-11-18 00:49:15 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 00:49:15 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 00:49:15 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 00:49:15 - SRCCONF=/dev/null TB --- 2011-11-18 00:49:15 - TARGET=arm TB --- 2011-11-18 00:49:15 - TARGET_ARCH=arm TB --- 2011-11-18 00:49:15 - TZ=UTC TB --- 2011-11-18 00:49:15 - __MAKE_CONF=/dev/null TB --- 2011-11-18 00:49:15 - cd /src TB --- 2011-11-18 00:49:15 - /usr/bin/make -B buildkernel KERNCONF=DOCKSTAR >>> Kernel build for DOCKSTAR started on Fri Nov 18 00:49:15 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 Nov 18 00:52:11 UTC 2011 TB --- 2011-11-18 00:52:11 - cd /src/sys/arm/conf TB --- 2011-11-18 00:52:11 - /usr/sbin/config -m EP80219 TB --- 2011-11-18 00:52:11 - building EP80219 kernel TB --- 2011-11-18 00:52:11 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 00:52:11 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 00:52:11 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 00:52:11 - SRCCONF=/dev/null TB --- 2011-11-18 00:52:11 - TARGET=arm TB --- 2011-11-18 00:52:11 - TARGET_ARCH=arm TB --- 2011-11-18 00:52:11 - TZ=UTC TB --- 2011-11-18 00:52:11 - __MAKE_CONF=/dev/null TB --- 2011-11-18 00:52:11 - cd /src TB --- 2011-11-18 00:52:11 - /usr/bin/make -B buildkernel KERNCONF=EP80219 >>> Kernel build for EP80219 started on Fri Nov 18 00:52: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 EP80219 completed on Fri Nov 18 00:55:07 UTC 2011 TB --- 2011-11-18 00:55:07 - WARNING: no kernel config for GENERIC TB --- 2011-11-18 00:55:07 - cd /src/sys/arm/conf TB --- 2011-11-18 00:55:07 - /usr/sbin/config -m GUMSTIX TB --- 2011-11-18 00:55:07 - building GUMSTIX kernel TB --- 2011-11-18 00:55:07 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 00:55:07 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 00:55:07 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 00:55:07 - SRCCONF=/dev/null TB --- 2011-11-18 00:55:07 - TARGET=arm TB --- 2011-11-18 00:55:07 - TARGET_ARCH=arm TB --- 2011-11-18 00:55:07 - TZ=UTC TB --- 2011-11-18 00:55:07 - __MAKE_CONF=/dev/null TB --- 2011-11-18 00:55:07 - cd /src TB --- 2011-11-18 00:55:07 - /usr/bin/make -B buildkernel KERNCONF=GUMSTIX >>> Kernel build for GUMSTIX started on Fri Nov 18 00:55: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 GUMSTIX completed on Fri Nov 18 00:57:26 UTC 2011 TB --- 2011-11-18 00:57:26 - cd /src/sys/arm/conf TB --- 2011-11-18 00:57:26 - /usr/sbin/config -m HL200 TB --- 2011-11-18 00:57:26 - building HL200 kernel TB --- 2011-11-18 00:57:26 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 00:57:26 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 00:57:26 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 00:57:26 - SRCCONF=/dev/null TB --- 2011-11-18 00:57:26 - TARGET=arm TB --- 2011-11-18 00:57:26 - TARGET_ARCH=arm TB --- 2011-11-18 00:57:26 - TZ=UTC TB --- 2011-11-18 00:57:26 - __MAKE_CONF=/dev/null TB --- 2011-11-18 00:57:26 - cd /src TB --- 2011-11-18 00:57:26 - /usr/bin/make -B buildkernel KERNCONF=HL200 >>> Kernel build for HL200 started on Fri Nov 18 00:57:26 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 Nov 18 01:00:05 UTC 2011 TB --- 2011-11-18 01:00:05 - cd /src/sys/arm/conf TB --- 2011-11-18 01:00:05 - /usr/sbin/config -m HL201 TB --- 2011-11-18 01:00:05 - building HL201 kernel TB --- 2011-11-18 01:00:05 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 01:00:05 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 01:00:05 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 01:00:05 - SRCCONF=/dev/null TB --- 2011-11-18 01:00:05 - TARGET=arm TB --- 2011-11-18 01:00:05 - TARGET_ARCH=arm TB --- 2011-11-18 01:00:05 - TZ=UTC TB --- 2011-11-18 01:00:05 - __MAKE_CONF=/dev/null TB --- 2011-11-18 01:00:05 - cd /src TB --- 2011-11-18 01:00:05 - /usr/bin/make -B buildkernel KERNCONF=HL201 >>> Kernel build for HL201 started on Fri Nov 18 01:00: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 HL201 completed on Fri Nov 18 01:02:21 UTC 2011 TB --- 2011-11-18 01:02:21 - cd /src/sys/arm/conf TB --- 2011-11-18 01:02:21 - /usr/sbin/config -m IQ31244 TB --- 2011-11-18 01:02:21 - building IQ31244 kernel TB --- 2011-11-18 01:02:21 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 01:02:21 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 01:02:21 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 01:02:21 - SRCCONF=/dev/null TB --- 2011-11-18 01:02:21 - TARGET=arm TB --- 2011-11-18 01:02:21 - TARGET_ARCH=arm TB --- 2011-11-18 01:02:21 - TZ=UTC TB --- 2011-11-18 01:02:21 - __MAKE_CONF=/dev/null TB --- 2011-11-18 01:02:21 - cd /src TB --- 2011-11-18 01:02:21 - /usr/bin/make -B buildkernel KERNCONF=IQ31244 >>> Kernel build for IQ31244 started on Fri Nov 18 01:02:21 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 Nov 18 01:05:35 UTC 2011 TB --- 2011-11-18 01:05:35 - cd /src/sys/arm/conf TB --- 2011-11-18 01:05:35 - /usr/sbin/config -m KB920X TB --- 2011-11-18 01:05:36 - building KB920X kernel TB --- 2011-11-18 01:05:36 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 01:05:36 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 01:05:36 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 01:05:36 - SRCCONF=/dev/null TB --- 2011-11-18 01:05:36 - TARGET=arm TB --- 2011-11-18 01:05:36 - TARGET_ARCH=arm TB --- 2011-11-18 01:05:36 - TZ=UTC TB --- 2011-11-18 01:05:36 - __MAKE_CONF=/dev/null TB --- 2011-11-18 01:05:36 - cd /src TB --- 2011-11-18 01:05:36 - /usr/bin/make -B buildkernel KERNCONF=KB920X >>> Kernel build for KB920X started on Fri Nov 18 01:05:36 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 [...] objcopy --only-keep-debug if_sf.ko.debug if_sf.ko.symbols objcopy --strip-debug --add-gnu-debuglink=if_sf.ko.symbols if_sf.ko.debug if_sf.ko ===> sfxge (all) cc -O -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /obj/arm.arm/src/sys/KB920X/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -DDEBUG=1 -I/obj/arm.arm/src/sys/KB920X -mcpu=arm9 -ffreestanding -std=iso9899:1999 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /src/sys/modules/sfxge/../../dev/sfxge/sfxge.c cc -O -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /obj/arm.arm/src/sys/KB920X/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -DDEBUG=1 -I/obj/arm.arm/src/sys/KB920X -mcpu=arm9 -ffreestanding -std=iso9899:1999 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /src/sys/modules/sfxge/../../dev/sfxge/sfxge_dma.c cc1: warnings being treated as errors /src/sys/modules/sfxge/../../dev/sfxge/sfxge_dma.c: In function 'sfxge_dma_alloc': /src/sys/modules/sfxge/../../dev/sfxge/sfxge_dma.c:138: warning: large integer implicitly truncated to unsigned type [-Woverflow] *** Error code 1 Stop in /src/sys/modules/sfxge. *** 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-11-18 01:15:00 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-11-18 01:15:00 - ERROR: failed to build KB920X kernel TB --- 2011-11-18 01:15:00 - 4679.62 user 1157.59 system 6299.07 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-arm@FreeBSD.ORG Fri Nov 18 06:31:23 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 C4AEB106566B; Fri, 18 Nov 2011 06:31:23 +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 76C658FC0A; Fri, 18 Nov 2011 06:31:17 +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 pAI6VHqj086560; Fri, 18 Nov 2011 01:31:17 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.4/Submit) id pAI6VHPZ086559; Fri, 18 Nov 2011 06:31:17 GMT (envelope-from tinderbox@freebsd.org) Date: Fri, 18 Nov 2011 06:31:17 GMT Message-Id: <201111180631.pAI6VHPZ086559@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, 18 Nov 2011 06:31:23 -0000 TB --- 2011-11-18 04:50:00 - tinderbox 2.8 running on freebsd-current.sentex.ca TB --- 2011-11-18 04:50:00 - starting HEAD tinderbox run for arm/arm TB --- 2011-11-18 04:50:00 - cleaning the object tree TB --- 2011-11-18 04:50:25 - cvsupping the source tree TB --- 2011-11-18 04:50:25 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/arm/arm/supfile TB --- 2011-11-18 04:50:41 - building world TB --- 2011-11-18 04:50:41 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 04:50:41 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 04:50:41 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 04:50:41 - SRCCONF=/dev/null TB --- 2011-11-18 04:50:41 - TARGET=arm TB --- 2011-11-18 04:50:41 - TARGET_ARCH=arm TB --- 2011-11-18 04:50:41 - TZ=UTC TB --- 2011-11-18 04:50:41 - __MAKE_CONF=/dev/null TB --- 2011-11-18 04:50:41 - cd /src TB --- 2011-11-18 04:50:41 - /usr/bin/make -B buildworld >>> World build started on Fri Nov 18 04:50:41 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 Nov 18 05:44:30 UTC 2011 TB --- 2011-11-18 05:44:30 - cd /src/sys/arm/conf TB --- 2011-11-18 05:44:30 - /usr/sbin/config -m AVILA TB --- 2011-11-18 05:44:31 - building AVILA kernel TB --- 2011-11-18 05:44:31 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 05:44:31 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 05:44:31 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 05:44:31 - SRCCONF=/dev/null TB --- 2011-11-18 05:44:31 - TARGET=arm TB --- 2011-11-18 05:44:31 - TARGET_ARCH=arm TB --- 2011-11-18 05:44:31 - TZ=UTC TB --- 2011-11-18 05:44:31 - __MAKE_CONF=/dev/null TB --- 2011-11-18 05:44:31 - cd /src TB --- 2011-11-18 05:44:31 - /usr/bin/make -B buildkernel KERNCONF=AVILA >>> Kernel build for AVILA started on Fri Nov 18 05:44:31 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 Nov 18 05:47:34 UTC 2011 TB --- 2011-11-18 05:47:34 - cd /src/sys/arm/conf TB --- 2011-11-18 05:47:34 - /usr/sbin/config -m BWCT TB --- 2011-11-18 05:47:34 - building BWCT kernel TB --- 2011-11-18 05:47:34 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 05:47:34 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 05:47:34 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 05:47:34 - SRCCONF=/dev/null TB --- 2011-11-18 05:47:34 - TARGET=arm TB --- 2011-11-18 05:47:34 - TARGET_ARCH=arm TB --- 2011-11-18 05:47:34 - TZ=UTC TB --- 2011-11-18 05:47:34 - __MAKE_CONF=/dev/null TB --- 2011-11-18 05:47:34 - cd /src TB --- 2011-11-18 05:47:34 - /usr/bin/make -B buildkernel KERNCONF=BWCT >>> Kernel build for BWCT started on Fri Nov 18 05:47:34 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 Nov 18 05:49:40 UTC 2011 TB --- 2011-11-18 05:49:40 - cd /src/sys/arm/conf TB --- 2011-11-18 05:49:40 - /usr/sbin/config -m CAMBRIA TB --- 2011-11-18 05:49:41 - building CAMBRIA kernel TB --- 2011-11-18 05:49:41 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 05:49:41 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 05:49:41 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 05:49:41 - SRCCONF=/dev/null TB --- 2011-11-18 05:49:41 - TARGET=arm TB --- 2011-11-18 05:49:41 - TARGET_ARCH=arm TB --- 2011-11-18 05:49:41 - TZ=UTC TB --- 2011-11-18 05:49:41 - __MAKE_CONF=/dev/null TB --- 2011-11-18 05:49:41 - cd /src TB --- 2011-11-18 05:49:41 - /usr/bin/make -B buildkernel KERNCONF=CAMBRIA >>> Kernel build for CAMBRIA started on Fri Nov 18 05:49:41 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 Nov 18 05:52:37 UTC 2011 TB --- 2011-11-18 05:52:37 - cd /src/sys/arm/conf TB --- 2011-11-18 05:52:37 - /usr/sbin/config -m CNS11XXNAS TB --- 2011-11-18 05:52:37 - building CNS11XXNAS kernel TB --- 2011-11-18 05:52:37 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 05:52:37 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 05:52:37 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 05:52:37 - SRCCONF=/dev/null TB --- 2011-11-18 05:52:37 - TARGET=arm TB --- 2011-11-18 05:52:37 - TARGET_ARCH=arm TB --- 2011-11-18 05:52:37 - TZ=UTC TB --- 2011-11-18 05:52:37 - __MAKE_CONF=/dev/null TB --- 2011-11-18 05:52:37 - cd /src TB --- 2011-11-18 05:52:38 - /usr/bin/make -B buildkernel KERNCONF=CNS11XXNAS >>> Kernel build for CNS11XXNAS started on Fri Nov 18 05:52: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 CNS11XXNAS completed on Fri Nov 18 05:55:08 UTC 2011 TB --- 2011-11-18 05:55:08 - cd /src/sys/arm/conf TB --- 2011-11-18 05:55:08 - /usr/sbin/config -m CRB TB --- 2011-11-18 05:55:08 - building CRB kernel TB --- 2011-11-18 05:55:08 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 05:55:08 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 05:55:08 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 05:55:08 - SRCCONF=/dev/null TB --- 2011-11-18 05:55:08 - TARGET=arm TB --- 2011-11-18 05:55:08 - TARGET_ARCH=arm TB --- 2011-11-18 05:55:08 - TZ=UTC TB --- 2011-11-18 05:55:08 - __MAKE_CONF=/dev/null TB --- 2011-11-18 05:55:08 - cd /src TB --- 2011-11-18 05:55:08 - /usr/bin/make -B buildkernel KERNCONF=CRB >>> Kernel build for CRB started on Fri Nov 18 05:55:09 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 Nov 18 05:58:31 UTC 2011 TB --- 2011-11-18 05:58:31 - cd /src/sys/arm/conf TB --- 2011-11-18 05:58:31 - /usr/sbin/config -m DB-78XXX TB --- 2011-11-18 05:58:32 - building DB-78XXX kernel TB --- 2011-11-18 05:58:32 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 05:58:32 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 05:58:32 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 05:58:32 - SRCCONF=/dev/null TB --- 2011-11-18 05:58:32 - TARGET=arm TB --- 2011-11-18 05:58:32 - TARGET_ARCH=arm TB --- 2011-11-18 05:58:32 - TZ=UTC TB --- 2011-11-18 05:58:32 - __MAKE_CONF=/dev/null TB --- 2011-11-18 05:58:32 - cd /src TB --- 2011-11-18 05:58:32 - /usr/bin/make -B buildkernel KERNCONF=DB-78XXX >>> Kernel build for DB-78XXX started on Fri Nov 18 05:58:32 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 Nov 18 06:01:12 UTC 2011 TB --- 2011-11-18 06:01:12 - cd /src/sys/arm/conf TB --- 2011-11-18 06:01:12 - /usr/sbin/config -m DB-88F5XXX TB --- 2011-11-18 06:01:12 - building DB-88F5XXX kernel TB --- 2011-11-18 06:01:12 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 06:01:12 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 06:01:12 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 06:01:12 - SRCCONF=/dev/null TB --- 2011-11-18 06:01:12 - TARGET=arm TB --- 2011-11-18 06:01:12 - TARGET_ARCH=arm TB --- 2011-11-18 06:01:12 - TZ=UTC TB --- 2011-11-18 06:01:12 - __MAKE_CONF=/dev/null TB --- 2011-11-18 06:01:12 - cd /src TB --- 2011-11-18 06:01:12 - /usr/bin/make -B buildkernel KERNCONF=DB-88F5XXX >>> Kernel build for DB-88F5XXX started on Fri Nov 18 06:01:12 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 Nov 18 06:03:49 UTC 2011 TB --- 2011-11-18 06:03:49 - cd /src/sys/arm/conf TB --- 2011-11-18 06:03:49 - /usr/sbin/config -m DB-88F6XXX TB --- 2011-11-18 06:03:49 - building DB-88F6XXX kernel TB --- 2011-11-18 06:03:49 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 06:03:49 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 06:03:49 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 06:03:49 - SRCCONF=/dev/null TB --- 2011-11-18 06:03:49 - TARGET=arm TB --- 2011-11-18 06:03:49 - TARGET_ARCH=arm TB --- 2011-11-18 06:03:49 - TZ=UTC TB --- 2011-11-18 06:03:49 - __MAKE_CONF=/dev/null TB --- 2011-11-18 06:03:49 - cd /src TB --- 2011-11-18 06:03:49 - /usr/bin/make -B buildkernel KERNCONF=DB-88F6XXX >>> Kernel build for DB-88F6XXX started on Fri Nov 18 06:03: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 DB-88F6XXX completed on Fri Nov 18 06:06:28 UTC 2011 TB --- 2011-11-18 06:06:28 - cd /src/sys/arm/conf TB --- 2011-11-18 06:06:28 - /usr/sbin/config -m DOCKSTAR TB --- 2011-11-18 06:06:28 - building DOCKSTAR kernel TB --- 2011-11-18 06:06:28 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 06:06:28 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 06:06:28 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 06:06:28 - SRCCONF=/dev/null TB --- 2011-11-18 06:06:28 - TARGET=arm TB --- 2011-11-18 06:06:28 - TARGET_ARCH=arm TB --- 2011-11-18 06:06:28 - TZ=UTC TB --- 2011-11-18 06:06:28 - __MAKE_CONF=/dev/null TB --- 2011-11-18 06:06:28 - cd /src TB --- 2011-11-18 06:06:28 - /usr/bin/make -B buildkernel KERNCONF=DOCKSTAR >>> Kernel build for DOCKSTAR started on Fri Nov 18 06:06:28 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 Nov 18 06:09:02 UTC 2011 TB --- 2011-11-18 06:09:02 - cd /src/sys/arm/conf TB --- 2011-11-18 06:09:02 - /usr/sbin/config -m EP80219 TB --- 2011-11-18 06:09:02 - building EP80219 kernel TB --- 2011-11-18 06:09:02 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 06:09:02 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 06:09:02 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 06:09:02 - SRCCONF=/dev/null TB --- 2011-11-18 06:09:02 - TARGET=arm TB --- 2011-11-18 06:09:02 - TARGET_ARCH=arm TB --- 2011-11-18 06:09:02 - TZ=UTC TB --- 2011-11-18 06:09:02 - __MAKE_CONF=/dev/null TB --- 2011-11-18 06:09:02 - cd /src TB --- 2011-11-18 06:09:02 - /usr/bin/make -B buildkernel KERNCONF=EP80219 >>> Kernel build for EP80219 started on Fri Nov 18 06:09:02 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 Nov 18 06:11:54 UTC 2011 TB --- 2011-11-18 06:11:54 - WARNING: no kernel config for GENERIC TB --- 2011-11-18 06:11:54 - cd /src/sys/arm/conf TB --- 2011-11-18 06:11:54 - /usr/sbin/config -m GUMSTIX TB --- 2011-11-18 06:11:54 - building GUMSTIX kernel TB --- 2011-11-18 06:11:54 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 06:11:54 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 06:11:54 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 06:11:54 - SRCCONF=/dev/null TB --- 2011-11-18 06:11:54 - TARGET=arm TB --- 2011-11-18 06:11:54 - TARGET_ARCH=arm TB --- 2011-11-18 06:11:54 - TZ=UTC TB --- 2011-11-18 06:11:54 - __MAKE_CONF=/dev/null TB --- 2011-11-18 06:11:54 - cd /src TB --- 2011-11-18 06:11:54 - /usr/bin/make -B buildkernel KERNCONF=GUMSTIX >>> Kernel build for GUMSTIX started on Fri Nov 18 06:11: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 GUMSTIX completed on Fri Nov 18 06:14:12 UTC 2011 TB --- 2011-11-18 06:14:12 - cd /src/sys/arm/conf TB --- 2011-11-18 06:14:12 - /usr/sbin/config -m HL200 TB --- 2011-11-18 06:14:12 - building HL200 kernel TB --- 2011-11-18 06:14:12 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 06:14:12 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 06:14:12 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 06:14:12 - SRCCONF=/dev/null TB --- 2011-11-18 06:14:12 - TARGET=arm TB --- 2011-11-18 06:14:12 - TARGET_ARCH=arm TB --- 2011-11-18 06:14:12 - TZ=UTC TB --- 2011-11-18 06:14:12 - __MAKE_CONF=/dev/null TB --- 2011-11-18 06:14:12 - cd /src TB --- 2011-11-18 06:14:12 - /usr/bin/make -B buildkernel KERNCONF=HL200 >>> Kernel build for HL200 started on Fri Nov 18 06:14:12 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 Nov 18 06:16:49 UTC 2011 TB --- 2011-11-18 06:16:49 - cd /src/sys/arm/conf TB --- 2011-11-18 06:16:49 - /usr/sbin/config -m HL201 TB --- 2011-11-18 06:16:49 - building HL201 kernel TB --- 2011-11-18 06:16:49 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 06:16:49 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 06:16:49 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 06:16:49 - SRCCONF=/dev/null TB --- 2011-11-18 06:16:49 - TARGET=arm TB --- 2011-11-18 06:16:49 - TARGET_ARCH=arm TB --- 2011-11-18 06:16:49 - TZ=UTC TB --- 2011-11-18 06:16:49 - __MAKE_CONF=/dev/null TB --- 2011-11-18 06:16:49 - cd /src TB --- 2011-11-18 06:16:49 - /usr/bin/make -B buildkernel KERNCONF=HL201 >>> Kernel build for HL201 started on Fri Nov 18 06:16: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 HL201 completed on Fri Nov 18 06:19:05 UTC 2011 TB --- 2011-11-18 06:19:05 - cd /src/sys/arm/conf TB --- 2011-11-18 06:19:05 - /usr/sbin/config -m IQ31244 TB --- 2011-11-18 06:19:06 - building IQ31244 kernel TB --- 2011-11-18 06:19:06 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 06:19:06 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 06:19:06 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 06:19:06 - SRCCONF=/dev/null TB --- 2011-11-18 06:19:06 - TARGET=arm TB --- 2011-11-18 06:19:06 - TARGET_ARCH=arm TB --- 2011-11-18 06:19:06 - TZ=UTC TB --- 2011-11-18 06:19:06 - __MAKE_CONF=/dev/null TB --- 2011-11-18 06:19:06 - cd /src TB --- 2011-11-18 06:19:06 - /usr/bin/make -B buildkernel KERNCONF=IQ31244 >>> Kernel build for IQ31244 started on Fri Nov 18 06:19:06 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 Nov 18 06:22:22 UTC 2011 TB --- 2011-11-18 06:22:22 - cd /src/sys/arm/conf TB --- 2011-11-18 06:22:22 - /usr/sbin/config -m KB920X TB --- 2011-11-18 06:22:22 - building KB920X kernel TB --- 2011-11-18 06:22:22 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 06:22:22 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 06:22:22 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 06:22:22 - SRCCONF=/dev/null TB --- 2011-11-18 06:22:22 - TARGET=arm TB --- 2011-11-18 06:22:22 - TARGET_ARCH=arm TB --- 2011-11-18 06:22:22 - TZ=UTC TB --- 2011-11-18 06:22:22 - __MAKE_CONF=/dev/null TB --- 2011-11-18 06:22:22 - cd /src TB --- 2011-11-18 06:22:22 - /usr/bin/make -B buildkernel KERNCONF=KB920X >>> Kernel build for KB920X started on Fri Nov 18 06:22:22 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 [...] cc -O -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /obj/arm.arm/src/sys/KB920X/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -DDEBUG=1 -I/obj/arm.arm/src/sys/KB920X -mcpu=arm9 -ffreestanding -std=iso9899:1999 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /src/sys/modules/sfxge/../../dev/sfxge/sfxge_mcdi.c cc -O -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /obj/arm.arm/src/sys/KB920X/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -DDEBUG=1 -I/obj/arm.arm/src/sys/KB920X -mcpu=arm9 -ffreestanding -std=iso9899:1999 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /src/sys/modules/sfxge/../../dev/sfxge/sfxge_port.c cc -O -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /obj/arm.arm/src/sys/KB920X/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -DDEBUG=1 -I/obj/arm.arm/src/sys/KB920X -mcpu=arm9 -ffreestanding -std=iso9899:1999 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /src/sys/modules/sfxge/../../dev/sfxge/sfxge_rx.c cc -O -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /obj/arm.arm/src/sys/KB920X/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -DDEBUG=1 -I/obj/arm.arm/src/sys/KB920X -mcpu=arm9 -ffreestanding -std=iso9899:1999 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /src/sys/modules/sfxge/../../dev/sfxge/sfxge_tx.c cc1: warnings being treated as errors /src/sys/modules/sfxge/../../dev/sfxge/sfxge_tx.c: In function 'sfxge_tx_qdpl_swizzle': /src/sys/modules/sfxge/../../dev/sfxge/sfxge_tx.c:138: warning: implicit declaration of function 'atomic_readandclear_ptr' /src/sys/modules/sfxge/../../dev/sfxge/sfxge_tx.c:138: warning: nested extern declaration of 'atomic_readandclear_ptr' [-Wnested-externs] *** Error code 1 Stop in /src/sys/modules/sfxge. *** 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-11-18 06:31:16 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-11-18 06:31:16 - ERROR: failed to build KB920X kernel TB --- 2011-11-18 06:31:16 - 4518.70 user 1133.77 system 6076.15 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-arm@FreeBSD.ORG Fri Nov 18 11:26:57 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 F1B2E1065672; Fri, 18 Nov 2011 11:26:57 +0000 (UTC) (envelope-from philip@freebsd.org) Received: from rincewind.paeps.cx (rincewind.paeps.cx [IPv6:2002:596a:f092::149]) by mx1.freebsd.org (Postfix) with ESMTP id 30BB38FC12; Fri, 18 Nov 2011 11:26:57 +0000 (UTC) Received: from [192.168.2.103] (unknown [87.68.144.35]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client did not present a certificate) (Authenticated sender: philip) by rincewind.paeps.cx (Postfix) with ESMTPSA id 77A31D74403; Fri, 18 Nov 2011 12:26:49 +0100 (CET) Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=iso-8859-1 From: Philip Paeps In-Reply-To: Date: Fri, 18 Nov 2011 13:26:57 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201111171955.pAHJtJj5028599@freebsd-current.sentex.ca> To: Garrett Cooper X-Mailer: Apple Mail (2.1251.1) Cc: arm@freebsd.org, FreeBSD Tinderbox , current@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, 18 Nov 2011 11:26:58 -0000 On 17 Nov 2011, at 23:31, Garrett Cooper wrote: > On Thu, Nov 17, 2011 at 11:55 AM, FreeBSD Tinderbox > wrote: >> TB --- 2011-11-17 18:10:01 - tinderbox 2.8 running on = freebsd-current.sentex.ca >> TB --- 2011-11-17 18:10:01 - starting HEAD tinderbox run for arm/arm >> TB --- 2011-11-17 18:10:01 - cleaning the object tree >> TB --- 2011-11-17 18:10:26 - cvsupping the source tree >> TB --- 2011-11-17 18:10:26 - /usr/bin/csup -z -r 3 -g -L 1 -h = cvsup.sentex.ca /tinderbox/HEAD/arm/arm/supfile >> TB --- 2011-11-17 18:11:12 - building world >> TB --- 2011-11-17 18:11:12 - CROSS_BUILD_TESTING=3DYES >> TB --- 2011-11-17 18:11:12 - MAKEOBJDIRPREFIX=3D/obj >> TB --- 2011-11-17 18:11:12 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin >> TB --- 2011-11-17 18:11:12 - SRCCONF=3D/dev/null >> TB --- 2011-11-17 18:11:12 - TARGET=3Darm >> TB --- 2011-11-17 18:11:12 - TARGET_ARCH=3Darm >> TB --- 2011-11-17 18:11:12 - TZ=3DUTC >> TB --- 2011-11-17 18:11:12 - __MAKE_CONF=3D/dev/null >> TB --- 2011-11-17 18:11:12 - cd /src >> TB --- 2011-11-17 18:11:12 - /usr/bin/make -B buildworld >>>>> World build started on Thu Nov 17 18:11:12 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 Thu Nov 17 19:06:31 UTC 2011 >> TB --- 2011-11-17 19:06:31 - cd /src/sys/arm/conf >> TB --- 2011-11-17 19:06:31 - /usr/sbin/config -m AVILA >> TB --- 2011-11-17 19:06:31 - building AVILA kernel >> TB --- 2011-11-17 19:06:31 - CROSS_BUILD_TESTING=3DYES >> TB --- 2011-11-17 19:06:31 - MAKEOBJDIRPREFIX=3D/obj >> TB --- 2011-11-17 19:06:31 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin >> TB --- 2011-11-17 19:06:31 - SRCCONF=3D/dev/null >> TB --- 2011-11-17 19:06:31 - TARGET=3Darm >> TB --- 2011-11-17 19:06:31 - TARGET_ARCH=3Darm >> TB --- 2011-11-17 19:06:31 - TZ=3DUTC >> TB --- 2011-11-17 19:06:31 - __MAKE_CONF=3D/dev/null >> TB --- 2011-11-17 19:06:31 - cd /src >> TB --- 2011-11-17 19:06:31 - /usr/bin/make -B buildkernel = KERNCONF=3DAVILA >>>>> Kernel build for AVILA started on Thu Nov 17 19:06:31 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 Thu Nov 17 19:09:34 UTC 2011 >> TB --- 2011-11-17 19:09:34 - cd /src/sys/arm/conf >> TB --- 2011-11-17 19:09:34 - /usr/sbin/config -m BWCT >> TB --- 2011-11-17 19:09:35 - building BWCT kernel >> TB --- 2011-11-17 19:09:35 - CROSS_BUILD_TESTING=3DYES >> TB --- 2011-11-17 19:09:35 - MAKEOBJDIRPREFIX=3D/obj >> TB --- 2011-11-17 19:09:35 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin >> TB --- 2011-11-17 19:09:35 - SRCCONF=3D/dev/null >> TB --- 2011-11-17 19:09:35 - TARGET=3Darm >> TB --- 2011-11-17 19:09:35 - TARGET_ARCH=3Darm >> TB --- 2011-11-17 19:09:35 - TZ=3DUTC >> TB --- 2011-11-17 19:09:35 - __MAKE_CONF=3D/dev/null >> TB --- 2011-11-17 19:09:35 - cd /src >> TB --- 2011-11-17 19:09:35 - /usr/bin/make -B buildkernel = KERNCONF=3DBWCT >>>>> Kernel build for BWCT started on Thu Nov 17 19:09: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 BWCT completed on Thu Nov 17 19:12:13 UTC 2011 >> TB --- 2011-11-17 19:12:13 - cd /src/sys/arm/conf >> TB --- 2011-11-17 19:12:13 - /usr/sbin/config -m CAMBRIA >> TB --- 2011-11-17 19:12:13 - building CAMBRIA kernel >> TB --- 2011-11-17 19:12:13 - CROSS_BUILD_TESTING=3DYES >> TB --- 2011-11-17 19:12:13 - MAKEOBJDIRPREFIX=3D/obj >> TB --- 2011-11-17 19:12:13 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin >> TB --- 2011-11-17 19:12:13 - SRCCONF=3D/dev/null >> TB --- 2011-11-17 19:12:13 - TARGET=3Darm >> TB --- 2011-11-17 19:12:13 - TARGET_ARCH=3Darm >> TB --- 2011-11-17 19:12:13 - TZ=3DUTC >> TB --- 2011-11-17 19:12:13 - __MAKE_CONF=3D/dev/null >> TB --- 2011-11-17 19:12:13 - cd /src >> TB --- 2011-11-17 19:12:13 - /usr/bin/make -B buildkernel = KERNCONF=3DCAMBRIA >>>>> Kernel build for CAMBRIA started on Thu Nov 17 19:12:13 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 Thu Nov 17 19:15:10 UTC 2011 >> TB --- 2011-11-17 19:15:10 - cd /src/sys/arm/conf >> TB --- 2011-11-17 19:15:10 - /usr/sbin/config -m CNS11XXNAS >> TB --- 2011-11-17 19:15:11 - building CNS11XXNAS kernel >> TB --- 2011-11-17 19:15:11 - CROSS_BUILD_TESTING=3DYES >> TB --- 2011-11-17 19:15:11 - MAKEOBJDIRPREFIX=3D/obj >> TB --- 2011-11-17 19:15:11 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin >> TB --- 2011-11-17 19:15:11 - SRCCONF=3D/dev/null >> TB --- 2011-11-17 19:15:11 - TARGET=3Darm >> TB --- 2011-11-17 19:15:11 - TARGET_ARCH=3Darm >> TB --- 2011-11-17 19:15:11 - TZ=3DUTC >> TB --- 2011-11-17 19:15:11 - __MAKE_CONF=3D/dev/null >> TB --- 2011-11-17 19:15:11 - cd /src >> TB --- 2011-11-17 19:15:11 - /usr/bin/make -B buildkernel = KERNCONF=3DCNS11XXNAS >>>>> Kernel build for CNS11XXNAS started on Thu Nov 17 19:15: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 CNS11XXNAS completed on Thu Nov 17 19:17:41 UTC = 2011 >> TB --- 2011-11-17 19:17:41 - cd /src/sys/arm/conf >> TB --- 2011-11-17 19:17:41 - /usr/sbin/config -m CRB >> TB --- 2011-11-17 19:17:41 - building CRB kernel >> TB --- 2011-11-17 19:17:41 - CROSS_BUILD_TESTING=3DYES >> TB --- 2011-11-17 19:17:41 - MAKEOBJDIRPREFIX=3D/obj >> TB --- 2011-11-17 19:17:41 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin >> TB --- 2011-11-17 19:17:41 - SRCCONF=3D/dev/null >> TB --- 2011-11-17 19:17:41 - TARGET=3Darm >> TB --- 2011-11-17 19:17:41 - TARGET_ARCH=3Darm >> TB --- 2011-11-17 19:17:41 - TZ=3DUTC >> TB --- 2011-11-17 19:17:41 - __MAKE_CONF=3D/dev/null >> TB --- 2011-11-17 19:17:41 - cd /src >> TB --- 2011-11-17 19:17:41 - /usr/bin/make -B buildkernel = KERNCONF=3DCRB >>>>> Kernel build for CRB started on Thu Nov 17 19:17:41 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 Thu Nov 17 19:21:31 UTC 2011 >> TB --- 2011-11-17 19:21:31 - cd /src/sys/arm/conf >> TB --- 2011-11-17 19:21:31 - /usr/sbin/config -m DB-78XXX >> TB --- 2011-11-17 19:21:31 - building DB-78XXX kernel >> TB --- 2011-11-17 19:21:31 - CROSS_BUILD_TESTING=3DYES >> TB --- 2011-11-17 19:21:31 - MAKEOBJDIRPREFIX=3D/obj >> TB --- 2011-11-17 19:21:31 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin >> TB --- 2011-11-17 19:21:31 - SRCCONF=3D/dev/null >> TB --- 2011-11-17 19:21:31 - TARGET=3Darm >> TB --- 2011-11-17 19:21:31 - TARGET_ARCH=3Darm >> TB --- 2011-11-17 19:21:31 - TZ=3DUTC >> TB --- 2011-11-17 19:21:31 - __MAKE_CONF=3D/dev/null >> TB --- 2011-11-17 19:21:31 - cd /src >> TB --- 2011-11-17 19:21:31 - /usr/bin/make -B buildkernel = KERNCONF=3DDB-78XXX >>>>> Kernel build for DB-78XXX started on Thu Nov 17 19:21:31 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 Thu Nov 17 19:24:08 UTC = 2011 >> TB --- 2011-11-17 19:24:08 - cd /src/sys/arm/conf >> TB --- 2011-11-17 19:24:08 - /usr/sbin/config -m DB-88F5XXX >> TB --- 2011-11-17 19:24:08 - building DB-88F5XXX kernel >> TB --- 2011-11-17 19:24:08 - CROSS_BUILD_TESTING=3DYES >> TB --- 2011-11-17 19:24:08 - MAKEOBJDIRPREFIX=3D/obj >> TB --- 2011-11-17 19:24:08 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin >> TB --- 2011-11-17 19:24:08 - SRCCONF=3D/dev/null >> TB --- 2011-11-17 19:24:08 - TARGET=3Darm >> TB --- 2011-11-17 19:24:08 - TARGET_ARCH=3Darm >> TB --- 2011-11-17 19:24:08 - TZ=3DUTC >> TB --- 2011-11-17 19:24:08 - __MAKE_CONF=3D/dev/null >> TB --- 2011-11-17 19:24:08 - cd /src >> TB --- 2011-11-17 19:24:08 - /usr/bin/make -B buildkernel = KERNCONF=3DDB-88F5XXX >>>>> Kernel build for DB-88F5XXX started on Thu Nov 17 19:24:08 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 Thu Nov 17 19:26:47 UTC = 2011 >> TB --- 2011-11-17 19:26:47 - cd /src/sys/arm/conf >> TB --- 2011-11-17 19:26:47 - /usr/sbin/config -m DB-88F6XXX >> TB --- 2011-11-17 19:26:48 - building DB-88F6XXX kernel >> TB --- 2011-11-17 19:26:48 - CROSS_BUILD_TESTING=3DYES >> TB --- 2011-11-17 19:26:48 - MAKEOBJDIRPREFIX=3D/obj >> TB --- 2011-11-17 19:26:48 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin >> TB --- 2011-11-17 19:26:48 - SRCCONF=3D/dev/null >> TB --- 2011-11-17 19:26:48 - TARGET=3Darm >> TB --- 2011-11-17 19:26:48 - TARGET_ARCH=3Darm >> TB --- 2011-11-17 19:26:48 - TZ=3DUTC >> TB --- 2011-11-17 19:26:48 - __MAKE_CONF=3D/dev/null >> TB --- 2011-11-17 19:26:48 - cd /src >> TB --- 2011-11-17 19:26:48 - /usr/bin/make -B buildkernel = KERNCONF=3DDB-88F6XXX >>>>> Kernel build for DB-88F6XXX started on Thu Nov 17 19: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 DB-88F6XXX completed on Thu Nov 17 19:29:54 UTC = 2011 >> TB --- 2011-11-17 19:29:54 - cd /src/sys/arm/conf >> TB --- 2011-11-17 19:29:54 - /usr/sbin/config -m DOCKSTAR >> TB --- 2011-11-17 19:29:54 - building DOCKSTAR kernel >> TB --- 2011-11-17 19:29:54 - CROSS_BUILD_TESTING=3DYES >> TB --- 2011-11-17 19:29:54 - MAKEOBJDIRPREFIX=3D/obj >> TB --- 2011-11-17 19:29:54 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin >> TB --- 2011-11-17 19:29:54 - SRCCONF=3D/dev/null >> TB --- 2011-11-17 19:29:54 - TARGET=3Darm >> TB --- 2011-11-17 19:29:54 - TARGET_ARCH=3Darm >> TB --- 2011-11-17 19:29:54 - TZ=3DUTC >> TB --- 2011-11-17 19:29:54 - __MAKE_CONF=3D/dev/null >> TB --- 2011-11-17 19:29:54 - cd /src >> TB --- 2011-11-17 19:29:54 - /usr/bin/make -B buildkernel = KERNCONF=3DDOCKSTAR >>>>> Kernel build for DOCKSTAR started on Thu Nov 17 19:29:55 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 Thu Nov 17 19:32:30 UTC = 2011 >> TB --- 2011-11-17 19:32:30 - cd /src/sys/arm/conf >> TB --- 2011-11-17 19:32:30 - /usr/sbin/config -m EP80219 >> TB --- 2011-11-17 19:32:30 - building EP80219 kernel >> TB --- 2011-11-17 19:32:30 - CROSS_BUILD_TESTING=3DYES >> TB --- 2011-11-17 19:32:30 - MAKEOBJDIRPREFIX=3D/obj >> TB --- 2011-11-17 19:32:30 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin >> TB --- 2011-11-17 19:32:30 - SRCCONF=3D/dev/null >> TB --- 2011-11-17 19:32:30 - TARGET=3Darm >> TB --- 2011-11-17 19:32:30 - TARGET_ARCH=3Darm >> TB --- 2011-11-17 19:32:30 - TZ=3DUTC >> TB --- 2011-11-17 19:32:30 - __MAKE_CONF=3D/dev/null >> TB --- 2011-11-17 19:32:30 - cd /src >> TB --- 2011-11-17 19:32:30 - /usr/bin/make -B buildkernel = KERNCONF=3DEP80219 >>>>> Kernel build for EP80219 started on Thu Nov 17 19:32:30 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 Thu Nov 17 19:35:22 UTC 2011 >> TB --- 2011-11-17 19:35:22 - WARNING: no kernel config for GENERIC >> TB --- 2011-11-17 19:35:22 - cd /src/sys/arm/conf >> TB --- 2011-11-17 19:35:22 - /usr/sbin/config -m GUMSTIX >> TB --- 2011-11-17 19:35:22 - building GUMSTIX kernel >> TB --- 2011-11-17 19:35:22 - CROSS_BUILD_TESTING=3DYES >> TB --- 2011-11-17 19:35:22 - MAKEOBJDIRPREFIX=3D/obj >> TB --- 2011-11-17 19:35:22 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin >> TB --- 2011-11-17 19:35:22 - SRCCONF=3D/dev/null >> TB --- 2011-11-17 19:35:22 - TARGET=3Darm >> TB --- 2011-11-17 19:35:22 - TARGET_ARCH=3Darm >> TB --- 2011-11-17 19:35:22 - TZ=3DUTC >> TB --- 2011-11-17 19:35:22 - __MAKE_CONF=3D/dev/null >> TB --- 2011-11-17 19:35:22 - cd /src >> TB --- 2011-11-17 19:35:22 - /usr/bin/make -B buildkernel = KERNCONF=3DGUMSTIX >>>>> Kernel build for GUMSTIX started on Thu Nov 17 19:35:22 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 Thu Nov 17 19:37:40 UTC 2011 >> TB --- 2011-11-17 19:37:40 - cd /src/sys/arm/conf >> TB --- 2011-11-17 19:37:40 - /usr/sbin/config -m HL200 >> TB --- 2011-11-17 19:37:40 - building HL200 kernel >> TB --- 2011-11-17 19:37:41 - CROSS_BUILD_TESTING=3DYES >> TB --- 2011-11-17 19:37:41 - MAKEOBJDIRPREFIX=3D/obj >> TB --- 2011-11-17 19:37:41 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin >> TB --- 2011-11-17 19:37:41 - SRCCONF=3D/dev/null >> TB --- 2011-11-17 19:37:41 - TARGET=3Darm >> TB --- 2011-11-17 19:37:41 - TARGET_ARCH=3Darm >> TB --- 2011-11-17 19:37:41 - TZ=3DUTC >> TB --- 2011-11-17 19:37:41 - __MAKE_CONF=3D/dev/null >> TB --- 2011-11-17 19:37:41 - cd /src >> TB --- 2011-11-17 19:37:41 - /usr/bin/make -B buildkernel = KERNCONF=3DHL200 >>>>> Kernel build for HL200 started on Thu Nov 17 19:37:41 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 Thu Nov 17 19:40:46 UTC 2011 >> TB --- 2011-11-17 19:40:46 - cd /src/sys/arm/conf >> TB --- 2011-11-17 19:40:46 - /usr/sbin/config -m HL201 >> TB --- 2011-11-17 19:40:50 - building HL201 kernel >> TB --- 2011-11-17 19:40:50 - CROSS_BUILD_TESTING=3DYES >> TB --- 2011-11-17 19:40:50 - MAKEOBJDIRPREFIX=3D/obj >> TB --- 2011-11-17 19:40:50 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin >> TB --- 2011-11-17 19:40:50 - SRCCONF=3D/dev/null >> TB --- 2011-11-17 19:40:50 - TARGET=3Darm >> TB --- 2011-11-17 19:40:50 - TARGET_ARCH=3Darm >> TB --- 2011-11-17 19:40:50 - TZ=3DUTC >> TB --- 2011-11-17 19:40:50 - __MAKE_CONF=3D/dev/null >> TB --- 2011-11-17 19:40:50 - cd /src >> TB --- 2011-11-17 19:40:50 - /usr/bin/make -B buildkernel = KERNCONF=3DHL201 >>>>> Kernel build for HL201 started on Thu Nov 17 19:40:50 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 Thu Nov 17 19:43:10 UTC 2011 >> TB --- 2011-11-17 19:43:10 - cd /src/sys/arm/conf >> TB --- 2011-11-17 19:43:10 - /usr/sbin/config -m IQ31244 >> TB --- 2011-11-17 19:43:10 - building IQ31244 kernel >> TB --- 2011-11-17 19:43:10 - CROSS_BUILD_TESTING=3DYES >> TB --- 2011-11-17 19:43:10 - MAKEOBJDIRPREFIX=3D/obj >> TB --- 2011-11-17 19:43:10 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin >> TB --- 2011-11-17 19:43:10 - SRCCONF=3D/dev/null >> TB --- 2011-11-17 19:43:10 - TARGET=3Darm >> TB --- 2011-11-17 19:43:10 - TARGET_ARCH=3Darm >> TB --- 2011-11-17 19:43:10 - TZ=3DUTC >> TB --- 2011-11-17 19:43:10 - __MAKE_CONF=3D/dev/null >> TB --- 2011-11-17 19:43:10 - cd /src >> TB --- 2011-11-17 19:43:10 - /usr/bin/make -B buildkernel = KERNCONF=3DIQ31244 >>>>> Kernel build for IQ31244 started on Thu Nov 17 19:43:10 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 Thu Nov 17 19:46:26 UTC 2011 >> TB --- 2011-11-17 19:46:26 - cd /src/sys/arm/conf >> TB --- 2011-11-17 19:46:26 - /usr/sbin/config -m KB920X >> TB --- 2011-11-17 19:46:26 - building KB920X kernel >> TB --- 2011-11-17 19:46:26 - CROSS_BUILD_TESTING=3DYES >> TB --- 2011-11-17 19:46:26 - MAKEOBJDIRPREFIX=3D/obj >> TB --- 2011-11-17 19:46:26 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin >> TB --- 2011-11-17 19:46:26 - SRCCONF=3D/dev/null >> TB --- 2011-11-17 19:46:26 - TARGET=3Darm >> TB --- 2011-11-17 19:46:26 - TARGET_ARCH=3Darm >> TB --- 2011-11-17 19:46:26 - TZ=3DUTC >> TB --- 2011-11-17 19:46:26 - __MAKE_CONF=3D/dev/null >> TB --- 2011-11-17 19:46:26 - cd /src >> TB --- 2011-11-17 19:46:26 - /usr/bin/make -B buildkernel = KERNCONF=3DKB920X >>>>> Kernel build for KB920X started on Thu Nov 17 19:46: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 >> [...] >> objcopy --only-keep-debug if_sf.ko.debug if_sf.ko.symbols >> objcopy --strip-debug --add-gnu-debuglink=3Dif_sf.ko.symbols = if_sf.ko.debug if_sf.ko >> =3D=3D=3D> sfxge (all) >> cc -O -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc = -DHAVE_KERNEL_OPTION_HEADERS -include = /obj/arm.arm/src/sys/KB920X/opt_global.h -I. -I@ -I@/contrib/altq = -finline-limit=3D8000 --param inline-unit-growth=3D100 --param = large-function-growth=3D1000 -fno-common -g -DDEBUG=3D1 = -I/obj/arm.arm/src/sys/KB920X -mcpu=3Darm9 -ffreestanding = -std=3Diso9899:1999 -Wall -Wredundant-decls -Wnested-externs = -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline = -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions = -Wmissing-include-dirs -fdiagnostics-show-option -c = /src/sys/modules/sfxge/../../dev/sfxge/sfxge.c >> cc -O -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc = -DHAVE_KERNEL_OPTION_HEADERS -include = /obj/arm.arm/src/sys/KB920X/opt_global.h -I. -I@ -I@/contrib/altq = -finline-limit=3D8000 --param inline-unit-growth=3D100 --param = large-function-growth=3D1000 -fno-common -g -DDEBUG=3D1 = -I/obj/arm.arm/src/sys/KB920X -mcpu=3Darm9 -ffreestanding = -std=3Diso9899:1999 -Wall -Wredundant-decls -Wnested-externs = -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline = -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions = -Wmissing-include-dirs -fdiagnostics-show-option -c = /src/sys/modules/sfxge/../../dev/sfxge/sfxge_dma.c >> cc1: warnings being treated as errors >> /src/sys/modules/sfxge/../../dev/sfxge/sfxge_dma.c: In function = 'sfxge_dma_alloc': >> /src/sys/modules/sfxge/../../dev/sfxge/sfxge_dma.c:138: warning: = large integer implicitly truncated to unsigned type [-Woverflow] >> *** Error code 1 >=20 > I've already contacted philip about these build issues (all 32-bit > archs -- and I think ia64 -- currently fail to build via tinderbox > because of this error). Bottom line is that I think this driver should > be removed from all 32-bit builds.. was waiting for feedback from him > on that. I have just committed a change to modules/Makefile to limit the build to amd64. I see that Marius has committed changes to fix the build on = other architectures, but I'd like to make sure the driver actually runs on = them before adding the driver to them again. - Philip --=20 Philip Paeps Senior Reality Engineer Ministry of Information From owner-freebsd-arm@FreeBSD.ORG Fri Nov 18 12:41:13 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 1DB8C1065670; Fri, 18 Nov 2011 12:41:13 +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 D08538FC08; Fri, 18 Nov 2011 12:41:12 +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 pAICfChY003307; Fri, 18 Nov 2011 07:41:12 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.4/Submit) id pAICfBId003282; Fri, 18 Nov 2011 12:41:11 GMT (envelope-from tinderbox@freebsd.org) Date: Fri, 18 Nov 2011 12:41:11 GMT Message-Id: <201111181241.pAICfBId003282@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, 18 Nov 2011 12:41:13 -0000 TB --- 2011-11-18 11:00:01 - tinderbox 2.8 running on freebsd-current.sentex.ca TB --- 2011-11-18 11:00:01 - starting HEAD tinderbox run for arm/arm TB --- 2011-11-18 11:00:01 - cleaning the object tree TB --- 2011-11-18 11:00:24 - cvsupping the source tree TB --- 2011-11-18 11:00:24 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/arm/arm/supfile TB --- 2011-11-18 11:01:12 - building world TB --- 2011-11-18 11:01:12 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 11:01:12 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 11:01:12 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 11:01:12 - SRCCONF=/dev/null TB --- 2011-11-18 11:01:12 - TARGET=arm TB --- 2011-11-18 11:01:12 - TARGET_ARCH=arm TB --- 2011-11-18 11:01:12 - TZ=UTC TB --- 2011-11-18 11:01:12 - __MAKE_CONF=/dev/null TB --- 2011-11-18 11:01:12 - cd /src TB --- 2011-11-18 11:01:12 - /usr/bin/make -B buildworld >>> World build started on Fri Nov 18 11:01:13 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 Nov 18 11:54:23 UTC 2011 TB --- 2011-11-18 11:54:24 - cd /src/sys/arm/conf TB --- 2011-11-18 11:54:24 - /usr/sbin/config -m AVILA TB --- 2011-11-18 11:54:24 - building AVILA kernel TB --- 2011-11-18 11:54:24 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 11:54:24 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 11:54:24 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 11:54:24 - SRCCONF=/dev/null TB --- 2011-11-18 11:54:24 - TARGET=arm TB --- 2011-11-18 11:54:24 - TARGET_ARCH=arm TB --- 2011-11-18 11:54:24 - TZ=UTC TB --- 2011-11-18 11:54:24 - __MAKE_CONF=/dev/null TB --- 2011-11-18 11:54:24 - cd /src TB --- 2011-11-18 11:54:24 - /usr/bin/make -B buildkernel KERNCONF=AVILA >>> Kernel build for AVILA started on Fri Nov 18 11:54:24 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 Nov 18 11:57:26 UTC 2011 TB --- 2011-11-18 11:57:26 - cd /src/sys/arm/conf TB --- 2011-11-18 11:57:26 - /usr/sbin/config -m BWCT TB --- 2011-11-18 11:57:26 - building BWCT kernel TB --- 2011-11-18 11:57:26 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 11:57:26 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 11:57:26 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 11:57:26 - SRCCONF=/dev/null TB --- 2011-11-18 11:57:26 - TARGET=arm TB --- 2011-11-18 11:57:26 - TARGET_ARCH=arm TB --- 2011-11-18 11:57:26 - TZ=UTC TB --- 2011-11-18 11:57:26 - __MAKE_CONF=/dev/null TB --- 2011-11-18 11:57:26 - cd /src TB --- 2011-11-18 11:57:26 - /usr/bin/make -B buildkernel KERNCONF=BWCT >>> Kernel build for BWCT started on Fri Nov 18 11:57:26 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 Nov 18 11:59:33 UTC 2011 TB --- 2011-11-18 11:59:33 - cd /src/sys/arm/conf TB --- 2011-11-18 11:59:33 - /usr/sbin/config -m CAMBRIA TB --- 2011-11-18 11:59:33 - building CAMBRIA kernel TB --- 2011-11-18 11:59:33 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 11:59:33 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 11:59:33 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 11:59:33 - SRCCONF=/dev/null TB --- 2011-11-18 11:59:33 - TARGET=arm TB --- 2011-11-18 11:59:33 - TARGET_ARCH=arm TB --- 2011-11-18 11:59:33 - TZ=UTC TB --- 2011-11-18 11:59:33 - __MAKE_CONF=/dev/null TB --- 2011-11-18 11:59:33 - cd /src TB --- 2011-11-18 11:59:33 - /usr/bin/make -B buildkernel KERNCONF=CAMBRIA >>> Kernel build for CAMBRIA started on Fri Nov 18 11:59:33 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 Nov 18 12:02:31 UTC 2011 TB --- 2011-11-18 12:02:31 - cd /src/sys/arm/conf TB --- 2011-11-18 12:02:31 - /usr/sbin/config -m CNS11XXNAS TB --- 2011-11-18 12:02:31 - building CNS11XXNAS kernel TB --- 2011-11-18 12:02:31 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 12:02:31 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 12:02:31 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 12:02:31 - SRCCONF=/dev/null TB --- 2011-11-18 12:02:31 - TARGET=arm TB --- 2011-11-18 12:02:31 - TARGET_ARCH=arm TB --- 2011-11-18 12:02:31 - TZ=UTC TB --- 2011-11-18 12:02:31 - __MAKE_CONF=/dev/null TB --- 2011-11-18 12:02:31 - cd /src TB --- 2011-11-18 12:02:31 - /usr/bin/make -B buildkernel KERNCONF=CNS11XXNAS >>> Kernel build for CNS11XXNAS started on Fri Nov 18 12:02:31 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 Nov 18 12:05:01 UTC 2011 TB --- 2011-11-18 12:05:01 - cd /src/sys/arm/conf TB --- 2011-11-18 12:05:01 - /usr/sbin/config -m CRB TB --- 2011-11-18 12:05:01 - building CRB kernel TB --- 2011-11-18 12:05:01 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 12:05:01 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 12:05:01 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 12:05:01 - SRCCONF=/dev/null TB --- 2011-11-18 12:05:01 - TARGET=arm TB --- 2011-11-18 12:05:01 - TARGET_ARCH=arm TB --- 2011-11-18 12:05:01 - TZ=UTC TB --- 2011-11-18 12:05:01 - __MAKE_CONF=/dev/null TB --- 2011-11-18 12:05:01 - cd /src TB --- 2011-11-18 12:05:01 - /usr/bin/make -B buildkernel KERNCONF=CRB >>> Kernel build for CRB started on Fri Nov 18 12:05: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 CRB completed on Fri Nov 18 12:08:23 UTC 2011 TB --- 2011-11-18 12:08:23 - cd /src/sys/arm/conf TB --- 2011-11-18 12:08:23 - /usr/sbin/config -m DB-78XXX TB --- 2011-11-18 12:08:23 - building DB-78XXX kernel TB --- 2011-11-18 12:08:23 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 12:08:23 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 12:08:23 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 12:08:23 - SRCCONF=/dev/null TB --- 2011-11-18 12:08:23 - TARGET=arm TB --- 2011-11-18 12:08:23 - TARGET_ARCH=arm TB --- 2011-11-18 12:08:23 - TZ=UTC TB --- 2011-11-18 12:08:23 - __MAKE_CONF=/dev/null TB --- 2011-11-18 12:08:23 - cd /src TB --- 2011-11-18 12:08:23 - /usr/bin/make -B buildkernel KERNCONF=DB-78XXX >>> Kernel build for DB-78XXX started on Fri Nov 18 12:08: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 DB-78XXX completed on Fri Nov 18 12:11:01 UTC 2011 TB --- 2011-11-18 12:11:01 - cd /src/sys/arm/conf TB --- 2011-11-18 12:11:01 - /usr/sbin/config -m DB-88F5XXX TB --- 2011-11-18 12:11:01 - building DB-88F5XXX kernel TB --- 2011-11-18 12:11:01 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 12:11:01 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 12:11:01 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 12:11:01 - SRCCONF=/dev/null TB --- 2011-11-18 12:11:01 - TARGET=arm TB --- 2011-11-18 12:11:01 - TARGET_ARCH=arm TB --- 2011-11-18 12:11:01 - TZ=UTC TB --- 2011-11-18 12:11:01 - __MAKE_CONF=/dev/null TB --- 2011-11-18 12:11:01 - cd /src TB --- 2011-11-18 12:11:01 - /usr/bin/make -B buildkernel KERNCONF=DB-88F5XXX >>> Kernel build for DB-88F5XXX started on Fri Nov 18 12:11: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-88F5XXX completed on Fri Nov 18 12:13:38 UTC 2011 TB --- 2011-11-18 12:13:38 - cd /src/sys/arm/conf TB --- 2011-11-18 12:13:38 - /usr/sbin/config -m DB-88F6XXX TB --- 2011-11-18 12:13:39 - building DB-88F6XXX kernel TB --- 2011-11-18 12:13:39 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 12:13:39 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 12:13:39 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 12:13:39 - SRCCONF=/dev/null TB --- 2011-11-18 12:13:39 - TARGET=arm TB --- 2011-11-18 12:13:39 - TARGET_ARCH=arm TB --- 2011-11-18 12:13:39 - TZ=UTC TB --- 2011-11-18 12:13:39 - __MAKE_CONF=/dev/null TB --- 2011-11-18 12:13:39 - cd /src TB --- 2011-11-18 12:13:39 - /usr/bin/make -B buildkernel KERNCONF=DB-88F6XXX >>> Kernel build for DB-88F6XXX started on Fri Nov 18 12:13:39 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 Nov 18 12:16:19 UTC 2011 TB --- 2011-11-18 12:16:19 - cd /src/sys/arm/conf TB --- 2011-11-18 12:16:19 - /usr/sbin/config -m DOCKSTAR TB --- 2011-11-18 12:16:19 - building DOCKSTAR kernel TB --- 2011-11-18 12:16:19 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 12:16:19 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 12:16:19 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 12:16:19 - SRCCONF=/dev/null TB --- 2011-11-18 12:16:19 - TARGET=arm TB --- 2011-11-18 12:16:19 - TARGET_ARCH=arm TB --- 2011-11-18 12:16:19 - TZ=UTC TB --- 2011-11-18 12:16:19 - __MAKE_CONF=/dev/null TB --- 2011-11-18 12:16:19 - cd /src TB --- 2011-11-18 12:16:19 - /usr/bin/make -B buildkernel KERNCONF=DOCKSTAR >>> Kernel build for DOCKSTAR started on Fri Nov 18 12:16: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 Nov 18 12:18:53 UTC 2011 TB --- 2011-11-18 12:18:53 - cd /src/sys/arm/conf TB --- 2011-11-18 12:18:53 - /usr/sbin/config -m EP80219 TB --- 2011-11-18 12:18:53 - building EP80219 kernel TB --- 2011-11-18 12:18:53 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 12:18:53 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 12:18:53 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 12:18:53 - SRCCONF=/dev/null TB --- 2011-11-18 12:18:53 - TARGET=arm TB --- 2011-11-18 12:18:53 - TARGET_ARCH=arm TB --- 2011-11-18 12:18:53 - TZ=UTC TB --- 2011-11-18 12:18:53 - __MAKE_CONF=/dev/null TB --- 2011-11-18 12:18:53 - cd /src TB --- 2011-11-18 12:18:53 - /usr/bin/make -B buildkernel KERNCONF=EP80219 >>> Kernel build for EP80219 started on Fri Nov 18 12:18:53 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 Nov 18 12:21:45 UTC 2011 TB --- 2011-11-18 12:21:45 - WARNING: no kernel config for GENERIC TB --- 2011-11-18 12:21:45 - cd /src/sys/arm/conf TB --- 2011-11-18 12:21:45 - /usr/sbin/config -m GUMSTIX TB --- 2011-11-18 12:21:45 - building GUMSTIX kernel TB --- 2011-11-18 12:21:45 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 12:21:45 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 12:21:45 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 12:21:45 - SRCCONF=/dev/null TB --- 2011-11-18 12:21:45 - TARGET=arm TB --- 2011-11-18 12:21:45 - TARGET_ARCH=arm TB --- 2011-11-18 12:21:45 - TZ=UTC TB --- 2011-11-18 12:21:45 - __MAKE_CONF=/dev/null TB --- 2011-11-18 12:21:45 - cd /src TB --- 2011-11-18 12:21:45 - /usr/bin/make -B buildkernel KERNCONF=GUMSTIX >>> Kernel build for GUMSTIX started on Fri Nov 18 12:21:45 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 Nov 18 12:24:03 UTC 2011 TB --- 2011-11-18 12:24:03 - cd /src/sys/arm/conf TB --- 2011-11-18 12:24:03 - /usr/sbin/config -m HL200 TB --- 2011-11-18 12:24:03 - building HL200 kernel TB --- 2011-11-18 12:24:03 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 12:24:03 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 12:24:03 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 12:24:03 - SRCCONF=/dev/null TB --- 2011-11-18 12:24:03 - TARGET=arm TB --- 2011-11-18 12:24:03 - TARGET_ARCH=arm TB --- 2011-11-18 12:24:03 - TZ=UTC TB --- 2011-11-18 12:24:03 - __MAKE_CONF=/dev/null TB --- 2011-11-18 12:24:03 - cd /src TB --- 2011-11-18 12:24:03 - /usr/bin/make -B buildkernel KERNCONF=HL200 >>> Kernel build for HL200 started on Fri Nov 18 12:24:03 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 Nov 18 12:26:41 UTC 2011 TB --- 2011-11-18 12:26:41 - cd /src/sys/arm/conf TB --- 2011-11-18 12:26:41 - /usr/sbin/config -m HL201 TB --- 2011-11-18 12:26:41 - building HL201 kernel TB --- 2011-11-18 12:26:41 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 12:26:41 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 12:26:41 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 12:26:41 - SRCCONF=/dev/null TB --- 2011-11-18 12:26:41 - TARGET=arm TB --- 2011-11-18 12:26:41 - TARGET_ARCH=arm TB --- 2011-11-18 12:26:41 - TZ=UTC TB --- 2011-11-18 12:26:41 - __MAKE_CONF=/dev/null TB --- 2011-11-18 12:26:41 - cd /src TB --- 2011-11-18 12:26:41 - /usr/bin/make -B buildkernel KERNCONF=HL201 >>> Kernel build for HL201 started on Fri Nov 18 12:26:41 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 Nov 18 12:28:58 UTC 2011 TB --- 2011-11-18 12:28:58 - cd /src/sys/arm/conf TB --- 2011-11-18 12:28:58 - /usr/sbin/config -m IQ31244 TB --- 2011-11-18 12:28:59 - building IQ31244 kernel TB --- 2011-11-18 12:28:59 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 12:28:59 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 12:28:59 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 12:28:59 - SRCCONF=/dev/null TB --- 2011-11-18 12:28:59 - TARGET=arm TB --- 2011-11-18 12:28:59 - TARGET_ARCH=arm TB --- 2011-11-18 12:28:59 - TZ=UTC TB --- 2011-11-18 12:28:59 - __MAKE_CONF=/dev/null TB --- 2011-11-18 12:28:59 - cd /src TB --- 2011-11-18 12:28:59 - /usr/bin/make -B buildkernel KERNCONF=IQ31244 >>> Kernel build for IQ31244 started on Fri Nov 18 12:28:59 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 Nov 18 12:32:16 UTC 2011 TB --- 2011-11-18 12:32:16 - cd /src/sys/arm/conf TB --- 2011-11-18 12:32:16 - /usr/sbin/config -m KB920X TB --- 2011-11-18 12:32:16 - building KB920X kernel TB --- 2011-11-18 12:32:16 - CROSS_BUILD_TESTING=YES TB --- 2011-11-18 12:32:16 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-18 12:32:16 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-18 12:32:16 - SRCCONF=/dev/null TB --- 2011-11-18 12:32:16 - TARGET=arm TB --- 2011-11-18 12:32:16 - TARGET_ARCH=arm TB --- 2011-11-18 12:32:16 - TZ=UTC TB --- 2011-11-18 12:32:16 - __MAKE_CONF=/dev/null TB --- 2011-11-18 12:32:16 - cd /src TB --- 2011-11-18 12:32:16 - /usr/bin/make -B buildkernel KERNCONF=KB920X >>> Kernel build for KB920X started on Fri Nov 18 12:32:16 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 [...] cc -O -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /obj/arm.arm/src/sys/KB920X/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -DDEBUG=1 -I/obj/arm.arm/src/sys/KB920X -mcpu=arm9 -ffreestanding -std=iso9899:1999 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /src/sys/modules/sfxge/../../dev/sfxge/sfxge_mcdi.c cc -O -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /obj/arm.arm/src/sys/KB920X/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -DDEBUG=1 -I/obj/arm.arm/src/sys/KB920X -mcpu=arm9 -ffreestanding -std=iso9899:1999 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /src/sys/modules/sfxge/../../dev/sfxge/sfxge_port.c cc -O -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /obj/arm.arm/src/sys/KB920X/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -DDEBUG=1 -I/obj/arm.arm/src/sys/KB920X -mcpu=arm9 -ffreestanding -std=iso9899:1999 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /src/sys/modules/sfxge/../../dev/sfxge/sfxge_rx.c cc -O -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /obj/arm.arm/src/sys/KB920X/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -DDEBUG=1 -I/obj/arm.arm/src/sys/KB920X -mcpu=arm9 -ffreestanding -std=iso9899:1999 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /src/sys/modules/sfxge/../../dev/sfxge/sfxge_tx.c cc1: warnings being treated as errors /src/sys/modules/sfxge/../../dev/sfxge/sfxge_tx.c: In function 'sfxge_tx_qdpl_swizzle': /src/sys/modules/sfxge/../../dev/sfxge/sfxge_tx.c:138: warning: implicit declaration of function 'atomic_readandclear_ptr' /src/sys/modules/sfxge/../../dev/sfxge/sfxge_tx.c:138: warning: nested extern declaration of 'atomic_readandclear_ptr' [-Wnested-externs] *** Error code 1 Stop in /src/sys/modules/sfxge. *** 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-11-18 12:41:11 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-11-18 12:41:11 - ERROR: failed to build KB920X kernel TB --- 2011-11-18 12:41:11 - 4489.87 user 1127.65 system 6070.23 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-arm@FreeBSD.ORG Fri Nov 18 14:50:10 2011 Return-Path: Delivered-To: freebsd-arm@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BFF31106564A for ; Fri, 18 Nov 2011 14:50:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 961508FC08 for ; Fri, 18 Nov 2011 14:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id pAIEoAF6065246 for ; Fri, 18 Nov 2011 14:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id pAIEoAiN065243; Fri, 18 Nov 2011 14:50:10 GMT (envelope-from gnats) Date: Fri, 18 Nov 2011 14:50:10 GMT Message-Id: <201111181450.pAIEoAiN065243@freefall.freebsd.org> To: freebsd-arm@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: arm/161128: commit references a PR X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Nov 2011 14:50:10 -0000 The following reply was made to PR arm/161128; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: arm/161128: commit references a PR Date: Fri, 18 Nov 2011 14:42:07 +0000 (UTC) Author: fabient Date: Fri Nov 18 14:41:48 2011 New Revision: 227664 URL: http://svn.freebsd.org/changeset/base/227664 Log: MFC r227391: Import gcc fix for -fstack-protector that produces segfaulting binaries on arm/armel. Related gcc bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35965 Author kindly accepted that all of his patches can be use as GPLv2. PR: 161128 Approved by: re (kib) Modified: stable/9/contrib/gcc/config/arm/arm.c Directory Properties: stable/9/contrib/gcc/ (props changed) Modified: stable/9/contrib/gcc/config/arm/arm.c ============================================================================== --- stable/9/contrib/gcc/config/arm/arm.c Fri Nov 18 11:18:59 2011 (r227663) +++ stable/9/contrib/gcc/config/arm/arm.c Fri Nov 18 14:41:48 2011 (r227664) @@ -3217,7 +3217,8 @@ legitimize_pic_address (rtx orig, enum m gcc_assert (!no_new_pseudos); if (arm_pic_register != INVALID_REGNUM) { - cfun->machine->pic_reg = gen_rtx_REG (Pmode, arm_pic_register); + if (!cfun->machine->pic_reg) + cfun->machine->pic_reg = gen_rtx_REG (Pmode, arm_pic_register); /* Play games to avoid marking the function as needing pic if we are being called as part of the cost-estimation @@ -3229,7 +3230,8 @@ legitimize_pic_address (rtx orig, enum m { rtx seq; - cfun->machine->pic_reg = gen_reg_rtx (Pmode); + if (!cfun->machine->pic_reg) + cfun->machine->pic_reg = gen_reg_rtx (Pmode); /* Play games to avoid marking the function as needing pic if we are being called as part of the cost-estimation _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" From owner-freebsd-arm@FreeBSD.ORG Fri Nov 18 15:02:37 2011 Return-Path: Delivered-To: freebsd-arm@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0AC1106564A; Fri, 18 Nov 2011 15:02:37 +0000 (UTC) (envelope-from fabient@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 77DF38FC0A; Fri, 18 Nov 2011 15:02:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id pAIF2bee000441; Fri, 18 Nov 2011 15:02:37 GMT (envelope-from fabient@freefall.freebsd.org) Received: (from fabient@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id pAIF2bRk000436; Fri, 18 Nov 2011 15:02:37 GMT (envelope-from fabient) Date: Fri, 18 Nov 2011 15:02:37 GMT Message-Id: <201111181502.pAIF2bRk000436@freefall.freebsd.org> To: ntai@smartfruit.com, fabient@FreeBSD.org, freebsd-arm@FreeBSD.org From: fabient@FreeBSD.org Cc: Subject: Re: arm/161128: gcc 4.2.1 ARM produces bad code with -fstack-protector 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, 18 Nov 2011 15:02:37 -0000 Synopsis: gcc 4.2.1 ARM produces bad code with -fstack-protector State-Changed-From-To: patched->closed State-Changed-By: fabient State-Changed-When: Fri Nov 18 14:58:14 UTC 2011 State-Changed-Why: All patches done (stable/7, stable/8, stable/9, releng/9.0) http://www.freebsd.org/cgi/query-pr.cgi?pr=161128 From owner-freebsd-arm@FreeBSD.ORG Fri Nov 18 15:10:11 2011 Return-Path: Delivered-To: freebsd-arm@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 531D81065672 for ; Fri, 18 Nov 2011 15:10:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 297028FC14 for ; Fri, 18 Nov 2011 15:10:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id pAIFABuI011994 for ; Fri, 18 Nov 2011 15:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id pAIFAB30011992; Fri, 18 Nov 2011 15:10:11 GMT (envelope-from gnats) Date: Fri, 18 Nov 2011 15:10:11 GMT Message-Id: <201111181510.pAIFAB30011992@freefall.freebsd.org> To: freebsd-arm@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: arm/161128: commit references a PR X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Nov 2011 15:10:11 -0000 The following reply was made to PR arm/161128; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: arm/161128: commit references a PR Date: Fri, 18 Nov 2011 14:56:19 +0000 (UTC) Author: fabient Date: Fri Nov 18 14:56:06 2011 New Revision: 227665 URL: http://svn.freebsd.org/changeset/base/227665 Log: MFC r227391: Import gcc fix for -fstack-protector that produces segfaulting binaries on arm/armel. Related gcc bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35965 Author kindly accepted that all of his patches can be use as GPLv2. PR: 161128 Approved by: re (kib) Modified: releng/9.0/contrib/gcc/config/arm/arm.c Directory Properties: releng/9.0/contrib/gcc/ (props changed) Modified: releng/9.0/contrib/gcc/config/arm/arm.c ============================================================================== --- releng/9.0/contrib/gcc/config/arm/arm.c Fri Nov 18 14:41:48 2011 (r227664) +++ releng/9.0/contrib/gcc/config/arm/arm.c Fri Nov 18 14:56:06 2011 (r227665) @@ -3217,7 +3217,8 @@ legitimize_pic_address (rtx orig, enum m gcc_assert (!no_new_pseudos); if (arm_pic_register != INVALID_REGNUM) { - cfun->machine->pic_reg = gen_rtx_REG (Pmode, arm_pic_register); + if (!cfun->machine->pic_reg) + cfun->machine->pic_reg = gen_rtx_REG (Pmode, arm_pic_register); /* Play games to avoid marking the function as needing pic if we are being called as part of the cost-estimation @@ -3229,7 +3230,8 @@ legitimize_pic_address (rtx orig, enum m { rtx seq; - cfun->machine->pic_reg = gen_reg_rtx (Pmode); + if (!cfun->machine->pic_reg) + cfun->machine->pic_reg = gen_reg_rtx (Pmode); /* Play games to avoid marking the function as needing pic if we are being called as part of the cost-estimation _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"