From owner-freebsd-i386@FreeBSD.ORG Sun Sep 16 13:10:03 2012 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FE28106566B for ; Sun, 16 Sep 2012 13:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E777A8FC0A for ; Sun, 16 Sep 2012 13:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8GDA2Qh055210 for ; Sun, 16 Sep 2012 13:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8GDA2lg055201; Sun, 16 Sep 2012 13:10:02 GMT (envelope-from gnats) Resent-Date: Sun, 16 Sep 2012 13:10:02 GMT Resent-Message-Id: <201209161310.q8GDA2lg055201@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Shane Ambler Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 32EEF106564A for ; Sun, 16 Sep 2012 13:07:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 1E70E8FC0A for ; Sun, 16 Sep 2012 13:07:56 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q8GD7t3U087761 for ; Sun, 16 Sep 2012 13:07:55 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q8GD7ttg087760; Sun, 16 Sep 2012 13:07:55 GMT (envelope-from nobody) Message-Id: <201209161307.q8GD7ttg087760@red.freebsd.org> Date: Sun, 16 Sep 2012 13:07:55 GMT From: Shane Ambler To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: i386/171684: clang in 9.1-RC1 i386 produces out of registers error X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2012 13:10:03 -0000 >Number: 171684 >Category: i386 >Synopsis: clang in 9.1-RC1 i386 produces out of registers error >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 16 13:10:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Shane Ambler >Release: 9.1-RC1 >Organization: >Environment: UNAME_v=FreeBSD 9.1-RC1 #0: Sun Sep 16 20:21:45 CST 2012 root@tinderbox.host:/usr/src/sys/magic/kernel/path >Description: Base machine is running 9.0-RELEASE-p1 amd64 compiled with clang. Tinderbox build system is 9.1-RC1 i386 build from releng/9.1 - r239951 (compiled on 1 sept) Compiling multimedia/ffmpeg (0.7.13_6,1) with CC=clang CXX=clang++ CPP=clang-cpp ARCH=i386 set in tinderbox build environment produces the following error which is not produced in a 9.0 build which makes me lean towards it being a clang regression. CC libavcodec/h264_cavlc.o CC libavcodec/h264_direct.o CC libavcodec/h264_loopfilter.o In file included from libavcodec/h264_cabac.c:40: libavcodec/x86/h264_i386.h:51:9: error: ran out of registers during register allocation "movl %a11(%6), %5 \n\t" ^ libavcodec/x86/h264_i386.h:51:9: error: ran out of registers during register allocation In file included from libavcodec/h264_cabac.c:33: In file included from libavcodec/h264.h:33: In file included from libavcodec/cabac.h:60: libavcodec/x86/cabac.h:94:9: error: ran out of registers during register allocation "movl %a6(%5), %2 \n\t" ^ libavcodec/x86/cabac.h:94:9: error: ran out of registers during register allocation libavcodec/x86/cabac.h:94:9: error: ran out of registers during register allocation libavcodec/x86/cabac.h:94:9: error: ran out of registers during register allocation 6 errors generated. gmake: *** [libavcodec/h264_cabac.o] Error 1 gmake: *** Waiting for unfinished jobs.... 3 warnings generated. *** [do-build] Error code 1 Stop in /a/ports/multimedia/ffmpeg. >How-To-Repeat: Compile multimedia/ffmpeg in a tinderbox build using a 9.1-RC1 i386 jail using clang as the default compiler. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Mon Sep 17 11:07:07 2012 Return-Path: Delivered-To: freebsd-i386@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26248106568F for ; Mon, 17 Sep 2012 11:07:07 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0674B8FC19 for ; Mon, 17 Sep 2012 11:07:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8HB7621004457 for ; Mon, 17 Sep 2012 11:07:06 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8HB76M9004455 for freebsd-i386@FreeBSD.org; Mon, 17 Sep 2012 11:07:06 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 17 Sep 2012 11:07:06 GMT Message-Id: <201209171107.q8HB76M9004455@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-i386@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-i386@FreeBSD.org X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2012 11:07:07 -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 i386/171684 i386 clang in 9.1-RC1 i386 produces out of registers error o i386/171531 i386 undocumented depencecy for ndi(4) o i386/171379 i386 Prototype/Body Mismatch for i386 legacy_pcib_read_conf o i386/170705 i386 [patch] AT realtime clock support routines fail on som f i386/170482 i386 Installing world fails trying to copy loader.sym to lo o i386/170356 i386 Installing freebsd on Hyper-V server 2008 R2 o i386/169888 i386 [install] 9.0 i386 will not install on a Dell Dimensio o i386/169455 i386 [boot] BTX loader panics on Opteron3280 o i386/167670 i386 [boot] Laptop won't boot from FreeBSD iso, but will fr o i386/165906 i386 [panic] cannot install FreeBSD 9.0 on Dell PowerEdge 1 o i386/165561 i386 [hang] K8N890M-M Boot Hang o i386/165452 i386 [boot] FreeBSD's system installer stops when setting u o i386/165434 i386 [boot] Install fail Error 19 o i386/158653 i386 installing PC-BSD 9 Current with legacy USB Keyboard d o i386/158200 i386 wifi doesn't work on Acer AO751h, maybe WMI needs to b o i386/156229 i386 [hang] Server IBM x3400 is hangs with option SMP in Ke o i386/155695 i386 AMD Vision ultimate notebook HP Pavilion DV6 3109ER ov f i386/154578 i386 [boot] BTX Loader hangs > 1,5 min after listing BIOS d o i386/151122 i386 [boot] BTX 1.02 crashes on boot o i386/150766 i386 Dell Vostro 3700 siffle sous FreeBSD / Dell Vostro 370 o i386/149647 i386 [panic] Dell Inspiron 530 (FX09) panic at boot with 8. o i386/148848 i386 [hang] Load freezing at boot on HP Mini 311 o i386/148624 i386 PERC H200 Controller on Dell R610 Not recognized o i386/148509 i386 [boot] [patch] Improvements to i386/boot2's comments o i386/147458 i386 [boot] FreeBSD 8 can't boot from dvd, unless dvd is ex o i386/146446 i386 [install] FreeBSD 8.0 installation hangs at an early s o i386/146221 i386 [boot] incompatibility of the BTX with toshiba tecra R o i386/145718 i386 [est] [patch] fix freq calculation from MSR for CPUs w o i386/145079 i386 [boot] BTX halted on P3 server f i386/144956 i386 [boot] Early minute-plus delay in boot on Intel Nehale o i386/143587 i386 [boot] [hang] BTX 1.02 freezes upon assigning Bios C d o i386/142946 i386 [boot] Can't boot installation DVD. BTX halted o i386/142421 i386 [ata] optical drives not found o i386/142190 i386 [boot] BTX Loader issue on Gigabyte Motherboard o i386/142108 i386 [panic] vm_fault: fault on nofault entry, addr: c32a40 o i386/141675 i386 [boot] memory and BTX halted on Sunfire X4170 o i386/141470 i386 [boot] BTX halted immediatly on selecting any of the b o i386/141468 i386 [boot] FreeBSD 8.0 boot manager can cause disk not pro o i386/140655 i386 [panic] Lenovo X300: fatal trap 12 after /sbin/halt -p o i386/140645 i386 [irq] High INTERRUPT rate on CPU 0 o i386/140448 i386 [boot] BTX loader hangs after displaying BIOS drives o i386/140268 i386 [install] 8.0-RC* does not install on MSI MS-7255 [reg o i386/139999 i386 [panic] random freeze and crash o i386/139743 i386 [ichsmb] [patch] ichsmb driver doesn't detects SMB bus o i386/139115 i386 [cpufreq] low cpu frequency reported [regression] o i386/138948 i386 [twa] [regression] da0: Fi o i386/138126 i386 [panic] Kernel panic trap 12 on bigger load o i386/133727 i386 chars [[[[[[[[[[[[[ occur during install process (sett o i386/132230 i386 [boot] [reboot] 7.1-RELEASE /boot/loader non-functiona o i386/131426 i386 hald makes cdrom fail o i386/130110 i386 [boot] BTX-Halted - booting with SAS/SATA Controller o i386/129550 i386 [pae] [kqueue] crash with PAE kernel o i386/127374 i386 Suspend/Resume with Keystroke only once on Thinkpad T4 o i386/127343 i386 [hang] System locks -- simular to PR 123729 o i386/127337 i386 [boot] FreeBSD 7.1/i386 BTX boot problem on Pavilion d o i386/126666 i386 [boot] [hang] boot failure for nForce 630i / GeForce 7 o i386/125592 i386 [hang] FreeBSD 7 server in hang o i386/124633 i386 [boot] [panic] 7.0 does not boot from CD o i386/124124 i386 [boot] [panic] Page fault while booting livefs iso of o i386/123990 i386 [boot] BTX halted on Thinkpad x60s o i386/79091 i386 [i386] [patch] Small optimization for i386/support.s 61 problems total. From owner-freebsd-i386@FreeBSD.ORG Tue Sep 18 16:49:45 2012 Return-Path: Delivered-To: i386@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 434841065673; Tue, 18 Sep 2012 16:49:45 +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 0A6588FC15; Tue, 18 Sep 2012 16:49:44 +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 q8IGnhHU008314; Tue, 18 Sep 2012 12:49:43 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q8IGnhQF008306; Tue, 18 Sep 2012 16:49:43 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 18 Sep 2012 16:49:43 GMT Message-Id: <201209181649.q8IGnhQF008306@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on i386/pc98 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2012 16:49:45 -0000 TB --- 2012-09-18 14:10:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-09-18 14:10:00 - 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 --- 2012-09-18 14:10:00 - starting HEAD tinderbox run for i386/pc98 TB --- 2012-09-18 14:10:00 - cleaning the object tree TB --- 2012-09-18 14:10:00 - cvsupping the source tree TB --- 2012-09-18 14:10:00 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/i386/pc98/supfile TB --- 2012-09-18 14:11:11 - building world TB --- 2012-09-18 14:11:11 - CROSS_BUILD_TESTING=YES TB --- 2012-09-18 14:11:11 - MAKEOBJDIRPREFIX=/obj TB --- 2012-09-18 14:11:11 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-09-18 14:11:11 - SRCCONF=/dev/null TB --- 2012-09-18 14:11:11 - TARGET=pc98 TB --- 2012-09-18 14:11:11 - TARGET_ARCH=i386 TB --- 2012-09-18 14:11:11 - TZ=UTC TB --- 2012-09-18 14:11:11 - __MAKE_CONF=/dev/null TB --- 2012-09-18 14:11:11 - cd /src TB --- 2012-09-18 14:11:11 - /usr/bin/make -B buildworld >>> World build started on Tue Sep 18 14:11:12 UTC 2012 >>> 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 Sep 18 16:42:48 UTC 2012 TB --- 2012-09-18 16:42:48 - generating LINT kernel config TB --- 2012-09-18 16:42:48 - cd /src/sys/pc98/conf TB --- 2012-09-18 16:42:48 - /usr/bin/make -B LINT TB --- 2012-09-18 16:42:48 - cd /src/sys/pc98/conf TB --- 2012-09-18 16:42:48 - /usr/sbin/config -m LINT TB --- 2012-09-18 16:42:49 - building LINT kernel TB --- 2012-09-18 16:42:49 - CROSS_BUILD_TESTING=YES TB --- 2012-09-18 16:42:49 - MAKEOBJDIRPREFIX=/obj TB --- 2012-09-18 16:42:49 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-09-18 16:42:49 - SRCCONF=/dev/null TB --- 2012-09-18 16:42:49 - TARGET=pc98 TB --- 2012-09-18 16:42:49 - TARGET_ARCH=i386 TB --- 2012-09-18 16:42:49 - TZ=UTC TB --- 2012-09-18 16:42:49 - __MAKE_CONF=/dev/null TB --- 2012-09-18 16:42:49 - cd /src TB --- 2012-09-18 16:42:49 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Tue Sep 18 16:42:49 UTC 2012 >>> 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 -O2 -pipe -fno-strict-aliasing -std=c99 -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 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/ath/if_ath.c -I/src/sys/dev/ath cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -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 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/ath/if_ath_beacon.c -I/src/sys/dev/ath cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -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 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/ath/if_ath_debug.c -I/src/sys/dev/ath cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -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 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/ath/if_ath_keycache.c -I/src/sys/dev/ath cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -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 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/ath/if_ath_led.c -I/src/sys/dev/ath cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -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 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/ath/if_ath_tx.c -I/src/sys/dev/ath /src/sys/dev/ath/if_ath_tx.c: In function 'ath_tx_tid_filt_addbuf': /src/sys/dev/ath/if_ath_tx.c:2819: error: 'struct ath_stats' has no member named 'ast_tx_swfiltered' *** Error code 1 Stop in /obj/pc98.i386/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-09-18 16:49:43 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-09-18 16:49:43 - ERROR: failed to build LINT kernel TB --- 2012-09-18 16:49:43 - 6932.34 user 987.56 system 9583.23 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-pc98.full From owner-freebsd-i386@FreeBSD.ORG Tue Sep 18 16:56:07 2012 Return-Path: Delivered-To: i386@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D714A106566C; Tue, 18 Sep 2012 16:56:07 +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 9DAC18FC16; Tue, 18 Sep 2012 16:56:07 +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 q8IGu7bf064275; Tue, 18 Sep 2012 12:56:07 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q8IGu7eb064274; Tue, 18 Sep 2012 16:56:07 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 18 Sep 2012 16:56:07 GMT Message-Id: <201209181656.q8IGu7eb064274@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on i386/i386 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2012 16:56:08 -0000 TB --- 2012-09-18 14:10:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-09-18 14:10:00 - 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 --- 2012-09-18 14:10:00 - starting HEAD tinderbox run for i386/i386 TB --- 2012-09-18 14:10:00 - cleaning the object tree TB --- 2012-09-18 14:10:00 - cvsupping the source tree TB --- 2012-09-18 14:10:00 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/i386/i386/supfile TB --- 2012-09-18 14:17:28 - building world TB --- 2012-09-18 14:17:28 - CROSS_BUILD_TESTING=YES TB --- 2012-09-18 14:17:28 - MAKEOBJDIRPREFIX=/obj TB --- 2012-09-18 14:17:28 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-09-18 14:17:28 - SRCCONF=/dev/null TB --- 2012-09-18 14:17:28 - TARGET=i386 TB --- 2012-09-18 14:17:28 - TARGET_ARCH=i386 TB --- 2012-09-18 14:17:28 - TZ=UTC TB --- 2012-09-18 14:17:28 - __MAKE_CONF=/dev/null TB --- 2012-09-18 14:17:28 - cd /src TB --- 2012-09-18 14:17:28 - /usr/bin/make -B buildworld >>> World build started on Tue Sep 18 14:17:28 UTC 2012 >>> 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 Sep 18 16:47:46 UTC 2012 TB --- 2012-09-18 16:47:46 - generating LINT kernel config TB --- 2012-09-18 16:47:46 - cd /src/sys/i386/conf TB --- 2012-09-18 16:47:46 - /usr/bin/make -B LINT TB --- 2012-09-18 16:47:47 - cd /src/sys/i386/conf TB --- 2012-09-18 16:47:47 - /usr/sbin/config -m LINT TB --- 2012-09-18 16:47:47 - building LINT kernel TB --- 2012-09-18 16:47:47 - CROSS_BUILD_TESTING=YES TB --- 2012-09-18 16:47:47 - MAKEOBJDIRPREFIX=/obj TB --- 2012-09-18 16:47:47 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-09-18 16:47:47 - SRCCONF=/dev/null TB --- 2012-09-18 16:47:47 - TARGET=i386 TB --- 2012-09-18 16:47:47 - TARGET_ARCH=i386 TB --- 2012-09-18 16:47:47 - TZ=UTC TB --- 2012-09-18 16:47:47 - __MAKE_CONF=/dev/null TB --- 2012-09-18 16:47:47 - cd /src TB --- 2012-09-18 16:47:47 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Tue Sep 18 16:47:47 UTC 2012 >>> 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 -O2 -pipe -fno-strict-aliasing -std=c99 -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 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/ath/if_ath.c -I/src/sys/dev/ath cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -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 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/ath/if_ath_beacon.c -I/src/sys/dev/ath cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -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 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/ath/if_ath_debug.c -I/src/sys/dev/ath cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -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 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/ath/if_ath_keycache.c -I/src/sys/dev/ath cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -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 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/ath/if_ath_led.c -I/src/sys/dev/ath cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -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 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/ath/if_ath_tx.c -I/src/sys/dev/ath /src/sys/dev/ath/if_ath_tx.c: In function 'ath_tx_tid_filt_addbuf': /src/sys/dev/ath/if_ath_tx.c:2819: error: 'struct ath_stats' has no member named 'ast_tx_swfiltered' *** Error code 1 Stop in /obj/i386.i386/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-09-18 16:56:06 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-09-18 16:56:06 - ERROR: failed to build LINT kernel TB --- 2012-09-18 16:56:06 - 7022.04 user 999.59 system 9966.38 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-i386.full From owner-freebsd-i386@FreeBSD.ORG Thu Sep 20 02:44:26 2012 Return-Path: Delivered-To: i386@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0BCDD106564A; Thu, 20 Sep 2012 02:44:26 +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 C7C7F8FC12; Thu, 20 Sep 2012 02:44:25 +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 q8K2iPYW064991; Wed, 19 Sep 2012 22:44:25 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q8K2iPFQ064983; Thu, 20 Sep 2012 02:44:25 GMT (envelope-from tinderbox@freebsd.org) Date: Thu, 20 Sep 2012 02:44:25 GMT Message-Id: <201209200244.q8K2iPFQ064983@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on i386/pc98 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2012 02:44:26 -0000 TB --- 2012-09-20 00:30:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-09-20 00:30:00 - 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 --- 2012-09-20 00:30:00 - starting HEAD tinderbox run for i386/pc98 TB --- 2012-09-20 00:30:00 - cleaning the object tree TB --- 2012-09-20 00:30:00 - cvsupping the source tree TB --- 2012-09-20 00:30:00 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/i386/pc98/supfile TB --- 2012-09-20 00:31:06 - building world TB --- 2012-09-20 00:31:06 - CROSS_BUILD_TESTING=YES TB --- 2012-09-20 00:31:06 - MAKEOBJDIRPREFIX=/obj TB --- 2012-09-20 00:31:06 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-09-20 00:31:06 - SRCCONF=/dev/null TB --- 2012-09-20 00:31:06 - TARGET=pc98 TB --- 2012-09-20 00:31:06 - TARGET_ARCH=i386 TB --- 2012-09-20 00:31:06 - TZ=UTC TB --- 2012-09-20 00:31:06 - __MAKE_CONF=/dev/null TB --- 2012-09-20 00:31:06 - cd /src TB --- 2012-09-20 00:31:06 - /usr/bin/make -B buildworld >>> World build started on Thu Sep 20 00:31:07 UTC 2012 >>> 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 [...] `chroot.o' is up to date. (cd /src/rescue/rescue/../../usr.sbin/chown && /usr/bin/make -DRESCUE CRUNCH_CFLAGS=-DRESCUE DIRPRFX=rescue/rescue/chown/ depend && /usr/bin/make -DRESCUE CRUNCH_CFLAGS=-DRESCUE DIRPRFX=rescue/rescue/chown/ chown.o) `chown.o' is up to date. cc -static -o rescue rescue.o cat.lo chflags.lo chio.lo chmod.lo cp.lo date.lo dd.lo df.lo echo.lo ed.lo expr.lo getfacl.lo hostname.lo kenv.lo kill.lo ln.lo ls.lo mkdir.lo mv.lo pkill.lo ps.lo pwd.lo realpath.lo rm.lo rmdir.lo setfacl.lo sh.lo stty.lo sync.lo test.lo rcp.lo csh.lo atacontrol.lo badsect.lo camcontrol.lo ccdconfig.lo clri.lo devfs.lo dmesg.lo dump.lo dumpfs.lo dumpon.lo fsck.lo fsck_ffs.lo fsck_msdosfs.lo fsdb.lo fsirand.lo gbde.lo geom.lo ifconfig.lo init.lo kldconfig.lo kldload.lo kldstat.lo kldunload.lo ldconfig.lo md5.lo mdconfig.lo mdmfs.lo mknod.lo mount.lo mount_cd9660.lo mount_msdosfs.lo mount_nfs.lo mount_ntfs.lo mount_nullfs.lo mount_udf.lo mount_unionfs.lo newfs.lo newfs_msdos.lo nos-tun.lo ping.lo reboot.lo restore.lo rcorder.lo route.lo routed.lo rtquery.lo rtsol.lo savecore.lo spppcontrol.lo swapon.lo sysctl.lo tunefs.lo umount.lo atmconfig.lo ping6.lo ipf.lo zfs.lo zpool.lo bsdlabel.lo sconfig.lo fdisk.lo dhclient.lo head.lo mt.lo nc.lo sed.lo ! tail.lo tee.lo gzip.lo bzip2.lo xz.lo tar.lo vi.lo id.lo chroot.lo chown.lo /obj/pc98.i386/src/rescue/rescue/../librescue/exec.o /obj/pc98.i386/src/rescue/rescue/../librescue/getusershell.o /obj/pc98.i386/src/rescue/rescue/../librescue/login_class.o /obj/pc98.i386/src/rescue/rescue/../librescue/popen.o /obj/pc98.i386/src/rescue/rescue/../librescue/rcmdsh.o /obj/pc98.i386/src/rescue/rescue/../librescue/sysctl.o /obj/pc98.i386/src/rescue/rescue/../librescue/system.o -lcrypt -ledit -lkvm -ll -ltermcap -lutil -lalias -lcam -lcurses -ldevstat -lipsec -lipx -lavl -lzfs -lnvpair -lpthread -luutil -lumem -lgeom -lbsdxml -lkiconv -lmd -lsbuf -lufs -lz -lbz2 -llzma -larchive -lcrypto -lm nc.lo: In function `_$$hide$$ nc.lo main': (.text+0x2086): warning: warning: mktemp() possibly used unsafely; consider using mkstemp() zfs.lo: In function `_$$hide$$ zfs.lo do_jail': _$$hide$$ zfs.lo zfs_main.c:(.text+0x1efb): undefined reference to `jail_getid' *** Error code 1 Stop in /obj/pc98.i386/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 --- 2012-09-20 02:44:24 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-09-20 02:44:24 - ERROR: failed to build world TB --- 2012-09-20 02:44:24 - 6067.12 user 821.58 system 8064.09 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-pc98.full From owner-freebsd-i386@FreeBSD.ORG Thu Sep 20 02:49:22 2012 Return-Path: Delivered-To: i386@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0AA351065672; Thu, 20 Sep 2012 02:49:22 +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 C705B8FC08; Thu, 20 Sep 2012 02:49:21 +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 q8K2nKuK092836; Wed, 19 Sep 2012 22:49:20 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q8K2nKXu092833; Thu, 20 Sep 2012 02:49:20 GMT (envelope-from tinderbox@freebsd.org) Date: Thu, 20 Sep 2012 02:49:20 GMT Message-Id: <201209200249.q8K2nKXu092833@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on i386/i386 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2012 02:49:22 -0000 TB --- 2012-09-20 00:30:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-09-20 00:30:00 - 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 --- 2012-09-20 00:30:00 - starting HEAD tinderbox run for i386/i386 TB --- 2012-09-20 00:30:00 - cleaning the object tree TB --- 2012-09-20 00:30:00 - cvsupping the source tree TB --- 2012-09-20 00:30:00 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/i386/i386/supfile TB --- 2012-09-20 00:37:10 - building world TB --- 2012-09-20 00:37:10 - CROSS_BUILD_TESTING=YES TB --- 2012-09-20 00:37:10 - MAKEOBJDIRPREFIX=/obj TB --- 2012-09-20 00:37:10 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-09-20 00:37:10 - SRCCONF=/dev/null TB --- 2012-09-20 00:37:10 - TARGET=i386 TB --- 2012-09-20 00:37:10 - TARGET_ARCH=i386 TB --- 2012-09-20 00:37:10 - TZ=UTC TB --- 2012-09-20 00:37:10 - __MAKE_CONF=/dev/null TB --- 2012-09-20 00:37:10 - cd /src TB --- 2012-09-20 00:37:10 - /usr/bin/make -B buildworld >>> World build started on Thu Sep 20 00:37:11 UTC 2012 >>> 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 [...] `chroot.o' is up to date. (cd /src/rescue/rescue/../../usr.sbin/chown && /usr/bin/make -DRESCUE CRUNCH_CFLAGS=-DRESCUE DIRPRFX=rescue/rescue/chown/ depend && /usr/bin/make -DRESCUE CRUNCH_CFLAGS=-DRESCUE DIRPRFX=rescue/rescue/chown/ chown.o) `chown.o' is up to date. cc -static -o rescue rescue.o cat.lo chflags.lo chio.lo chmod.lo cp.lo date.lo dd.lo df.lo echo.lo ed.lo expr.lo getfacl.lo hostname.lo kenv.lo kill.lo ln.lo ls.lo mkdir.lo mv.lo pkill.lo ps.lo pwd.lo realpath.lo rm.lo rmdir.lo setfacl.lo sh.lo stty.lo sync.lo test.lo rcp.lo csh.lo atacontrol.lo badsect.lo camcontrol.lo ccdconfig.lo clri.lo devfs.lo dmesg.lo dump.lo dumpfs.lo dumpon.lo fsck.lo fsck_ffs.lo fsck_msdosfs.lo fsdb.lo fsirand.lo gbde.lo geom.lo ifconfig.lo init.lo kldconfig.lo kldload.lo kldstat.lo kldunload.lo ldconfig.lo md5.lo mdconfig.lo mdmfs.lo mknod.lo mount.lo mount_cd9660.lo mount_msdosfs.lo mount_nfs.lo mount_ntfs.lo mount_nullfs.lo mount_udf.lo mount_unionfs.lo newfs.lo newfs_msdos.lo nos-tun.lo ping.lo reboot.lo restore.lo rcorder.lo route.lo routed.lo rtquery.lo rtsol.lo savecore.lo spppcontrol.lo swapon.lo sysctl.lo tunefs.lo umount.lo atmconfig.lo ping6.lo ipf.lo zfs.lo zpool.lo bsdlabel.lo sconfig.lo fdisk.lo dhclient.lo head.lo mt.lo nc.lo sed.lo ! tail.lo tee.lo gzip.lo bzip2.lo xz.lo tar.lo vi.lo id.lo chroot.lo chown.lo /obj/i386.i386/src/rescue/rescue/../librescue/exec.o /obj/i386.i386/src/rescue/rescue/../librescue/getusershell.o /obj/i386.i386/src/rescue/rescue/../librescue/login_class.o /obj/i386.i386/src/rescue/rescue/../librescue/popen.o /obj/i386.i386/src/rescue/rescue/../librescue/rcmdsh.o /obj/i386.i386/src/rescue/rescue/../librescue/sysctl.o /obj/i386.i386/src/rescue/rescue/../librescue/system.o -lcrypt -ledit -lkvm -ll -ltermcap -lutil -lalias -lcam -lcurses -ldevstat -lipsec -lipx -lavl -lzfs -lnvpair -lpthread -luutil -lumem -lgeom -lbsdxml -lkiconv -lmd -lsbuf -lufs -lz -lbz2 -llzma -larchive -lcrypto -lm nc.lo: In function `_$$hide$$ nc.lo main': (.text+0x2086): warning: warning: mktemp() possibly used unsafely; consider using mkstemp() zfs.lo: In function `_$$hide$$ zfs.lo do_jail': _$$hide$$ zfs.lo zfs_main.c:(.text+0x1efb): undefined reference to `jail_getid' *** Error code 1 Stop in /obj/i386.i386/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 --- 2012-09-20 02:49:20 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-09-20 02:49:20 - ERROR: failed to build world TB --- 2012-09-20 02:49:20 - 6073.02 user 814.87 system 8359.82 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-i386.full From owner-freebsd-i386@FreeBSD.ORG Thu Sep 20 07:16:06 2012 Return-Path: Delivered-To: i386@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 93BE6106566C; Thu, 20 Sep 2012 07:16:06 +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 651DD8FC15; Thu, 20 Sep 2012 07:16:05 +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 q8K7G54T016247; Thu, 20 Sep 2012 03:16:05 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q8K7G5kB016222; Thu, 20 Sep 2012 07:16:05 GMT (envelope-from tinderbox@freebsd.org) Date: Thu, 20 Sep 2012 07:16:05 GMT Message-Id: <201209200716.q8K7G5kB016222@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on i386/pc98 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2012 07:16:06 -0000 TB --- 2012-09-20 04:50:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-09-20 04:50:00 - 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 --- 2012-09-20 04:50:00 - starting HEAD tinderbox run for i386/pc98 TB --- 2012-09-20 04:50:00 - cleaning the object tree TB --- 2012-09-20 04:54:20 - cvsupping the source tree TB --- 2012-09-20 04:54:20 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/i386/pc98/supfile TB --- 2012-09-20 04:55:57 - building world TB --- 2012-09-20 04:55:57 - CROSS_BUILD_TESTING=YES TB --- 2012-09-20 04:55:57 - MAKEOBJDIRPREFIX=/obj TB --- 2012-09-20 04:55:57 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-09-20 04:55:57 - SRCCONF=/dev/null TB --- 2012-09-20 04:55:57 - TARGET=pc98 TB --- 2012-09-20 04:55:57 - TARGET_ARCH=i386 TB --- 2012-09-20 04:55:57 - TZ=UTC TB --- 2012-09-20 04:55:57 - __MAKE_CONF=/dev/null TB --- 2012-09-20 04:55:57 - cd /src TB --- 2012-09-20 04:55:57 - /usr/bin/make -B buildworld >>> World build started on Thu Sep 20 04:55:57 UTC 2012 >>> 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 [...] `chroot.o' is up to date. (cd /src/rescue/rescue/../../usr.sbin/chown && /usr/bin/make -DRESCUE CRUNCH_CFLAGS=-DRESCUE DIRPRFX=rescue/rescue/chown/ depend && /usr/bin/make -DRESCUE CRUNCH_CFLAGS=-DRESCUE DIRPRFX=rescue/rescue/chown/ chown.o) `chown.o' is up to date. cc -static -o rescue rescue.o cat.lo chflags.lo chio.lo chmod.lo cp.lo date.lo dd.lo df.lo echo.lo ed.lo expr.lo getfacl.lo hostname.lo kenv.lo kill.lo ln.lo ls.lo mkdir.lo mv.lo pkill.lo ps.lo pwd.lo realpath.lo rm.lo rmdir.lo setfacl.lo sh.lo stty.lo sync.lo test.lo rcp.lo csh.lo atacontrol.lo badsect.lo camcontrol.lo ccdconfig.lo clri.lo devfs.lo dmesg.lo dump.lo dumpfs.lo dumpon.lo fsck.lo fsck_ffs.lo fsck_msdosfs.lo fsdb.lo fsirand.lo gbde.lo geom.lo ifconfig.lo init.lo kldconfig.lo kldload.lo kldstat.lo kldunload.lo ldconfig.lo md5.lo mdconfig.lo mdmfs.lo mknod.lo mount.lo mount_cd9660.lo mount_msdosfs.lo mount_nfs.lo mount_ntfs.lo mount_nullfs.lo mount_udf.lo mount_unionfs.lo newfs.lo newfs_msdos.lo nos-tun.lo ping.lo reboot.lo restore.lo rcorder.lo route.lo routed.lo rtquery.lo rtsol.lo savecore.lo spppcontrol.lo swapon.lo sysctl.lo tunefs.lo umount.lo atmconfig.lo ping6.lo ipf.lo zfs.lo zpool.lo bsdlabel.lo sconfig.lo fdisk.lo dhclient.lo head.lo mt.lo nc.lo sed.lo ! tail.lo tee.lo gzip.lo bzip2.lo xz.lo tar.lo vi.lo id.lo chroot.lo chown.lo /obj/pc98.i386/src/rescue/rescue/../librescue/exec.o /obj/pc98.i386/src/rescue/rescue/../librescue/getusershell.o /obj/pc98.i386/src/rescue/rescue/../librescue/login_class.o /obj/pc98.i386/src/rescue/rescue/../librescue/popen.o /obj/pc98.i386/src/rescue/rescue/../librescue/rcmdsh.o /obj/pc98.i386/src/rescue/rescue/../librescue/sysctl.o /obj/pc98.i386/src/rescue/rescue/../librescue/system.o -lcrypt -ledit -lkvm -ll -ltermcap -lutil -lalias -lcam -lcurses -ldevstat -lipsec -lipx -lavl -lzfs -lnvpair -lpthread -luutil -lumem -lgeom -lbsdxml -lkiconv -lmd -lsbuf -lufs -lz -lbz2 -llzma -larchive -lcrypto -lm nc.lo: In function `_$$hide$$ nc.lo main': (.text+0x2086): warning: warning: mktemp() possibly used unsafely; consider using mkstemp() zfs.lo: In function `_$$hide$$ zfs.lo do_jail': _$$hide$$ zfs.lo zfs_main.c:(.text+0x1efb): undefined reference to `jail_getid' *** Error code 1 Stop in /obj/pc98.i386/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 --- 2012-09-20 07:16:05 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-09-20 07:16:05 - ERROR: failed to build world TB --- 2012-09-20 07:16:05 - 6070.87 user 819.45 system 8764.44 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-pc98.full From owner-freebsd-i386@FreeBSD.ORG Thu Sep 20 07:18:30 2012 Return-Path: Delivered-To: i386@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1C4D71065697; Thu, 20 Sep 2012 07:18:30 +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 E1B2B8FC23; Thu, 20 Sep 2012 07:18:29 +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 q8K7ITdR033477; Thu, 20 Sep 2012 03:18:29 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q8K7ITdJ033472; Thu, 20 Sep 2012 07:18:29 GMT (envelope-from tinderbox@freebsd.org) Date: Thu, 20 Sep 2012 07:18:29 GMT Message-Id: <201209200718.q8K7ITdJ033472@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on i386/i386 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2012 07:18:30 -0000 TB --- 2012-09-20 04:50:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-09-20 04:50:00 - 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 --- 2012-09-20 04:50:00 - starting HEAD tinderbox run for i386/i386 TB --- 2012-09-20 04:50:00 - cleaning the object tree TB --- 2012-09-20 04:54:30 - cvsupping the source tree TB --- 2012-09-20 04:54:30 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/i386/i386/supfile TB --- 2012-09-20 05:01:35 - building world TB --- 2012-09-20 05:01:35 - CROSS_BUILD_TESTING=YES TB --- 2012-09-20 05:01:35 - MAKEOBJDIRPREFIX=/obj TB --- 2012-09-20 05:01:35 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-09-20 05:01:35 - SRCCONF=/dev/null TB --- 2012-09-20 05:01:35 - TARGET=i386 TB --- 2012-09-20 05:01:35 - TARGET_ARCH=i386 TB --- 2012-09-20 05:01:35 - TZ=UTC TB --- 2012-09-20 05:01:35 - __MAKE_CONF=/dev/null TB --- 2012-09-20 05:01:35 - cd /src TB --- 2012-09-20 05:01:35 - /usr/bin/make -B buildworld >>> World build started on Thu Sep 20 05:01:36 UTC 2012 >>> 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 [...] `chroot.o' is up to date. (cd /src/rescue/rescue/../../usr.sbin/chown && /usr/bin/make -DRESCUE CRUNCH_CFLAGS=-DRESCUE DIRPRFX=rescue/rescue/chown/ depend && /usr/bin/make -DRESCUE CRUNCH_CFLAGS=-DRESCUE DIRPRFX=rescue/rescue/chown/ chown.o) `chown.o' is up to date. cc -static -o rescue rescue.o cat.lo chflags.lo chio.lo chmod.lo cp.lo date.lo dd.lo df.lo echo.lo ed.lo expr.lo getfacl.lo hostname.lo kenv.lo kill.lo ln.lo ls.lo mkdir.lo mv.lo pkill.lo ps.lo pwd.lo realpath.lo rm.lo rmdir.lo setfacl.lo sh.lo stty.lo sync.lo test.lo rcp.lo csh.lo atacontrol.lo badsect.lo camcontrol.lo ccdconfig.lo clri.lo devfs.lo dmesg.lo dump.lo dumpfs.lo dumpon.lo fsck.lo fsck_ffs.lo fsck_msdosfs.lo fsdb.lo fsirand.lo gbde.lo geom.lo ifconfig.lo init.lo kldconfig.lo kldload.lo kldstat.lo kldunload.lo ldconfig.lo md5.lo mdconfig.lo mdmfs.lo mknod.lo mount.lo mount_cd9660.lo mount_msdosfs.lo mount_nfs.lo mount_ntfs.lo mount_nullfs.lo mount_udf.lo mount_unionfs.lo newfs.lo newfs_msdos.lo nos-tun.lo ping.lo reboot.lo restore.lo rcorder.lo route.lo routed.lo rtquery.lo rtsol.lo savecore.lo spppcontrol.lo swapon.lo sysctl.lo tunefs.lo umount.lo atmconfig.lo ping6.lo ipf.lo zfs.lo zpool.lo bsdlabel.lo sconfig.lo fdisk.lo dhclient.lo head.lo mt.lo nc.lo sed.lo ! tail.lo tee.lo gzip.lo bzip2.lo xz.lo tar.lo vi.lo id.lo chroot.lo chown.lo /obj/i386.i386/src/rescue/rescue/../librescue/exec.o /obj/i386.i386/src/rescue/rescue/../librescue/getusershell.o /obj/i386.i386/src/rescue/rescue/../librescue/login_class.o /obj/i386.i386/src/rescue/rescue/../librescue/popen.o /obj/i386.i386/src/rescue/rescue/../librescue/rcmdsh.o /obj/i386.i386/src/rescue/rescue/../librescue/sysctl.o /obj/i386.i386/src/rescue/rescue/../librescue/system.o -lcrypt -ledit -lkvm -ll -ltermcap -lutil -lalias -lcam -lcurses -ldevstat -lipsec -lipx -lavl -lzfs -lnvpair -lpthread -luutil -lumem -lgeom -lbsdxml -lkiconv -lmd -lsbuf -lufs -lz -lbz2 -llzma -larchive -lcrypto -lm nc.lo: In function `_$$hide$$ nc.lo main': (.text+0x2086): warning: warning: mktemp() possibly used unsafely; consider using mkstemp() zfs.lo: In function `_$$hide$$ zfs.lo do_jail': _$$hide$$ zfs.lo zfs_main.c:(.text+0x1efb): undefined reference to `jail_getid' *** Error code 1 Stop in /obj/i386.i386/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 --- 2012-09-20 07:18:29 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-09-20 07:18:29 - ERROR: failed to build world TB --- 2012-09-20 07:18:29 - 6071.05 user 819.44 system 8908.41 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-i386.full From owner-freebsd-i386@FreeBSD.ORG Thu Sep 20 11:52:21 2012 Return-Path: Delivered-To: i386@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79E79106564A; Thu, 20 Sep 2012 11:52:21 +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 41F9B8FC08; Thu, 20 Sep 2012 11:52:21 +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 q8KBqK0R052212; Thu, 20 Sep 2012 07:52:20 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q8KBqKx1052210; Thu, 20 Sep 2012 11:52:20 GMT (envelope-from tinderbox@freebsd.org) Date: Thu, 20 Sep 2012 11:52:20 GMT Message-Id: <201209201152.q8KBqKx1052210@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on i386/i386 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2012 11:52:21 -0000 TB --- 2012-09-20 09:30:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-09-20 09:30:00 - 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 --- 2012-09-20 09:30:00 - starting HEAD tinderbox run for i386/i386 TB --- 2012-09-20 09:30:00 - cleaning the object tree TB --- 2012-09-20 09:34:07 - cvsupping the source tree TB --- 2012-09-20 09:34:07 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/i386/i386/supfile TB --- 2012-09-20 09:36:28 - building world TB --- 2012-09-20 09:36:28 - CROSS_BUILD_TESTING=YES TB --- 2012-09-20 09:36:28 - MAKEOBJDIRPREFIX=/obj TB --- 2012-09-20 09:36:28 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-09-20 09:36:28 - SRCCONF=/dev/null TB --- 2012-09-20 09:36:28 - TARGET=i386 TB --- 2012-09-20 09:36:28 - TARGET_ARCH=i386 TB --- 2012-09-20 09:36:28 - TZ=UTC TB --- 2012-09-20 09:36:28 - __MAKE_CONF=/dev/null TB --- 2012-09-20 09:36:28 - cd /src TB --- 2012-09-20 09:36:28 - /usr/bin/make -B buildworld >>> World build started on Thu Sep 20 09:36:29 UTC 2012 >>> 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 [...] `chroot.o' is up to date. (cd /src/rescue/rescue/../../usr.sbin/chown && /usr/bin/make -DRESCUE CRUNCH_CFLAGS=-DRESCUE DIRPRFX=rescue/rescue/chown/ depend && /usr/bin/make -DRESCUE CRUNCH_CFLAGS=-DRESCUE DIRPRFX=rescue/rescue/chown/ chown.o) `chown.o' is up to date. cc -static -o rescue rescue.o cat.lo chflags.lo chio.lo chmod.lo cp.lo date.lo dd.lo df.lo echo.lo ed.lo expr.lo getfacl.lo hostname.lo kenv.lo kill.lo ln.lo ls.lo mkdir.lo mv.lo pkill.lo ps.lo pwd.lo realpath.lo rm.lo rmdir.lo setfacl.lo sh.lo stty.lo sync.lo test.lo rcp.lo csh.lo atacontrol.lo badsect.lo camcontrol.lo ccdconfig.lo clri.lo devfs.lo dmesg.lo dump.lo dumpfs.lo dumpon.lo fsck.lo fsck_ffs.lo fsck_msdosfs.lo fsdb.lo fsirand.lo gbde.lo geom.lo ifconfig.lo init.lo kldconfig.lo kldload.lo kldstat.lo kldunload.lo ldconfig.lo md5.lo mdconfig.lo mdmfs.lo mknod.lo mount.lo mount_cd9660.lo mount_msdosfs.lo mount_nfs.lo mount_ntfs.lo mount_nullfs.lo mount_udf.lo mount_unionfs.lo newfs.lo newfs_msdos.lo nos-tun.lo ping.lo reboot.lo restore.lo rcorder.lo route.lo routed.lo rtquery.lo rtsol.lo savecore.lo spppcontrol.lo swapon.lo sysctl.lo tunefs.lo umount.lo atmconfig.lo ping6.lo ipf.lo zfs.lo zpool.lo bsdlabel.lo sconfig.lo fdisk.lo dhclient.lo head.lo mt.lo nc.lo sed.lo ! tail.lo tee.lo gzip.lo bzip2.lo xz.lo tar.lo vi.lo id.lo chroot.lo chown.lo /obj/i386.i386/src/rescue/rescue/../librescue/exec.o /obj/i386.i386/src/rescue/rescue/../librescue/getusershell.o /obj/i386.i386/src/rescue/rescue/../librescue/login_class.o /obj/i386.i386/src/rescue/rescue/../librescue/popen.o /obj/i386.i386/src/rescue/rescue/../librescue/rcmdsh.o /obj/i386.i386/src/rescue/rescue/../librescue/sysctl.o /obj/i386.i386/src/rescue/rescue/../librescue/system.o -lcrypt -ledit -lkvm -ll -ltermcap -lutil -lalias -lcam -lcurses -ldevstat -lipsec -lipx -lavl -lzfs -lnvpair -lpthread -luutil -lumem -lgeom -lbsdxml -lkiconv -lmd -lsbuf -lufs -lz -lbz2 -llzma -larchive -lcrypto -lm nc.lo: In function `_$$hide$$ nc.lo main': (.text+0x2086): warning: warning: mktemp() possibly used unsafely; consider using mkstemp() zfs.lo: In function `_$$hide$$ zfs.lo do_jail': _$$hide$$ zfs.lo zfs_main.c:(.text+0x1efb): undefined reference to `jail_getid' *** Error code 1 Stop in /obj/i386.i386/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 --- 2012-09-20 11:52:20 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-09-20 11:52:20 - ERROR: failed to build world TB --- 2012-09-20 11:52:20 - 6074.60 user 823.84 system 8539.99 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-i386.full From owner-freebsd-i386@FreeBSD.ORG Thu Sep 20 11:56:17 2012 Return-Path: Delivered-To: i386@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30417106566B; Thu, 20 Sep 2012 11:56: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 F37DF8FC14; Thu, 20 Sep 2012 11:56:16 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q8KBuGhG080001; Thu, 20 Sep 2012 07:56: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 q8KBuGZl079997; Thu, 20 Sep 2012 11:56:16 GMT (envelope-from tinderbox@freebsd.org) Date: Thu, 20 Sep 2012 11:56:16 GMT Message-Id: <201209201156.q8KBuGZl079997@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on i386/pc98 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2012 11:56:17 -0000 TB --- 2012-09-20 09:30:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-09-20 09:30:00 - 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 --- 2012-09-20 09:30:00 - starting HEAD tinderbox run for i386/pc98 TB --- 2012-09-20 09:30:00 - cleaning the object tree TB --- 2012-09-20 09:34:10 - cvsupping the source tree TB --- 2012-09-20 09:34:10 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/i386/pc98/supfile TB --- 2012-09-20 09:40:30 - building world TB --- 2012-09-20 09:40:30 - CROSS_BUILD_TESTING=YES TB --- 2012-09-20 09:40:30 - MAKEOBJDIRPREFIX=/obj TB --- 2012-09-20 09:40:30 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-09-20 09:40:30 - SRCCONF=/dev/null TB --- 2012-09-20 09:40:30 - TARGET=pc98 TB --- 2012-09-20 09:40:30 - TARGET_ARCH=i386 TB --- 2012-09-20 09:40:30 - TZ=UTC TB --- 2012-09-20 09:40:30 - __MAKE_CONF=/dev/null TB --- 2012-09-20 09:40:30 - cd /src TB --- 2012-09-20 09:40:30 - /usr/bin/make -B buildworld >>> World build started on Thu Sep 20 09:40:31 UTC 2012 >>> 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 [...] `chroot.o' is up to date. (cd /src/rescue/rescue/../../usr.sbin/chown && /usr/bin/make -DRESCUE CRUNCH_CFLAGS=-DRESCUE DIRPRFX=rescue/rescue/chown/ depend && /usr/bin/make -DRESCUE CRUNCH_CFLAGS=-DRESCUE DIRPRFX=rescue/rescue/chown/ chown.o) `chown.o' is up to date. cc -static -o rescue rescue.o cat.lo chflags.lo chio.lo chmod.lo cp.lo date.lo dd.lo df.lo echo.lo ed.lo expr.lo getfacl.lo hostname.lo kenv.lo kill.lo ln.lo ls.lo mkdir.lo mv.lo pkill.lo ps.lo pwd.lo realpath.lo rm.lo rmdir.lo setfacl.lo sh.lo stty.lo sync.lo test.lo rcp.lo csh.lo atacontrol.lo badsect.lo camcontrol.lo ccdconfig.lo clri.lo devfs.lo dmesg.lo dump.lo dumpfs.lo dumpon.lo fsck.lo fsck_ffs.lo fsck_msdosfs.lo fsdb.lo fsirand.lo gbde.lo geom.lo ifconfig.lo init.lo kldconfig.lo kldload.lo kldstat.lo kldunload.lo ldconfig.lo md5.lo mdconfig.lo mdmfs.lo mknod.lo mount.lo mount_cd9660.lo mount_msdosfs.lo mount_nfs.lo mount_ntfs.lo mount_nullfs.lo mount_udf.lo mount_unionfs.lo newfs.lo newfs_msdos.lo nos-tun.lo ping.lo reboot.lo restore.lo rcorder.lo route.lo routed.lo rtquery.lo rtsol.lo savecore.lo spppcontrol.lo swapon.lo sysctl.lo tunefs.lo umount.lo atmconfig.lo ping6.lo ipf.lo zfs.lo zpool.lo bsdlabel.lo sconfig.lo fdisk.lo dhclient.lo head.lo mt.lo nc.lo sed.lo ! tail.lo tee.lo gzip.lo bzip2.lo xz.lo tar.lo vi.lo id.lo chroot.lo chown.lo /obj/pc98.i386/src/rescue/rescue/../librescue/exec.o /obj/pc98.i386/src/rescue/rescue/../librescue/getusershell.o /obj/pc98.i386/src/rescue/rescue/../librescue/login_class.o /obj/pc98.i386/src/rescue/rescue/../librescue/popen.o /obj/pc98.i386/src/rescue/rescue/../librescue/rcmdsh.o /obj/pc98.i386/src/rescue/rescue/../librescue/sysctl.o /obj/pc98.i386/src/rescue/rescue/../librescue/system.o -lcrypt -ledit -lkvm -ll -ltermcap -lutil -lalias -lcam -lcurses -ldevstat -lipsec -lipx -lavl -lzfs -lnvpair -lpthread -luutil -lumem -lgeom -lbsdxml -lkiconv -lmd -lsbuf -lufs -lz -lbz2 -llzma -larchive -lcrypto -lm nc.lo: In function `_$$hide$$ nc.lo main': (.text+0x2086): warning: warning: mktemp() possibly used unsafely; consider using mkstemp() zfs.lo: In function `_$$hide$$ zfs.lo do_jail': _$$hide$$ zfs.lo zfs_main.c:(.text+0x1efb): undefined reference to `jail_getid' *** Error code 1 Stop in /obj/pc98.i386/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 --- 2012-09-20 11:56:16 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-09-20 11:56:16 - ERROR: failed to build world TB --- 2012-09-20 11:56:16 - 6065.97 user 821.86 system 8775.44 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-pc98.full From owner-freebsd-i386@FreeBSD.ORG Thu Sep 20 23:26:20 2012 Return-Path: Delivered-To: i386@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 37A7A106566B; Thu, 20 Sep 2012 23:26:20 +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 ED4038FC0A; Thu, 20 Sep 2012 23:26:19 +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 q8KNQJh9094231; Thu, 20 Sep 2012 23:26:19 GMT (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-stable.sentex.ca (8.14.5/8.14.5/Submit) id q8KNQJvQ094230; Thu, 20 Sep 2012 23:26:19 GMT (envelope-from tinderbox@freebsd.org) Date: Thu, 20 Sep 2012 23:26:19 GMT Message-Id: <201209202326.q8KNQJvQ094230@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 , , Precedence: bulk Cc: Subject: [releng_9_1 tinderbox] failure on i386/i386 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2012 23:26:20 -0000 TB --- 2012-09-20 23:20:00 - tinderbox 2.9 running on freebsd-stable.sentex.ca TB --- 2012-09-20 23:20:00 - FreeBSD freebsd-stable.sentex.ca 8.2-STABLE FreeBSD 8.2-STABLE #4: Wed Sep 28 13:48:49 UTC 2011 mdtancsa@freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/server amd64 TB --- 2012-09-20 23:20:00 - starting RELENG_9_1 tinderbox run for i386/i386 TB --- 2012-09-20 23:20:00 - cleaning the object tree TB --- 2012-09-20 23:20:00 - checking out /src from svn://svn.freebsd.org/base/releng/9.1 TB --- 2012-09-20 23:20:00 - cd /tinderbox/RELENG_9_1/i386/i386 TB --- 2012-09-20 23:20:00 - /usr/local/bin/svn cleanup /src TB --- 2012-09-20 23:21:58 - /usr/local/bin/svn update /src TB --- 2012-09-20 23:26:19 - WARNING: /usr/local/bin/svn returned exit code 1 TB --- 2012-09-20 23:26:19 - ERROR: unable to check out the source tree TB --- 2012-09-20 23:26:19 - 3.41 user 3.52 system 378.79 real http://tinderbox.freebsd.org/tinderbox-releng_9-RELENG_9_1-i386-i386.full From owner-freebsd-i386@FreeBSD.ORG Sat Sep 22 04:52:02 2012 Return-Path: Delivered-To: i386@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1C262106564A; Sat, 22 Sep 2012 04:52:01 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-legacy2.sentex.ca (freebsd-legacy2.sentex.ca [IPv6:2607:f3e0:0:3::6502:9c]) by mx1.freebsd.org (Postfix) with ESMTP id 92F8B8FC08; Sat, 22 Sep 2012 04:52:01 +0000 (UTC) Received: from freebsd-legacy2.sentex.ca (localhost [127.0.0.1]) by freebsd-legacy2.sentex.ca (8.14.5/8.14.5) with ESMTP id q8M4q1at090750; Sat, 22 Sep 2012 04:52:01 GMT (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-legacy2.sentex.ca (8.14.5/8.14.5/Submit) id q8M4q1xt090749; Sat, 22 Sep 2012 04:52:01 GMT (envelope-from tinderbox@freebsd.org) Date: Sat, 22 Sep 2012 04:52:01 GMT Message-Id: <201209220452.q8M4q1xt090749@freebsd-legacy2.sentex.ca> X-Authentication-Warning: freebsd-legacy2.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [releng_8 tinderbox] failure on i386/i386 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2012 04:52:02 -0000 TB --- 2012-09-22 04:47:11 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca TB --- 2012-09-22 04:47:11 - FreeBSD freebsd-legacy2.sentex.ca 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-09-22 04:47:11 - starting RELENG_8 tinderbox run for i386/i386 TB --- 2012-09-22 04:47:11 - cleaning the object tree TB --- 2012-09-22 04:47:11 - checking out /src from svn://svn.freebsd.org/base/stable/8 TB --- 2012-09-22 04:47:11 - cd /tinderbox/RELENG_8/i386/i386 TB --- 2012-09-22 04:47:11 - /usr/local/bin/svn cleanup /src TB --- 2012-09-22 04:47:21 - /usr/local/bin/svn update /src TB --- 2012-09-22 04:52:01 - WARNING: /usr/local/bin/svn returned exit code 1 TB --- 2012-09-22 04:52:01 - ERROR: unable to check out the source tree TB --- 2012-09-22 04:52:01 - 2.46 user 4.66 system 289.30 real http://tinderbox.freebsd.org/tinderbox-releng_8-RELENG_8-i386-i386.full From owner-freebsd-i386@FreeBSD.ORG Sat Sep 22 08:47:39 2012 Return-Path: Delivered-To: i386@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B66891065673; Sat, 22 Sep 2012 08:47:39 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-legacy2.sentex.ca (freebsd-legacy2.sentex.ca [IPv6:2607:f3e0:0:3::6502:9c]) by mx1.freebsd.org (Postfix) with ESMTP id 79D1F8FC0C; Sat, 22 Sep 2012 08:47:39 +0000 (UTC) Received: from freebsd-legacy2.sentex.ca (localhost [127.0.0.1]) by freebsd-legacy2.sentex.ca (8.14.5/8.14.5) with ESMTP id q8M8ldNO091838; Sat, 22 Sep 2012 08:47:39 GMT (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-legacy2.sentex.ca (8.14.5/8.14.5/Submit) id q8M8ldQ8091835; Sat, 22 Sep 2012 08:47:39 GMT (envelope-from tinderbox@freebsd.org) Date: Sat, 22 Sep 2012 08:47:39 GMT Message-Id: <201209220847.q8M8ldQ8091835@freebsd-legacy2.sentex.ca> X-Authentication-Warning: freebsd-legacy2.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [releng_8 tinderbox] failure on i386/i386 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2012 08:47:40 -0000 TB --- 2012-09-22 08:41:41 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca TB --- 2012-09-22 08:41:41 - FreeBSD freebsd-legacy2.sentex.ca 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-09-22 08:41:41 - starting RELENG_8 tinderbox run for i386/i386 TB --- 2012-09-22 08:41:41 - cleaning the object tree TB --- 2012-09-22 08:41:41 - checking out /src from svn://svn.freebsd.org/base/stable/8 TB --- 2012-09-22 08:41:41 - cd /tinderbox/RELENG_8/i386/i386 TB --- 2012-09-22 08:41:41 - /usr/local/bin/svn cleanup /src TB --- 2012-09-22 08:41:51 - /usr/local/bin/svn update /src TB --- 2012-09-22 08:47:39 - WARNING: /usr/local/bin/svn returned exit code 1 TB --- 2012-09-22 08:47:39 - ERROR: unable to check out the source tree TB --- 2012-09-22 08:47:39 - 2.14 user 4.91 system 357.35 real http://tinderbox.freebsd.org/tinderbox-releng_8-RELENG_8-i386-i386.full From owner-freebsd-i386@FreeBSD.ORG Sat Sep 22 22:48:17 2012 Return-Path: Delivered-To: i386@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BB72D106566C; Sat, 22 Sep 2012 22:48:17 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-legacy2.sentex.ca (freebsd-legacy2.sentex.ca [IPv6:2607:f3e0:0:3::6502:9c]) by mx1.freebsd.org (Postfix) with ESMTP id 7C15E8FC15; Sat, 22 Sep 2012 22:48:17 +0000 (UTC) Received: from freebsd-legacy2.sentex.ca (localhost [127.0.0.1]) by freebsd-legacy2.sentex.ca (8.14.5/8.14.5) with ESMTP id q8MMmHp6063230; Sat, 22 Sep 2012 22:48:17 GMT (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-legacy2.sentex.ca (8.14.5/8.14.5/Submit) id q8MMmHuZ063225; Sat, 22 Sep 2012 22:48:17 GMT (envelope-from tinderbox@freebsd.org) Date: Sat, 22 Sep 2012 22:48:17 GMT Message-Id: <201209222248.q8MMmHuZ063225@freebsd-legacy2.sentex.ca> X-Authentication-Warning: freebsd-legacy2.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [releng_8 tinderbox] failure on i386/pc98 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2012 22:48:17 -0000 TB --- 2012-09-22 22:42:18 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca TB --- 2012-09-22 22:42:18 - FreeBSD freebsd-legacy2.sentex.ca 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-09-22 22:42:18 - starting RELENG_8 tinderbox run for i386/pc98 TB --- 2012-09-22 22:42:18 - cleaning the object tree TB --- 2012-09-22 22:42:18 - checking out /src from svn://svn.freebsd.org/base/stable/8 TB --- 2012-09-22 22:42:18 - cd /tinderbox/RELENG_8/i386/pc98 TB --- 2012-09-22 22:42:18 - /usr/local/bin/svn cleanup /src TB --- 2012-09-22 22:42:28 - /usr/local/bin/svn update /src TB --- 2012-09-22 22:48:17 - WARNING: /usr/local/bin/svn returned exit code 1 TB --- 2012-09-22 22:48:17 - ERROR: unable to check out the source tree TB --- 2012-09-22 22:48:17 - 2.21 user 4.74 system 358.27 real http://tinderbox.freebsd.org/tinderbox-releng_8-RELENG_8-i386-pc98.full