Date: Sat, 9 Jun 2007 15:05:06 -0700 From: "Kip Macy" <kip.macy@gmail.com> To: "FreeBSD Tinderbox" <tinderbox@freebsd.org> Cc: David Xu <davidxu@freebsd.org>, current@freebsd.org, sparc64@freebsd.org Subject: Re: [head tinderbox] failure on sparc64/sun4v Message-ID: <b1fa29170706091505l508eb580i2e4f2c1327f2dd69@mail.gmail.com> In-Reply-To: <20070609212033.5644073068@freebsd-current.sentex.ca> References: <20070609212033.5644073068@freebsd-current.sentex.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi David - sun4v expects pcpu to be 64-byte aligned. Your recent commit made it unaligned, could you please fix by adjusting the padding in sun4v/include/pcpu.h? Thanks. -Kip On 6/9/07, FreeBSD Tinderbox <tinderbox@freebsd.org> wrote: > TB --- 2007-06-09 19:46:56 - tinderbox 2.3 running on freebsd-current.sentex.ca > TB --- 2007-06-09 19:46:56 - starting HEAD tinderbox run for sparc64/sun4v > TB --- 2007-06-09 19:46:56 - cleaning the object tree > TB --- 2007-06-09 19:47:21 - checking out the source tree > TB --- 2007-06-09 19:47:21 - cd /tinderbox/HEAD/sparc64/sun4v > TB --- 2007-06-09 19:47:21 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src > TB --- 2007-06-09 19:56:26 - building world (CFLAGS=-O2 -pipe) > TB --- 2007-06-09 19:56:26 - cd /src > TB --- 2007-06-09 19:56:26 - /usr/bin/make -B buildworld > >>> World build started on Sat Jun 9 19:56:27 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 Sat Jun 9 21:07:34 UTC 2007 > TB --- 2007-06-09 21:07:35 - generating LINT kernel config > TB --- 2007-06-09 21:07:35 - cd /src/sys/sun4v/conf > TB --- 2007-06-09 21:07:35 - /usr/bin/make -B LINT > TB --- 2007-06-09 21:07:35 - building LINT kernel (COPTFLAGS=-O2 -pipe) > TB --- 2007-06-09 21:07:35 - cd /src > TB --- 2007-06-09 21:07:35 - /usr/bin/make buildkernel KERNCONF=LINT > >>> Kernel build for LINT started on Sat Jun 9 21:07:35 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 -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 /src/sys/sun4v/sun4v/hvcons.c > cc -c -x assembler-with-cpp -DLOCORE -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 /src/sys/sun4v/sun4v/hcall.S > 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 /src/sys/sun4v/sun4v/hviommu.c > 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 /src/sys/sparc64/sparc64/identcpu.c > 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 /src/sys/sparc64/sparc64/in_cksum.c > 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 /src/sys/sun4v/sun4v/intr_machdep.c > 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 /src/sys/sun4v/sun4v/machdep.c > /src/sys/sun4v/sun4v/machdep.c:192: error: size of array '__assert192' is negative > *** Error code 1 > > Stop in /obj/sun4v/src/sys/LINT. > *** Error code 1 > > Stop in /src. > *** Error code 1 > > Stop in /src. > TB --- 2007-06-09 21:20:33 - WARNING: /usr/bin/make returned exit code 1 > TB --- 2007-06-09 21:20:33 - ERROR: failed to build lint kernel > TB --- 2007-06-09 21:20:33 - tinderbox aborted > TB --- 0.62 user 1.99 system 5616.84 real > > > http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sun4v.full > _______________________________________________ > freebsd-sparc64@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-sparc64 > To unsubscribe, send any mail to "freebsd-sparc64-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b1fa29170706091505l508eb580i2e4f2c1327f2dd69>