Date: Mon, 9 Jul 2007 01:39:06 +0900 From: "YAMAMOTO, Taku" <taku@tackymt.homeip.net> To: FreeBSD Tinderbox <tinderbox@freebsd.org> Subject: Re: [head tinderbox] failure on i386/pc98 Message-ID: <20070709013906.289b2abe.taku@tackymt.homeip.net> In-Reply-To: <20070708162600.9E52673068@freebsd-current.sentex.ca> References: <20070708162600.9E52673068@freebsd-current.sentex.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --Multipart=_Mon__9_Jul_2007_01_39_06_+0900_Heu0SDjqF5LJY/Kg Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit UP kernel on i386/i386 has been broken in the same way. How about the attached patch? On Sun, 8 Jul 2007 12:26:00 -0400 (EDT) FreeBSD Tinderbox <tinderbox@freebsd.org> wrote: > TB --- 2007-07-08 14:29:33 - tinderbox 2.3 running on freebsd-current.sentex.ca > TB --- 2007-07-08 14:29:33 - starting HEAD tinderbox run for i386/pc98 > TB --- 2007-07-08 14:29:33 - cleaning the object tree > TB --- 2007-07-08 14:30:01 - checking out the source tree > TB --- 2007-07-08 14:30:01 - cd /tinderbox/HEAD/i386/pc98 > TB --- 2007-07-08 14:30:01 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src > TB --- 2007-07-08 14:39:28 - building world (CFLAGS=-O2 -pipe) > TB --- 2007-07-08 14:39:28 - cd /src > TB --- 2007-07-08 14:39:28 - /usr/bin/make -B buildworld > >>> World build started on Sun Jul 8 14:39:29 UTC 2007 > >>> 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 Sun Jul 8 15:54:17 UTC 2007 > TB --- 2007-07-08 15:54:17 - generating LINT kernel config > TB --- 2007-07-08 15:54:17 - cd /src/sys/pc98/conf > TB --- 2007-07-08 15:54:17 - /usr/bin/make -B LINT > TB --- 2007-07-08 15:54:17 - building LINT kernel (COPTFLAGS=-O2 -pipe) > TB --- 2007-07-08 15:54:17 - cd /src > TB --- 2007-07-08 15:54:17 - /usr/bin/make buildkernel KERNCONF=LINT > >>> Kernel build for LINT started on Sun Jul 8 15:54:18 UTC 2007 > >>> 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 > >>> Kernel build for LINT completed on Sun Jul 8 16:18:49 UTC 2007 > TB --- 2007-07-08 16:18:49 - building GENERIC kernel (COPTFLAGS=-O2 -pipe) > TB --- 2007-07-08 16:18:49 - cd /src > TB --- 2007-07-08 16:18:49 - /usr/bin/make buildkernel KERNCONF=GENERIC > >>> Kernel build for GENERIC started on Sun Jul 8 16:18:49 UTC 2007 > >>> 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 > [...] > cc -c -x assembler-with-cpp -DLOCORE -O2 -pipe -fno-strict-aliasing -std=c99 -g -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=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding /src/sys/i386/i386/support.s > cc -c -x assembler-with-cpp -DLOCORE -O2 -pipe -fno-strict-aliasing -std=c99 -g -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=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding /src/sys/i386/i386/swtch.s > cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -g -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=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding /src/sys/i386/i386/sys_machdep.c > /src/sys/i386/i386/sys_machdep.c: In function 'i386_ldt_grow': > /src/sys/i386/i386/sys_machdep.c:697: error: 'NULL_LDT_BASE' undeclared (first use in this function) > /src/sys/i386/i386/sys_machdep.c:697: error: (Each undeclared identifier is reported only once > /src/sys/i386/i386/sys_machdep.c:697: error: for each function it appears in.) > /src/sys/i386/i386/sys_machdep.c:751: warning: passing argument 1 of 'set_user_ldt' from incompatible pointer type > *** Error code 1 > > Stop in /obj/pc98/src/sys/GENERIC. > *** Error code 1 > > Stop in /src. > *** Error code 1 > > Stop in /src. > TB --- 2007-07-08 16:26:00 - WARNING: /usr/bin/make returned exit code 1 > TB --- 2007-07-08 16:26:00 - ERROR: failed to build GENERIC kernel > TB --- 2007-07-08 16:26:00 - tinderbox aborted > TB --- 0.89 user 2.55 system 6987.27 real > > > http://tinderbox.des.no/tinderbox-head-HEAD-i386-pc98.full > _______________________________________________ > 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" -- YAMAMOTO, Taku <taku@tackymt.homeip.net> --Multipart=_Mon__9_Jul_2007_01_39_06_+0900_Heu0SDjqF5LJY/Kg--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070709013906.289b2abe.taku>