From owner-freebsd-current@FreeBSD.ORG Fri Sep 6 23:59:28 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 94C54607; Fri, 6 Sep 2013 23:59:28 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 68A67285C; Fri, 6 Sep 2013 23:59:28 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id r86NxRpw078094; Fri, 6 Sep 2013 19:59:27 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id r86NxRLs078088; Fri, 6 Sep 2013 23:59:27 GMT (envelope-from tinderbox@freebsd.org) Date: Fri, 6 Sep 2013 23:59:27 GMT Message-Id: <201309062359.r86NxRLs078088@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 , , Subject: [head tinderbox] failure on arm/arm Precedence: bulk X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Sep 2013 23:59:28 -0000 TB --- 2013-09-06 20:50:25 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-09-06 20:50:25 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2013-09-06 20:50:25 - starting HEAD tinderbox run for arm/arm TB --- 2013-09-06 20:50:25 - cleaning the object tree TB --- 2013-09-06 20:50:25 - /usr/local/bin/svn stat /src TB --- 2013-09-06 20:50:30 - At svn revision 255326 TB --- 2013-09-06 20:50:31 - building world TB --- 2013-09-06 20:50:31 - CROSS_BUILD_TESTING=YES TB --- 2013-09-06 20:50:31 - MAKEOBJDIRPREFIX=/obj TB --- 2013-09-06 20:50:31 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-09-06 20:50:31 - SRCCONF=/dev/null TB --- 2013-09-06 20:50:31 - TARGET=arm TB --- 2013-09-06 20:50:31 - TARGET_ARCH=arm TB --- 2013-09-06 20:50:31 - TZ=UTC TB --- 2013-09-06 20:50:31 - __MAKE_CONF=/dev/null TB --- 2013-09-06 20:50:31 - cd /src TB --- 2013-09-06 20:50:31 - /usr/bin/make -B buildworld >>> Building an up-to-date make(1) >>> World build started on Fri Sep 6 20:50:39 UTC 2013 >>> 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 Sep 6 23:51:40 UTC 2013 TB --- 2013-09-06 23:51:40 - generating LINT kernel config TB --- 2013-09-06 23:51:40 - cd /src/sys/arm/conf TB --- 2013-09-06 23:51:40 - /usr/bin/make -B LINT TB --- 2013-09-06 23:51:40 - cd /src/sys/arm/conf TB --- 2013-09-06 23:51:40 - /usr/sbin/config -m LINT TB --- 2013-09-06 23:51:41 - building LINT kernel TB --- 2013-09-06 23:51:41 - CROSS_BUILD_TESTING=YES TB --- 2013-09-06 23:51:41 - MAKEOBJDIRPREFIX=/obj TB --- 2013-09-06 23:51:41 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-09-06 23:51:41 - SRCCONF=/dev/null TB --- 2013-09-06 23:51:41 - TARGET=arm TB --- 2013-09-06 23:51:41 - TARGET_ARCH=arm TB --- 2013-09-06 23:51:41 - TZ=UTC TB --- 2013-09-06 23:51:41 - __MAKE_CONF=/dev/null TB --- 2013-09-06 23:51:41 - cd /src TB --- 2013-09-06 23:51:41 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Fri Sep 6 23:51:41 UTC 2013 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] ^ /src/sys/dev/md/md.c:460:9: error: implicit declaration of function 'sf_buf_alloc' is invalid in C99 [-Werror,-Wimplicit-function-declaration] sf = sf_buf_alloc(m, SFB_CPUPRIVATE | ^ /src/sys/dev/md/md.c:460:7: error: incompatible integer to pointer conversion assigning to 'struct sf_buf *' from 'int' [-Werror,-Wint-conversion] sf = sf_buf_alloc(m, SFB_CPUPRIVATE | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3 errors generated. *** Error code 1 Stop. bmake[1]: stopped in /obj/arm.arm/src/sys/LINT *** Error code 1 Stop. bmake: stopped in /src *** Error code 1 Stop in /src. TB --- 2013-09-06 23:59:27 - WARNING: /usr/bin/make returned exit code 1 TB --- 2013-09-06 23:59:27 - ERROR: failed to build LINT kernel TB --- 2013-09-06 23:59:27 - 8900.97 user 1686.52 system 11341.52 real http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-arm-arm.full