From owner-freebsd-ppc@FreeBSD.ORG Mon Apr 19 04:08:57 2004 Return-Path: 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 DE39716A4CE; Mon, 19 Apr 2004 04:08:56 -0700 (PDT) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8553A43D53; Mon, 19 Apr 2004 04:08:56 -0700 (PDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 849207303A; Mon, 19 Apr 2004 07:08:55 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20040419110855.849207303A@freebsd-current.sentex.ca> Date: Mon, 19 Apr 2004 07:08:55 -0400 (EDT) X-Mailman-Approved-At: Mon, 19 Apr 2004 05:04:36 -0700 Subject: [current tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Apr 2004 11:08:57 -0000 TB --- 2004-04-19 06:41:15 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-04-19 06:41:15 - starting CURRENT tinderbox run for powerpc/powerpc TB --- 2004-04-19 06:41:15 - checking out the source tree TB --- 2004-04-19 06:41:15 - cd /home/tinderbox/sandbox/CURRENT/powerpc/powerpc TB --- 2004-04-19 06:41:15 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-04-19 06:49:36 - building world (CFLAGS=-O2 -pipe) TB --- 2004-04-19 06:49:36 - cd /home/tinderbox/sandbox/CURRENT/powerpc/powerpc/src TB --- 2004-04-19 06:49:36 - /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-04-19 11:06:58 - building generic kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-04-19 11:06:58 - cd /home/tinderbox/sandbox/CURRENT/powerpc/powerpc/src TB --- 2004-04-19 11:06:58 - /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Mon Apr 19 11:06:59 GMT 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 /other/tinderbox/CURRENT/powerpc/powerpc/src/sys/tools/makeobjops.awk /other/tinderbox/CURRENT/powerpc/powerpc/src/sys/dev/usb/usb_if.m -h awk -f /other/tinderbox/CURRENT/powerpc/powerpc/src/sys/tools/makeobjops.awk /other/tinderbox/CURRENT/powerpc/powerpc/src/sys/isa/isa_if.m -h awk -f /other/tinderbox/CURRENT/powerpc/powerpc/src/sys/tools/makeobjops.awk /other/tinderbox/CURRENT/powerpc/powerpc/src/sys/powerpc/powerpc/pic_if.m -h if [ -f .olddep ]; then mv .olddep .depend; fi rm -f .newdep /usr/bin/make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES -V GEN_M_CFILES | MKDEP_CPP="cc -E" CC="cc" xargs mkdep -a -f .newdep -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/other/tinderbox/CURRENT/powerpc/powerpc/src/sys -I/other/tinderbox/CURRENT/powerpc/powerpc/src/sys/contrib/dev/acpica -I/other/tinderbox/CURRENT/powerpc/powerpc/src/sys/contrib/ipfilter -I/other/tinderbox/CURRENT/powerpc/powerpc/src/sys/contrib/pf -I/other/tinderbox/CURRENT/powerpc/powerpc/src/sys/contrib/dev/ath -I/other/tinderbox/CURRENT/powerpc/powerpc/src/sys/contrib/dev/ath/freebsd -I/other/tinderbox/CURRENT/powerpc/powerpc/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -msoft-float -fno-common -finline-limit=15000 -msoft-float -ffreestanding /other/tinderbox/CURRENT/powerpc/powerpc/src/sys/cam/scsi/scsi_da.c:33:20: opt_da.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /other/tinderbox/CURRENT/powerpc/powerpc/obj/powerpc/other/tinderbox/CURRENT/powerpc/powerpc/src/sys/GENERIC. *** Error code 1 Stop in /other/tinderbox/CURRENT/powerpc/powerpc/obj/powerpc/other/tinderbox/CURRENT/powerpc/powerpc/src/sys/GENERIC. *** Error code 1 Stop in /other/tinderbox/CURRENT/powerpc/powerpc/src. *** Error code 1 Stop in /other/tinderbox/CURRENT/powerpc/powerpc/src. TB --- 2004-04-19 11:08:55 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-04-19 11:08:55 - ERROR: failed to build generic kernel TB --- 2004-04-19 11:08:55 - tinderbox aborted From owner-freebsd-ppc@FreeBSD.ORG Tue Apr 20 10:54:58 2004 Return-Path: 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 ED73716A4CE; Tue, 20 Apr 2004 10:54:58 -0700 (PDT) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DCA643D2D; Tue, 20 Apr 2004 10:54:58 -0700 (PDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 8DFC77303A; Tue, 20 Apr 2004 13:54:57 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20040420175457.8DFC77303A@freebsd-current.sentex.ca> Date: Tue, 20 Apr 2004 13:54:57 -0400 (EDT) X-Mailman-Approved-At: Wed, 21 Apr 2004 05:14:03 -0700 Subject: [current tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Apr 2004 17:54:59 -0000 TB --- 2004-04-20 16:42:01 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-04-20 16:42:01 - starting CURRENT tinderbox run for powerpc/powerpc TB --- 2004-04-20 16:42:01 - checking out the source tree TB --- 2004-04-20 16:42:01 - cd /home/tinderbox/sandbox/CURRENT/powerpc/powerpc TB --- 2004-04-20 16:42:01 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-04-20 16:48:33 - building world (CFLAGS=-O2 -pipe) TB --- 2004-04-20 16:48:33 - cd /home/tinderbox/sandbox/CURRENT/powerpc/powerpc/src TB --- 2004-04-20 16:48:33 - /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 [...] cc -O2 -pipe -DHAVE_CONFIG_H=1 -DSTDC_HEADERS=1 -DHAVE_TEMPNAM=1 -DNO_EOF_CHAR_CHECK=1 -DRETSIGTYPE=void -DSkip_f2c_Undefs=1 -DIEEE_drem=1 -DAllow_TYQUAD -DPedantic -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libF77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libI77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libU77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c -c /other/tinderbox/CURRENT/powerpc/powerpc/src/contrib/libf2c/libU77/ierrno_.c cc -O2 -pipe -DHAVE_CONFIG_H=1 -DSTDC_HEADERS=1 -DHAVE_TEMPNAM=1 -DNO_EOF_CHAR_CHECK=1 -DRETSIGTYPE=void -DSkip_f2c_Undefs=1 -DIEEE_drem=1 -DAllow_TYQUAD -DPedantic -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libF77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libI77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libU77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c -c /other/tinderbox/CURRENT/powerpc/powerpc/src/contrib/libf2c/libU77/itime_.c cc -O2 -pipe -DHAVE_CONFIG_H=1 -DSTDC_HEADERS=1 -DHAVE_TEMPNAM=1 -DNO_EOF_CHAR_CHECK=1 -DRETSIGTYPE=void -DSkip_f2c_Undefs=1 -DIEEE_drem=1 -DAllow_TYQUAD -DPedantic -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libF77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libI77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libU77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c -c /other/tinderbox/CURRENT/powerpc/powerpc/src/contrib/libf2c/libU77/time_.c cc -O2 -pipe -DHAVE_CONFIG_H=1 -DSTDC_HEADERS=1 -DHAVE_TEMPNAM=1 -DNO_EOF_CHAR_CHECK=1 -DRETSIGTYPE=void -DSkip_f2c_Undefs=1 -DIEEE_drem=1 -DAllow_TYQUAD -DPedantic -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libF77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libI77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libU77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c -c /other/tinderbox/CURRENT/powerpc/powerpc/src/contrib/libf2c/libU77/unlink_.c In file included from /home/tinderbox/sandbox/CURRENT/powerpc/powerpc/obj/powerpc/other/tinderbox/CURRENT/powerpc/powerpc/src/i386/usr/include/machine/param.h:45, from /home/tinderbox/sandbox/CURRENT/powerpc/powerpc/obj/powerpc/other/tinderbox/CURRENT/powerpc/powerpc/src/i386/usr/include/sys/param.h:105, from /other/tinderbox/CURRENT/powerpc/powerpc/src/contrib/libf2c/libU77/unlink_.c:32: /home/tinderbox/sandbox/CURRENT/powerpc/powerpc/obj/powerpc/other/tinderbox/CURRENT/powerpc/powerpc/src/i386/usr/include/machine/pte.h:45: error: syntax error before "u_int" *** Error code 1 Stop in /other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c. *** Error code 1 Stop in /other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib. *** Error code 1 Stop in /other/tinderbox/CURRENT/powerpc/powerpc/src. *** Error code 1 Stop in /other/tinderbox/CURRENT/powerpc/powerpc/src. *** Error code 1 Stop in /other/tinderbox/CURRENT/powerpc/powerpc/src. *** Error code 1 Stop in /other/tinderbox/CURRENT/powerpc/powerpc/src. TB --- 2004-04-20 17:54:57 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-04-20 17:54:57 - ERROR: failed to build world TB --- 2004-04-20 17:54:57 - tinderbox aborted From owner-freebsd-ppc@FreeBSD.ORG Tue Apr 20 23:51:21 2004 Return-Path: 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 0AAE316A4CE; Tue, 20 Apr 2004 23:51:21 -0700 (PDT) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD44743D41; Tue, 20 Apr 2004 23:51:20 -0700 (PDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 265AF7303A; Wed, 21 Apr 2004 02:51:20 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20040421065120.265AF7303A@freebsd-current.sentex.ca> Date: Wed, 21 Apr 2004 02:51:20 -0400 (EDT) X-Mailman-Approved-At: Wed, 21 Apr 2004 05:14:03 -0700 Subject: [current tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Apr 2004 06:51:21 -0000 From owner-freebsd-ppc@FreeBSD.ORG Wed Apr 21 00:18:17 2004 Return-Path: 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 1A2A016A4CF; Wed, 21 Apr 2004 00:18:17 -0700 (PDT) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id B39AB43D58; Wed, 21 Apr 2004 00:18:14 -0700 (PDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 4E09F7303A; Wed, 21 Apr 2004 03:18:13 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20040421071813.4E09F7303A@freebsd-current.sentex.ca> Date: Wed, 21 Apr 2004 03:18:13 -0400 (EDT) X-Mailman-Approved-At: Wed, 21 Apr 2004 05:14:03 -0700 Subject: [current tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Apr 2004 07:18:17 -0000 TB --- 2004-04-21 05:36:11 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-04-21 05:36:11 - starting CURRENT tinderbox run for powerpc/powerpc TB --- 2004-04-21 05:36:11 - checking out the source tree TB --- 2004-04-21 05:36:11 - cd /home/tinderbox/sandbox/CURRENT/powerpc/powerpc TB --- 2004-04-21 05:36:11 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-04-21 05:52:34 - building world (CFLAGS=-O2 -pipe) TB --- 2004-04-21 05:52:34 - cd /home/tinderbox/sandbox/CURRENT/powerpc/powerpc/src TB --- 2004-04-21 05:52:34 - /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 [...] cc -O2 -pipe -DHAVE_CONFIG_H=1 -DSTDC_HEADERS=1 -DHAVE_TEMPNAM=1 -DNO_EOF_CHAR_CHECK=1 -DRETSIGTYPE=void -DSkip_f2c_Undefs=1 -DIEEE_drem=1 -DAllow_TYQUAD -DPedantic -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libF77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libI77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libU77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c -c /other/tinderbox/CURRENT/powerpc/powerpc/src/contrib/libf2c/libU77/ierrno_.c cc -O2 -pipe -DHAVE_CONFIG_H=1 -DSTDC_HEADERS=1 -DHAVE_TEMPNAM=1 -DNO_EOF_CHAR_CHECK=1 -DRETSIGTYPE=void -DSkip_f2c_Undefs=1 -DIEEE_drem=1 -DAllow_TYQUAD -DPedantic -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libF77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libI77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libU77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c -c /other/tinderbox/CURRENT/powerpc/powerpc/src/contrib/libf2c/libU77/itime_.c cc -O2 -pipe -DHAVE_CONFIG_H=1 -DSTDC_HEADERS=1 -DHAVE_TEMPNAM=1 -DNO_EOF_CHAR_CHECK=1 -DRETSIGTYPE=void -DSkip_f2c_Undefs=1 -DIEEE_drem=1 -DAllow_TYQUAD -DPedantic -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libF77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libI77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libU77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c -c /other/tinderbox/CURRENT/powerpc/powerpc/src/contrib/libf2c/libU77/time_.c cc -O2 -pipe -DHAVE_CONFIG_H=1 -DSTDC_HEADERS=1 -DHAVE_TEMPNAM=1 -DNO_EOF_CHAR_CHECK=1 -DRETSIGTYPE=void -DSkip_f2c_Undefs=1 -DIEEE_drem=1 -DAllow_TYQUAD -DPedantic -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libF77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libI77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libU77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c -c /other/tinderbox/CURRENT/powerpc/powerpc/src/contrib/libf2c/libU77/unlink_.c In file included from /home/tinderbox/sandbox/CURRENT/powerpc/powerpc/obj/powerpc/other/tinderbox/CURRENT/powerpc/powerpc/src/i386/usr/include/machine/param.h:45, from /home/tinderbox/sandbox/CURRENT/powerpc/powerpc/obj/powerpc/other/tinderbox/CURRENT/powerpc/powerpc/src/i386/usr/include/sys/param.h:105, from /other/tinderbox/CURRENT/powerpc/powerpc/src/contrib/libf2c/libU77/unlink_.c:32: /home/tinderbox/sandbox/CURRENT/powerpc/powerpc/obj/powerpc/other/tinderbox/CURRENT/powerpc/powerpc/src/i386/usr/include/machine/pte.h:45: error: syntax error before "u_int" *** Error code 1 Stop in /other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c. *** Error code 1 Stop in /other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib. *** Error code 1 Stop in /other/tinderbox/CURRENT/powerpc/powerpc/src. *** Error code 1 Stop in /other/tinderbox/CURRENT/powerpc/powerpc/src. *** Error code 1 Stop in /other/tinderbox/CURRENT/powerpc/powerpc/src. *** Error code 1 Stop in /other/tinderbox/CURRENT/powerpc/powerpc/src. TB --- 2004-04-21 07:18:12 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-04-21 07:18:12 - ERROR: failed to build world TB --- 2004-04-21 07:18:12 - tinderbox aborted From owner-freebsd-ppc@FreeBSD.ORG Wed Apr 21 01:01:14 2004 Return-Path: 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 AA5AF16A4CF; Wed, 21 Apr 2004 01:01:14 -0700 (PDT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC07743D58; Wed, 21 Apr 2004 01:01:11 -0700 (PDT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i3L85aaP010261 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 21 Apr 2004 11:05:37 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.12.11/8.12.11) id i3L819kn017736; Wed, 21 Apr 2004 11:01:09 +0300 (EEST) (envelope-from ru) Date: Wed, 21 Apr 2004 11:01:09 +0300 From: Ruslan Ermilov To: "David O'Brien" Message-ID: <20040421080109.GD17601@ip.net.ua> References: <20040421071813.4E09F7303A@freebsd-current.sentex.ca> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZARJHfwaSJQLOEUz" Content-Disposition: inline In-Reply-To: <20040421071813.4E09F7303A@freebsd-current.sentex.ca> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) X-Mailman-Approved-At: Wed, 21 Apr 2004 05:14:03 -0700 cc: powerpc@FreeBSD.org cc: current@FreeBSD.org Subject: Re: [current tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Apr 2004 08:01:14 -0000 --ZARJHfwaSJQLOEUz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable David, Care to fix this? On Wed, Apr 21, 2004 at 03:18:13AM -0400, FreeBSD Tinderbox wrote: > TB --- 2004-04-21 05:36:11 - tinderbox 2.3 running on freebsd-current.sen= tex.ca > TB --- 2004-04-21 05:36:11 - starting CURRENT tinderbox run for powerpc/p= owerpc > TB --- 2004-04-21 05:36:11 - checking out the source tree > TB --- 2004-04-21 05:36:11 - cd /home/tinderbox/sandbox/CURRENT/powerpc/p= owerpc > TB --- 2004-04-21 05:36:11 - /usr/bin/cvs -f -R -q -d/home/ncvs update -P= d -A src > TB --- 2004-04-21 05:52:34 - building world (CFLAGS=3D-O2 -pipe) > TB --- 2004-04-21 05:52:34 - cd /home/tinderbox/sandbox/CURRENT/powerpc/p= owerpc/src > TB --- 2004-04-21 05:52:34 - /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 > [...] > cc -O2 -pipe -DHAVE_CONFIG_H=3D1 -DSTDC_HEADERS=3D1 -DHAVE_TEMPNAM=3D1 -= DNO_EOF_CHAR_CHECK=3D1 -DRETSIGTYPE=3Dvoid -DSkip_f2c_Undefs=3D1 -DIEEE_dre= m=3D1 -DAllow_TYQUAD -DPedantic -I/other/tinderbox/CURRENT/powerpc/powerpc/= src/gnu/lib/libg2c/../../../contrib/libf2c -I/other/tinderbox/CURRENT/power= pc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libF77 -I/other/tinde= rbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/lib= I77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../= contrib/libf2c/libU77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/li= b/libg2c -c /other/tinderbox/CURRENT/powerpc/powerpc/src/contrib/libf2c/li= bU77/ierrno_.c > cc -O2 -pipe -DHAVE_CONFIG_H=3D1 -DSTDC_HEADERS=3D1 -DHAVE_TEMPNAM=3D1 -= DNO_EOF_CHAR_CHECK=3D1 -DRETSIGTYPE=3Dvoid -DSkip_f2c_Undefs=3D1 -DIEEE_dre= m=3D1 -DAllow_TYQUAD -DPedantic -I/other/tinderbox/CURRENT/powerpc/powerpc/= src/gnu/lib/libg2c/../../../contrib/libf2c -I/other/tinderbox/CURRENT/power= pc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libF77 -I/other/tinde= rbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/lib= I77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../= contrib/libf2c/libU77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/li= b/libg2c -c /other/tinderbox/CURRENT/powerpc/powerpc/src/contrib/libf2c/li= bU77/itime_.c > cc -O2 -pipe -DHAVE_CONFIG_H=3D1 -DSTDC_HEADERS=3D1 -DHAVE_TEMPNAM=3D1 -= DNO_EOF_CHAR_CHECK=3D1 -DRETSIGTYPE=3Dvoid -DSkip_f2c_Undefs=3D1 -DIEEE_dre= m=3D1 -DAllow_TYQUAD -DPedantic -I/other/tinderbox/CURRENT/powerpc/powerpc/= src/gnu/lib/libg2c/../../../contrib/libf2c -I/other/tinderbox/CURRENT/power= pc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libF77 -I/other/tinde= rbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/lib= I77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../= contrib/libf2c/libU77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/li= b/libg2c -c /other/tinderbox/CURRENT/powerpc/powerpc/src/contrib/libf2c/li= bU77/time_.c > cc -O2 -pipe -DHAVE_CONFIG_H=3D1 -DSTDC_HEADERS=3D1 -DHAVE_TEMPNAM=3D1 -= DNO_EOF_CHAR_CHECK=3D1 -DRETSIGTYPE=3Dvoid -DSkip_f2c_Undefs=3D1 -DIEEE_dre= m=3D1 -DAllow_TYQUAD -DPedantic -I/other/tinderbox/CURRENT/powerpc/powerpc/= src/gnu/lib/libg2c/../../../contrib/libf2c -I/other/tinderbox/CURRENT/power= pc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libF77 -I/other/tinde= rbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/lib= I77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../= contrib/libf2c/libU77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/li= b/libg2c -c /other/tinderbox/CURRENT/powerpc/powerpc/src/contrib/libf2c/li= bU77/unlink_.c > In file included from /home/tinderbox/sandbox/CURRENT/powerpc/powerpc/obj= /powerpc/other/tinderbox/CURRENT/powerpc/powerpc/src/i386/usr/include/machi= ne/param.h:45, > from /home/tinderbox/sandbox/CURRENT/powerpc/powerpc/obj= /powerpc/other/tinderbox/CURRENT/powerpc/powerpc/src/i386/usr/include/sys/p= aram.h:105, > from /other/tinderbox/CURRENT/powerpc/powerpc/src/contri= b/libf2c/libU77/unlink_.c:32: > /home/tinderbox/sandbox/CURRENT/powerpc/powerpc/obj/powerpc/other/tinderb= ox/CURRENT/powerpc/powerpc/src/i386/usr/include/machine/pte.h:45: error: sy= ntax error before "u_int" > *** Error code 1 >=20 > Stop in /other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c. > *** Error code 1 >=20 > Stop in /other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib. > *** Error code 1 >=20 > Stop in /other/tinderbox/CURRENT/powerpc/powerpc/src. > *** Error code 1 >=20 > Stop in /other/tinderbox/CURRENT/powerpc/powerpc/src. > *** Error code 1 >=20 > Stop in /other/tinderbox/CURRENT/powerpc/powerpc/src. > *** Error code 1 >=20 > Stop in /other/tinderbox/CURRENT/powerpc/powerpc/src. > TB --- 2004-04-21 07:18:12 - WARNING: /usr/bin/make returned exit code 1= =20 > TB --- 2004-04-21 07:18:12 - ERROR: failed to build world > TB --- 2004-04-21 07:18:12 - tinderbox aborted >=20 > _______________________________________________ > 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" --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --ZARJHfwaSJQLOEUz Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAhipFUkv4P6juNwoRAjO2AJ9WwgyYzN5DXMkalPhxp7+o09SptACfaiya dfKXCJ6CFhsxlHfPpChOdTY= =hgdp -----END PGP SIGNATURE----- --ZARJHfwaSJQLOEUz-- From owner-freebsd-ppc@FreeBSD.ORG Wed Apr 21 03:31:03 2004 Return-Path: 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 9F5F216A4CF; Wed, 21 Apr 2004 03:31:03 -0700 (PDT) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F0F643D2F; Wed, 21 Apr 2004 03:31:03 -0700 (PDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id BA2187303A; Wed, 21 Apr 2004 06:31:02 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20040421103102.BA2187303A@freebsd-current.sentex.ca> Date: Wed, 21 Apr 2004 06:31:02 -0400 (EDT) X-Mailman-Approved-At: Wed, 21 Apr 2004 05:14:03 -0700 Subject: [current tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Apr 2004 10:31:03 -0000 TB --- 2004-04-21 09:33:40 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-04-21 09:33:40 - starting CURRENT tinderbox run for powerpc/powerpc TB --- 2004-04-21 09:33:40 - checking out the source tree TB --- 2004-04-21 09:33:40 - cd /home/tinderbox/sandbox/CURRENT/powerpc/powerpc TB --- 2004-04-21 09:33:40 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-04-21 09:40:38 - building world (CFLAGS=-O2 -pipe) TB --- 2004-04-21 09:40:38 - cd /home/tinderbox/sandbox/CURRENT/powerpc/powerpc/src TB --- 2004-04-21 09:40:38 - /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 [...] cc -O2 -pipe -DHAVE_CONFIG_H=1 -DSTDC_HEADERS=1 -DHAVE_TEMPNAM=1 -DNO_EOF_CHAR_CHECK=1 -DRETSIGTYPE=void -DSkip_f2c_Undefs=1 -DIEEE_drem=1 -DAllow_TYQUAD -DPedantic -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libF77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libI77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libU77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c -c /other/tinderbox/CURRENT/powerpc/powerpc/src/contrib/libf2c/libU77/ierrno_.c cc -O2 -pipe -DHAVE_CONFIG_H=1 -DSTDC_HEADERS=1 -DHAVE_TEMPNAM=1 -DNO_EOF_CHAR_CHECK=1 -DRETSIGTYPE=void -DSkip_f2c_Undefs=1 -DIEEE_drem=1 -DAllow_TYQUAD -DPedantic -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libF77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libI77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libU77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c -c /other/tinderbox/CURRENT/powerpc/powerpc/src/contrib/libf2c/libU77/itime_.c cc -O2 -pipe -DHAVE_CONFIG_H=1 -DSTDC_HEADERS=1 -DHAVE_TEMPNAM=1 -DNO_EOF_CHAR_CHECK=1 -DRETSIGTYPE=void -DSkip_f2c_Undefs=1 -DIEEE_drem=1 -DAllow_TYQUAD -DPedantic -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libF77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libI77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libU77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c -c /other/tinderbox/CURRENT/powerpc/powerpc/src/contrib/libf2c/libU77/time_.c cc -O2 -pipe -DHAVE_CONFIG_H=1 -DSTDC_HEADERS=1 -DHAVE_TEMPNAM=1 -DNO_EOF_CHAR_CHECK=1 -DRETSIGTYPE=void -DSkip_f2c_Undefs=1 -DIEEE_drem=1 -DAllow_TYQUAD -DPedantic -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libF77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libI77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libU77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c -c /other/tinderbox/CURRENT/powerpc/powerpc/src/contrib/libf2c/libU77/unlink_.c In file included from /home/tinderbox/sandbox/CURRENT/powerpc/powerpc/obj/powerpc/other/tinderbox/CURRENT/powerpc/powerpc/src/i386/usr/include/machine/param.h:45, from /home/tinderbox/sandbox/CURRENT/powerpc/powerpc/obj/powerpc/other/tinderbox/CURRENT/powerpc/powerpc/src/i386/usr/include/sys/param.h:105, from /other/tinderbox/CURRENT/powerpc/powerpc/src/contrib/libf2c/libU77/unlink_.c:32: /home/tinderbox/sandbox/CURRENT/powerpc/powerpc/obj/powerpc/other/tinderbox/CURRENT/powerpc/powerpc/src/i386/usr/include/machine/pte.h:45: error: syntax error before "u_int" *** Error code 1 Stop in /other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c. *** Error code 1 Stop in /other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib. *** Error code 1 Stop in /other/tinderbox/CURRENT/powerpc/powerpc/src. *** Error code 1 Stop in /other/tinderbox/CURRENT/powerpc/powerpc/src. *** Error code 1 Stop in /other/tinderbox/CURRENT/powerpc/powerpc/src. *** Error code 1 Stop in /other/tinderbox/CURRENT/powerpc/powerpc/src. TB --- 2004-04-21 10:31:02 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-04-21 10:31:02 - ERROR: failed to build world TB --- 2004-04-21 10:31:02 - tinderbox aborted From owner-freebsd-ppc@FreeBSD.ORG Wed Apr 21 16:15:55 2004 Return-Path: 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 5F1EE16A4CE; Wed, 21 Apr 2004 16:15:55 -0700 (PDT) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACB9A43D49; Wed, 21 Apr 2004 16:15:54 -0700 (PDT) (envelope-from grehan@freebsd.org) Received: from freebsd.org (CPE-30-245.dsl.onthenet.net [203.144.30.245]) i3LNFqZG071541; Thu, 22 Apr 2004 09:15:53 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <4087018B.3050400@freebsd.org> Date: Thu, 22 Apr 2004 09:19:39 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030524 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ruslan Ermilov References: <20040421071813.4E09F7303A@freebsd-current.sentex.ca> <20040421080109.GD17601@ip.net.ua> In-Reply-To: <20040421080109.GD17601@ip.net.ua> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Thu, 22 Apr 2004 04:51:48 -0700 cc: powerpc@freebsd.org cc: current@freebsd.org Subject: Re: [current tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Apr 2004 23:15:55 -0000 Now fixed. From owner-freebsd-ppc@FreeBSD.ORG Wed Apr 21 09:53:05 2004 Return-Path: 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 7299A16A4CE; Wed, 21 Apr 2004 09:53:05 -0700 (PDT) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07F2543D58; Wed, 21 Apr 2004 09:53:05 -0700 (PDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 50D357303A; Wed, 21 Apr 2004 12:53:04 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20040421165304.50D357303A@freebsd-current.sentex.ca> Date: Wed, 21 Apr 2004 12:53:04 -0400 (EDT) X-Mailman-Approved-At: Thu, 22 Apr 2004 04:51:56 -0700 Subject: [current tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Apr 2004 16:53:05 -0000 TB --- 2004-04-21 16:29:42 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-04-21 16:29:42 - starting CURRENT tinderbox run for powerpc/powerpc TB --- 2004-04-21 16:29:42 - checking out the source tree TB --- 2004-04-21 16:29:42 - cd /home/tinderbox/sandbox/CURRENT/powerpc/powerpc TB --- 2004-04-21 16:29:42 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-04-21 16:35:04 - building world (CFLAGS=-O2 -pipe) TB --- 2004-04-21 16:35:04 - cd /home/tinderbox/sandbox/CURRENT/powerpc/powerpc/src TB --- 2004-04-21 16:35:04 - /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 [...] cc -O2 -pipe -DHAVE_CONFIG_H=1 -DSTDC_HEADERS=1 -DHAVE_TEMPNAM=1 -DNO_EOF_CHAR_CHECK=1 -DRETSIGTYPE=void -DSkip_f2c_Undefs=1 -DIEEE_drem=1 -DAllow_TYQUAD -DPedantic -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libF77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libI77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libU77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c -c /other/tinderbox/CURRENT/powerpc/powerpc/src/contrib/libf2c/libU77/ierrno_.c cc -O2 -pipe -DHAVE_CONFIG_H=1 -DSTDC_HEADERS=1 -DHAVE_TEMPNAM=1 -DNO_EOF_CHAR_CHECK=1 -DRETSIGTYPE=void -DSkip_f2c_Undefs=1 -DIEEE_drem=1 -DAllow_TYQUAD -DPedantic -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libF77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libI77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libU77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c -c /other/tinderbox/CURRENT/powerpc/powerpc/src/contrib/libf2c/libU77/itime_.c cc -O2 -pipe -DHAVE_CONFIG_H=1 -DSTDC_HEADERS=1 -DHAVE_TEMPNAM=1 -DNO_EOF_CHAR_CHECK=1 -DRETSIGTYPE=void -DSkip_f2c_Undefs=1 -DIEEE_drem=1 -DAllow_TYQUAD -DPedantic -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libF77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libI77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libU77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c -c /other/tinderbox/CURRENT/powerpc/powerpc/src/contrib/libf2c/libU77/time_.c cc -O2 -pipe -DHAVE_CONFIG_H=1 -DSTDC_HEADERS=1 -DHAVE_TEMPNAM=1 -DNO_EOF_CHAR_CHECK=1 -DRETSIGTYPE=void -DSkip_f2c_Undefs=1 -DIEEE_drem=1 -DAllow_TYQUAD -DPedantic -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libF77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libI77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c/../../../contrib/libf2c/libU77 -I/other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c -c /other/tinderbox/CURRENT/powerpc/powerpc/src/contrib/libf2c/libU77/unlink_.c In file included from /home/tinderbox/sandbox/CURRENT/powerpc/powerpc/obj/powerpc/other/tinderbox/CURRENT/powerpc/powerpc/src/i386/usr/include/machine/param.h:45, from /home/tinderbox/sandbox/CURRENT/powerpc/powerpc/obj/powerpc/other/tinderbox/CURRENT/powerpc/powerpc/src/i386/usr/include/sys/param.h:105, from /other/tinderbox/CURRENT/powerpc/powerpc/src/contrib/libf2c/libU77/unlink_.c:32: /home/tinderbox/sandbox/CURRENT/powerpc/powerpc/obj/powerpc/other/tinderbox/CURRENT/powerpc/powerpc/src/i386/usr/include/machine/pte.h:45: error: syntax error before "u_int" *** Error code 1 Stop in /other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/libg2c. *** Error code 1 Stop in /other/tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib. *** Error code 1 Stop in /other/tinderbox/CURRENT/powerpc/powerpc/src. *** Error code 1 Stop in /other/tinderbox/CURRENT/powerpc/powerpc/src. *** Error code 1 Stop in /other/tinderbox/CURRENT/powerpc/powerpc/src. *** Error code 1 Stop in /other/tinderbox/CURRENT/powerpc/powerpc/src. TB --- 2004-04-21 16:53:04 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-04-21 16:53:04 - ERROR: failed to build world TB --- 2004-04-21 16:53:04 - tinderbox aborted From owner-freebsd-ppc@FreeBSD.ORG Fri Apr 23 05:36:02 2004 Return-Path: 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 1922916A4CE for ; Fri, 23 Apr 2004 05:36:02 -0700 (PDT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id E380F43D53 for ; Fri, 23 Apr 2004 05:36:01 -0700 (PDT) (envelope-from leimy2k@mac.com) Received: from mac.com (smtpin01-en2 [10.13.10.146]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id i3NCa1T5015865 for ; Fri, 23 Apr 2004 05:36:01 -0700 (PDT) Received: from [192.168.1.100] (adsl-19-186-4.jan.bellsouth.net [68.19.186.4]) (authenticated bits=0) by mac.com (Xserve/smtpin01/MantshX 3.0) with ESMTP id i3NCa0gQ000593 for ; Fri, 23 Apr 2004 05:36:01 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v613) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-ppc@freebsd.org From: David Leimbach Date: Fri, 23 Apr 2004 07:35:58 -0500 X-Mailer: Apple Mail (2.613) Subject: progress? X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Apr 2004 12:36:02 -0000 I heard through the grapevine the following things: 1) Sysinstall works on ppc 2) ADB driver in development Are any or both of the above true? I still have some room reserved on my new G4 iBook :). Dave From owner-freebsd-ppc@FreeBSD.ORG Fri Apr 23 17:19:55 2004 Return-Path: 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 7A2B116A4CE for ; Fri, 23 Apr 2004 17:19:55 -0700 (PDT) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD8C543D1D for ; Fri, 23 Apr 2004 17:19:54 -0700 (PDT) (envelope-from grehan@freebsd.org) Received: from freebsd.org (CPE-30-245.dsl.onthenet.net [203.144.30.245]) i3O0JrZG084018; Sat, 24 Apr 2004 10:19:53 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <4089B38A.2060508@freebsd.org> Date: Sat, 24 Apr 2004 10:23:38 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030524 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Leimbach References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ppc@freebsd.org Subject: Re: progress? X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Apr 2004 00:19:55 -0000 Hi Dave, > 1) Sysinstall works on ppc Yes, thanks to Suleiman Souhlal. An updated kernel is required since the GEOM conftxt output was updated to make it easier for sysinstall to parse. Binaries available at: www.freebsd.org/~grehan/kernel.sysinstall /sysinstall The changes for libdisk have been committed, and just awaiting a review for the sysinstall mods. > 2) ADB driver in development I've slowly been working on that for a long while, and just need some uninterrupted time to get it going. Maybe bigger news is that Suleiman did the build changes required for a 'make release'. I've yet to integrate/test that, but it looks good ! later, Peter. From owner-freebsd-ppc@FreeBSD.ORG Fri Apr 23 22:04:30 2004 Return-Path: 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 87EF416A4CE; Fri, 23 Apr 2004 22:04:30 -0700 (PDT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7091743D39; Fri, 23 Apr 2004 22:04:30 -0700 (PDT) (envelope-from leimy2k@mac.com) Received: from mac.com (smtpin01-en2 [10.13.10.146]) by smtpout.mac.com (8.12.6/MantshX 2.0) with ESMTP id i3O54UCb023046; Fri, 23 Apr 2004 22:04:30 -0700 (PDT) Received: from [192.168.1.100] (adsl-19-186-4.jan.bellsouth.net [68.19.186.4]) (authenticated bits=0) by mac.com (Xserve/smtpin01/MantshX 3.0) with ESMTP id i3O54TgQ014648; Fri, 23 Apr 2004 22:04:29 -0700 (PDT) In-Reply-To: <4089B38A.2060508@freebsd.org> References: <4089B38A.2060508@freebsd.org> Mime-Version: 1.0 (Apple Message framework v613) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: David Leimbach Date: Sat, 24 Apr 2004 00:04:26 -0500 To: Peter Grehan X-Mailer: Apple Mail (2.613) cc: freebsd-ppc@freebsd.org Subject: Re: progress? X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Apr 2004 05:04:30 -0000 Sounds like good progress :). On Apr 23, 2004, at 7:23 PM, Peter Grehan wrote: > Hi Dave, > >> 1) Sysinstall works on ppc > > Yes, thanks to Suleiman Souhlal. An updated kernel is required > since the GEOM conftxt output was updated to make it easier > for sysinstall to parse. Binaries available at: > > www.freebsd.org/~grehan/kernel.sysinstall > /sysinstall > > The changes for libdisk have been committed, and just awaiting a > review for the sysinstall mods. > >> 2) ADB driver in development > > I've slowly been working on that for a long while, and just need some > uninterrupted time to get it going. > > Maybe bigger news is that Suleiman did the build changes required for > a 'make release'. I've yet to integrate/test that, but it looks > good ! > > later, > > Peter. >