From owner-freebsd-current@FreeBSD.ORG Wed Jun 22 23:03:22 2011 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id 289C5106566C; Wed, 22 Jun 2011 23:03:22 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-current@FreeBSD.org Date: Wed, 22 Jun 2011 19:03:11 -0400 User-Agent: KMail/1.6.2 References: <201106222244.p5MMiUMv088035@freebsd-current.sentex.ca> In-Reply-To: <201106222244.p5MMiUMv088035@freebsd-current.sentex.ca> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201106221903.13761.jkim@FreeBSD.org> Cc: FreeBSD Tinderbox , ia64@freebsd.org Subject: Re: [head tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jun 2011 23:03:22 -0000 On Wednesday 22 June 2011 06:44 pm, FreeBSD Tinderbox wrote: > TB --- 2011-06-22 20:58:31 - tinderbox 2.7 running on > freebsd-current.sentex.ca TB --- 2011-06-22 20:58:31 - starting > HEAD tinderbox run for ia64/ia64 TB --- 2011-06-22 20:58:31 - > cleaning the object tree > TB --- 2011-06-22 20:58:52 - cvsupping the source tree > TB --- 2011-06-22 20:58:52 - /usr/bin/csup -z -r 3 -g -L 1 -h > cvsup.sentex.ca /tinderbox/HEAD/ia64/ia64/supfile TB --- 2011-06-22 > 20:59:06 - building world > TB --- 2011-06-22 20:59:06 - MAKEOBJDIRPREFIX=/obj > TB --- 2011-06-22 20:59:06 - PATH=/usr/bin:/usr/sbin:/bin:/sbin > TB --- 2011-06-22 20:59:06 - TARGET=ia64 > TB --- 2011-06-22 20:59:06 - TARGET_ARCH=ia64 > TB --- 2011-06-22 20:59:06 - TZ=UTC > TB --- 2011-06-22 20:59:06 - __MAKE_CONF=/dev/null > TB --- 2011-06-22 20:59:06 - cd /src > TB --- 2011-06-22 20:59:06 - /usr/bin/make -B buildworld > > >>> World build started on Wed Jun 22 20:59:07 UTC 2011 > >>> 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 Jun 22 22:23:57 UTC 2011 > > TB --- 2011-06-22 22:23:57 - generating LINT kernel config > TB --- 2011-06-22 22:23:57 - cd /src/sys/ia64/conf > TB --- 2011-06-22 22:23:57 - /usr/bin/make -B LINT > TB --- 2011-06-22 22:23:57 - building LINT kernel > TB --- 2011-06-22 22:23:57 - MAKEOBJDIRPREFIX=/obj > TB --- 2011-06-22 22:23:57 - PATH=/usr/bin:/usr/sbin:/bin:/sbin > TB --- 2011-06-22 22:23:57 - TARGET=ia64 > TB --- 2011-06-22 22:23:57 - TARGET_ARCH=ia64 > TB --- 2011-06-22 22:23:57 - TZ=UTC > TB --- 2011-06-22 22:23:57 - __MAKE_CONF=/dev/null > TB --- 2011-06-22 22:23:57 - cd /src > TB --- 2011-06-22 22:23:57 - /usr/bin/make -B buildkernel > KERNCONF=LINT > > >>> Kernel build for LINT started on Wed Jun 22 22:23:57 UTC 2011 > >>> 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 -shared -nostdlib hack.c -o hack.So > rm -f hack.c > MAKE=/usr/bin/make sh /src/sys/conf/newvers.sh LINT > 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 -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 > vers.c linking kernel > acpi_cpu.o: In function `acpi_cpu_cx_list': > acpi_cpu.c:(.text+0xab2): undefined reference to > `cpu_can_deep_sleep' acpi_cpu.c:(.text+0xaf0): undefined reference > to `cpu_can_deep_sleep' *** Error code 1 Sorry, it should be fixed by r223449. I have no idea why kern_clocksource.c was excluded for ia64, though. :-( Jung-uk Kim