TB --- 2009-02-26 17:42:23 - tinderbox 2.6 running on freebsd-stable.sentex.ca TB --- 2009-02-26 17:42:23 - starting RELENG_7 tinderbox run for sparc64/sparc64 TB --- 2009-02-26 17:42:23 - cleaning the object tree TB --- 2009-02-26 17:42:41 - cvsupping the source tree TB --- 2009-02-26 17:42:41 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/RELENG_7/sparc64/sparc64/supfile TB --- 2009-02-26 17:42:51 - building world TB --- 2009-02-26 17:42:51 - MAKEOBJDIRPREFIX=/obj TB --- 2009-02-26 17:42:51 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-02-26 17:42:51 - TARGET=sparc64 TB --- 2009-02-26 17:42:51 - TARGET_ARCH=sparc64 TB --- 2009-02-26 17:42:51 - TZ=UTC TB --- 2009-02-26 17:42:51 - __MAKE_CONF=/dev/null TB --- 2009-02-26 17:42:51 - cd /src TB --- 2009-02-26 17:42:51 - /usr/bin/make -B buildworld>>> World build started on Thu Feb 26 17:42:53 UTC 2009 >>> 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 Thu Feb 26 18:42:22 UTC 2009TB --- 2009-02-26 18:42:22 - generating LINT kernel config TB --- 2009-02-26 18:42:22 - cd /src/sys/sparc64/conf TB --- 2009-02-26 18:42:22 - /usr/bin/make -B LINT TB --- 2009-02-26 18:42:23 - building LINT kernel TB --- 2009-02-26 18:42:23 - MAKEOBJDIRPREFIX=/obj TB --- 2009-02-26 18:42:23 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-02-26 18:42:23 - TARGET=sparc64 TB --- 2009-02-26 18:42:23 - TARGET_ARCH=sparc64 TB --- 2009-02-26 18:42:23 - TZ=UTC TB --- 2009-02-26 18:42:23 - __MAKE_CONF=/dev/null TB --- 2009-02-26 18:42:23 - cd /src TB --- 2009-02-26 18:42:23 - /usr/bin/make -B buildkernel KERNCONF=LINT>>> Kernel build for LINT started on Thu Feb 26 18:42:23 UTC 2009 >>> 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[...] :> hack.c 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -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 -mcmodel=medany -msoft-float -ffreestanding -Werror vers.c linking kernel vm_map.o(.text+0x3324): In function `vm_map_find': : undefined reference to `pmap_align_superpage' *** Error code 1 Stop in /obj/sparc64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-02-26 18:54:48 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-02-26 18:54:48 - ERROR: failed to build lint kernel TB --- 2009-02-26 18:54:48 - 3800.23 user 368.36 system 4345.76 real http://tinderbox.des.no/tinderbox-releng_7-RELENG_7-sparc64-sparc64.full
On Thursday 26 February 2009 1:54:49 pm FreeBSD Tinderbox wrote:> [...] > :> hack.c > 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 -nostdinc > -I. -I/src/sys -I/src/sys/contrib/altq -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 > -mcmodel=medany -msoft-float -ffreestanding -Werror vers.c > linking kernel > vm_map.o(.text+0x3324): In function `vm_map_find': > : undefined reference to `pmap_align_superpage' > *** Error code 1Gah, sorry for the breakage. I have found the relevant change in HEAD to MFC and am trying to merge it, but am having some issues with NFS at the moment that are making it take a while. The two SVN changes I've found so far that are relevant are 175397 and 178893. -- John Baldwin