From owner-freebsd-ppc@FreeBSD.ORG Wed Oct 11 02:40:36 2006 Return-Path: X-Original-To: powerpc@freebsd.org Delivered-To: freebsd-ppc@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3A8A16A403; Wed, 11 Oct 2006 02:40:36 +0000 (UTC) (envelope-from kmacy@fsmware.com) Received: from demos.bsdclusters.com (demos.bsdclusters.com [69.55.225.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60CB143D45; Wed, 11 Oct 2006 02:40:33 +0000 (GMT) (envelope-from kmacy@fsmware.com) Received: from demos.bsdclusters.com (demos [69.55.225.36]) by demos.bsdclusters.com (8.12.8p1/8.12.8) with ESMTP id k9B2eXlZ035425; Tue, 10 Oct 2006 19:40:33 -0700 (PDT) (envelope-from kmacy@fsmware.com) Received: from localhost (kmacy@localhost) by demos.bsdclusters.com (8.12.8p1/8.12.8/Submit) with ESMTP id k9B2eWrC035422; Tue, 10 Oct 2006 19:40:33 -0700 (PDT) X-Authentication-Warning: demos.bsdclusters.com: kmacy owned process doing -bs Date: Tue, 10 Oct 2006 19:40:32 -0700 (PDT) From: Kip Macy X-X-Sender: kmacy@demos.bsdclusters.com To: FreeBSD Tinderbox In-Reply-To: <20061011023635.31DE47305F@freebsd-current.sentex.ca> Message-ID: <20061010194019.H34117@demos.bsdclusters.com> References: <20061011023635.31DE47305F@freebsd-current.sentex.ca> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: powerpc@freebsd.org, current@freebsd.org Subject: Re: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Oct 2006 02:40:37 -0000 Oops. Sorry. -Kip On Tue, 10 Oct 2006, FreeBSD Tinderbox wrote: > TB --- 2006-10-11 01:21:39 - tinderbox 2.3 running on freebsd-current.sentex.ca > TB --- 2006-10-11 01:21:39 - starting HEAD tinderbox run for powerpc/powerpc > TB --- 2006-10-11 01:21:39 - mkdir /tinderbox/HEAD/powerpc > TB --- 2006-10-11 01:21:39 - mkdir /tinderbox/HEAD/powerpc/powerpc > TB --- 2006-10-11 01:21:39 - cleaning the object tree > TB --- 2006-10-11 01:21:39 - checking out the source tree > TB --- 2006-10-11 01:21:39 - cd /tinderbox/HEAD/powerpc/powerpc > TB --- 2006-10-11 01:21:39 - /usr/bin/cvs -f -R -q -d/home/ncvs checkout -P -A src > TB --- 2006-10-11 01:32:44 - building world (CFLAGS=-O2 -pipe) > TB --- 2006-10-11 01:32:44 - cd /src > TB --- 2006-10-11 01:32:44 - /usr/bin/make -B buildworld > >>> World build started on Wed Oct 11 01:32:45 UTC 2006 > >>> 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 Wed Oct 11 02:27:17 UTC 2006 > TB --- 2006-10-11 02:27:17 - generating LINT kernel config > TB --- 2006-10-11 02:27:17 - cd /src/sys/powerpc/conf > TB --- 2006-10-11 02:27:17 - /usr/bin/make -B LINT > TB --- 2006-10-11 02:27:17 - building LINT kernel (COPTFLAGS=-O2 -pipe) > TB --- 2006-10-11 02:27:17 - cd /src > TB --- 2006-10-11 02:27:17 - /usr/bin/make buildkernel KERNCONF=LINT > >>> Kernel build for LINT started on Wed Oct 11 02:27:17 UTC 2006 > >>> 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 -fformat-extensions -nostdinc -I- -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 -msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding -Werror /src/sys/powerpc/powerpc/db_interface.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 -fformat-extensions -nostdinc -I- -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 -msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding -Werror /src/sys/powerpc/powerpc/db_hwwatch.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 -fformat-extensions -nostdinc -I- -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 -msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding -Werror /src/sys/powerpc/powerpc/db_trace.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 -fformat-extensions -nostdinc -I- -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 -msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding -Werror /src/sys/crypto/blowfish/bf_enc.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 -fformat-extensions -nostdinc -I- -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 -msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding -Werror /src/sys/crypto/des/des_enc.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 -fformat-extensions -nostdinc -I- -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 -msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding -Werror /src/sys/dev/ofw/openfirm.c > /src/sys/dev/ofw/openfirm.c: In function `OF_set_mmfsa_traptable': > /src/sys/dev/ofw/openfirm.c:846: warning: cast to pointer from integer of different size > *** Error code 1 > > Stop in /obj/powerpc/src/sys/LINT. > *** Error code 1 > > Stop in /src. > *** Error code 1 > > Stop in /src. > TB --- 2006-10-11 02:36:34 - WARNING: /usr/bin/make returned exit code 1 > TB --- 2006-10-11 02:36:34 - ERROR: failed to build lint kernel > TB --- 2006-10-11 02:36:34 - tinderbox aborted > TB --- 0.05 user 0.00 system 4495.12 real > > _______________________________________________ > 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" >