Date: Thu, 26 Feb 2009 15:36:21 -0500 From: John Baldwin <jhb@freebsd.org> To: freebsd-stable@freebsd.org Cc: FreeBSD Tinderbox <tinderbox@freebsd.org>, sparc64@freebsd.org Subject: Re: [releng_7 tinderbox] failure on sparc64/sparc64 Message-ID: <200902261536.21497.jhb@freebsd.org> In-Reply-To: <20090226185449.0370D1B5060@freebsd-stable.sentex.ca> References: <20090226185449.0370D1B5060@freebsd-stable.sentex.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
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 1 Gah, 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902261536.21497.jhb>