Date: Fri, 30 Oct 2009 15:07:29 -0400 From: John Baldwin <jhb@freebsd.org> To: freebsd-stable@freebsd.org Cc: stable@freebsd.org, pluknet <pluknet@gmail.com>, FreeBSD Tinderbox <tinderbox@freebsd.org>, i386@freebsd.org Subject: Re: [releng_7 tinderbox] failure on i386/pc98 Message-ID: <200910301507.29875.jhb@freebsd.org> In-Reply-To: <a31046fc0910300212g5932df4cmc27ae03a6f961298@mail.gmail.com> References: <20091030084829.525521B5060@freebsd-stable.sentex.ca> <a31046fc0910300212g5932df4cmc27ae03a6f961298@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 30 October 2009 5:12:43 am pluknet wrote: > 2009/10/30 FreeBSD Tinderbox <tinderbox@freebsd.org>: > > TB --- 2009-10-30 07:41:34 - tinderbox 2.6 running on freebsd-stable.sentex.ca > > TB --- 2009-10-30 07:41:34 - starting RELENG_7 tinderbox run for i386/pc98 > > TB --- 2009-10-30 07:41:34 - cleaning the object tree > > TB --- 2009-10-30 07:42:00 - cvsupping the source tree > > TB --- 2009-10-30 07:42:00 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/RELENG_7/i386/pc98/supfile > > TB --- 2009-10-30 07:42:12 - building world > > TB --- 2009-10-30 07:42:12 - MAKEOBJDIRPREFIX=/obj > > TB --- 2009-10-30 07:42:12 - PATH=/usr/bin:/usr/sbin:/bin:/sbin > > TB --- 2009-10-30 07:42:12 - TARGET=pc98 > > TB --- 2009-10-30 07:42:12 - TARGET_ARCH=i386 > > TB --- 2009-10-30 07:42:12 - TZ=UTC > > TB --- 2009-10-30 07:42:12 - __MAKE_CONF=/dev/null > > TB --- 2009-10-30 07:42:12 - cd /src > > TB --- 2009-10-30 07:42:12 - /usr/bin/make -B buildworld > >>>> World build started on Fri Oct 30 07:42:13 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 Fri Oct 30 08:46:35 UTC 2009 > > TB --- 2009-10-30 08:46:35 - generating LINT kernel config > > TB --- 2009-10-30 08:46:35 - cd /src/sys/pc98/conf > > TB --- 2009-10-30 08:46:35 - /usr/bin/make -B LINT > > TB --- 2009-10-30 08:46:36 - building LINT kernel > > TB --- 2009-10-30 08:46:36 - MAKEOBJDIRPREFIX=/obj > > TB --- 2009-10-30 08:46:36 - PATH=/usr/bin:/usr/sbin:/bin:/sbin > > TB --- 2009-10-30 08:46:36 - TARGET=pc98 > > TB --- 2009-10-30 08:46:36 - TARGET_ARCH=i386 > > TB --- 2009-10-30 08:46:36 - TZ=UTC > > TB --- 2009-10-30 08:46:36 - __MAKE_CONF=/dev/null > > TB --- 2009-10-30 08:46:36 - cd /src > > TB --- 2009-10-30 08:46:36 - /usr/bin/make -B buildkernel KERNCONF=LINT > >>>> Kernel build for LINT started on Fri Oct 30 08:46:36 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 > > [...] > > awk -f /src/sys/tools/makeobjops.awk /src/sys/opencrypto/cryptodev_if.m -h > > awk -f /src/sys/tools/makeobjops.awk /src/sys/pci/agp_if.m -h > > awk -f /src/sys/tools/makeobjops.awk /src/sys/pc98/pc98/canbus_if.m -h > > rm -f .newdep > > /usr/bin/make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | MKDEP_CPP="cc -E" CC="cc" xargs mkdep -a -f .newdep -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 -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/fs/xfs/FreeBSD -I/src/sys/gnu/fs/xfs/FreeBSD/support -I/src/sys/gnu/fs/xfs -I/src/sys/contrib/opensolaris/compat -I/src/sys/dev/cxgb -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestand > > ing > > /src/sys/i386/i386/mp_machdep.c:76:25: error: machine/mca.h: No such file or directory > > /src/sys/i386/i386/trap.c:93:25: error: machine/mca.h: No such file or directory > > mkdep: compile failed > > MFC r192106 ? Doh, yes. Will fix it in a bit. -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910301507.29875.jhb>
