From owner-freebsd-tinderbox@FreeBSD.ORG Wed Dec 17 13:25:13 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F3D71065673; Wed, 17 Dec 2008 13:25:12 +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 40C698FC16; Wed, 17 Dec 2008 13:25:11 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.3/8.14.3) with ESMTP id mBHDPAdk064605; Wed, 17 Dec 2008 08:25:10 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.3/8.14.3) with ESMTP id mBHDPAT8092323; Wed, 17 Dec 2008 08:25:10 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id E99EB73039; Wed, 17 Dec 2008 08:25:09 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20081217132509.E99EB73039@freebsd-current.sentex.ca> Date: Wed, 17 Dec 2008 08:25:09 -0500 (EST) X-Virus-Scanned: ClamAV version 0.94.2, clamav-milter version 0.94.2 on clamscanner2 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: Subject: [head tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2008 13:25:13 -0000 TB --- 2008-12-17 10:44:46 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2008-12-17 10:44:46 - starting HEAD tinderbox run for ia64/ia64 TB --- 2008-12-17 10:44:46 - cleaning the object tree TB --- 2008-12-17 10:45:29 - cvsupping the source tree TB --- 2008-12-17 10:45:29 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/ia64/ia64/supfile TB --- 2008-12-17 10:45:40 - building world TB --- 2008-12-17 10:45:40 - MAKEOBJDIRPREFIX=/obj TB --- 2008-12-17 10:45:40 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2008-12-17 10:45:40 - TARGET=ia64 TB --- 2008-12-17 10:45:40 - TARGET_ARCH=ia64 TB --- 2008-12-17 10:45:40 - TZ=UTC TB --- 2008-12-17 10:45:40 - __MAKE_CONF=/dev/null TB --- 2008-12-17 10:45:40 - cd /src TB --- 2008-12-17 10:45:40 - /usr/bin/make -B buildworld >>> World build started on Wed Dec 17 10:45:42 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 Wed Dec 17 13:06:39 UTC 2008 TB --- 2008-12-17 13:06:39 - generating LINT kernel config TB --- 2008-12-17 13:06:39 - cd /src/sys/ia64/conf TB --- 2008-12-17 13:06:39 - /usr/bin/make -B LINT TB --- 2008-12-17 13:06:39 - building LINT kernel TB --- 2008-12-17 13:06:39 - MAKEOBJDIRPREFIX=/obj TB --- 2008-12-17 13:06:39 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2008-12-17 13:06:39 - TARGET=ia64 TB --- 2008-12-17 13:06:39 - TARGET_ARCH=ia64 TB --- 2008-12-17 13:06:39 - TZ=UTC TB --- 2008-12-17 13:06:39 - __MAKE_CONF=/dev/null TB --- 2008-12-17 13:06:39 - cd /src TB --- 2008-12-17 13:06:39 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Wed Dec 17 13:06:39 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 [...] awk -f /src/sys/tools/makeobjops.awk /src/sys/kern/clock_if.m -c ; 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror clock_if.c awk -f /src/sys/tools/makeobjops.awk /src/sys/kern/cpufreq_if.m -c ; 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror cpufreq_if.c awk -f /src/sys/tools/makeobjops.awk /src/sys/kern/device_if.m -c ; 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror device_if.c 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/kern/imgact_elf.c /src/sys/kern/imgact_elf.c: In function 'elf64_freebsd_fixup': /src/sys/kern/imgact_elf.c:898: error: 'AT_DEBUG' undeclared (first use in this function) /src/sys/kern/imgact_elf.c:898: error: (Each undeclared identifier is reported only once /src/sys/kern/imgact_elf.c:898: error: for each function it appears in.) *** Error code 1 Stop in /obj/ia64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-12-17 13:25:09 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-12-17 13:25:09 - ERROR: failed to build lint kernel TB --- 2008-12-17 13:25:09 - 6276.55 user 463.18 system 9623.39 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full