From owner-freebsd-mips@FreeBSD.ORG Sun Mar 17 19:34:05 2013 Return-Path: Delivered-To: mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E8A73202 for ; Sun, 17 Mar 2013 19:34:05 +0000 (UTC) (envelope-from ray@ddteam.net) Received: from mail-wg0-f49.google.com (mail-wg0-f49.google.com [74.125.82.49]) by mx1.freebsd.org (Postfix) with ESMTP id 861F7EE0 for ; Sun, 17 Mar 2013 19:34:05 +0000 (UTC) Received: by mail-wg0-f49.google.com with SMTP id ds1so3549853wgb.16 for ; Sun, 17 Mar 2013 12:33:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:date:from:to:cc:subject:message-id:in-reply-to :references:x-mailer:mime-version:content-type :content-transfer-encoding:x-gm-message-state; bh=mftueYiPov1AyrQcRUA1RwFhLWT1TKjJeTiokw6swIw=; b=Ma/h0QZWtqKOmR4Wh5ChP9FFzcZgcE5LGwpscXUwJMDCi1Q7ehWrcuA8l0Gok4JAqu S0bC0SRQ6NXSZ3PYm+eaWNFOEEMYzxcwG9WfYO5xPsWNKDkIABDux+u3ad0yiziY/L/Q IkmaL7EK9XSDpiaTx1Q4YAfmEUe9l5UMbgmBi9vGlDP8AXjRF34YH82qX8b63Xp9IjLU apipEHmmbsakoElJIQB9jn38Szafvij/GjCapdmR9ZtlmM79jaXPb2Me+lRFJj+n+lx3 Ektvg067DLP0T9wDSIwQyKD6vJSMEvyuL5ceyJqGhxQxKbLtTeEIZ3sU+60y0ZXUo+SH Zi9w== X-Received: by 10.180.100.169 with SMTP id ez9mr12698892wib.3.1363548839646; Sun, 17 Mar 2013 12:33:59 -0700 (PDT) Received: from rnote.ddteam.net (151-164-135-95.pool.ukrtel.net. [95.135.164.151]) by mx.google.com with ESMTPS id du2sm9725644wib.0.2013.03.17.12.33.57 (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 17 Mar 2013 12:33:58 -0700 (PDT) Date: Sun, 17 Mar 2013 21:33:55 +0200 From: Aleksandr Rybalko To: Aleksandr Rybalko Subject: Re: [CFT + RFC] FDT resource management (patch) Message-Id: <20130317213355.c7145f17.ray@ddteam.net> In-Reply-To: <20130301013545.3d438d8e.ray@freebsd.org> References: <20130301013545.3d438d8e.ray@freebsd.org> X-Mailer: Sylpheed 3.1.2 (GTK+ 2.24.5; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQlRDZo5cY+qUE8CePXhMJPy0tIyw0JaVj79Q3b1aIamhq7E23jl5igBXdl16+KI0JmuTxmT Cc: arm@FreeBSD.org, mips@freebsd.org, ppc@freebsd.org X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Mar 2013 19:34:06 -0000 On Fri, 1 Mar 2013 01:35:45 +0200 Aleksandr Rybalko wrote: > Hi, > > at first sorry for cross post, but IIRC we have no FDT list yet and I > don't want to break even single ppc/MPC85XX. > > Now we have: fdtbus get physical address from the blob, map address > (panic on SPI CS "address" :) ) to virtual and return it as resource > to child bus (f.e. simplebus), but all other, not FDT based, ARCHes > delegate this work to parent of device who request resource. As result > we have virtual addresses in boot log + rman and it's try to map > address for not mapable buses. > > Two month ago I made the patch: > http://people.freebsd.org/~ray/2012-12-25_fdt_correct_resource.diff > but testing give good results for i.MX515(Efika), BCM2835(RPi), > OMAPxxx(Pandaboard), but fail on Beagleboard. > > Patch is simple, and I was surprised by BB problem, so I have to ask > help with testing on everything using fdtbus/simplebus. > > Please help/test/comment! > > Many thanks! > > WBW > -- > Aleksandr Rybalko Hi, many thanks to Ian. He has found source of BeagleBone/BeagleBoard problems. And it seems affect RPi SDHCI driver too. So now patch updating on more bit. It is removing usage vtophys on rman resource. Because normally we have physical addresses in rman. Fresh patch: http://people.freebsd.org/~ray/2013-03-17_fdt_correct_resource.diff If nobody objects I will commit it tomorrow. Thanks! WBW -- Aleksandr Rybalko From owner-freebsd-mips@FreeBSD.ORG Mon Mar 18 11:06:45 2013 Return-Path: Delivered-To: freebsd-mips@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 66058A65 for ; Mon, 18 Mar 2013 11:06:45 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3F3D8AB2 for ; Mon, 18 Mar 2013 11:06:45 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2IB6jw6002193 for ; Mon, 18 Mar 2013 11:06:45 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2IB6iEu002191 for freebsd-mips@FreeBSD.org; Mon, 18 Mar 2013 11:06:44 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 18 Mar 2013 11:06:44 GMT Message-Id: <201303181106.r2IB6iEu002191@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-mips@FreeBSD.org Subject: Current problem reports assigned to freebsd-mips@FreeBSD.org X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Mar 2013 11:06:45 -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 kern/165951 mips [ar913x] [ath] DDR flush isn't being done for the WMAC p kern/163670 mips [mips][arge] arge can't allocate ring buffer on multip 2 problems total. From owner-freebsd-mips@FreeBSD.ORG Tue Mar 19 07:11:17 2013 Return-Path: Delivered-To: mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7088C1ED; Tue, 19 Mar 2013 07:11:17 +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 33954838; Tue, 19 Mar 2013 07:11:16 +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 r2J7BG3R011246; Tue, 19 Mar 2013 03:11:16 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id r2J7BGw3011245; Tue, 19 Mar 2013 07:11:16 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 19 Mar 2013 07:11:16 GMT Message-Id: <201303190711.r2J7BGw3011245@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 mips/mips Precedence: bulk X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.14 List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Mar 2013 07:11:17 -0000 TB --- 2013-03-19 04:49:40 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-03-19 04:49:40 - 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-03-19 04:49:40 - starting HEAD tinderbox run for mips/mips TB --- 2013-03-19 04:49:40 - cleaning the object tree TB --- 2013-03-19 04:49:40 - /usr/local/bin/svn stat /src TB --- 2013-03-19 04:49:59 - At svn revision 248477 TB --- 2013-03-19 04:50:00 - building world TB --- 2013-03-19 04:50:00 - CROSS_BUILD_TESTING=YES TB --- 2013-03-19 04:50:00 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-19 04:50:00 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-19 04:50:00 - SRCCONF=/dev/null TB --- 2013-03-19 04:50:00 - TARGET=mips TB --- 2013-03-19 04:50:00 - TARGET_ARCH=mips TB --- 2013-03-19 04:50:00 - TZ=UTC TB --- 2013-03-19 04:50:00 - __MAKE_CONF=/dev/null TB --- 2013-03-19 04:50:00 - cd /src TB --- 2013-03-19 04:50:00 - /usr/bin/make -B buildworld >>> Building an up-to-date make(1) >>> World build started on Tue Mar 19 04:50:05 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 Tue Mar 19 05:53:22 UTC 2013 TB --- 2013-03-19 05:53:22 - cd /src/sys/mips/conf TB --- 2013-03-19 05:53:22 - /usr/sbin/config -m ADM5120 TB --- 2013-03-19 05:53:22 - skipping ADM5120 kernel TB --- 2013-03-19 05:53:22 - cd /src/sys/mips/conf TB --- 2013-03-19 05:53:22 - /usr/sbin/config -m ALCHEMY TB --- 2013-03-19 05:53:22 - skipping ALCHEMY kernel TB --- 2013-03-19 05:53:22 - cd /src/sys/mips/conf TB --- 2013-03-19 05:53:22 - /usr/sbin/config -m AP91 TB --- 2013-03-19 05:53:22 - building AP91 kernel TB --- 2013-03-19 05:53:22 - CROSS_BUILD_TESTING=YES TB --- 2013-03-19 05:53:22 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-19 05:53:22 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-19 05:53:22 - SRCCONF=/dev/null TB --- 2013-03-19 05:53:22 - TARGET=mips TB --- 2013-03-19 05:53:22 - TARGET_ARCH=mips TB --- 2013-03-19 05:53:22 - TZ=UTC TB --- 2013-03-19 05:53:22 - __MAKE_CONF=/dev/null TB --- 2013-03-19 05:53:22 - cd /src TB --- 2013-03-19 05:53:22 - /usr/bin/make -B buildkernel KERNCONF=AP91 >>> Kernel build for AP91 started on Tue Mar 19 05:53:22 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 >>> Kernel build for AP91 completed on Tue Mar 19 05:57:31 UTC 2013 TB --- 2013-03-19 05:57:31 - cd /src/sys/mips/conf TB --- 2013-03-19 05:57:31 - /usr/sbin/config -m AP93 TB --- 2013-03-19 05:57:31 - building AP93 kernel TB --- 2013-03-19 05:57:31 - CROSS_BUILD_TESTING=YES TB --- 2013-03-19 05:57:31 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-19 05:57:31 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-19 05:57:31 - SRCCONF=/dev/null TB --- 2013-03-19 05:57:31 - TARGET=mips TB --- 2013-03-19 05:57:31 - TARGET_ARCH=mips TB --- 2013-03-19 05:57:31 - TZ=UTC TB --- 2013-03-19 05:57:31 - __MAKE_CONF=/dev/null TB --- 2013-03-19 05:57:31 - cd /src TB --- 2013-03-19 05:57:31 - /usr/bin/make -B buildkernel KERNCONF=AP93 >>> Kernel build for AP93 started on Tue Mar 19 05:57:31 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 >>> Kernel build for AP93 completed on Tue Mar 19 06:01:20 UTC 2013 TB --- 2013-03-19 06:01:20 - cd /src/sys/mips/conf TB --- 2013-03-19 06:01:20 - /usr/sbin/config -m AP94 TB --- 2013-03-19 06:01:20 - building AP94 kernel TB --- 2013-03-19 06:01:20 - CROSS_BUILD_TESTING=YES TB --- 2013-03-19 06:01:20 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-19 06:01:20 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-19 06:01:20 - SRCCONF=/dev/null TB --- 2013-03-19 06:01:20 - TARGET=mips TB --- 2013-03-19 06:01:20 - TARGET_ARCH=mips TB --- 2013-03-19 06:01:20 - TZ=UTC TB --- 2013-03-19 06:01:20 - __MAKE_CONF=/dev/null TB --- 2013-03-19 06:01:20 - cd /src TB --- 2013-03-19 06:01:20 - /usr/bin/make -B buildkernel KERNCONF=AP94 >>> Kernel build for AP94 started on Tue Mar 19 06:01:20 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 >>> Kernel build for AP94 completed on Tue Mar 19 06:06:20 UTC 2013 TB --- 2013-03-19 06:06:20 - cd /src/sys/mips/conf TB --- 2013-03-19 06:06:20 - /usr/sbin/config -m AP96 TB --- 2013-03-19 06:06:20 - building AP96 kernel TB --- 2013-03-19 06:06:20 - CROSS_BUILD_TESTING=YES TB --- 2013-03-19 06:06:20 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-19 06:06:20 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-19 06:06:20 - SRCCONF=/dev/null TB --- 2013-03-19 06:06:20 - TARGET=mips TB --- 2013-03-19 06:06:20 - TARGET_ARCH=mips TB --- 2013-03-19 06:06:20 - TZ=UTC TB --- 2013-03-19 06:06:20 - __MAKE_CONF=/dev/null TB --- 2013-03-19 06:06:20 - cd /src TB --- 2013-03-19 06:06:20 - /usr/bin/make -B buildkernel KERNCONF=AP96 >>> Kernel build for AP96 started on Tue Mar 19 06:06:20 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 >>> Kernel build for AP96 completed on Tue Mar 19 06:11:01 UTC 2013 TB --- 2013-03-19 06:11:01 - cd /src/sys/mips/conf TB --- 2013-03-19 06:11:01 - /usr/sbin/config -m AR71XX_BASE TB --- 2013-03-19 06:11:01 - building AR71XX_BASE kernel TB --- 2013-03-19 06:11:01 - CROSS_BUILD_TESTING=YES TB --- 2013-03-19 06:11:01 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-19 06:11:01 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-19 06:11:01 - SRCCONF=/dev/null TB --- 2013-03-19 06:11:01 - TARGET=mips TB --- 2013-03-19 06:11:01 - TARGET_ARCH=mips TB --- 2013-03-19 06:11:01 - TZ=UTC TB --- 2013-03-19 06:11:01 - __MAKE_CONF=/dev/null TB --- 2013-03-19 06:11:01 - cd /src TB --- 2013-03-19 06:11:01 - /usr/bin/make -B buildkernel KERNCONF=AR71XX_BASE >>> Kernel build for AR71XX_BASE started on Tue Mar 19 06:11:01 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 >>> Kernel build for AR71XX_BASE completed on Tue Mar 19 06:15:59 UTC 2013 TB --- 2013-03-19 06:15:59 - cd /src/sys/mips/conf TB --- 2013-03-19 06:15:59 - /usr/sbin/config -m AR724X_BASE TB --- 2013-03-19 06:15:59 - building AR724X_BASE kernel TB --- 2013-03-19 06:15:59 - CROSS_BUILD_TESTING=YES TB --- 2013-03-19 06:15:59 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-19 06:15:59 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-19 06:15:59 - SRCCONF=/dev/null TB --- 2013-03-19 06:15:59 - TARGET=mips TB --- 2013-03-19 06:15:59 - TARGET_ARCH=mips TB --- 2013-03-19 06:15:59 - TZ=UTC TB --- 2013-03-19 06:15:59 - __MAKE_CONF=/dev/null TB --- 2013-03-19 06:15:59 - cd /src TB --- 2013-03-19 06:15:59 - /usr/bin/make -B buildkernel KERNCONF=AR724X_BASE >>> Kernel build for AR724X_BASE started on Tue Mar 19 06:15:59 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 >>> Kernel build for AR724X_BASE completed on Tue Mar 19 06:19:44 UTC 2013 TB --- 2013-03-19 06:19:44 - cd /src/sys/mips/conf TB --- 2013-03-19 06:19:44 - /usr/sbin/config -m AR91XX_BASE TB --- 2013-03-19 06:19:44 - building AR91XX_BASE kernel TB --- 2013-03-19 06:19:44 - CROSS_BUILD_TESTING=YES TB --- 2013-03-19 06:19:44 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-19 06:19:44 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-19 06:19:44 - SRCCONF=/dev/null TB --- 2013-03-19 06:19:44 - TARGET=mips TB --- 2013-03-19 06:19:44 - TARGET_ARCH=mips TB --- 2013-03-19 06:19:44 - TZ=UTC TB --- 2013-03-19 06:19:44 - __MAKE_CONF=/dev/null TB --- 2013-03-19 06:19:44 - cd /src TB --- 2013-03-19 06:19:44 - /usr/bin/make -B buildkernel KERNCONF=AR91XX_BASE >>> Kernel build for AR91XX_BASE started on Tue Mar 19 06:19:44 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 >>> Kernel build for AR91XX_BASE completed on Tue Mar 19 06:24:33 UTC 2013 TB --- 2013-03-19 06:24:33 - cd /src/sys/mips/conf TB --- 2013-03-19 06:24:33 - /usr/sbin/config -m BERI_DE4_MDROOT TB --- 2013-03-19 06:24:33 - skipping BERI_DE4_MDROOT kernel TB --- 2013-03-19 06:24:33 - cd /src/sys/mips/conf TB --- 2013-03-19 06:24:33 - /usr/sbin/config -m BERI_DE4_SDROOT TB --- 2013-03-19 06:24:33 - skipping BERI_DE4_SDROOT kernel TB --- 2013-03-19 06:24:33 - cd /src/sys/mips/conf TB --- 2013-03-19 06:24:33 - /usr/sbin/config -m BERI_SIM_MDROOT TB --- 2013-03-19 06:24:33 - skipping BERI_SIM_MDROOT kernel TB --- 2013-03-19 06:24:33 - cd /src/sys/mips/conf TB --- 2013-03-19 06:24:33 - /usr/sbin/config -m BERI_TEMPLATE TB --- 2013-03-19 06:24:33 - skipping BERI_TEMPLATE kernel TB --- 2013-03-19 06:24:33 - cd /src/sys/mips/conf TB --- 2013-03-19 06:24:33 - /usr/sbin/config -m DIR-825 TB --- 2013-03-19 06:24:33 - building DIR-825 kernel TB --- 2013-03-19 06:24:33 - CROSS_BUILD_TESTING=YES TB --- 2013-03-19 06:24:33 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-19 06:24:33 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-19 06:24:33 - SRCCONF=/dev/null TB --- 2013-03-19 06:24:33 - TARGET=mips TB --- 2013-03-19 06:24:33 - TARGET_ARCH=mips TB --- 2013-03-19 06:24:33 - TZ=UTC TB --- 2013-03-19 06:24:33 - __MAKE_CONF=/dev/null TB --- 2013-03-19 06:24:33 - cd /src TB --- 2013-03-19 06:24:33 - /usr/bin/make -B buildkernel KERNCONF=DIR-825 >>> Kernel build for DIR-825 started on Tue Mar 19 06:24:34 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 >>> Kernel build for DIR-825 completed on Tue Mar 19 06:28:09 UTC 2013 TB --- 2013-03-19 06:28:09 - cd /src/sys/mips/conf TB --- 2013-03-19 06:28:09 - /usr/sbin/config -m GXEMUL TB --- 2013-03-19 06:28:09 - skipping GXEMUL kernel TB --- 2013-03-19 06:28:09 - cd /src/sys/mips/conf TB --- 2013-03-19 06:28:09 - /usr/sbin/config -m IDT TB --- 2013-03-19 06:28:09 - skipping IDT kernel TB --- 2013-03-19 06:28:09 - cd /src/sys/mips/conf TB --- 2013-03-19 06:28:09 - /usr/sbin/config -m MALTA TB --- 2013-03-19 06:28:09 - skipping MALTA kernel TB --- 2013-03-19 06:28:09 - cd /src/sys/mips/conf TB --- 2013-03-19 06:28:09 - /usr/sbin/config -m MALTA64 TB --- 2013-03-19 06:28:09 - skipping MALTA64 kernel TB --- 2013-03-19 06:28:09 - cd /src/sys/mips/conf TB --- 2013-03-19 06:28:09 - /usr/sbin/config -m OCTEON1 TB --- 2013-03-19 06:28:09 - skipping OCTEON1 kernel TB --- 2013-03-19 06:28:09 - cd /src/sys/mips/conf TB --- 2013-03-19 06:28:09 - /usr/sbin/config -m PB47 TB --- 2013-03-19 06:28:09 - building PB47 kernel TB --- 2013-03-19 06:28:09 - CROSS_BUILD_TESTING=YES TB --- 2013-03-19 06:28:09 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-19 06:28:09 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-19 06:28:09 - SRCCONF=/dev/null TB --- 2013-03-19 06:28:09 - TARGET=mips TB --- 2013-03-19 06:28:09 - TARGET_ARCH=mips TB --- 2013-03-19 06:28:09 - TZ=UTC TB --- 2013-03-19 06:28:09 - __MAKE_CONF=/dev/null TB --- 2013-03-19 06:28:09 - cd /src TB --- 2013-03-19 06:28:09 - /usr/bin/make -B buildkernel KERNCONF=PB47 >>> Kernel build for PB47 started on Tue Mar 19 06:28:09 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 >>> Kernel build for PB47 completed on Tue Mar 19 06:32:43 UTC 2013 TB --- 2013-03-19 06:32:43 - cd /src/sys/mips/conf TB --- 2013-03-19 06:32:43 - /usr/sbin/config -m PB92 TB --- 2013-03-19 06:32:43 - building PB92 kernel TB --- 2013-03-19 06:32:43 - CROSS_BUILD_TESTING=YES TB --- 2013-03-19 06:32:43 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-19 06:32:43 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-19 06:32:43 - SRCCONF=/dev/null TB --- 2013-03-19 06:32:43 - TARGET=mips TB --- 2013-03-19 06:32:43 - TARGET_ARCH=mips TB --- 2013-03-19 06:32:43 - TZ=UTC TB --- 2013-03-19 06:32:43 - __MAKE_CONF=/dev/null TB --- 2013-03-19 06:32:43 - cd /src TB --- 2013-03-19 06:32:43 - /usr/bin/make -B buildkernel KERNCONF=PB92 >>> Kernel build for PB92 started on Tue Mar 19 06:32:43 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 >>> Kernel build for PB92 completed on Tue Mar 19 06:36:45 UTC 2013 TB --- 2013-03-19 06:36:45 - cd /src/sys/mips/conf TB --- 2013-03-19 06:36:45 - /usr/sbin/config -m QEMU TB --- 2013-03-19 06:36:45 - skipping QEMU kernel TB --- 2013-03-19 06:36:45 - cd /src/sys/mips/conf TB --- 2013-03-19 06:36:45 - /usr/sbin/config -m ROUTERSTATION TB --- 2013-03-19 06:36:45 - building ROUTERSTATION kernel TB --- 2013-03-19 06:36:45 - CROSS_BUILD_TESTING=YES TB --- 2013-03-19 06:36:45 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-19 06:36:45 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-19 06:36:45 - SRCCONF=/dev/null TB --- 2013-03-19 06:36:45 - TARGET=mips TB --- 2013-03-19 06:36:45 - TARGET_ARCH=mips TB --- 2013-03-19 06:36:45 - TZ=UTC TB --- 2013-03-19 06:36:45 - __MAKE_CONF=/dev/null TB --- 2013-03-19 06:36:45 - cd /src TB --- 2013-03-19 06:36:45 - /usr/bin/make -B buildkernel KERNCONF=ROUTERSTATION >>> Kernel build for ROUTERSTATION started on Tue Mar 19 06:36:45 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 >>> Kernel build for ROUTERSTATION completed on Tue Mar 19 06:41:18 UTC 2013 TB --- 2013-03-19 06:41:18 - cd /src/sys/mips/conf TB --- 2013-03-19 06:41:18 - /usr/sbin/config -m ROUTERSTATION_MFS TB --- 2013-03-19 06:41:18 - building ROUTERSTATION_MFS kernel TB --- 2013-03-19 06:41:18 - CROSS_BUILD_TESTING=YES TB --- 2013-03-19 06:41:18 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-19 06:41:18 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-19 06:41:18 - SRCCONF=/dev/null TB --- 2013-03-19 06:41:18 - TARGET=mips TB --- 2013-03-19 06:41:18 - TARGET_ARCH=mips TB --- 2013-03-19 06:41:18 - TZ=UTC TB --- 2013-03-19 06:41:18 - __MAKE_CONF=/dev/null TB --- 2013-03-19 06:41:18 - cd /src TB --- 2013-03-19 06:41:18 - /usr/bin/make -B buildkernel KERNCONF=ROUTERSTATION_MFS >>> Kernel build for ROUTERSTATION_MFS started on Tue Mar 19 06:41:18 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 >>> Kernel build for ROUTERSTATION_MFS completed on Tue Mar 19 06:45:59 UTC 2013 TB --- 2013-03-19 06:45:59 - cd /src/sys/mips/conf TB --- 2013-03-19 06:45:59 - /usr/sbin/config -m RSPRO TB --- 2013-03-19 06:45:59 - building RSPRO kernel TB --- 2013-03-19 06:45:59 - CROSS_BUILD_TESTING=YES TB --- 2013-03-19 06:45:59 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-19 06:45:59 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-19 06:45:59 - SRCCONF=/dev/null TB --- 2013-03-19 06:45:59 - TARGET=mips TB --- 2013-03-19 06:45:59 - TARGET_ARCH=mips TB --- 2013-03-19 06:45:59 - TZ=UTC TB --- 2013-03-19 06:45:59 - __MAKE_CONF=/dev/null TB --- 2013-03-19 06:45:59 - cd /src TB --- 2013-03-19 06:45:59 - /usr/bin/make -B buildkernel KERNCONF=RSPRO >>> Kernel build for RSPRO started on Tue Mar 19 06:45:59 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 >>> Kernel build for RSPRO completed on Tue Mar 19 06:50:38 UTC 2013 TB --- 2013-03-19 06:50:38 - cd /src/sys/mips/conf TB --- 2013-03-19 06:50:38 - /usr/sbin/config -m RSPRO_MFS TB --- 2013-03-19 06:50:38 - building RSPRO_MFS kernel TB --- 2013-03-19 06:50:38 - CROSS_BUILD_TESTING=YES TB --- 2013-03-19 06:50:38 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-19 06:50:38 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-19 06:50:38 - SRCCONF=/dev/null TB --- 2013-03-19 06:50:38 - TARGET=mips TB --- 2013-03-19 06:50:38 - TARGET_ARCH=mips TB --- 2013-03-19 06:50:38 - TZ=UTC TB --- 2013-03-19 06:50:38 - __MAKE_CONF=/dev/null TB --- 2013-03-19 06:50:38 - cd /src TB --- 2013-03-19 06:50:38 - /usr/bin/make -B buildkernel KERNCONF=RSPRO_MFS >>> Kernel build for RSPRO_MFS started on Tue Mar 19 06:50:38 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 >>> Kernel build for RSPRO_MFS completed on Tue Mar 19 06:55:08 UTC 2013 TB --- 2013-03-19 06:55:08 - cd /src/sys/mips/conf TB --- 2013-03-19 06:55:08 - /usr/sbin/config -m RSPRO_STANDALONE TB --- 2013-03-19 06:55:08 - building RSPRO_STANDALONE kernel TB --- 2013-03-19 06:55:08 - CROSS_BUILD_TESTING=YES TB --- 2013-03-19 06:55:08 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-19 06:55:08 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-19 06:55:08 - SRCCONF=/dev/null TB --- 2013-03-19 06:55:08 - TARGET=mips TB --- 2013-03-19 06:55:08 - TARGET_ARCH=mips TB --- 2013-03-19 06:55:08 - TZ=UTC TB --- 2013-03-19 06:55:08 - __MAKE_CONF=/dev/null TB --- 2013-03-19 06:55:08 - cd /src TB --- 2013-03-19 06:55:08 - /usr/bin/make -B buildkernel KERNCONF=RSPRO_STANDALONE >>> Kernel build for RSPRO_STANDALONE started on Tue Mar 19 06:55:09 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 >>> Kernel build for RSPRO_STANDALONE completed on Tue Mar 19 07:00:09 UTC 2013 TB --- 2013-03-19 07:00:09 - cd /src/sys/mips/conf TB --- 2013-03-19 07:00:09 - /usr/sbin/config -m RT305X TB --- 2013-03-19 07:00:09 - skipping RT305X kernel TB --- 2013-03-19 07:00:09 - cd /src/sys/mips/conf TB --- 2013-03-19 07:00:09 - /usr/sbin/config -m SENTRY5 TB --- 2013-03-19 07:00:09 - skipping SENTRY5 kernel TB --- 2013-03-19 07:00:09 - cd /src/sys/mips/conf TB --- 2013-03-19 07:00:09 - /usr/sbin/config -m SWARM TB --- 2013-03-19 07:00:09 - building SWARM kernel TB --- 2013-03-19 07:00:09 - CROSS_BUILD_TESTING=YES TB --- 2013-03-19 07:00:09 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-19 07:00:09 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-19 07:00:09 - SRCCONF=/dev/null TB --- 2013-03-19 07:00:09 - TARGET=mips TB --- 2013-03-19 07:00:09 - TARGET_ARCH=mips TB --- 2013-03-19 07:00:09 - TZ=UTC TB --- 2013-03-19 07:00:09 - __MAKE_CONF=/dev/null TB --- 2013-03-19 07:00:09 - cd /src TB --- 2013-03-19 07:00:09 - /usr/bin/make -B buildkernel KERNCONF=SWARM >>> Kernel build for SWARM started on Tue Mar 19 07:00:09 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 >>> Kernel build for SWARM completed on Tue Mar 19 07:02:57 UTC 2013 TB --- 2013-03-19 07:02:57 - cd /src/sys/mips/conf TB --- 2013-03-19 07:02:57 - /usr/sbin/config -m SWARM64 TB --- 2013-03-19 07:02:57 - skipping SWARM64 kernel TB --- 2013-03-19 07:02:57 - cd /src/sys/mips/conf TB --- 2013-03-19 07:02:57 - /usr/sbin/config -m SWARM64_SMP TB --- 2013-03-19 07:02:57 - skipping SWARM64_SMP kernel TB --- 2013-03-19 07:02:57 - cd /src/sys/mips/conf TB --- 2013-03-19 07:02:57 - /usr/sbin/config -m SWARM_SMP TB --- 2013-03-19 07:02:57 - building SWARM_SMP kernel TB --- 2013-03-19 07:02:57 - CROSS_BUILD_TESTING=YES TB --- 2013-03-19 07:02:57 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-19 07:02:57 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-19 07:02:57 - SRCCONF=/dev/null TB --- 2013-03-19 07:02:57 - TARGET=mips TB --- 2013-03-19 07:02:57 - TARGET_ARCH=mips TB --- 2013-03-19 07:02:57 - TZ=UTC TB --- 2013-03-19 07:02:57 - __MAKE_CONF=/dev/null TB --- 2013-03-19 07:02:57 - cd /src TB --- 2013-03-19 07:02:57 - /usr/bin/make -B buildkernel KERNCONF=SWARM_SMP >>> Kernel build for SWARM_SMP started on Tue Mar 19 07:02:57 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 >>> Kernel build for SWARM_SMP completed on Tue Mar 19 07:05:50 UTC 2013 TB --- 2013-03-19 07:05:50 - cd /src/sys/mips/conf TB --- 2013-03-19 07:05:50 - /usr/sbin/config -m TP-WN1043ND TB --- 2013-03-19 07:05:50 - building TP-WN1043ND kernel TB --- 2013-03-19 07:05:50 - CROSS_BUILD_TESTING=YES TB --- 2013-03-19 07:05:50 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-19 07:05:50 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-19 07:05:50 - SRCCONF=/dev/null TB --- 2013-03-19 07:05:50 - TARGET=mips TB --- 2013-03-19 07:05:50 - TARGET_ARCH=mips TB --- 2013-03-19 07:05:50 - TZ=UTC TB --- 2013-03-19 07:05:50 - __MAKE_CONF=/dev/null TB --- 2013-03-19 07:05:50 - cd /src TB --- 2013-03-19 07:05:50 - /usr/bin/make -B buildkernel KERNCONF=TP-WN1043ND >>> Kernel build for TP-WN1043ND started on Tue Mar 19 07:05:50 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 >>> Kernel build for TP-WN1043ND completed on Tue Mar 19 07:10:32 UTC 2013 TB --- 2013-03-19 07:10:32 - cd /src/sys/mips/conf TB --- 2013-03-19 07:10:32 - /usr/sbin/config -m XLP TB --- 2013-03-19 07:10:32 - building XLP kernel TB --- 2013-03-19 07:10:32 - CROSS_BUILD_TESTING=YES TB --- 2013-03-19 07:10:32 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-19 07:10:32 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-19 07:10:32 - SRCCONF=/dev/null TB --- 2013-03-19 07:10:32 - TARGET=mips TB --- 2013-03-19 07:10:32 - TARGET_ARCH=mips TB --- 2013-03-19 07:10:32 - TZ=UTC TB --- 2013-03-19 07:10:32 - __MAKE_CONF=/dev/null TB --- 2013-03-19 07:10:32 - cd /src TB --- 2013-03-19 07:10:32 - /usr/bin/make -B buildkernel KERNCONF=XLP >>> Kernel build for XLP started on Tue Mar 19 07:10:33 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 [...] cc -c -O -pipe -std=c99 -g -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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=10000 --param large-function-growth=100000 --param max-inline-insns-single=10000 -fno-pic -mno-abicalls -G0 -DKERNLOADADDR=0x80100000 -march=mips32 -msoft-float -ffreestanding -Werror /src/sys/dev/e1000/e1000_phy.c -I/src/sys/dev/e1000 cc -c -O -pipe -std=c99 -g -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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=10000 --param large-function-growth=100000 --param max-inline-insns-single=10000 -fno-pic -mno-abicalls -G0 -DKERNLOADADDR=0x80100000 -march=mips32 -msoft-float -ffreestanding -Werror /src/sys/dev/e1000/e1000_vf.c -I/src/sys/dev/e1000 cc -c -O -pipe -std=c99 -g -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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=10000 --param large-function-growth=100000 --param max-inline-insns-single=10000 -fno-pic -mno-abicalls -G0 -DKERNLOADADDR=0x80100000 -march=mips32 -msoft-float -ffreestanding -Werror /src/sys/dev/e1000/e1000_mbx.c -I/src/sys/dev/e1000 cc -c -O -pipe -std=c99 -g -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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=10000 --param large-function-growth=100000 --param max-inline-insns-single=10000 -fno-pic -mno-abicalls -G0 -DKERNLOADADDR=0x80100000 -march=mips32 -msoft-float -ffreestanding -Werror /src/sys/dev/e1000/e1000_osdep.c -I/src/sys/dev/e1000 cc -c -O -pipe -std=c99 -g -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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=10000 --param large-function-growth=100000 --param max-inline-insns-single=10000 -fno-pic -mno-abicalls -G0 -DKERNLOADADDR=0x80100000 -march=mips32 -msoft-float -ffreestanding -Werror /src/sys/dev/fdt/fdt_common.c cc1: warnings being treated as errors /src/sys/dev/fdt/fdt_common.c: In function 'fdt_reg_to_rl': /src/sys/dev/fdt/fdt_common.c:451: warning: passing argument 4 of 'fdt_data_to_res' from incompatible pointer type *** [fdt_common.o] Error code 1 Stop in /obj/mips.mips/src/sys/XLP. *** [buildkernel] Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2013-03-19 07:11:16 - WARNING: /usr/bin/make returned exit code 1 TB --- 2013-03-19 07:11:16 - ERROR: failed to build XLP kernel TB --- 2013-03-19 07:11:16 - 6435.88 user 1184.38 system 8495.88 real http://tinderbox.freebsd.org/tinderbox-head-ss-build-HEAD-mips-mips.full From owner-freebsd-mips@FreeBSD.ORG Tue Mar 19 17:19:28 2013 Return-Path: Delivered-To: mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3F87261A; Tue, 19 Mar 2013 17:19:28 +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 F261878D; Tue, 19 Mar 2013 17:19:27 +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 r2JHJL7S000216; Tue, 19 Mar 2013 13:19:21 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id r2JHJLKK000215; Tue, 19 Mar 2013 17:19:21 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 19 Mar 2013 17:19:21 GMT Message-Id: <201303191719.r2JHJLKK000215@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 mips/mips Precedence: bulk X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.14 List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Mar 2013 17:19:28 -0000 TB --- 2013-03-19 14:58:05 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-03-19 14:58:05 - 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-03-19 14:58:05 - starting HEAD tinderbox run for mips/mips TB --- 2013-03-19 14:58:05 - cleaning the object tree TB --- 2013-03-19 15:01:02 - /usr/local/bin/svn stat /src TB --- 2013-03-19 15:01:22 - At svn revision 248493 TB --- 2013-03-19 15:01:23 - building world TB --- 2013-03-19 15:01:23 - CROSS_BUILD_TESTING=YES TB --- 2013-03-19 15:01:23 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-19 15:01:23 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-19 15:01:23 - SRCCONF=/dev/null TB --- 2013-03-19 15:01:23 - TARGET=mips TB --- 2013-03-19 15:01:23 - TARGET_ARCH=mips TB --- 2013-03-19 15:01:23 - TZ=UTC TB --- 2013-03-19 15:01:23 - __MAKE_CONF=/dev/null TB --- 2013-03-19 15:01:23 - cd /src TB --- 2013-03-19 15:01:23 - /usr/bin/make -B buildworld >>> Building an up-to-date make(1) >>> World build started on Tue Mar 19 15:01:29 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 Tue Mar 19 16:03:13 UTC 2013 TB --- 2013-03-19 16:03:13 - cd /src/sys/mips/conf TB --- 2013-03-19 16:03:13 - /usr/sbin/config -m ADM5120 TB --- 2013-03-19 16:03:13 - skipping ADM5120 kernel TB --- 2013-03-19 16:03:13 - cd /src/sys/mips/conf TB --- 2013-03-19 16:03:13 - /usr/sbin/config -m ALCHEMY TB --- 2013-03-19 16:03:13 - skipping ALCHEMY kernel TB --- 2013-03-19 16:03:13 - cd /src/sys/mips/conf TB --- 2013-03-19 16:03:13 - /usr/sbin/config -m AP91 TB --- 2013-03-19 16:03:13 - building AP91 kernel TB --- 2013-03-19 16:03:13 - CROSS_BUILD_TESTING=YES TB --- 2013-03-19 16:03:13 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-19 16:03:13 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-19 16:03:13 - SRCCONF=/dev/null TB --- 2013-03-19 16:03:13 - TARGET=mips TB --- 2013-03-19 16:03:13 - TARGET_ARCH=mips TB --- 2013-03-19 16:03:13 - TZ=UTC TB --- 2013-03-19 16:03:13 - __MAKE_CONF=/dev/null TB --- 2013-03-19 16:03:13 - cd /src TB --- 2013-03-19 16:03:13 - /usr/bin/make -B buildkernel KERNCONF=AP91 >>> Kernel build for AP91 started on Tue Mar 19 16:03:13 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 >>> Kernel build for AP91 completed on Tue Mar 19 16:07:16 UTC 2013 TB --- 2013-03-19 16:07:16 - cd /src/sys/mips/conf TB --- 2013-03-19 16:07:16 - /usr/sbin/config -m AP93 TB --- 2013-03-19 16:07:16 - building AP93 kernel TB --- 2013-03-19 16:07:16 - CROSS_BUILD_TESTING=YES TB --- 2013-03-19 16:07:16 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-19 16:07:16 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-19 16:07:16 - SRCCONF=/dev/null TB --- 2013-03-19 16:07:16 - TARGET=mips TB --- 2013-03-19 16:07:16 - TARGET_ARCH=mips TB --- 2013-03-19 16:07:16 - TZ=UTC TB --- 2013-03-19 16:07:16 - __MAKE_CONF=/dev/null TB --- 2013-03-19 16:07:16 - cd /src TB --- 2013-03-19 16:07:16 - /usr/bin/make -B buildkernel KERNCONF=AP93 >>> Kernel build for AP93 started on Tue Mar 19 16:07:16 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 >>> Kernel build for AP93 completed on Tue Mar 19 16:11:09 UTC 2013 TB --- 2013-03-19 16:11:09 - cd /src/sys/mips/conf TB --- 2013-03-19 16:11:09 - /usr/sbin/config -m AP94 TB --- 2013-03-19 16:11:09 - building AP94 kernel TB --- 2013-03-19 16:11:09 - CROSS_BUILD_TESTING=YES TB --- 2013-03-19 16:11:09 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-19 16:11:09 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-19 16:11:09 - SRCCONF=/dev/null TB --- 2013-03-19 16:11:09 - TARGET=mips TB --- 2013-03-19 16:11:09 - TARGET_ARCH=mips TB --- 2013-03-19 16:11:09 - TZ=UTC TB --- 2013-03-19 16:11:09 - __MAKE_CONF=/dev/null TB --- 2013-03-19 16:11:09 - cd /src TB --- 2013-03-19 16:11:09 - /usr/bin/make -B buildkernel KERNCONF=AP94 >>> Kernel build for AP94 started on Tue Mar 19 16:11:09 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 >>> Kernel build for AP94 completed on Tue Mar 19 16:15:44 UTC 2013 TB --- 2013-03-19 16:15:44 - cd /src/sys/mips/conf TB --- 2013-03-19 16:15:44 - /usr/sbin/config -m AP96 TB --- 2013-03-19 16:15:44 - building AP96 kernel TB --- 2013-03-19 16:15:44 - CROSS_BUILD_TESTING=YES TB --- 2013-03-19 16:15:44 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-19 16:15:44 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-19 16:15:44 - SRCCONF=/dev/null TB --- 2013-03-19 16:15:44 - TARGET=mips TB --- 2013-03-19 16:15:44 - TARGET_ARCH=mips TB --- 2013-03-19 16:15:44 - TZ=UTC TB --- 2013-03-19 16:15:44 - __MAKE_CONF=/dev/null TB --- 2013-03-19 16:15:44 - cd /src TB --- 2013-03-19 16:15:44 - /usr/bin/make -B buildkernel KERNCONF=AP96 >>> Kernel build for AP96 started on Tue Mar 19 16:15:44 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 >>> Kernel build for AP96 completed on Tue Mar 19 16:20:50 UTC 2013 TB --- 2013-03-19 16:20:50 - cd /src/sys/mips/conf TB --- 2013-03-19 16:20:50 - /usr/sbin/config -m AR71XX_BASE TB --- 2013-03-19 16:20:50 - building AR71XX_BASE kernel TB --- 2013-03-19 16:20:50 - CROSS_BUILD_TESTING=YES TB --- 2013-03-19 16:20:50 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-19 16:20:50 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-19 16:20:50 - SRCCONF=/dev/null TB --- 2013-03-19 16:20:50 - TARGET=mips TB --- 2013-03-19 16:20:50 - TARGET_ARCH=mips TB --- 2013-03-19 16:20:50 - TZ=UTC TB --- 2013-03-19 16:20:50 - __MAKE_CONF=/dev/null TB --- 2013-03-19 16:20:50 - cd /src TB --- 2013-03-19 16:20:50 - /usr/bin/make -B buildkernel KERNCONF=AR71XX_BASE >>> Kernel build for AR71XX_BASE started on Tue Mar 19 16:20:50 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 >>> Kernel build for AR71XX_BASE completed on Tue Mar 19 16:25:20 UTC 2013 TB --- 2013-03-19 16:25:20 - cd /src/sys/mips/conf TB --- 2013-03-19 16:25:20 - /usr/sbin/config -m AR724X_BASE TB --- 2013-03-19 16:25:20 - building AR724X_BASE kernel TB --- 2013-03-19 16:25:20 - CROSS_BUILD_TESTING=YES TB --- 2013-03-19 16:25:20 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-19 16:25:20 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-19 16:25:20 - SRCCONF=/dev/null TB --- 2013-03-19 16:25:20 - TARGET=mips TB --- 2013-03-19 16:25:20 - TARGET_ARCH=mips TB --- 2013-03-19 16:25:20 - TZ=UTC TB --- 2013-03-19 16:25:20 - __MAKE_CONF=/dev/null TB --- 2013-03-19 16:25:20 - cd /src TB --- 2013-03-19 16:25:20 - /usr/bin/make -B buildkernel KERNCONF=AR724X_BASE >>> Kernel build for AR724X_BASE started on Tue Mar 19 16:25:20 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 >>> Kernel build for AR724X_BASE completed on Tue Mar 19 16:29:12 UTC 2013 TB --- 2013-03-19 16:29:12 - cd /src/sys/mips/conf TB --- 2013-03-19 16:29:12 - /usr/sbin/config -m AR91XX_BASE TB --- 2013-03-19 16:29:12 - building AR91XX_BASE kernel TB --- 2013-03-19 16:29:12 - CROSS_BUILD_TESTING=YES TB --- 2013-03-19 16:29:12 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-19 16:29:12 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-19 16:29:12 - SRCCONF=/dev/null TB --- 2013-03-19 16:29:12 - TARGET=mips TB --- 2013-03-19 16:29:12 - TARGET_ARCH=mips TB --- 2013-03-19 16:29:12 - TZ=UTC TB --- 2013-03-19 16:29:12 - __MAKE_CONF=/dev/null TB --- 2013-03-19 16:29:12 - cd /src TB --- 2013-03-19 16:29:12 - /usr/bin/make -B buildkernel KERNCONF=AR91XX_BASE >>> Kernel build for AR91XX_BASE started on Tue Mar 19 16:29:12 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 >>> Kernel build for AR91XX_BASE completed on Tue Mar 19 16:33:30 UTC 2013 TB --- 2013-03-19 16:33:30 - cd /src/sys/mips/conf TB --- 2013-03-19 16:33:30 - /usr/sbin/config -m BERI_DE4_MDROOT TB --- 2013-03-19 16:33:30 - skipping BERI_DE4_MDROOT kernel TB --- 2013-03-19 16:33:30 - cd /src/sys/mips/conf TB --- 2013-03-19 16:33:30 - /usr/sbin/config -m BERI_DE4_SDROOT TB --- 2013-03-19 16:33:30 - skipping BERI_DE4_SDROOT kernel TB --- 2013-03-19 16:33:30 - cd /src/sys/mips/conf TB --- 2013-03-19 16:33:30 - /usr/sbin/config -m BERI_SIM_MDROOT TB --- 2013-03-19 16:33:30 - skipping BERI_SIM_MDROOT kernel TB --- 2013-03-19 16:33:30 - cd /src/sys/mips/conf TB --- 2013-03-19 16:33:30 - /usr/sbin/config -m BERI_TEMPLATE TB --- 2013-03-19 16:33:30 - skipping BERI_TEMPLATE kernel TB --- 2013-03-19 16:33:30 - cd /src/sys/mips/conf TB --- 2013-03-19 16:33:30 - /usr/sbin/config -m DIR-825 TB --- 2013-03-19 16:33:30 - building DIR-825 kernel TB --- 2013-03-19 16:33:30 - CROSS_BUILD_TESTING=YES TB --- 2013-03-19 16:33:30 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-19 16:33:30 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-19 16:33:30 - SRCCONF=/dev/null TB --- 2013-03-19 16:33:30 - TARGET=mips TB --- 2013-03-19 16:33:30 - TARGET_ARCH=mips TB --- 2013-03-19 16:33:30 - TZ=UTC TB --- 2013-03-19 16:33:30 - __MAKE_CONF=/dev/null TB --- 2013-03-19 16:33:30 - cd /src TB --- 2013-03-19 16:33:30 - /usr/bin/make -B buildkernel KERNCONF=DIR-825 >>> Kernel build for DIR-825 started on Tue Mar 19 16:33:30 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 >>> Kernel build for DIR-825 completed on Tue Mar 19 16:37:06 UTC 2013 TB --- 2013-03-19 16:37:06 - cd /src/sys/mips/conf TB --- 2013-03-19 16:37:06 - /usr/sbin/config -m GXEMUL TB --- 2013-03-19 16:37:06 - skipping GXEMUL kernel TB --- 2013-03-19 16:37:06 - cd /src/sys/mips/conf TB --- 2013-03-19 16:37:06 - /usr/sbin/config -m IDT TB --- 2013-03-19 16:37:06 - skipping IDT kernel TB --- 2013-03-19 16:37:06 - cd /src/sys/mips/conf TB --- 2013-03-19 16:37:06 - /usr/sbin/config -m MALTA TB --- 2013-03-19 16:37:06 - skipping MALTA kernel TB --- 2013-03-19 16:37:06 - cd /src/sys/mips/conf TB --- 2013-03-19 16:37:06 - /usr/sbin/config -m MALTA64 TB --- 2013-03-19 16:37:06 - skipping MALTA64 kernel TB --- 2013-03-19 16:37:06 - cd /src/sys/mips/conf TB --- 2013-03-19 16:37:06 - /usr/sbin/config -m OCTEON1 TB --- 2013-03-19 16:37:06 - skipping OCTEON1 kernel TB --- 2013-03-19 16:37:06 - cd /src/sys/mips/conf TB --- 2013-03-19 16:37:06 - /usr/sbin/config -m PB47 TB --- 2013-03-19 16:37:06 - building PB47 kernel TB --- 2013-03-19 16:37:06 - CROSS_BUILD_TESTING=YES TB --- 2013-03-19 16:37:06 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-19 16:37:06 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-19 16:37:06 - SRCCONF=/dev/null TB --- 2013-03-19 16:37:06 - TARGET=mips TB --- 2013-03-19 16:37:06 - TARGET_ARCH=mips TB --- 2013-03-19 16:37:06 - TZ=UTC TB --- 2013-03-19 16:37:06 - __MAKE_CONF=/dev/null TB --- 2013-03-19 16:37:06 - cd /src TB --- 2013-03-19 16:37:06 - /usr/bin/make -B buildkernel KERNCONF=PB47 >>> Kernel build for PB47 started on Tue Mar 19 16:37:06 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 >>> Kernel build for PB47 completed on Tue Mar 19 16:42:08 UTC 2013 TB --- 2013-03-19 16:42:08 - cd /src/sys/mips/conf TB --- 2013-03-19 16:42:08 - /usr/sbin/config -m PB92 TB --- 2013-03-19 16:42:08 - building PB92 kernel TB --- 2013-03-19 16:42:08 - CROSS_BUILD_TESTING=YES TB --- 2013-03-19 16:42:08 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-19 16:42:08 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-19 16:42:08 - SRCCONF=/dev/null TB --- 2013-03-19 16:42:08 - TARGET=mips TB --- 2013-03-19 16:42:08 - TARGET_ARCH=mips TB --- 2013-03-19 16:42:08 - TZ=UTC TB --- 2013-03-19 16:42:08 - __MAKE_CONF=/dev/null TB --- 2013-03-19 16:42:08 - cd /src TB --- 2013-03-19 16:42:08 - /usr/bin/make -B buildkernel KERNCONF=PB92 >>> Kernel build for PB92 started on Tue Mar 19 16:42:08 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 >>> Kernel build for PB92 completed on Tue Mar 19 16:45:35 UTC 2013 TB --- 2013-03-19 16:45:35 - cd /src/sys/mips/conf TB --- 2013-03-19 16:45:35 - /usr/sbin/config -m QEMU TB --- 2013-03-19 16:45:35 - skipping QEMU kernel TB --- 2013-03-19 16:45:35 - cd /src/sys/mips/conf TB --- 2013-03-19 16:45:35 - /usr/sbin/config -m ROUTERSTATION TB --- 2013-03-19 16:45:35 - building ROUTERSTATION kernel TB --- 2013-03-19 16:45:35 - CROSS_BUILD_TESTING=YES TB --- 2013-03-19 16:45:35 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-19 16:45:35 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-19 16:45:35 - SRCCONF=/dev/null TB --- 2013-03-19 16:45:35 - TARGET=mips TB --- 2013-03-19 16:45:35 - TARGET_ARCH=mips TB --- 2013-03-19 16:45:35 - TZ=UTC TB --- 2013-03-19 16:45:35 - __MAKE_CONF=/dev/null TB --- 2013-03-19 16:45:35 - cd /src TB --- 2013-03-19 16:45:35 - /usr/bin/make -B buildkernel KERNCONF=ROUTERSTATION >>> Kernel build for ROUTERSTATION started on Tue Mar 19 16:45:35 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 >>> Kernel build for ROUTERSTATION completed on Tue Mar 19 16:50:03 UTC 2013 TB --- 2013-03-19 16:50:03 - cd /src/sys/mips/conf TB --- 2013-03-19 16:50:03 - /usr/sbin/config -m ROUTERSTATION_MFS TB --- 2013-03-19 16:50:03 - building ROUTERSTATION_MFS kernel TB --- 2013-03-19 16:50:03 - CROSS_BUILD_TESTING=YES TB --- 2013-03-19 16:50:03 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-19 16:50:03 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-19 16:50:03 - SRCCONF=/dev/null TB --- 2013-03-19 16:50:03 - TARGET=mips TB --- 2013-03-19 16:50:03 - TARGET_ARCH=mips TB --- 2013-03-19 16:50:03 - TZ=UTC TB --- 2013-03-19 16:50:03 - __MAKE_CONF=/dev/null TB --- 2013-03-19 16:50:03 - cd /src TB --- 2013-03-19 16:50:03 - /usr/bin/make -B buildkernel KERNCONF=ROUTERSTATION_MFS >>> Kernel build for ROUTERSTATION_MFS started on Tue Mar 19 16:50:03 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 >>> Kernel build for ROUTERSTATION_MFS completed on Tue Mar 19 16:54:29 UTC 2013 TB --- 2013-03-19 16:54:29 - cd /src/sys/mips/conf TB --- 2013-03-19 16:54:29 - /usr/sbin/config -m RSPRO TB --- 2013-03-19 16:54:29 - building RSPRO kernel TB --- 2013-03-19 16:54:29 - CROSS_BUILD_TESTING=YES TB --- 2013-03-19 16:54:29 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-19 16:54:29 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-19 16:54:29 - SRCCONF=/dev/null TB --- 2013-03-19 16:54:29 - TARGET=mips TB --- 2013-03-19 16:54:29 - TARGET_ARCH=mips TB --- 2013-03-19 16:54:29 - TZ=UTC TB --- 2013-03-19 16:54:29 - __MAKE_CONF=/dev/null TB --- 2013-03-19 16:54:29 - cd /src TB --- 2013-03-19 16:54:29 - /usr/bin/make -B buildkernel KERNCONF=RSPRO >>> Kernel build for RSPRO started on Tue Mar 19 16:54:29 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 >>> Kernel build for RSPRO completed on Tue Mar 19 16:58:59 UTC 2013 TB --- 2013-03-19 16:58:59 - cd /src/sys/mips/conf TB --- 2013-03-19 16:58:59 - /usr/sbin/config -m RSPRO_MFS TB --- 2013-03-19 16:58:59 - building RSPRO_MFS kernel TB --- 2013-03-19 16:58:59 - CROSS_BUILD_TESTING=YES TB --- 2013-03-19 16:58:59 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-19 16:58:59 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-19 16:58:59 - SRCCONF=/dev/null TB --- 2013-03-19 16:58:59 - TARGET=mips TB --- 2013-03-19 16:58:59 - TARGET_ARCH=mips TB --- 2013-03-19 16:58:59 - TZ=UTC TB --- 2013-03-19 16:58:59 - __MAKE_CONF=/dev/null TB --- 2013-03-19 16:58:59 - cd /src TB --- 2013-03-19 16:58:59 - /usr/bin/make -B buildkernel KERNCONF=RSPRO_MFS >>> Kernel build for RSPRO_MFS started on Tue Mar 19 16:58:59 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 >>> Kernel build for RSPRO_MFS completed on Tue Mar 19 17:03:53 UTC 2013 TB --- 2013-03-19 17:03:53 - cd /src/sys/mips/conf TB --- 2013-03-19 17:03:53 - /usr/sbin/config -m RSPRO_STANDALONE TB --- 2013-03-19 17:03:53 - building RSPRO_STANDALONE kernel TB --- 2013-03-19 17:03:53 - CROSS_BUILD_TESTING=YES TB --- 2013-03-19 17:03:53 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-19 17:03:53 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-19 17:03:53 - SRCCONF=/dev/null TB --- 2013-03-19 17:03:53 - TARGET=mips TB --- 2013-03-19 17:03:53 - TARGET_ARCH=mips TB --- 2013-03-19 17:03:53 - TZ=UTC TB --- 2013-03-19 17:03:53 - __MAKE_CONF=/dev/null TB --- 2013-03-19 17:03:53 - cd /src TB --- 2013-03-19 17:03:53 - /usr/bin/make -B buildkernel KERNCONF=RSPRO_STANDALONE >>> Kernel build for RSPRO_STANDALONE started on Tue Mar 19 17:03:53 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 >>> Kernel build for RSPRO_STANDALONE completed on Tue Mar 19 17:08:31 UTC 2013 TB --- 2013-03-19 17:08:31 - cd /src/sys/mips/conf TB --- 2013-03-19 17:08:31 - /usr/sbin/config -m RT305X TB --- 2013-03-19 17:08:31 - skipping RT305X kernel TB --- 2013-03-19 17:08:31 - cd /src/sys/mips/conf TB --- 2013-03-19 17:08:31 - /usr/sbin/config -m SENTRY5 TB --- 2013-03-19 17:08:31 - skipping SENTRY5 kernel TB --- 2013-03-19 17:08:31 - cd /src/sys/mips/conf TB --- 2013-03-19 17:08:31 - /usr/sbin/config -m SWARM TB --- 2013-03-19 17:08:31 - building SWARM kernel TB --- 2013-03-19 17:08:31 - CROSS_BUILD_TESTING=YES TB --- 2013-03-19 17:08:31 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-19 17:08:31 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-19 17:08:31 - SRCCONF=/dev/null TB --- 2013-03-19 17:08:31 - TARGET=mips TB --- 2013-03-19 17:08:31 - TARGET_ARCH=mips TB --- 2013-03-19 17:08:31 - TZ=UTC TB --- 2013-03-19 17:08:31 - __MAKE_CONF=/dev/null TB --- 2013-03-19 17:08:31 - cd /src TB --- 2013-03-19 17:08:31 - /usr/bin/make -B buildkernel KERNCONF=SWARM >>> Kernel build for SWARM started on Tue Mar 19 17:08:31 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 >>> Kernel build for SWARM completed on Tue Mar 19 17:11:09 UTC 2013 TB --- 2013-03-19 17:11:09 - cd /src/sys/mips/conf TB --- 2013-03-19 17:11:09 - /usr/sbin/config -m SWARM64 TB --- 2013-03-19 17:11:09 - skipping SWARM64 kernel TB --- 2013-03-19 17:11:09 - cd /src/sys/mips/conf TB --- 2013-03-19 17:11:09 - /usr/sbin/config -m SWARM64_SMP TB --- 2013-03-19 17:11:09 - skipping SWARM64_SMP kernel TB --- 2013-03-19 17:11:09 - cd /src/sys/mips/conf TB --- 2013-03-19 17:11:09 - /usr/sbin/config -m SWARM_SMP TB --- 2013-03-19 17:11:09 - building SWARM_SMP kernel TB --- 2013-03-19 17:11:09 - CROSS_BUILD_TESTING=YES TB --- 2013-03-19 17:11:09 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-19 17:11:09 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-19 17:11:09 - SRCCONF=/dev/null TB --- 2013-03-19 17:11:09 - TARGET=mips TB --- 2013-03-19 17:11:09 - TARGET_ARCH=mips TB --- 2013-03-19 17:11:09 - TZ=UTC TB --- 2013-03-19 17:11:09 - __MAKE_CONF=/dev/null TB --- 2013-03-19 17:11:09 - cd /src TB --- 2013-03-19 17:11:09 - /usr/bin/make -B buildkernel KERNCONF=SWARM_SMP >>> Kernel build for SWARM_SMP started on Tue Mar 19 17:11:09 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 >>> Kernel build for SWARM_SMP completed on Tue Mar 19 17:14:01 UTC 2013 TB --- 2013-03-19 17:14:01 - cd /src/sys/mips/conf TB --- 2013-03-19 17:14:01 - /usr/sbin/config -m TP-WN1043ND TB --- 2013-03-19 17:14:01 - building TP-WN1043ND kernel TB --- 2013-03-19 17:14:01 - CROSS_BUILD_TESTING=YES TB --- 2013-03-19 17:14:01 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-19 17:14:01 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-19 17:14:01 - SRCCONF=/dev/null TB --- 2013-03-19 17:14:01 - TARGET=mips TB --- 2013-03-19 17:14:01 - TARGET_ARCH=mips TB --- 2013-03-19 17:14:01 - TZ=UTC TB --- 2013-03-19 17:14:01 - __MAKE_CONF=/dev/null TB --- 2013-03-19 17:14:01 - cd /src TB --- 2013-03-19 17:14:01 - /usr/bin/make -B buildkernel KERNCONF=TP-WN1043ND >>> Kernel build for TP-WN1043ND started on Tue Mar 19 17:14:01 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 >>> Kernel build for TP-WN1043ND completed on Tue Mar 19 17:18:40 UTC 2013 TB --- 2013-03-19 17:18:40 - cd /src/sys/mips/conf TB --- 2013-03-19 17:18:40 - /usr/sbin/config -m XLP TB --- 2013-03-19 17:18:40 - building XLP kernel TB --- 2013-03-19 17:18:40 - CROSS_BUILD_TESTING=YES TB --- 2013-03-19 17:18:40 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-19 17:18:40 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-19 17:18:40 - SRCCONF=/dev/null TB --- 2013-03-19 17:18:40 - TARGET=mips TB --- 2013-03-19 17:18:40 - TARGET_ARCH=mips TB --- 2013-03-19 17:18:40 - TZ=UTC TB --- 2013-03-19 17:18:40 - __MAKE_CONF=/dev/null TB --- 2013-03-19 17:18:40 - cd /src TB --- 2013-03-19 17:18:40 - /usr/bin/make -B buildkernel KERNCONF=XLP >>> Kernel build for XLP started on Tue Mar 19 17:18:40 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 [...] cc -c -O -pipe -std=c99 -g -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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=10000 --param large-function-growth=100000 --param max-inline-insns-single=10000 -fno-pic -mno-abicalls -G0 -DKERNLOADADDR=0x80100000 -march=mips32 -msoft-float -ffreestanding -Werror /src/sys/dev/e1000/e1000_phy.c -I/src/sys/dev/e1000 cc -c -O -pipe -std=c99 -g -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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=10000 --param large-function-growth=100000 --param max-inline-insns-single=10000 -fno-pic -mno-abicalls -G0 -DKERNLOADADDR=0x80100000 -march=mips32 -msoft-float -ffreestanding -Werror /src/sys/dev/e1000/e1000_vf.c -I/src/sys/dev/e1000 cc -c -O -pipe -std=c99 -g -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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=10000 --param large-function-growth=100000 --param max-inline-insns-single=10000 -fno-pic -mno-abicalls -G0 -DKERNLOADADDR=0x80100000 -march=mips32 -msoft-float -ffreestanding -Werror /src/sys/dev/e1000/e1000_mbx.c -I/src/sys/dev/e1000 cc -c -O -pipe -std=c99 -g -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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=10000 --param large-function-growth=100000 --param max-inline-insns-single=10000 -fno-pic -mno-abicalls -G0 -DKERNLOADADDR=0x80100000 -march=mips32 -msoft-float -ffreestanding -Werror /src/sys/dev/e1000/e1000_osdep.c -I/src/sys/dev/e1000 cc -c -O -pipe -std=c99 -g -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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=10000 --param large-function-growth=100000 --param max-inline-insns-single=10000 -fno-pic -mno-abicalls -G0 -DKERNLOADADDR=0x80100000 -march=mips32 -msoft-float -ffreestanding -Werror /src/sys/dev/fdt/fdt_common.c cc1: warnings being treated as errors /src/sys/dev/fdt/fdt_common.c: In function 'fdt_reg_to_rl': /src/sys/dev/fdt/fdt_common.c:451: warning: passing argument 4 of 'fdt_data_to_res' from incompatible pointer type *** [fdt_common.o] Error code 1 Stop in /obj/mips.mips/src/sys/XLP. *** [buildkernel] Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2013-03-19 17:19:21 - WARNING: /usr/bin/make returned exit code 1 TB --- 2013-03-19 17:19:21 - ERROR: failed to build XLP kernel TB --- 2013-03-19 17:19:21 - 6349.12 user 1191.66 system 8475.98 real http://tinderbox.freebsd.org/tinderbox-head-ss-build-HEAD-mips-mips.full From owner-freebsd-mips@FreeBSD.ORG Thu Mar 21 14:29:41 2013 Return-Path: Delivered-To: mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4A2368FE; Thu, 21 Mar 2013 14:29:41 +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 16007E06; Thu, 21 Mar 2013 14:29:40 +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 r2LETe8B059234; Thu, 21 Mar 2013 10:29:40 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id r2LETdZk059217; Thu, 21 Mar 2013 14:29:39 GMT (envelope-from tinderbox@freebsd.org) Date: Thu, 21 Mar 2013 14:29:39 GMT Message-Id: <201303211429.r2LETdZk059217@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 mips/mips Precedence: bulk X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.14 List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Mar 2013 14:29:41 -0000 TB --- 2013-03-21 13:48:42 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-03-21 13:48:42 - 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-03-21 13:48:42 - starting HEAD tinderbox run for mips/mips TB --- 2013-03-21 13:48:42 - cleaning the object tree TB --- 2013-03-21 13:48:42 - /usr/local/bin/svn stat /src TB --- 2013-03-21 13:48:59 - At svn revision 248579 TB --- 2013-03-21 13:49:00 - building world TB --- 2013-03-21 13:49:00 - CROSS_BUILD_TESTING=YES TB --- 2013-03-21 13:49:00 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-21 13:49:00 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-21 13:49:00 - SRCCONF=/dev/null TB --- 2013-03-21 13:49:00 - TARGET=mips TB --- 2013-03-21 13:49:00 - TARGET_ARCH=mips TB --- 2013-03-21 13:49:00 - TZ=UTC TB --- 2013-03-21 13:49:00 - __MAKE_CONF=/dev/null TB --- 2013-03-21 13:49:00 - cd /src TB --- 2013-03-21 13:49:00 - /usr/bin/make -B buildworld >>> Building an up-to-date make(1) >>> World build started on Thu Mar 21 13:49:05 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 [...] cc -O -pipe -G0 -I/src/cddl/usr.bin/sgsmsg/../../../sys/cddl/compat/opensolaris -I/src/cddl/usr.bin/sgsmsg/../../../cddl/compat/opensolaris/include -I/src/cddl/usr.bin/sgsmsg/../../../cddl/contrib/opensolaris/cmd/sgs/include -I/src/cddl/usr.bin/sgsmsg/../../../sys/cddl/contrib/opensolaris/uts/common -DNEED_SOLARIS_BOOLEAN -std=gnu89 -Wno-pointer-sign -Wno-unknown-pragmas -o sgsmsg avl.o sgsmsg.o string_table.o findprime.o ===> cddl/usr.bin/zinject (all) cc -O -pipe -G0 -I/src/cddl/usr.bin/zinject/../../../sys/cddl/compat/opensolaris -I/src/cddl/usr.bin/zinject/../../compat/opensolaris/include -I/src/cddl/usr.bin/zinject/../../compat/opensolaris/lib/libumem -I/src/cddl/usr.bin/zinject/../../contrib/opensolaris/lib/libzfs/common -I/src/cddl/usr.bin/zinject/../../contrib/opensolaris/lib/libzpool/common -I/src/cddl/usr.bin/zinject/../../contrib/opensolaris/lib/libnvpair -I/src/cddl/usr.bin/zinject/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/cddl/usr.bin/zinject/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/src/cddl/usr.bin/zinject/../../../sys/cddl/contrib/opensolaris/uts/common -I/src/cddl/usr.bin/zinject/../../contrib/opensolaris/head -I/src/cddl/usr.bin/zinject/../../lib/libumem -DNEED_SOLARIS_BOOLEAN -std=gnu89 -Wno-pointer-sign -Wno-unknown-pragmas -c /src/cddl/usr.bin/zinject/../../contrib/opensolaris/cmd/zinject/zinject.c cc -O -pipe -G0 -I/src/cddl/usr.bin/zinject/../../../sys/cddl/compat/opensolaris -I/src/cddl/usr.bin/zinject/../../compat/opensolaris/include -I/src/cddl/usr.bin/zinject/../../compat/opensolaris/lib/libumem -I/src/cddl/usr.bin/zinject/../../contrib/opensolaris/lib/libzfs/common -I/src/cddl/usr.bin/zinject/../../contrib/opensolaris/lib/libzpool/common -I/src/cddl/usr.bin/zinject/../../contrib/opensolaris/lib/libnvpair -I/src/cddl/usr.bin/zinject/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/cddl/usr.bin/zinject/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/src/cddl/usr.bin/zinject/../../../sys/cddl/contrib/opensolaris/uts/common -I/src/cddl/usr.bin/zinject/../../contrib/opensolaris/head -I/src/cddl/usr.bin/zinject/../../lib/libumem -DNEED_SOLARIS_BOOLEAN -std=gnu89 -Wno-pointer-sign -Wno-unknown-pragmas -c /src/cddl/usr.bin/zinject/../../contrib/opensolaris/cmd/zinject/translate.c /src/cddl/usr.bin/zinject/../../contrib/opensolaris/cmd/zinject/translate.c: In function 'translate_record': /src/cddl/usr.bin/zinject/../../contrib/opensolaris/cmd/zinject/translate.c:383: warning: passing argument 4 of 'calculate_range' discards qualifiers from pointer target type cc -O -pipe -G0 -I/src/cddl/usr.bin/zinject/../../../sys/cddl/compat/opensolaris -I/src/cddl/usr.bin/zinject/../../compat/opensolaris/include -I/src/cddl/usr.bin/zinject/../../compat/opensolaris/lib/libumem -I/src/cddl/usr.bin/zinject/../../contrib/opensolaris/lib/libzfs/common -I/src/cddl/usr.bin/zinject/../../contrib/opensolaris/lib/libzpool/common -I/src/cddl/usr.bin/zinject/../../contrib/opensolaris/lib/libnvpair -I/src/cddl/usr.bin/zinject/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/cddl/usr.bin/zinject/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/src/cddl/usr.bin/zinject/../../../sys/cddl/contrib/opensolaris/uts/common -I/src/cddl/usr.bin/zinject/../../contrib/opensolaris/head -I/src/cddl/usr.bin/zinject/../../lib/libumem -DNEED_SOLARIS_BOOLEAN -std=gnu89 -Wno-pointer-sign -Wno-unknown-pragmas -o zinject zinject.o translate.o -lgeom -lm -lnvpair -lumem -luutil -lzfs_core -lzfs -lzpool /obj/mips.mips/src/tmp/usr/lib/libzpool.so: undefined reference to `atomic_subtract_64' *** [zinject] Error code 1 Stop in /src/cddl/usr.bin/zinject. *** [all] Error code 1 Stop in /src/cddl/usr.bin. *** [all] Error code 1 Stop in /src/cddl. *** [cddl.all__D] Error code 1 Stop in /src. *** [everything] Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2013-03-21 14:29:39 - WARNING: /usr/bin/make returned exit code 1 TB --- 2013-03-21 14:29:39 - ERROR: failed to build world TB --- 2013-03-21 14:29:39 - 1696.64 user 507.62 system 2457.02 real http://tinderbox.freebsd.org/tinderbox-head-ss-build-HEAD-mips-mips.full From owner-freebsd-mips@FreeBSD.ORG Thu Mar 21 21:27:16 2013 Return-Path: Delivered-To: mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4CE7DFA8; Thu, 21 Mar 2013 21:27: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 16F8FB79; Thu, 21 Mar 2013 21:27:15 +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 r2LLRFYA030111; Thu, 21 Mar 2013 17:27:15 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id r2LLRFQj030103; Thu, 21 Mar 2013 21:27:15 GMT (envelope-from tinderbox@freebsd.org) Date: Thu, 21 Mar 2013 21:27:15 GMT Message-Id: <201303212127.r2LLRFQj030103@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 mips/mips Precedence: bulk X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.14 List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Mar 2013 21:27:16 -0000 TB --- 2013-03-21 20:44:50 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-03-21 20:44:50 - 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-03-21 20:44:50 - starting HEAD tinderbox run for mips/mips TB --- 2013-03-21 20:44:50 - cleaning the object tree TB --- 2013-03-21 20:45:24 - /usr/local/bin/svn stat /src TB --- 2013-03-21 20:45:27 - At svn revision 248589 TB --- 2013-03-21 20:45:28 - building world TB --- 2013-03-21 20:45:28 - CROSS_BUILD_TESTING=YES TB --- 2013-03-21 20:45:28 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-21 20:45:28 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-21 20:45:28 - SRCCONF=/dev/null TB --- 2013-03-21 20:45:28 - TARGET=mips TB --- 2013-03-21 20:45:28 - TARGET_ARCH=mips TB --- 2013-03-21 20:45:28 - TZ=UTC TB --- 2013-03-21 20:45:28 - __MAKE_CONF=/dev/null TB --- 2013-03-21 20:45:28 - cd /src TB --- 2013-03-21 20:45:28 - /usr/bin/make -B buildworld >>> Building an up-to-date make(1) >>> World build started on Thu Mar 21 20:45:32 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 [...] cc -O -pipe -G0 -I/src/cddl/usr.bin/sgsmsg/../../../sys/cddl/compat/opensolaris -I/src/cddl/usr.bin/sgsmsg/../../../cddl/compat/opensolaris/include -I/src/cddl/usr.bin/sgsmsg/../../../cddl/contrib/opensolaris/cmd/sgs/include -I/src/cddl/usr.bin/sgsmsg/../../../sys/cddl/contrib/opensolaris/uts/common -DNEED_SOLARIS_BOOLEAN -std=gnu89 -Wno-pointer-sign -Wno-unknown-pragmas -o sgsmsg avl.o sgsmsg.o string_table.o findprime.o ===> cddl/usr.bin/zinject (all) cc -O -pipe -G0 -I/src/cddl/usr.bin/zinject/../../../sys/cddl/compat/opensolaris -I/src/cddl/usr.bin/zinject/../../compat/opensolaris/include -I/src/cddl/usr.bin/zinject/../../compat/opensolaris/lib/libumem -I/src/cddl/usr.bin/zinject/../../contrib/opensolaris/lib/libzfs/common -I/src/cddl/usr.bin/zinject/../../contrib/opensolaris/lib/libzpool/common -I/src/cddl/usr.bin/zinject/../../contrib/opensolaris/lib/libnvpair -I/src/cddl/usr.bin/zinject/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/cddl/usr.bin/zinject/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/src/cddl/usr.bin/zinject/../../../sys/cddl/contrib/opensolaris/uts/common -I/src/cddl/usr.bin/zinject/../../contrib/opensolaris/head -I/src/cddl/usr.bin/zinject/../../lib/libumem -DNEED_SOLARIS_BOOLEAN -std=gnu89 -Wno-pointer-sign -Wno-unknown-pragmas -c /src/cddl/usr.bin/zinject/../../contrib/opensolaris/cmd/zinject/zinject.c cc -O -pipe -G0 -I/src/cddl/usr.bin/zinject/../../../sys/cddl/compat/opensolaris -I/src/cddl/usr.bin/zinject/../../compat/opensolaris/include -I/src/cddl/usr.bin/zinject/../../compat/opensolaris/lib/libumem -I/src/cddl/usr.bin/zinject/../../contrib/opensolaris/lib/libzfs/common -I/src/cddl/usr.bin/zinject/../../contrib/opensolaris/lib/libzpool/common -I/src/cddl/usr.bin/zinject/../../contrib/opensolaris/lib/libnvpair -I/src/cddl/usr.bin/zinject/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/cddl/usr.bin/zinject/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/src/cddl/usr.bin/zinject/../../../sys/cddl/contrib/opensolaris/uts/common -I/src/cddl/usr.bin/zinject/../../contrib/opensolaris/head -I/src/cddl/usr.bin/zinject/../../lib/libumem -DNEED_SOLARIS_BOOLEAN -std=gnu89 -Wno-pointer-sign -Wno-unknown-pragmas -c /src/cddl/usr.bin/zinject/../../contrib/opensolaris/cmd/zinject/translate.c /src/cddl/usr.bin/zinject/../../contrib/opensolaris/cmd/zinject/translate.c: In function 'translate_record': /src/cddl/usr.bin/zinject/../../contrib/opensolaris/cmd/zinject/translate.c:383: warning: passing argument 4 of 'calculate_range' discards qualifiers from pointer target type cc -O -pipe -G0 -I/src/cddl/usr.bin/zinject/../../../sys/cddl/compat/opensolaris -I/src/cddl/usr.bin/zinject/../../compat/opensolaris/include -I/src/cddl/usr.bin/zinject/../../compat/opensolaris/lib/libumem -I/src/cddl/usr.bin/zinject/../../contrib/opensolaris/lib/libzfs/common -I/src/cddl/usr.bin/zinject/../../contrib/opensolaris/lib/libzpool/common -I/src/cddl/usr.bin/zinject/../../contrib/opensolaris/lib/libnvpair -I/src/cddl/usr.bin/zinject/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/cddl/usr.bin/zinject/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/src/cddl/usr.bin/zinject/../../../sys/cddl/contrib/opensolaris/uts/common -I/src/cddl/usr.bin/zinject/../../contrib/opensolaris/head -I/src/cddl/usr.bin/zinject/../../lib/libumem -DNEED_SOLARIS_BOOLEAN -std=gnu89 -Wno-pointer-sign -Wno-unknown-pragmas -o zinject zinject.o translate.o -lgeom -lm -lnvpair -lumem -luutil -lzfs_core -lzfs -lzpool /obj/mips.mips/src/tmp/usr/lib/libzpool.so: undefined reference to `atomic_subtract_64' *** [zinject] Error code 1 Stop in /src/cddl/usr.bin/zinject. *** [all] Error code 1 Stop in /src/cddl/usr.bin. *** [all] Error code 1 Stop in /src/cddl. *** [cddl.all__D] Error code 1 Stop in /src. *** [everything] Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2013-03-21 21:27:14 - WARNING: /usr/bin/make returned exit code 1 TB --- 2013-03-21 21:27:14 - ERROR: failed to build world TB --- 2013-03-21 21:27:14 - 1698.02 user 514.73 system 2544.49 real http://tinderbox.freebsd.org/tinderbox-head-ss-build-HEAD-mips-mips.full From owner-freebsd-mips@FreeBSD.ORG Fri Mar 22 05:52:03 2013 Return-Path: Delivered-To: mips@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7DB71271; Fri, 22 Mar 2013 05:52:03 +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 548542D8; Fri, 22 Mar 2013 05:52:03 +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 r2M5q2jP054025; Fri, 22 Mar 2013 01:52:02 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id r2M5q2pd054018; Fri, 22 Mar 2013 05:52:02 GMT (envelope-from tinderbox@freebsd.org) Date: Fri, 22 Mar 2013 05:52:02 GMT Message-Id: <201303220552.r2M5q2pd054018@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 mips/mips Precedence: bulk X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.14 List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Mar 2013 05:52:03 -0000 TB --- 2013-03-22 04:49:32 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-03-22 04:49:32 - 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-03-22 04:49:32 - starting HEAD tinderbox run for mips/mips TB --- 2013-03-22 04:49:32 - cleaning the object tree TB --- 2013-03-22 04:50:02 - /usr/local/bin/svn stat /src TB --- 2013-03-22 04:50:05 - At svn revision 248608 TB --- 2013-03-22 04:50:06 - building world TB --- 2013-03-22 04:50:06 - CROSS_BUILD_TESTING=YES TB --- 2013-03-22 04:50:06 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-22 04:50:06 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-22 04:50:06 - SRCCONF=/dev/null TB --- 2013-03-22 04:50:06 - TARGET=mips TB --- 2013-03-22 04:50:06 - TARGET_ARCH=mips TB --- 2013-03-22 04:50:06 - TZ=UTC TB --- 2013-03-22 04:50:06 - __MAKE_CONF=/dev/null TB --- 2013-03-22 04:50:06 - cd /src TB --- 2013-03-22 04:50:06 - /usr/bin/make -B buildworld >>> Building an up-to-date make(1) >>> World build started on Fri Mar 22 04:50:11 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 Mar 22 05:50:12 UTC 2013 TB --- 2013-03-22 05:50:12 - cd /src/sys/mips/conf TB --- 2013-03-22 05:50:12 - /usr/sbin/config -m ADM5120 TB --- 2013-03-22 05:50:12 - skipping ADM5120 kernel TB --- 2013-03-22 05:50:12 - cd /src/sys/mips/conf TB --- 2013-03-22 05:50:12 - /usr/sbin/config -m ALCHEMY TB --- 2013-03-22 05:50:12 - skipping ALCHEMY kernel TB --- 2013-03-22 05:50:12 - cd /src/sys/mips/conf TB --- 2013-03-22 05:50:12 - /usr/sbin/config -m AP91 TB --- 2013-03-22 05:50:12 - building AP91 kernel TB --- 2013-03-22 05:50:12 - CROSS_BUILD_TESTING=YES TB --- 2013-03-22 05:50:12 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-22 05:50:12 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-22 05:50:12 - SRCCONF=/dev/null TB --- 2013-03-22 05:50:12 - TARGET=mips TB --- 2013-03-22 05:50:12 - TARGET_ARCH=mips TB --- 2013-03-22 05:50:12 - TZ=UTC TB --- 2013-03-22 05:50:12 - __MAKE_CONF=/dev/null TB --- 2013-03-22 05:50:12 - cd /src TB --- 2013-03-22 05:50:12 - /usr/bin/make -B buildkernel KERNCONF=AP91 >>> Kernel build for AP91 started on Fri Mar 22 05:50:12 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 [...] cc -c -O -pipe -std=c99 -g -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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=768 --param inline-unit-growth=10000 --param large-function-growth=100000 --param max-inline-insns-single=10000 -fno-pic -mno-abicalls -G0 -DKERNLOADADDR=0x80050000 -march=mips32 -msoft-float -ffreestanding -Werror /src/sys/kern/vfs_lookup.c cc -c -O -pipe -std=c99 -g -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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=768 --param inline-unit-growth=10000 --param large-function-growth=100000 --param max-inline-insns-single=10000 -fno-pic -mno-abicalls -G0 -DKERNLOADADDR=0x80050000 -march=mips32 -msoft-float -ffreestanding -Werror /src/sys/kern/vfs_mount.c cc -c -O -pipe -std=c99 -g -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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=768 --param inline-unit-growth=10000 --param large-function-growth=100000 --param max-inline-insns-single=10000 -fno-pic -mno-abicalls -G0 -DKERNLOADADDR=0x80050000 -march=mips32 -msoft-float -ffreestanding -Werror /src/sys/kern/vfs_mountroot.c cc -c -O -pipe -std=c99 -g -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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=768 --param inline-unit-growth=10000 --param large-function-growth=100000 --param max-inline-insns-single=10000 -fno-pic -mno-abicalls -G0 -DKERNLOADADDR=0x80050000 -march=mips32 -msoft-float -ffreestanding -Werror /src/sys/kern/vfs_subr.c cc -c -O -pipe -std=c99 -g -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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=768 --param inline-unit-growth=10000 --param large-function-growth=100000 --param max-inline-insns-single=10000 -fno-pic -mno-abicalls -G0 -DKERNLOADADDR=0x80050000 -march=mips32 -msoft-float -ffreestanding -Werror /src/sys/kern/vfs_syscalls.c cc1: warnings being treated as errors /src/sys/kern/vfs_syscalls.c: In function 'sys_chflagsat': /src/sys/kern/vfs_syscalls.c:2692: warning: initialization discards qualifiers from pointer target type *** [vfs_syscalls.o] Error code 1 Stop in /obj/mips.mips/src/sys/AP91. *** [buildkernel] Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2013-03-22 05:52:02 - WARNING: /usr/bin/make returned exit code 1 TB --- 2013-03-22 05:52:02 - ERROR: failed to build AP91 kernel TB --- 2013-03-22 05:52:02 - 2741.23 user 660.31 system 3750.07 real http://tinderbox.freebsd.org/tinderbox-head-ss-build-HEAD-mips-mips.full From owner-freebsd-mips@FreeBSD.ORG Sat Mar 23 03:14:26 2013 Return-Path: Delivered-To: mips@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 03294198; Sat, 23 Mar 2013 03:14:26 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-stable.sentex.ca (freebsd-stable.sentex.ca [IPv6:2607:f3e0:0:3::6502:9b]) by mx1.freebsd.org (Postfix) with ESMTP id B5A40BFF; Sat, 23 Mar 2013 03:14:25 +0000 (UTC) Received: from freebsd-stable.sentex.ca (localhost [127.0.0.1]) by freebsd-stable.sentex.ca (8.14.5/8.14.5) with ESMTP id r2N3EPbD098315; Sat, 23 Mar 2013 03:14:25 GMT (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-stable.sentex.ca (8.14.5/8.14.5/Submit) id r2N3EPB0098296; Sat, 23 Mar 2013 03:14:25 GMT (envelope-from tinderbox@freebsd.org) Date: Sat, 23 Mar 2013 03:14:25 GMT Message-Id: <201303230314.r2N3EPB0098296@freebsd-stable.sentex.ca> X-Authentication-Warning: freebsd-stable.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Subject: [releng_9 tinderbox] failure on mips/mips Precedence: bulk X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.14 List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Mar 2013 03:14:26 -0000 TB --- 2013-03-23 02:13:55 - tinderbox 2.10 running on freebsd-stable.sentex.ca TB --- 2013-03-23 02:13:55 - FreeBSD freebsd-stable.sentex.ca 8.3-STABLE FreeBSD 8.3-STABLE #0: Tue Oct 16 17:37:58 UTC 2012 mdtancsa@freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/server amd64 TB --- 2013-03-23 02:13:55 - starting RELENG_9 tinderbox run for mips/mips TB --- 2013-03-23 02:13:55 - cleaning the object tree TB --- 2013-03-23 02:13:55 - checking out /src from svn://svn.freebsd.org/base/stable/9 TB --- 2013-03-23 02:13:55 - cd /tinderbox/RELENG_9/mips/mips TB --- 2013-03-23 02:13:55 - /usr/local/bin/svn cleanup /src TB --- 2013-03-23 02:14:48 - /usr/local/bin/svn update /src TB --- 2013-03-23 02:14:58 - building world TB --- 2013-03-23 02:14:58 - CROSS_BUILD_TESTING=YES TB --- 2013-03-23 02:14:58 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-23 02:14:58 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-23 02:14:58 - SRCCONF=/dev/null TB --- 2013-03-23 02:14:58 - TARGET=mips TB --- 2013-03-23 02:14:58 - TARGET_ARCH=mips TB --- 2013-03-23 02:14:58 - TZ=UTC TB --- 2013-03-23 02:14:58 - __MAKE_CONF=/dev/null TB --- 2013-03-23 02:14:58 - cd /src TB --- 2013-03-23 02:14:58 - /usr/bin/make -B buildworld >>> World build started on Sat Mar 23 02:14:59 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 [...] rm -f .depend mkdep -f .depend -a -I/src/sbin/fsdb/../fsck_ffs -DRESCUE -std=gnu99 /src/sbin/fsdb/fsdb.c /src/sbin/fsdb/fsdbutil.c /src/sbin/fsdb/../fsck_ffs/dir.c /src/sbin/fsdb/../fsck_ffs/ea.c /src/sbin/fsdb/../fsck_ffs/fsutil.c /src/sbin/fsdb/../fsck_ffs/inode.c /src/sbin/fsdb/../fsck_ffs/pass1.c /src/sbin/fsdb/../fsck_ffs/pass1b.c /src/sbin/fsdb/../fsck_ffs/pass2.c /src/sbin/fsdb/../fsck_ffs/pass3.c /src/sbin/fsdb/../fsck_ffs/pass4.c /src/sbin/fsdb/../fsck_ffs/pass5.c /src/sbin/fsdb/../fsck_ffs/setup.c /src/sbin/fsdb/../fsck_ffs/utilities.c /src/sbin/fsdb/../../sys/ufs/ffs/ffs_subr.c /src/sbin/fsdb/../../sys/ufs/ffs/ffs_tables.c echo fsdb: /obj/mips.mipsel/src/tmp/usr/lib/libc.a /obj/mips.mipsel/src/tmp/usr/lib/libedit.a /obj/mips.mipsel/src/tmp/usr/lib/libtermcap.a >> .depend cc -O -pipe -G0 -I/src/sbin/fsdb/../fsck_ffs -DRESCUE -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /src/sbin/fsdb/fsdb.c cc -O -pipe -G0 -I/src/sbin/fsdb/../fsck_ffs -DRESCUE -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /src/sbin/fsdb/fsdbutil.c /src/sbin/fsdb/fsdbutil.c: In function 'printindir': /src/sbin/fsdb/fsdbutil.c:244: error: 'struct bufarea' has no member named 'b_prev' /src/sbin/fsdb/fsdbutil.c:244: error: 'struct bufarea' has no member named 'b_next' *** Error code 1 Stop in /src/sbin/fsdb. *** Error code 1 Stop in /obj/mips.mipsel/src/rescue/rescue. *** Error code 1 Stop in /src/rescue/rescue. *** Error code 1 Stop in /src/rescue. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2013-03-23 03:14:24 - WARNING: /usr/bin/make returned exit code 1 TB --- 2013-03-23 03:14:24 - ERROR: failed to build world TB --- 2013-03-23 03:14:24 - 2239.18 user 443.64 system 3629.62 real http://tinderbox.freebsd.org/tinderbox-releng_9-RELENG_9-mips-mips.full