From owner-freebsd-current@FreeBSD.ORG Mon Nov 10 23:04:04 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BFE94106568E; Mon, 10 Nov 2008 23:04:04 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 6070C8FC0A; Mon, 10 Nov 2008 23:04:04 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.3/8.14.3) with ESMTP id mAAN41gX062288; Mon, 10 Nov 2008 18:04:01 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.3/8.14.3) with ESMTP id mAAN41XW067602; Mon, 10 Nov 2008 18:04:01 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 0854D73039; Mon, 10 Nov 2008 18:04:00 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20081110230401.0854D73039@freebsd-current.sentex.ca> Date: Mon, 10 Nov 2008 18:04:00 -0500 (EST) X-Virus-Scanned: ClamAV 0.94/8577/Wed Nov 5 16:05:36 2008 clamav-milter version 0.94 on clamscanner4 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: Subject: [head tinderbox] failure on i386/i386 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Nov 2008 23:04:04 -0000 TB --- 2008-11-10 21:29:39 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-11-10 21:29:39 - starting HEAD tinderbox run for i386/i386 TB --- 2008-11-10 21:29:39 - cleaning the object tree TB --- 2008-11-10 21:30:17 - cvsupping the source tree TB --- 2008-11-10 21:30:17 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/i386/supfile TB --- 2008-11-10 21:30:24 - building world (CFLAGS=-O -pipe) TB --- 2008-11-10 21:30:24 - cd /src TB --- 2008-11-10 21:30:24 - /usr/bin/make -B buildworld >>> World build started on Mon Nov 10 21:30:26 UTC 2008 >>> 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 Mon Nov 10 22:43:09 UTC 2008 TB --- 2008-11-10 22:43:09 - generating LINT kernel config TB --- 2008-11-10 22:43:09 - cd /src/sys/i386/conf TB --- 2008-11-10 22:43:09 - /usr/bin/make -B LINT TB --- 2008-11-10 22:43:09 - building LINT kernel (COPTFLAGS=) TB --- 2008-11-10 22:43:09 - cd /src TB --- 2008-11-10 22:43:09 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Mon Nov 10 22:43:10 UTC 2008 >>> 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 [...] :> export_syms awk -f /src/sys/modules/usb2/controller_ehci/../../../conf/kmod_syms.awk usb2_controller_ehci.kld export_syms | xargs -J% objcopy % usb2_controller_ehci.kld ld -Bshareable -d -warn-common -o usb2_controller_ehci.ko usb2_controller_ehci.kld objcopy --strip-debug usb2_controller_ehci.ko ===> usb2/controller_musb (all) cc -O -pipe -Werror -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /obj/src/sys/LINT/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -I/obj/src/sys/LINT -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -fstack-protector -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -c /src/sys/modules/usb2/controller_musb/../../../dev/usb2/controller/musb2_otg.c /src/sys/modules/usb2/controller_musb/../../../dev/usb2/controller/musb2_otg.c: In function 'musbotg_device_done': /src/sys/modules/usb2/controller_musb/../../../dev/usb2/controller/musb2_otg.c:1496: error: 'struct usb2_xfer' has no member named 'usb2_mtx' *** Error code 1 Stop in /src/sys/modules/usb2/controller_musb. *** Error code 1 Stop in /src/sys/modules/usb2. *** Error code 1 Stop in /src/sys/modules. *** Error code 1 Stop in /obj/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-11-10 23:04:00 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-11-10 23:04:00 - ERROR: failed to build lint kernel TB --- 2008-11-10 23:04:00 - tinderbox aborted TB --- 4005.87 user 472.11 system 5661.18 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-i386.full