Date: Wed, 22 Jun 2011 19:03:11 -0400 From: Jung-uk Kim <jkim@FreeBSD.org> To: freebsd-current@FreeBSD.org Cc: FreeBSD Tinderbox <tinderbox@freebsd.org>, ia64@freebsd.org Subject: Re: [head tinderbox] failure on ia64/ia64 Message-ID: <201106221903.13761.jkim@FreeBSD.org> In-Reply-To: <201106222244.p5MMiUMv088035@freebsd-current.sentex.ca> References: <201106222244.p5MMiUMv088035@freebsd-current.sentex.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106221903.13761.jkim>