On 6/20/2011 12:10 PM, mdf@FreeBSD.org wrote:
> On Mon, Jun 20, 2011 at 11:40 AM, Garrett Cooper<yanegomi@gmail.com> w=
rote:
>> On Mon, Jun 20, 2011 at 11:37 AM, FreeBSD Tinderbox
>> <tinderbox@freebsd.org> wrote:
>>> TB --- 2011-06-20 17:09:28 - tinderbox 2.7 running on freebsd-current=
=2Esentex.ca
>>> TB --- 2011-06-20 17:09:28 - starting HEAD tinderbox run for ia64/ia6=
4
>>> TB --- 2011-06-20 17:09:28 - cleaning the object tree
>>> TB --- 2011-06-20 17:09:40 - cvsupping the source tree
>>> TB --- 2011-06-20 17:09:40 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.s=
entex.ca /tinderbox/HEAD/ia64/ia64/supfile
>>> TB --- 2011-06-20 17:10:27 - building world
>>> TB --- 2011-06-20 17:10:27 - MAKEOBJDIRPREFIX=3D/obj
>>> TB --- 2011-06-20 17:10:27 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin
>>> TB --- 2011-06-20 17:10:27 - TARGET=3Dia64
>>> TB --- 2011-06-20 17:10:27 - TARGET_ARCH=3Dia64
>>> TB --- 2011-06-20 17:10:27 - TZ=3DUTC
>>> TB --- 2011-06-20 17:10:27 - __MAKE_CONF=3D/dev/null
>>> TB --- 2011-06-20 17:10:27 - cd /src
>>> TB --- 2011-06-20 17:10:27 - /usr/bin/make -B buildworld
>>>>>> World build started on Mon Jun 20 17:10:28 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 Mon Jun 20 18:35:55 UTC 2011
>>> TB --- 2011-06-20 18:35:56 - generating LINT kernel config
>>> TB --- 2011-06-20 18:35:56 - cd /src/sys/ia64/conf
>>> TB --- 2011-06-20 18:35:56 - /usr/bin/make -B LINT
>>> TB --- 2011-06-20 18:35:56 - building LINT kernel
>>> TB --- 2011-06-20 18:35:56 - MAKEOBJDIRPREFIX=3D/obj
>>> TB --- 2011-06-20 18:35:56 - PATH=3D/usr/bin:/usr/sbin:/bin:/sbin
>>> TB --- 2011-06-20 18:35:56 - TARGET=3Dia64
>>> TB --- 2011-06-20 18:35:56 - TARGET_ARCH=3Dia64
>>> TB --- 2011-06-20 18:35:56 - TZ=3DUTC
>>> TB --- 2011-06-20 18:35:56 - __MAKE_CONF=3D/dev/null
>>> TB --- 2011-06-20 18:35:56 - cd /src
>>> TB --- 2011-06-20 18:35:56 - /usr/bin/make -B buildkernel KERNCONF=3D=
LINT
>>>>>> Kernel build for LINT started on Mon Jun 20 18:35:56 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
>>> [...]
>>> awk -f /src/sys/tools/makeobjops.awk /src/sys/kgssapi/kgss_if.m -h
>>> awk -f /src/sys/tools/makeobjops.awk /src/sys/libkern/iconv_converter=
_if.m -h
>>> awk -f /src/sys/tools/makeobjops.awk /src/sys/opencrypto/cryptodev_if=
=2Em -h
>>> awk -f /src/sys/tools/makeobjops.awk /src/sys/dev/acpica/acpi_if.m -h=
>>> rm -f .newdep
>>> /usr/bin/make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | MKDEP_CPP=3D=
"cc -E" CC=3D"cc" xargs mkdep -a -f .newdep -O2 -pipe -fno-strict-aliasin=
g -std=3Dc99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototyp=
es -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -W=
no-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics=
-show-option -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys=
/contrib/ipfilter -I/src/sys/contrib/pf -I/src/sys/dev/ath -I/src/sys/dev=
/ath/ath_hal -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -I/src/sys/gnu/f=
s/xfs/FreeBSD -I/src/sys/gnu/fs/xfs/FreeBSD/support -I/src/sys/gnu/fs/xfs=
-I/src/sys/dev/cxgb -I/src/sys/dev/cxgbe -I/src/sys/contrib/ia64/libuwx/=
src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-com=
mon -finline-limit=3D15000 --param inline-unit-growth=3D100 --param large=
-function-growth=3D1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-ra=
nge=3Df32-f127 -fpic -ffreestanding
>>> /src/sys/vm/vm_page.c:2356:2: error: #error "PAGE_SIZE is not support=
ed."
>>> mkdep: compile failed
>>> *** Error code 1
>>>
>>> Stop in /obj/ia64.ia64/src/sys/LINT.
>>> *** Error code 1
>>>
>>> Stop in /src.
>>> *** Error code 1
>> r223307 broke tinderbox on ia64. What should the PAGE_SIZE be for
>> that architecture?
> The LINT configuration file uses 1<<15, or 32768. It should just be a
> matter of adding a case and using atomic_clear_long.
>
I'm afraid not. The surrounding code in vm_page.c is declaring and=20
passing around int's. The notion in vm_page.h that we support 32KB=20
pages is a fiction that has never been implemented in vm_page.c.
Alan
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"