Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Aug 2004 16:51:31 -0400
From:      John Baldwin <jhb@FreeBSD.org>
To:        obrien@FreeBSD.org
Cc:        cvs-src@FreeBSD.org
Subject:   Re: cvs commit: src/sys/conf options.pc98
Message-ID:  <200408181651.31593.jhb@FreeBSD.org>
In-Reply-To: <20040818191959.GA10978@dragon.nuxi.com>
References:  <200408180346.i7I3kdSj026379@repoman.freebsd.org> <20040819.005752.74729270.nyan@jp.FreeBSD.org> <20040818191959.GA10978@dragon.nuxi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 18 August 2004 03:19 pm, David O'Brien wrote:
> On Thu, Aug 19, 2004 at 12:57:52AM +0900, Takahashi Yoshihiro wrote:
> > In article <200408180346.i7I3kdSj026379@repoman.freebsd.org>
> >
> > Robert Watson <rwatson@FreeBSD.org> writes:
> > >   Since pc98 shares the AGP driver with the i386, also define the
> > >   amd64 agp option here in order to let the pc98 kernel build
> > >   complete.  This doesn't seem right, since there probably aren't
> > >   plans to build a pc98 amd64 box; however, it's not clear to me
> > >   how to get config to generate an opt_agp.h without an option
> > >   defined.
> >
> > I think that using '#ifndef PC98' in agp_sis.c and agp_via.c is better
> > way rather than putting unneeded line in options.pc98.
>
> Agreed.  I suspected that would fix things, but I'm waiting on rwatson so
> send me the error logs so I know what was breaking the build.

The tinderbox logs on -current@ aren't all that hard to find. :-P

TB --- 2004-08-18 00:10:16 - tinderbox 2.3 running on freebsd-current.sente=
x.ca
TB --- 2004-08-18 00:10:16 - starting CURRENT tinderbox run for i386/pc98
TB --- 2004-08-18 00:10:16 - checking out the source tree
TB --- 2004-08-18 00:10:16 - cd /home/tinderbox/sandbox/CURRENT/i386/pc98
TB --- 2004-08-18 00:10:16 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd =
=2DA src
TB --- 2004-08-18 00:16:12 - building world (CFLAGS=3D-O2 -pipe)
TB --- 2004-08-18 00:16:12 - cd /home/tinderbox/sandbox/CURRENT/i386/pc98/s=
rc
TB --- 2004-08-18 00:16:12 - /usr/bin/make -B buildworld
>>> 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
TB --- 2004-08-18 01:21:47 - building generic kernel (COPTFLAGS=3D-O2 -pipe)
TB --- 2004-08-18 01:21:47 - cd /home/tinderbox/sandbox/CURRENT/i386/pc98/s=
rc
TB --- 2004-08-18 01:21:47 - /usr/bin/make buildkernel KERNCONF=3DGENERIC
>>> Kernel build for GENERIC started on Wed Aug 18 01:21:47 UTC 2004
>>> 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 @/tools/makeobjops.awk @/dev/pci/pci_if.m -h
ln -s /tinderbox/CURRENT/i386/pc98/obj/pc98/tinderbox/CURRENT/i386/pc98/src=
/sys/GENERIC/opt_bdg.h opt_bdg.h
ln -s /tinderbox/CURRENT/i386/pc98/obj/pc98/tinderbox/CURRENT/i386/pc98/src=
/sys/GENERIC/opt_bus.h opt_bus.h
rm -f .depend
mkdep -f .depend -a =A0 -nostdinc -DPC98 -D_KERNEL -DKLD_MODULE -I- -I. -I@=
 -I@/contrib/altq -I@/../include -I/home/tinderbox/sandbox/CURRENT/i386/pc9=
8/obj/pc98/tinderbox/CURRENT/i386/pc98/src/i386/usr/include -I/tinderbox/CU=
RRENT/i386/pc98/obj/pc98/tinderbox/CURRENT/i386/pc98/src/sys/GENERIC /tinde=
rbox/CURRENT/i386/pc98/src/sys/modules/agp/../../pci/agp.c agp_if.c /tinder=
box/CURRENT/i386/pc98/src/sys/modules/agp/../../pci/agp_i810.c /tinderbox/C=
URRENT/i386/pc98/src/sys/modules/agp/../../pci/agp_intel.c /tinderbox/CURRE=
NT/i386/pc98/src/sys/modules/agp/../../pci/agp_via.c /tinderbox/CURRENT/i38=
6/pc98/src/sys/modules/agp/../../pci/agp_sis.c /tinderbox/CURRENT/i386/pc98=
/src/sys/modules/agp/../../pci/agp_ali.c /tinderbox/CURRENT/i386/pc98/src/s=
ys/modules/agp/../../pci/agp_amd.c /tinderbox/CURRENT/i386/pc98/src/sys/mod=
ules/agp/../../pci/agp_nvidia.c
/tinderbox/CURRENT/i386/pc98/src/sys/modules/agp/../../pci/agp_via.c:31:21:=
 opt_agp.h: No such file or directory
/tinderbox/CURRENT/i386/pc98/src/sys/modules/agp/../../pci/agp_sis.c:31:21:=
 opt_agp.h: No such file or directory
mkdep: compile failed
*** Error code 1

Stop in /tinderbox/CURRENT/i386/pc98/src/sys/modules/agp.
*** Error code 1

Stop in /tinderbox/CURRENT/i386/pc98/src/sys/modules.
*** Error code 1

Stop in /tinderbox/CURRENT/i386/pc98/obj/pc98/tinderbox/CURRENT/i386/pc98/s=
rc/sys/GENERIC.
*** Error code 1

Stop in /tinderbox/CURRENT/i386/pc98/src.
*** Error code 1

Stop in /tinderbox/CURRENT/i386/pc98/src.
TB --- 2004-08-18 01:23:50 - WARNING: /usr/bin/make returned exit code =A01=
=20
TB --- 2004-08-18 01:23:50 - ERROR: failed to build generic kernel
TB --- 2004-08-18 01:23:50 - tinderbox aborted


=2D-=20
John Baldwin <jhb@FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve"  =3D  http://www.FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408181651.31593.jhb>