From owner-freebsd-ppc@FreeBSD.ORG Sun Apr 27 05:42:00 2008 Return-Path: Delivered-To: powerpc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5AB11065673; Sun, 27 Apr 2008 05:42:00 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 7056E8FC1F; Sun, 27 Apr 2008 05:42:00 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m3R5fxWc082312; Sun, 27 Apr 2008 01:41:59 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m3R5fxf2056099; Sun, 27 Apr 2008 01:41:59 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 7329373039; Sun, 27 Apr 2008 01:41:59 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080427054159.7329373039@freebsd-current.sentex.ca> Date: Sun, 27 Apr 2008 01:41:59 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.93, clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2008 05:42:01 -0000 TB --- 2008-04-27 04:36:31 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-04-27 04:36:31 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-04-27 04:36:31 - cleaning the object tree TB --- 2008-04-27 04:36:51 - cvsupping the source tree TB --- 2008-04-27 04:36:51 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-04-27 04:36:59 - building world (CFLAGS=-O -pipe) TB --- 2008-04-27 04:36:59 - cd /src TB --- 2008-04-27 04:36:59 - /usr/bin/make -B buildworld >>> World build started on Sun Apr 27 04:37:01 UTC 2008 >>> 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 Apr 27 05:41:28 UTC 2008 TB --- 2008-04-27 05:41:28 - generating LINT kernel config TB --- 2008-04-27 05:41:28 - cd /src/sys/powerpc/conf TB --- 2008-04-27 05:41:28 - /usr/bin/make -B LINT TB --- 2008-04-27 05:41:28 - building LINT kernel (COPTFLAGS=) TB --- 2008-04-27 05:41:28 - cd /src TB --- 2008-04-27 05:41:28 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sun Apr 27 05:41:28 UTC 2008 >>> 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 [...] cc -c -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 -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/src/sys/dev/ath -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -I/src/sys/gnu/fs/xfs/FreeBSD -I/src/sys/gnu/fs/xfs/FreeBSD/support -I/src/sys/gnu/fs/xfs -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding /src/sys/powerpc/powerpc/genassym.c In file included from /src/sys/sys/lock_profile.h:39, from /src/sys/sys/proc.h:48, from /src/sys/powerpc/powerpc/genassym.c:40: ./machine/cpufunc.h: In function 'mfsvr': ./machine/cpufunc.h:131: error: 'SPR_SVR' undeclared (first use in this function) ./machine/cpufunc.h:131: error: (Each undeclared identifier is reported only once ./machine/cpufunc.h:131: error: for each function it appears in.) *** Error code 1 Stop in /obj/powerpc/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-04-27 05:41:59 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-04-27 05:41:59 - ERROR: failed to build lint kernel TB --- 2008-04-27 05:41:59 - tinderbox aborted TB --- 2870.16 user 331.38 system 3927.95 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-ppc@FreeBSD.ORG Sun Apr 27 10:23:53 2008 Return-Path: Delivered-To: ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 057E21065709; Sun, 27 Apr 2008 10:23:53 +0000 (UTC) (envelope-from xiazhongqi@huawei.com) Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [61.144.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id EAEF08FC22; Sun, 27 Apr 2008 10:23:21 +0000 (UTC) (envelope-from xiazhongqi@huawei.com) Received: from huawei.com (szxga02-in [172.24.2.6]) by szxga02-in.huawei.com (iPlanet Messaging Server 5.2 HotFix 2.14 (built Aug 8 2006)) with ESMTP id <0JZX00A675Q6FR@szxga02-in.huawei.com>; Sat, 26 Apr 2008 14:22:54 +0800 (CST) Received: from huawei.com ([172.24.1.18]) by szxga02-in.huawei.com (iPlanet Messaging Server 5.2 HotFix 2.14 (built Aug 8 2006)) with ESMTP id <0JZX00MAE5Q5RK@szxga02-in.huawei.com>; Sat, 26 Apr 2008 14:22:54 +0800 (CST) Received: from x49105 ([10.111.12.222]) by szxml03-in.huawei.com (iPlanet Messaging Server 5.2 HotFix 2.14 (built Aug 8 2006)) with ESMTPA id <0JZX00MX45Q55V@szxml03-in.huawei.com>; Sat, 26 Apr 2008 14:22:53 +0800 (CST) Date: Sat, 26 Apr 2008 14:22:53 +0800 From: Sam Xia In-reply-to: <4811C774.9000407@genesi-usa.com> To: 'Matt Sealey' , vi0@freebsd.org Message-id: <000001c8a765$f5d87bc0$de0c6f0a@china.huawei.com> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 X-Mailer: Microsoft Office Outlook 11 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Thread-index: Acimzzbsst+3zjqdTrSp24XJkkl6UwAllhQg Cc: hackers@freebsd.org, ppc@freebsd.org Subject: RE: My GSoC Intro... 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: Sun, 27 Apr 2008 10:23:53 -0000 hi Przemek, I am very interested at what you are going to do. Could you tell me what kind of chips are used in GSoC. (I mean that the chip is made by Freesacle or by the others.) Best Regards, Sam Xia > -----Original Message----- > From: owner-freebsd-ppc@freebsd.org > [mailto:owner-freebsd-ppc@freebsd.org] On Behalf Of Matt Sealey > Sent: Friday, April 25, 2008 7:59 PM > To: vi0@freebsd.org > Cc: hackers@freebsd.org; ppc@freebsd.org > Subject: Re: My GSoC Intro... > > Hi Przemek, > > If you need any help at all, feel free to bug me :) > > We're very excited about the FreeBSD port to Efika. > > -- > Matt Sealey > Genesi, Manager, Developer Relations > > vi0 wrote: > > Hello everybody!!! > > > > My name is Przemek Witaszczyk and I am one of those very > happy FreeBSD > > GSoCers of 2008:) > > > > I am 25 years old and I come from Polad. Currently I'm > working on my > > PhD in the field of theoretical physics (AdS/CFT > correspondence, one > > nifty thing that came out from the superstrings theory...). > MSc also > > in theory, two years ago at Jagiellonian University, Krakow... > > > > My story of open source operating systems began in high > school, when I > > met Linux and was persuaded by the fact that you can never stop > > configuring them:>. Since then I've checked out several > OSes such like > > Solaris, Tru64 and even Plan9, but no doubt FreeBSD was the one I'd > > liked the most. > > > > So here I am. Partially by an accident I began working with > embedded > > systems developer, Rafal Jaworowski (and his UltraTeam:>), > who asked > > me if I'd liked to take a try in GSoC. So eventually we did > it and now > > with him as my Mentor I'm going to port FreeBSD to Efika - > a PPC based > > system on a chip eval board. What I expect the most is learning as > > much as possible about the unix kernel and getting to know with as > > many fbsd developers as possible. > > And - to succeed, of course.. > > > > Greets! > > > > Przemek Witaszczyk > > > > _______________________________________________ > > freebsd-ppc@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-ppc > > To unsubscribe, send any mail to > "freebsd-ppc-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-ppc@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ppc > To unsubscribe, send any mail to "freebsd-ppc-unsubscribe@freebsd.org" > From owner-freebsd-ppc@FreeBSD.ORG Sun Apr 27 11:50:40 2008 Return-Path: Delivered-To: powerpc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1285B1065672; Sun, 27 Apr 2008 11:50:40 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id BEAFD8FC1A; Sun, 27 Apr 2008 11:50:39 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m3RBocFo097266; Sun, 27 Apr 2008 07:50:38 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m3RBocE8013053; Sun, 27 Apr 2008 07:50:38 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 16EBB73039; Sun, 27 Apr 2008 07:50:37 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080427115038.16EBB73039@freebsd-current.sentex.ca> Date: Sun, 27 Apr 2008 07:50:37 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.93, clamav-milter version 0.93 on clamscanner1 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2008 11:50:40 -0000 TB --- 2008-04-27 10:45:19 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-04-27 10:45:19 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-04-27 10:45:19 - cleaning the object tree TB --- 2008-04-27 10:45:35 - cvsupping the source tree TB --- 2008-04-27 10:45:35 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-04-27 10:45:41 - building world (CFLAGS=-O -pipe) TB --- 2008-04-27 10:45:41 - cd /src TB --- 2008-04-27 10:45:41 - /usr/bin/make -B buildworld >>> World build started on Sun Apr 27 10:45:43 UTC 2008 >>> 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 Apr 27 11:50:07 UTC 2008 TB --- 2008-04-27 11:50:07 - generating LINT kernel config TB --- 2008-04-27 11:50:07 - cd /src/sys/powerpc/conf TB --- 2008-04-27 11:50:07 - /usr/bin/make -B LINT TB --- 2008-04-27 11:50:07 - building LINT kernel (COPTFLAGS=) TB --- 2008-04-27 11:50:07 - cd /src TB --- 2008-04-27 11:50:07 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sun Apr 27 11:50:08 UTC 2008 >>> 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 [...] cc -c -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 -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/src/sys/dev/ath -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -I/src/sys/gnu/fs/xfs/FreeBSD -I/src/sys/gnu/fs/xfs/FreeBSD/support -I/src/sys/gnu/fs/xfs -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding /src/sys/powerpc/powerpc/genassym.c In file included from /src/sys/sys/lock_profile.h:39, from /src/sys/sys/proc.h:48, from /src/sys/powerpc/powerpc/genassym.c:40: ./machine/cpufunc.h: In function 'mfsvr': ./machine/cpufunc.h:131: error: 'SPR_SVR' undeclared (first use in this function) ./machine/cpufunc.h:131: error: (Each undeclared identifier is reported only once ./machine/cpufunc.h:131: error: for each function it appears in.) *** Error code 1 Stop in /obj/powerpc/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-04-27 11:50:37 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-04-27 11:50:37 - ERROR: failed to build lint kernel TB --- 2008-04-27 11:50:37 - tinderbox aborted TB --- 2871.22 user 329.90 system 3918.63 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-ppc@FreeBSD.ORG Sun Apr 27 17:17:36 2008 Return-Path: Delivered-To: powerpc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B50B31065685; Sun, 27 Apr 2008 17:17:36 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from smtpoutm.mac.com (smtpoutm.mac.com [17.148.16.75]) by mx1.freebsd.org (Postfix) with ESMTP id 9518D8FC21; Sun, 27 Apr 2008 17:17:36 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from mac.com (asmtp004-s [10.150.69.67]) by smtpoutm.mac.com (Xserve/smtpout012/MantshX 4.0) with ESMTP id m3RHHae6016945; Sun, 27 Apr 2008 10:17:36 -0700 (PDT) Received: from [192.168.1.100] (209-128-86-226.bayarea.net [209.128.86.226]) (authenticated bits=0) by mac.com (Xserve/asmtp004/MantshX 4.0) with ESMTP id m3RHHYo1024535 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Sun, 27 Apr 2008 10:17:34 -0700 (PDT) Message-Id: <1978FD78-2D00-4E28-B928-3852F5F8A4A4@mac.com> From: Marcel Moolenaar To: FreeBSD Tinderbox In-Reply-To: <20080427115038.16EBB73039@freebsd-current.sentex.ca> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Sun, 27 Apr 2008 10:17:34 -0700 References: <20080427115038.16EBB73039@freebsd-current.sentex.ca> X-Mailer: Apple Mail (2.919.2) 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: Sun, 27 Apr 2008 17:17:36 -0000 On Apr 27, 2008, at 4:50 AM, FreeBSD Tinderbox wrote: > [...] > cc -c -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 -I/src/sys/contrib/ipfilter -I/src/sys/ > contrib/pf -I/src/sys/dev/ath -I/src/sys/contrib/ngatm -I/src/sys/ > dev/twa -I/src/sys/gnu/fs/xfs/FreeBSD -I/src/sys/gnu/fs/xfs/FreeBSD/ > support -I/src/sys/gnu/fs/xfs -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS > -include opt_global.h -finline-limit=15000 --param inline-unit- > growth=100 --param large-function-growth=1000 -fno-builtin -msoft- > float -fno-omit-frame-pointer -msoft-float -ffreestanding /src/sys/ > powerpc/powerpc/genassym.c > In file included from /src/sys/sys/lock_profile.h:39, > from /src/sys/sys/proc.h:48, > from /src/sys/powerpc/powerpc/genassym.c:40: > ./machine/cpufunc.h: In function 'mfsvr': > ./machine/cpufunc.h:131: error: 'SPR_SVR' undeclared (first use in > this function) > ./machine/cpufunc.h:131: error: (Each undeclared identifier is > reported only once > ./machine/cpufunc.h:131: error: for each function it appears in.) > *** Error code 1 Fixed. Rafal: I removed mfsvr() in favor of just using mfspr(SPR_SVR). Feel free to tweak further. FYI, -- Marcel Moolenaar xcllnt@mac.com From owner-freebsd-ppc@FreeBSD.ORG Sun Apr 27 17:57:03 2008 Return-Path: Delivered-To: powerpc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02A6F1065674; Sun, 27 Apr 2008 17:57:03 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id A61158FC2A; Sun, 27 Apr 2008 17:57:02 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m3RHv22i018812; Sun, 27 Apr 2008 13:57:02 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m3RHv1dj016819; Sun, 27 Apr 2008 13:57:01 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id A568673039; Sun, 27 Apr 2008 13:57:01 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080427175701.A568673039@freebsd-current.sentex.ca> Date: Sun, 27 Apr 2008 13:57:01 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.93, clamav-milter version 0.93 on clamscanner1 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2008 17:57:03 -0000 TB --- 2008-04-27 16:52:14 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-04-27 16:52:14 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-04-27 16:52:14 - cleaning the object tree TB --- 2008-04-27 16:52:26 - cvsupping the source tree TB --- 2008-04-27 16:52:26 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-04-27 16:52:32 - building world (CFLAGS=-O -pipe) TB --- 2008-04-27 16:52:32 - cd /src TB --- 2008-04-27 16:52:32 - /usr/bin/make -B buildworld >>> World build started on Sun Apr 27 16:52:33 UTC 2008 >>> 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 Apr 27 17:56:31 UTC 2008 TB --- 2008-04-27 17:56:31 - generating LINT kernel config TB --- 2008-04-27 17:56:31 - cd /src/sys/powerpc/conf TB --- 2008-04-27 17:56:31 - /usr/bin/make -B LINT TB --- 2008-04-27 17:56:31 - building LINT kernel (COPTFLAGS=) TB --- 2008-04-27 17:56:31 - cd /src TB --- 2008-04-27 17:56:31 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sun Apr 27 17:56:31 UTC 2008 >>> 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 [...] cc -c -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 -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/src/sys/dev/ath -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -I/src/sys/gnu/fs/xfs/FreeBSD -I/src/sys/gnu/fs/xfs/FreeBSD/support -I/src/sys/gnu/fs/xfs -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding /src/sys/powerpc/powerpc/genassym.c In file included from /src/sys/sys/lock_profile.h:39, from /src/sys/sys/proc.h:48, from /src/sys/powerpc/powerpc/genassym.c:40: ./machine/cpufunc.h: In function 'mfsvr': ./machine/cpufunc.h:131: error: 'SPR_SVR' undeclared (first use in this function) ./machine/cpufunc.h:131: error: (Each undeclared identifier is reported only once ./machine/cpufunc.h:131: error: for each function it appears in.) *** Error code 1 Stop in /obj/powerpc/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-04-27 17:57:01 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-04-27 17:57:01 - ERROR: failed to build lint kernel TB --- 2008-04-27 17:57:01 - tinderbox aborted TB --- 2869.56 user 331.52 system 3887.26 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-ppc@FreeBSD.ORG Mon Apr 28 00:08:27 2008 Return-Path: Delivered-To: powerpc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 761C9106566B; Mon, 28 Apr 2008 00:08:27 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 3E87C8FC1D; Mon, 28 Apr 2008 00:08:26 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m3S08Qsm039002; Sun, 27 Apr 2008 20:08:26 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m3S08Par056041; Sun, 27 Apr 2008 20:08:26 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id A819573039; Sun, 27 Apr 2008 20:08:25 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080428000825.A819573039@freebsd-current.sentex.ca> Date: Sun, 27 Apr 2008 20:08:25 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.93, clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2008 00:08:27 -0000 TB --- 2008-04-27 22:56:46 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-04-27 22:56:46 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-04-27 22:56:46 - cleaning the object tree TB --- 2008-04-27 22:56:58 - cvsupping the source tree TB --- 2008-04-27 22:56:58 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-04-27 22:57:04 - building world (CFLAGS=-O -pipe) TB --- 2008-04-27 22:57:04 - cd /src TB --- 2008-04-27 22:57:04 - /usr/bin/make -B buildworld >>> World build started on Sun Apr 27 22:57:06 UTC 2008 >>> 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 Mon Apr 28 00:01:21 UTC 2008 TB --- 2008-04-28 00:01:21 - generating LINT kernel config TB --- 2008-04-28 00:01:21 - cd /src/sys/powerpc/conf TB --- 2008-04-28 00:01:21 - /usr/bin/make -B LINT TB --- 2008-04-28 00:01:21 - building LINT kernel (COPTFLAGS=) TB --- 2008-04-28 00:01:21 - cd /src TB --- 2008-04-28 00:01:21 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Mon Apr 28 00:01:21 UTC 2008 >>> 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 -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 -msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding -Werror /src/sys/powerpc/aim/copyinout.c cc -c -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 -msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding -Werror /src/sys/powerpc/aim/interrupt.c cc -c -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 -msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding -Werror /src/sys/powerpc/aim/machdep.c cc -c -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 -msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding -Werror /src/sys/powerpc/aim/mmu_oea.c cc1: warnings being treated as errors /src/sys/powerpc/aim/mmu_oea.c: In function 'pmap_cpu_bootstrap': /src/sys/powerpc/aim/mmu_oea.c:627: warning: asm operand 0 probably doesn't match constraints /src/sys/powerpc/aim/mmu_oea.c:628: warning: asm operand 0 probably doesn't match constraints *** Error code 1 Stop in /obj/powerpc/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-04-28 00:08:25 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-04-28 00:08:25 - ERROR: failed to build lint kernel TB --- 2008-04-28 00:08:25 - tinderbox aborted TB --- 3144.86 user 370.90 system 4299.02 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-ppc@FreeBSD.ORG Mon Apr 28 01:59:54 2008 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BC1F106564A for ; Mon, 28 Apr 2008 01:59:54 +0000 (UTC) (envelope-from nathanw@uchicago.edu) Received: from agogare.doit.wisc.edu (agogare.doit.wisc.edu [144.92.197.211]) by mx1.freebsd.org (Postfix) with ESMTP id 538038FC1A for ; Mon, 28 Apr 2008 01:59:54 +0000 (UTC) (envelope-from nathanw@uchicago.edu) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=ISO-8859-1; format=flowed Received: from avs-daemon.smtpauth2.wiscmail.wisc.edu by smtpauth2.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 6.3-5.02 (built Oct 12 2007; 32bit)) id <0K0000F02IVUWE00@smtpauth2.wiscmail.wisc.edu> for freebsd-ppc@freebsd.org; Sun, 27 Apr 2008 20:59:54 -0500 (CDT) Received: from trantor.tachypleus.net (adsl-99-153-133-134.dsl.mdsnwi.sbcglobal.net [99.153.133.134]) by smtpauth2.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 6.3-5.02 (built Oct 12 2007; 32bit)) with ESMTPSA id <0K00004UJIVGD550@smtpauth2.wiscmail.wisc.edu>; Sun, 27 Apr 2008 20:59:40 -0500 (CDT) Date: Sun, 27 Apr 2008 20:59:43 -0500 From: Nathan Whitehorn In-reply-to: <9A74257B-DD5E-4C7E-B1FE-F42D55D1BB41@mac.com> To: Marcel Moolenaar Message-id: <48152F8F.7030601@uchicago.edu> X-Spam-Report: AuthenticatedSender=yes, SenderIP=99.153.133.134 X-Spam-PmxInfo: Server=avs-10, Version=5.4.1.325704, Antispam-Engine: 2.6.0.325393, Antispam-Data: 2008.4.27.184838, SenderIP=99.153.133.134 References: <47E06B23.7060400@uchicago.edu> <20080325023040.ab0daa19.stas@FreeBSD.org> <47E8527B.2050002@uchicago.edu> <47F39EF4.8040800@uchicago.edu> <47F3D2BC.7060001@uchicago.edu> <47F422A0.9080907@uchicago.edu> <47F4E007.90802@uchicago.edu> <3B02E59E-5399-40B6-9747-2F49200FD708@mac.com> <47F59C13.9030705@uchicago.edu> <9A74257B-DD5E-4C7E-B1FE-F42D55D1BB41@mac.com> User-Agent: Thunderbird 2.0.0.12 (X11/20080322) Cc: freebsd-ppc@freebsd.org Subject: Re: BMAC Ethernet Driver 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: Mon, 28 Apr 2008 01:59:54 -0000 Marcel Moolenaar wrote: > > On Apr 3, 2008, at 8:10 PM, Nathan Whitehorn wrote: > >> Marcel Moolenaar wrote: >>> Let's split the work. If you could fix macio(4) to use #interrupt-cells, >>> I'll fix scc(4) to deal with the DBDMA interrupts... >> >> I've attached a revised patch that does this, and is tested on an >> OpenPIC system (G4 iBook) and on my G3. > > I tested this on my Xserve G4 with a fixed scc(4). > I just committed it. Great! The bmac driver should be committable now, though I suppose it should acquire a man page. -Nathan From owner-freebsd-ppc@FreeBSD.ORG Mon Apr 28 09:30:11 2008 Return-Path: Delivered-To: powerpc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 110D3106567D; Mon, 28 Apr 2008 09:30:11 +0000 (UTC) (envelope-from raj@semihalf.com) Received: from semihalf.com (semihalf.com [206.130.101.55]) by mx1.freebsd.org (Postfix) with ESMTP id BA1FD8FC15; Mon, 28 Apr 2008 09:30:10 +0000 (UTC) (envelope-from raj@semihalf.com) Received: from mail.semihalf.com (mail.semihalf.com [83.15.139.206]) by semihalf.com (8.13.1/8.13.1) with ESMTP id m3S8oIZA029937; Mon, 28 Apr 2008 02:50:18 -0600 Message-ID: <48158FC7.6010909@semihalf.com> Date: Mon, 28 Apr 2008 10:50:15 +0200 From: Rafal Jaworowski MIME-Version: 1.0 To: Marcel Moolenaar References: <20080427115038.16EBB73039@freebsd-current.sentex.ca> <1978FD78-2D00-4E28-B928-3852F5F8A4A4@mac.com> In-Reply-To: <1978FD78-2D00-4E28-B928-3852F5F8A4A4@mac.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: powerpc@freebsd.org, FreeBSD Tinderbox , 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: Mon, 28 Apr 2008 09:30:11 -0000 Marcel Moolenaar wrote: >> [...] >> cc -c -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 -I/src/sys/contrib/ipfilter >> -I/src/sys/contrib/pf -I/src/sys/dev/ath -I/src/sys/contrib/ngatm >> -I/src/sys/dev/twa -I/src/sys/gnu/fs/xfs/FreeBSD >> -I/src/sys/gnu/fs/xfs/FreeBSD/support -I/src/sys/gnu/fs/xfs -D_KERNEL >> -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h >> -finline-limit=15000 --param inline-unit-growth=100 --param >> large-function-growth=1000 -fno-builtin -msoft-float >> -fno-omit-frame-pointer -msoft-float -ffreestanding >> /src/sys/powerpc/powerpc/genassym.c >> In file included from /src/sys/sys/lock_profile.h:39, >> from /src/sys/sys/proc.h:48, >> from /src/sys/powerpc/powerpc/genassym.c:40: >> ./machine/cpufunc.h: In function 'mfsvr': >> ./machine/cpufunc.h:131: error: 'SPR_SVR' undeclared (first use in >> this function) >> ./machine/cpufunc.h:131: error: (Each undeclared identifier is >> reported only once >> ./machine/cpufunc.h:131: error: for each function it appears in.) >> *** Error code 1 > > Fixed. > > Rafal: I removed mfsvr() in favor of just using mfspr(SPR_SVR). Feel free > to tweak further. Thanks Marcel, my apologies for overlooking this. Rafal From owner-freebsd-ppc@FreeBSD.ORG Mon Apr 28 11:07:08 2008 Return-Path: Delivered-To: freebsd-ppc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3296B106566B for ; Mon, 28 Apr 2008 11:07:08 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 280AB8FC2E for ; Mon, 28 Apr 2008 11:07:08 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m3SB77cX056226 for ; Mon, 28 Apr 2008 11:07:07 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m3SB77fm056222 for freebsd-ppc@FreeBSD.org; Mon, 28 Apr 2008 11:07:07 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 28 Apr 2008 11:07:07 GMT Message-Id: <200804281107.m3SB77fm056222@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-ppc@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-ppc@FreeBSD.org 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: Mon, 28 Apr 2008 11:07:08 -0000 Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o power/93203 ppc FreeBSD PPC Can't Write to Partitions. f power/121407 ppc [panic] Won't boot up; strange error message. 2 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o power/111296 ppc [kernel] [patch] [request] Support IMISS, DLMISS an DS o power/112435 ppc [nexus] [patch] Update nexus children to use ofw_bus f 2 problems total. From owner-freebsd-ppc@FreeBSD.ORG Mon Apr 28 18:20:04 2008 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6FCAC106566B for ; Mon, 28 Apr 2008 18:20:04 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from smtpoutm.mac.com (smtpoutm.mac.com [17.148.16.73]) by mx1.freebsd.org (Postfix) with ESMTP id 572618FC14 for ; Mon, 28 Apr 2008 18:20:04 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from mac.com (asmtp007-s [10.150.69.70]) by smtpoutm.mac.com (Xserve/smtpout010/MantshX 4.0) with ESMTP id m3SIK4Il022281; Mon, 28 Apr 2008 11:20:04 -0700 (PDT) Received: from macbook-pro.jnpr.net (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by mac.com (Xserve/asmtp007/MantshX 4.0) with ESMTP id m3SIJqhA024675 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Mon, 28 Apr 2008 11:19:53 -0700 (PDT) Message-Id: <61AA447E-2D56-4305-AE25-C4209D1FA540@mac.com> From: Marcel Moolenaar To: Nathan Whitehorn In-Reply-To: <48152F8F.7030601@uchicago.edu> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Mon, 28 Apr 2008 11:19:51 -0700 References: <47E06B23.7060400@uchicago.edu> <20080325023040.ab0daa19.stas@FreeBSD.org> <47E8527B.2050002@uchicago.edu> <47F39EF4.8040800@uchicago.edu> <47F3D2BC.7060001@uchicago.edu> <47F422A0.9080907@uchicago.edu> <47F4E007.90802@uchicago.edu> <3B02E59E-5399-40B6-9747-2F49200FD708@mac.com> <47F59C13.9030705@uchicago.edu> <9A74257B-DD5E-4C7E-B1FE-F42D55D1BB41@mac.com> <48152F8F.7030601@uchicago.edu> X-Mailer: Apple Mail (2.919.2) Cc: freebsd-ppc@freebsd.org Subject: Re: BMAC Ethernet Driver 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: Mon, 28 Apr 2008 18:20:04 -0000 On Apr 27, 2008, at 6:59 PM, Nathan Whitehorn wrote: > Marcel Moolenaar wrote: >> On Apr 3, 2008, at 8:10 PM, Nathan Whitehorn wrote: >>> Marcel Moolenaar wrote: >>>> Let's split the work. If you could fix macio(4) to use #interrupt- >>>> cells, >>>> I'll fix scc(4) to deal with the DBDMA interrupts... >>> >>> I've attached a revised patch that does this, and is tested on an >>> OpenPIC system (G4 iBook) and on my G3. >> I tested this on my Xserve G4 with a fixed scc(4). >> I just committed it. > > Great! > > The bmac driver should be committable now, though I suppose it > should acquire a man page. Yes, a manpage is required. If you can point me to the latest patch, then I'll prepare the commit. If you can write a (simple) manpage for it, then we should be able to get this committed by the end of the week. Thanks, -- Marcel Moolenaar xcllnt@mac.com From owner-freebsd-ppc@FreeBSD.ORG Tue Apr 29 06:31:56 2008 Return-Path: Delivered-To: ppc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0982F1065675 for ; Tue, 29 Apr 2008 06:31:56 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id B57E08FC1C for ; Tue, 29 Apr 2008 06:31:55 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTP id 1B5AA1143F; Tue, 29 Apr 2008 16:13:42 +1000 (EST) Received: from excfreebsd.hq.netapp.com (nat-198-95-226-228.netapp.com [198.95.226.228]) by dommail.onthenet.com.au (MOS 3.8.6-GA) with ESMTP id DXJ07388 (AUTH peterg@ptree32.com.au); Tue, 29 Apr 2008 16:13:51 +1000 (EST) Message-ID: <4816BC52.5090500@freebsd.org> Date: Mon, 28 Apr 2008 23:12:34 -0700 From: Peter Grehan User-Agent: Thunderbird 2.0.0.0 (X11/20070525) MIME-Version: 1.0 To: Marcel Moolenaar References: <0AF29BD3-59F9-4EBA-BB6A-07D3661E8253@mac.com> In-Reply-To: <0AF29BD3-59F9-4EBA-BB6A-07D3661E8253@mac.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ppc@FreeBSD.org Subject: Re: FYI: ata(4) is broken for kauai and macio X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: grehan@freebsd.org List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2008 06:31:56 -0000 I have it to the point where the system doesn't crash or hang, but is barely usable due to ATA i/o's taking 300ms. Just need to find out why that's happening. later, Peter. From owner-freebsd-ppc@FreeBSD.ORG Tue Apr 29 20:16:13 2008 Return-Path: Delivered-To: ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 574FF1065677; Tue, 29 Apr 2008 20:16:13 +0000 (UTC) (envelope-from vi0@semihalf.com) Received: from semihalf.com (semihalf.com [206.130.101.55]) by mx1.freebsd.org (Postfix) with ESMTP id 16C898FC18; Tue, 29 Apr 2008 20:16:12 +0000 (UTC) (envelope-from vi0@semihalf.com) Received: from mail.semihalf.com (mail.semihalf.com [83.15.139.206]) by semihalf.com (8.13.1/8.13.1) with ESMTP id m3TKGB9E009471; Tue, 29 Apr 2008 14:16:11 -0600 Message-ID: <481781FC.7030108@semihalf.com> Date: Tue, 29 Apr 2008 22:15:56 +0200 From: Przemek Witaszczyk MIME-Version: 1.0 To: hackers@freebsd.org, ppc@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Efika port: Re to Sam Xia's chip question X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vi0@freebsd.org List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2008 20:16:13 -0000 Hello! The chip used by me to port FreeBSD to Efika is MPC5200B based on e300 core, which in turn is an enhanced version of 603e. Have a look: http://www.genesi-usa.com/efika.php Also, you can check my GSoC FreeBSD wiki from time to time: http://wiki.freebsd.org/PrzemekWitaszczyk Best regards, Przemek From owner-freebsd-ppc@FreeBSD.ORG Wed Apr 30 05:01:32 2008 Return-Path: Delivered-To: ppc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91A0E1065676; Wed, 30 Apr 2008 05:01:32 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id 22B738FC23; Wed, 30 Apr 2008 05:01:32 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTP id CF6D611A8A; Wed, 30 Apr 2008 15:01:18 +1000 (EST) Received: from excfreebsd.hq.netapp.com (nat-198-95-226-228.netapp.com [198.95.226.228]) by dommail.onthenet.com.au (MOS 3.8.6-GA) with ESMTP id DXL01218 (AUTH peterg@ptree32.com.au); Wed, 30 Apr 2008 15:01:26 +1000 (EST) Message-ID: <4817FCD3.7000906@freebsd.org> Date: Tue, 29 Apr 2008 22:00:03 -0700 From: Peter Grehan User-Agent: Thunderbird 2.0.0.0 (X11/20070525) MIME-Version: 1.0 To: =?ISO-8859-1?Q?S=F8ren_Schmidt?= , ppc@FreeBSD.org References: <0AF29BD3-59F9-4EBA-BB6A-07D3661E8253@mac.com> <4816BC52.5090500@freebsd.org> In-Reply-To: <4816BC52.5090500@freebsd.org> Content-Type: multipart/mixed; boundary="------------060104010404080000020008" Cc: Subject: Re: FYI: ata(4) is broken for kauai and macio X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: grehan@freebsd.org List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2008 05:01:32 -0000 This is a multi-part message in MIME format. --------------060104010404080000020008 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit > I have it to the point where the system doesn't crash or hang, but is > barely usable due to ATA i/o's taking 300ms. It helps to remove the 300ms DELAY() used during debugging :) Patch attached. Søren: this fixes the ata issues on Powermacs, and it may help other platforms that have PIO ATA. I haven't tested the floppy and tape code, though it appears based on RELENG_7 that the change should work. later, Peter. --------------060104010404080000020008 Content-Type: text/plain; name="ata_patch.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="ata_patch.txt" Index: ata-disk.c =================================================================== RCS file: /usr/home/ncvs/src/sys/dev/ata/ata-disk.c,v retrieving revision 1.210 diff -d -u -r1.210 ata-disk.c --- ata-disk.c 17 Apr 2008 12:29:35 -0000 1.210 +++ ata-disk.c 29 Apr 2008 05:37:33 -0000 @@ -125,7 +125,7 @@ adp->disk->d_dump = ad_dump; adp->disk->d_name = "ad"; adp->disk->d_drv1 = dev; - adp->disk->d_maxsize = ch->dma.max_iosize; + adp->disk->d_maxsize = ch->dma.max_iosize ? ch->dma.max_iosize : DFLTPHYS; adp->disk->d_sectorsize = DEV_BSIZE; adp->disk->d_mediasize = DEV_BSIZE * (off_t)adp->total_secs; adp->disk->d_fwsectors = adp->sectors; Index: ata-lowlevel.c =================================================================== RCS file: /usr/home/ncvs/src/sys/dev/ata/ata-lowlevel.c,v retrieving revision 1.83 diff -d -u -r1.83 ata-lowlevel.c --- ata-lowlevel.c 17 Apr 2008 12:29:35 -0000 1.83 +++ ata-lowlevel.c 27 Apr 2008 23:33:50 -0000 @@ -213,7 +213,9 @@ printf("ata_begin_transaction OOPS!!!\n"); begin_finished: - ch->dma.unload(request); + if (ch->dma.unload) { + ch->dma.unload(request); + } return ATA_OP_FINISHED; begin_continue: Index: atapi-cd.c =================================================================== RCS file: /usr/home/ncvs/src/sys/dev/ata/atapi-cd.c,v retrieving revision 1.199 diff -d -u -r1.199 atapi-cd.c --- atapi-cd.c 17 Apr 2008 12:29:35 -0000 1.199 +++ atapi-cd.c 29 Apr 2008 05:05:49 -0000 @@ -906,8 +906,11 @@ { struct ata_channel *ch = device_get_softc(device_get_parent(dev)); struct acd_softc *cdp = device_get_ivars(dev); + uint32_t max_iosize; - cdp->iomax = min(ch->dma.max_iosize, 65534); + max_iosize = ch->dma.max_iosize ? ch->dma.max_iosize : DFLTPHYS; + + cdp->iomax = min(max_iosize, 65534); } static void Index: atapi-fd.c =================================================================== RCS file: /usr/home/ncvs/src/sys/dev/ata/atapi-fd.c,v retrieving revision 1.114 diff -d -u -r1.114 atapi-fd.c --- atapi-fd.c 17 Apr 2008 12:29:35 -0000 1.114 +++ atapi-fd.c 30 Apr 2008 04:53:28 -0000 @@ -105,7 +105,7 @@ fdp->disk->d_ioctl = afd_ioctl; fdp->disk->d_name = "afd"; fdp->disk->d_drv1 = dev; - fdp->disk->d_maxsize = ch->dma.max_iosize; + fdp->disk->d_maxsize = ch->dma.max_iosize ? ch->dma.max_iosize : DFLTPHYS; fdp->disk->d_unit = device_get_unit(dev); disk_create(fdp->disk, DISK_VERSION); return 0; Index: atapi-tape.c =================================================================== RCS file: /usr/home/ncvs/src/sys/dev/ata/atapi-tape.c,v retrieving revision 1.107 diff -d -u -r1.107 atapi-tape.c --- atapi-tape.c 17 Apr 2008 12:29:35 -0000 1.107 +++ atapi-tape.c 30 Apr 2008 04:55:08 -0000 @@ -142,7 +142,7 @@ UID_ROOT, GID_OPERATOR, 0640, "ast%d", device_get_unit(dev)); device->si_drv1 = dev; - device->si_iosize_max = ch->dma.max_iosize; + device->si_iosize_max = ch->dma.max_iosize ? ch->dma.max_iosize : DFLTPHYS; stp->dev1 = device; device = make_dev(&ast_cdevsw, 2 * device_get_unit(dev) + 1, UID_ROOT, GID_OPERATOR, 0640, "nast%d", --------------060104010404080000020008-- From owner-freebsd-ppc@FreeBSD.ORG Wed Apr 30 17:08:03 2008 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FC98106566C for ; Wed, 30 Apr 2008 17:08:03 +0000 (UTC) (envelope-from nathanw@uchicago.edu) Received: from agogare.doit.wisc.edu (agogare.doit.wisc.edu [144.92.197.211]) by mx1.freebsd.org (Postfix) with ESMTP id 152A58FC21 for ; Wed, 30 Apr 2008 17:08:02 +0000 (UTC) (envelope-from nathanw@uchicago.edu) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=ISO-8859-1; format=flowed Received: from avs-daemon.smtpauth2.wiscmail.wisc.edu by smtpauth2.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 6.3-5.02 (built Oct 12 2007; 32bit)) id <0K0500002E9E3100@smtpauth2.wiscmail.wisc.edu> for freebsd-ppc@freebsd.org; Wed, 30 Apr 2008 12:08:02 -0500 (CDT) Received: from wanderer.tachypleus.net ([72.33.101.83]) by smtpauth2.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 6.3-5.02 (built Oct 12 2007; 32bit)) with ESMTPSA id <0K0500LHIE926J10@smtpauth2.wiscmail.wisc.edu>; Wed, 30 Apr 2008 12:07:55 -0500 (CDT) Date: Wed, 30 Apr 2008 12:07:49 -0500 From: Nathan Whitehorn In-reply-to: <61AA447E-2D56-4305-AE25-C4209D1FA540@mac.com> To: Marcel Moolenaar Message-id: <4818A765.50507@uchicago.edu> X-Spam-Report: AuthenticatedSender=yes, SenderIP=72.33.101.83 X-Spam-PmxInfo: Server=avs-12, Version=5.4.1.325704, Antispam-Engine: 2.6.0.325393, Antispam-Data: 2008.4.30.95130, SenderIP=72.33.101.83 References: <47E06B23.7060400@uchicago.edu> <20080325023040.ab0daa19.stas@FreeBSD.org> <47E8527B.2050002@uchicago.edu> <47F39EF4.8040800@uchicago.edu> <47F3D2BC.7060001@uchicago.edu> <47F422A0.9080907@uchicago.edu> <47F4E007.90802@uchicago.edu> <3B02E59E-5399-40B6-9747-2F49200FD708@mac.com> <47F59C13.9030705@uchicago.edu> <9A74257B-DD5E-4C7E-B1FE-F42D55D1BB41@mac.com> <48152F8F.7030601@uchicago.edu> <61AA447E-2D56-4305-AE25-C4209D1FA540@mac.com> User-Agent: Thunderbird 2.0.0.12 (X11/20080425) Cc: freebsd-ppc@freebsd.org Subject: Re: BMAC Ethernet Driver 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, 30 Apr 2008 17:08:03 -0000 Marcel Moolenaar wrote: > > On Apr 27, 2008, at 6:59 PM, Nathan Whitehorn wrote: > >> Marcel Moolenaar wrote: >>> On Apr 3, 2008, at 8:10 PM, Nathan Whitehorn wrote: >>>> Marcel Moolenaar wrote: >>>>> Let's split the work. If you could fix macio(4) to use >>>>> #interrupt-cells, >>>>> I'll fix scc(4) to deal with the DBDMA interrupts... >>>> >>>> I've attached a revised patch that does this, and is tested on an >>>> OpenPIC system (G4 iBook) and on my G3. >>> I tested this on my Xserve G4 with a fixed scc(4). >>> I just committed it. >> >> Great! >> >> The bmac driver should be committable now, though I suppose it should >> acquire a man page. > > Yes, a manpage is required. > > If you can point me to the latest patch, then I'll prepare the commit. > If you can write a (simple) manpage for it, then we should be able to > get this committed by the end of the week. I need to turn it into a patch first, of course. I'm trying to figure out where to put the files. There are a lot of sparc64 (and i386) specific drivers in /sys/dev, but SoC peripherals tend to end up in an arch-specific location. For powermac hardware, we seem to have a mix (UART driver in /sys/dev, built-in ATA in powermac). Unless someone tells me otherwise, I will put the if_bm* stuff in powermac. -Nathan From owner-freebsd-ppc@FreeBSD.ORG Wed Apr 30 17:16:00 2008 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5AA5B106568A for ; Wed, 30 Apr 2008 17:16:00 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id 09B7C8FC15 for ; Wed, 30 Apr 2008 17:15:59 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTP id E304F1275C; Thu, 1 May 2008 03:13:15 +1000 (EST) Received: from peter-grehans-power-mac-g5.local (dsl-63-249-90-35.cruzio.com [63.249.90.35]) by dommail.onthenet.com.au (MOS 3.8.6-GA) with ESMTP id DXM07594 (AUTH peterg@ptree32.com.au); Thu, 1 May 2008 03:13:26 +1000 (EST) Message-ID: <4818A8B0.6020805@freebsd.org> Date: Wed, 30 Apr 2008 10:13:20 -0700 From: Peter Grehan User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: Nathan Whitehorn References: <47E06B23.7060400@uchicago.edu> <20080325023040.ab0daa19.stas@FreeBSD.org> <47E8527B.2050002@uchicago.edu> <47F39EF4.8040800@uchicago.edu> <47F3D2BC.7060001@uchicago.edu> <47F422A0.9080907@uchicago.edu> <47F4E007.90802@uchicago.edu> <3B02E59E-5399-40B6-9747-2F49200FD708@mac.com> <47F59C13.9030705@uchicago.edu> <9A74257B-DD5E-4C7E-B1FE-F42D55D1BB41@mac.com> <48152F8F.7030601@uchicago.edu> <61AA447E-2D56-4305-AE25-C4209D1FA540@mac.com> <4818A765.50507@uchicago.edu> In-Reply-To: <4818A765.50507@uchicago.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ppc@freebsd.org Subject: Re: BMAC Ethernet Driver X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: grehan@freebsd.org List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2008 17:16:00 -0000 Hi Nathan, > I'm trying to figure out where to put the files. There are a lot of > sparc64 (and i386) specific drivers in /sys/dev, but SoC peripherals > tend to end up in an arch-specific location. For powermac hardware, we > seem to have a mix (UART driver in /sys/dev, built-in ATA in powermac). > Unless someone tells me otherwise, I will put the if_bm* stuff in powermac. I was mistaken in putting the ATA stuff (and others) into powermac/. It makes it a tad more difficult to build modules, manpages etc. There's plenty of precedent for single-arch drivers going into dev/. It also makes it easier for folk to find things when they are doing changes that sweep the tree, such as modifying a field in the ifnet struct. I vote for it to go into dev/. later, Peter. From owner-freebsd-ppc@FreeBSD.ORG Wed Apr 30 17:24:07 2008 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B7A5106564A; Wed, 30 Apr 2008 17:24:07 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from smtpoutm.mac.com (smtpoutm.mac.com [17.148.16.65]) by mx1.freebsd.org (Postfix) with ESMTP id 62D4F8FC0C; Wed, 30 Apr 2008 17:24:07 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from mac.com (asmtp004-s [10.150.69.67]) by smtpoutm.mac.com (Xserve/smtpout002/MantshX 4.0) with ESMTP id m3UHO7wp020312; Wed, 30 Apr 2008 10:24:07 -0700 (PDT) Received: from macbook-pro.jnpr.net (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by mac.com (Xserve/asmtp004/MantshX 4.0) with ESMTP id m3UHNEDZ022795 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Wed, 30 Apr 2008 10:23:26 -0700 (PDT) Message-Id: From: Marcel Moolenaar To: grehan@freebsd.org In-Reply-To: <4818A8B0.6020805@freebsd.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Wed, 30 Apr 2008 10:23:14 -0700 References: <47E06B23.7060400@uchicago.edu> <20080325023040.ab0daa19.stas@FreeBSD.org> <47E8527B.2050002@uchicago.edu> <47F39EF4.8040800@uchicago.edu> <47F3D2BC.7060001@uchicago.edu> <47F422A0.9080907@uchicago.edu> <47F4E007.90802@uchicago.edu> <3B02E59E-5399-40B6-9747-2F49200FD708@mac.com> <47F59C13.9030705@uchicago.edu> <9A74257B-DD5E-4C7E-B1FE-F42D55D1BB41@mac.com> <48152F8F.7030601@uchicago.edu> <61AA447E-2D56-4305-AE25-C4209D1FA540@mac.com> <4818A765.50507@uchicago.edu> <4818A8B0.6020805@freebsd.org> X-Mailer: Apple Mail (2.919.2) Cc: freebsd-ppc@freebsd.org Subject: Re: BMAC Ethernet Driver 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, 30 Apr 2008 17:24:07 -0000 On Apr 30, 2008, at 10:13 AM, Peter Grehan wrote: > Hi Nathan, > >> I'm trying to figure out where to put the files. There are a lot of >> sparc64 (and i386) specific drivers in /sys/dev, but SoC >> peripherals tend to end up in an arch-specific location. For >> powermac hardware, we seem to have a mix (UART driver in /sys/dev, >> built-in ATA in powermac). Unless someone tells me otherwise, I >> will put the if_bm* stuff in powermac. > > I vote for it to go into dev/. That has my vote too. FYI, -- Marcel Moolenaar xcllnt@mac.com From owner-freebsd-ppc@FreeBSD.ORG Wed Apr 30 17:36:49 2008 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C35AC106566C; Wed, 30 Apr 2008 17:36:49 +0000 (UTC) (envelope-from raj@semihalf.com) Received: from semihalf.com (semihalf.com [206.130.101.55]) by mx1.freebsd.org (Postfix) with ESMTP id 88D798FC20; Wed, 30 Apr 2008 17:36:49 +0000 (UTC) (envelope-from raj@semihalf.com) Received: from mail.semihalf.com (mail.semihalf.com [83.15.139.206]) by semihalf.com (8.13.1/8.13.1) with ESMTP id m3UHalUM010943; Wed, 30 Apr 2008 11:36:48 -0600 Message-ID: <4818AE2D.2070201@semihalf.com> Date: Wed, 30 Apr 2008 19:36:45 +0200 From: Rafal Jaworowski MIME-Version: 1.0 To: grehan@freebsd.org References: <47E06B23.7060400@uchicago.edu> <20080325023040.ab0daa19.stas@FreeBSD.org> <47E8527B.2050002@uchicago.edu> <47F39EF4.8040800@uchicago.edu> <47F3D2BC.7060001@uchicago.edu> <47F422A0.9080907@uchicago.edu> <47F4E007.90802@uchicago.edu> <3B02E59E-5399-40B6-9747-2F49200FD708@mac.com> <47F59C13.9030705@uchicago.edu> <9A74257B-DD5E-4C7E-B1FE-F42D55D1BB41@mac.com> <48152F8F.7030601@uchicago.edu> <61AA447E-2D56-4305-AE25-C4209D1FA540@mac.com> <4818A765.50507@uchicago.edu> <4818A8B0.6020805@freebsd.org> In-Reply-To: <4818A8B0.6020805@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ppc@freebsd.org Subject: Re: BMAC Ethernet Driver 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, 30 Apr 2008 17:36:49 -0000 Peter Grehan wrote: >> I'm trying to figure out where to put the files. There are a lot of >> sparc64 (and i386) specific drivers in /sys/dev, but SoC peripherals >> tend to end up in an arch-specific location. For powermac hardware, we >> seem to have a mix (UART driver in /sys/dev, built-in ATA in >> powermac). Unless someone tells me otherwise, I will put the if_bm* >> stuff in powermac. > > I was mistaken in putting the ATA stuff (and others) into powermac/. It > makes it a tad more difficult to build modules, manpages etc. There's > plenty of precedent for single-arch drivers going into dev/. It also > makes it easier for folk to find things when they are doing changes that > sweep the tree, such as modifying a field in the ifnet struct. > > I vote for it to go into dev/. Yes, I also think we should keep the drivers under sys/dev/, unless really required otherwise. Even for the SoCs it's common to see their integrated peripherals being shared between different models or even families, which could be based on totally different CPU cores (or even architecture). On a more general note: the sys/dev/ has long been a simple flat container with everything in it, which is slowly making things more difficult with all new architectures and peripherals coming into the tree. Has anyone contemplated some reorganization of device drivers directory in a more hierarchical fashion, so we could better manage similar classes of devices from various vendors, have a bit more uniform naming scheme and so on? Rafal From owner-freebsd-ppc@FreeBSD.ORG Wed Apr 30 18:36:19 2008 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 614881065674; Wed, 30 Apr 2008 18:36:19 +0000 (UTC) (envelope-from nathanw@uchicago.edu) Received: from agogare.doit.wisc.edu (agogare.doit.wisc.edu [144.92.197.211]) by mx1.freebsd.org (Postfix) with ESMTP id 218248FC1A; Wed, 30 Apr 2008 18:36:19 +0000 (UTC) (envelope-from nathanw@uchicago.edu) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=ISO-8859-1; format=flowed Received: from avs-daemon.smtpauth2.wiscmail.wisc.edu by smtpauth2.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 6.3-5.02 (built Oct 12 2007; 32bit)) id <0K0500A3MIBVQO00@smtpauth2.wiscmail.wisc.edu>; Wed, 30 Apr 2008 13:35:55 -0500 (CDT) Received: from wanderer.tachypleus.net (dyn-98-84.uwnet.wisc.edu [72.33.98.84]) by smtpauth2.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 6.3-5.02 (built Oct 12 2007; 32bit)) with ESMTPSA id <0K05009FWIBQ9S20@smtpauth2.wiscmail.wisc.edu>; Wed, 30 Apr 2008 13:35:51 -0500 (CDT) Date: Wed, 30 Apr 2008 13:35:50 -0500 From: Nathan Whitehorn In-reply-to: To: Marcel Moolenaar Message-id: <4818BC06.40700@uchicago.edu> X-Spam-Report: AuthenticatedSender=yes, SenderIP=72.33.98.84 X-Spam-PmxInfo: Server=avs-10, Version=5.4.1.325704, Antispam-Engine: 2.6.0.325393, Antispam-Data: 2008.4.30.112325, SenderIP=72.33.98.84 References: <47E06B23.7060400@uchicago.edu> <20080325023040.ab0daa19.stas@FreeBSD.org> <47E8527B.2050002@uchicago.edu> <47F39EF4.8040800@uchicago.edu> <47F3D2BC.7060001@uchicago.edu> <47F422A0.9080907@uchicago.edu> <47F4E007.90802@uchicago.edu> <3B02E59E-5399-40B6-9747-2F49200FD708@mac.com> <47F59C13.9030705@uchicago.edu> <9A74257B-DD5E-4C7E-B1FE-F42D55D1BB41@mac.com> <48152F8F.7030601@uchicago.edu> <61AA447E-2D56-4305-AE25-C4209D1FA540@mac.com> <4818A765.50507@uchicago.edu> <4818A8B0.6020805@freebsd.org> User-Agent: Thunderbird 2.0.0.12 (X11/20080425) Cc: grehan@freebsd.org, freebsd-ppc@freebsd.org Subject: Re: BMAC Ethernet Driver 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, 30 Apr 2008 18:36:19 -0000 Marcel Moolenaar wrote: > > On Apr 30, 2008, at 10:13 AM, Peter Grehan wrote: > >> Hi Nathan, >> >>> I'm trying to figure out where to put the files. There are a lot of >>> sparc64 (and i386) specific drivers in /sys/dev, but SoC peripherals >>> tend to end up in an arch-specific location. For powermac hardware, >>> we seem to have a mix (UART driver in /sys/dev, built-in ATA in >>> powermac). Unless someone tells me otherwise, I will put the if_bm* >>> stuff in powermac. >> >> I vote for it to go into dev/. > > That has my vote too. > FYI, > Excellent. This should make integration of other integrated devices (audio drivers and things) easier as well. -Nathan From owner-freebsd-ppc@FreeBSD.ORG Thu May 1 01:38:11 2008 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 349411065680 for ; Thu, 1 May 2008 01:38:11 +0000 (UTC) (envelope-from nathanw@uchicago.edu) Received: from agogare.doit.wisc.edu (agogare.doit.wisc.edu [144.92.197.211]) by mx1.freebsd.org (Postfix) with ESMTP id 03B438FC0C for ; Thu, 1 May 2008 01:38:10 +0000 (UTC) (envelope-from nathanw@uchicago.edu) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=ISO-8859-1; format=flowed Received: from avs-daemon.smtpauth2.wiscmail.wisc.edu by smtpauth2.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 6.3-5.02 (built Oct 12 2007; 32bit)) id <0K0600H0A1VMNS00@smtpauth2.wiscmail.wisc.edu> for freebsd-ppc@freebsd.org; Wed, 30 Apr 2008 20:38:10 -0500 (CDT) Received: from trantor.tachypleus.net (adsl-76-204-93-14.dsl.mdsnwi.sbcglobal.net [76.204.93.14]) by smtpauth2.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 6.3-5.02 (built Oct 12 2007; 32bit)) with ESMTPSA id <0K06006ZW1VJZU50@smtpauth2.wiscmail.wisc.edu> for freebsd-ppc@freebsd.org; Wed, 30 Apr 2008 20:38:07 -0500 (CDT) Date: Wed, 30 Apr 2008 20:38:15 -0500 From: Nathan Whitehorn To: freebsd-ppc@freebsd.org Message-id: <48191F07.5060505@uchicago.edu> X-Spam-Report: AuthenticatedSender=yes, SenderIP=76.204.93.14 X-Spam-PmxInfo: Server=avs-9, Version=5.4.1.325704, Antispam-Engine: 2.6.0.325393, Antispam-Data: 2008.4.30.182026, SenderIP=76.204.93.14 User-Agent: Thunderbird 2.0.0.12 (X11/20080322) Subject: Kernel broken? 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: Thu, 01 May 2008 01:38:11 -0000 While trying to build a new kernel to test the BMAC driver, I found that a kernel built from -CURRENT no longer boots on my Powermac G3. fatal kernel trap: exception = 0x7 (program) srr0 = 0x0 srr1 = 0x8b032 curthread = ... pid = 0, comm = swapper Stopped at 0: illegal instruction 0 It looks like it branched to a NULL pointer, but where or why is not clear. This happens fairly late in the boot process, after the Timecounters tick every 10 msec message. -Nathan From owner-freebsd-ppc@FreeBSD.ORG Thu May 1 02:33:45 2008 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C92AF106567A for ; Thu, 1 May 2008 02:33:45 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id 8284F8FC15 for ; Thu, 1 May 2008 02:33:45 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTP id 8338811597; Thu, 1 May 2008 12:32:50 +1000 (EST) Received: from peter-grehans-power-mac-g5.local (dsl-63-249-90-35.cruzio.com [63.249.90.35]) by dommail.onthenet.com.au (MOS 3.8.6-GA) with ESMTP id DXM77366 (AUTH peterg@ptree32.com.au); Thu, 1 May 2008 12:33:00 +1000 (EST) Message-ID: <48192BD0.3060105@freebsd.org> Date: Wed, 30 Apr 2008 19:32:48 -0700 From: Peter Grehan User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: Nathan Whitehorn References: <48191F07.5060505@uchicago.edu> In-Reply-To: <48191F07.5060505@uchicago.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ppc@freebsd.org Subject: Re: Kernel broken? X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: grehan@freebsd.org List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2008 02:33:45 -0000 Ni Nathan, >fatal kernel trap: Apply the ATA patch I sent out yesterday. http://docs.FreeBSD.org/cgi/mid.cgi?4817FCD3.7000906 I'm also going to put the link register into the fatal trap reg dump so that NULL deref's are easier to track down (submitting very shortly :). later, Peter. From owner-freebsd-ppc@FreeBSD.ORG Fri May 2 16:53:36 2008 Return-Path: Delivered-To: powerpc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AAEC8106566B; Fri, 2 May 2008 16:53:36 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 6826E8FC1C; Fri, 2 May 2008 16:53:36 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m42GrZbP061296; Fri, 2 May 2008 12:53:35 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m42GrZSw011432; Fri, 2 May 2008 12:53:35 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 010A873039; Fri, 2 May 2008 12:53:34 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080502165335.010A873039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 12:53:34 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7012/Fri May 2 10:53:34 2008 clamav-milter version 0.93 on clamscanner1 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2008 16:53:36 -0000 TB --- 2008-05-02 16:26:35 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-02 16:26:35 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-05-02 16:26:35 - cleaning the object tree TB --- 2008-05-02 16:27:00 - cvsupping the source tree TB --- 2008-05-02 16:27:00 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-05-02 16:27:06 - building world (CFLAGS=-O -pipe) TB --- 2008-05-02 16:27:06 - cd /src TB --- 2008-05-02 16:27:06 - /usr/bin/make -B buildworld >>> World build started on Fri May 2 16:27:07 UTC 2008 >>> 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 [...] ===> lib/libtacplus (all) ===> lib/libutil (all) ===> lib/libypclnt (all) ===> lib/libalias (all) ===> lib/libalias/libalias (all) cc -O -pipe -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wno-pointer-sign -c /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c: In function 'LibAliasRefreshModules': /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c:1576: error: expected '(' before 'feof' *** Error code 1 Stop in /src/lib/libalias/libalias. *** Error code 1 Stop in /src/lib/libalias. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-02 16:53:34 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-02 16:53:34 - ERROR: failed to build world TB --- 2008-05-02 16:53:34 - tinderbox aborted TB --- 1170.64 user 155.25 system 1619.48 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-ppc@FreeBSD.ORG Fri May 2 19:07:49 2008 Return-Path: Delivered-To: powerpc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C3CF106566C; Fri, 2 May 2008 19:07:49 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id A0B318FC1C; Fri, 2 May 2008 19:07:48 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m42J7llY082592; Fri, 2 May 2008 15:07:47 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m42J7mKO076467; Fri, 2 May 2008 15:07:48 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id C874973039; Fri, 2 May 2008 15:07:47 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080502190747.C874973039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 15:07:47 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7012/Fri May 2 10:53:34 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2008 19:07:49 -0000 TB --- 2008-05-02 18:40:40 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-02 18:40:40 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-05-02 18:40:40 - cleaning the object tree TB --- 2008-05-02 18:40:50 - cvsupping the source tree TB --- 2008-05-02 18:40:50 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-05-02 18:40:55 - building world (CFLAGS=-O -pipe) TB --- 2008-05-02 18:40:55 - cd /src TB --- 2008-05-02 18:40:55 - /usr/bin/make -B buildworld >>> World build started on Fri May 2 18:40:56 UTC 2008 >>> 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 [...] ===> lib/libtacplus (all) ===> lib/libutil (all) ===> lib/libypclnt (all) ===> lib/libalias (all) ===> lib/libalias/libalias (all) cc -O -pipe -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wno-pointer-sign -c /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c: In function 'LibAliasRefreshModules': /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c:1576: error: expected '(' before 'feof' *** Error code 1 Stop in /src/lib/libalias/libalias. *** Error code 1 Stop in /src/lib/libalias. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-02 19:07:47 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-02 19:07:47 - ERROR: failed to build world TB --- 2008-05-02 19:07:47 - tinderbox aborted TB --- 1174.52 user 151.14 system 1627.40 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-ppc@FreeBSD.ORG Fri May 2 20:59:11 2008 Return-Path: Delivered-To: powerpc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DAA611065686; Fri, 2 May 2008 20:59:11 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 7A5C98FC14; Fri, 2 May 2008 20:59:11 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m42KxAK9000104; Fri, 2 May 2008 16:59:10 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m42KxAtE007350; Fri, 2 May 2008 16:59:10 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id BDB7473039; Fri, 2 May 2008 16:59:10 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080502205910.BDB7473039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 16:59:10 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7013/Fri May 2 14:23:59 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2008 20:59:12 -0000 TB --- 2008-05-02 20:31:17 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-02 20:31:17 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-05-02 20:31:17 - cleaning the object tree TB --- 2008-05-02 20:31:23 - cvsupping the source tree TB --- 2008-05-02 20:31:23 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-05-02 20:31:29 - building world (CFLAGS=-O -pipe) TB --- 2008-05-02 20:31:29 - cd /src TB --- 2008-05-02 20:31:29 - /usr/bin/make -B buildworld >>> World build started on Fri May 2 20:31:30 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-02 20:59:10 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-02 20:59:10 - ERROR: failed to build world TB --- 2008-05-02 20:59:10 - tinderbox aborted TB --- 1204.55 user 153.82 system 1673.01 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-ppc@FreeBSD.ORG Fri May 2 22:48:06 2008 Return-Path: Delivered-To: powerpc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6BCE11065673; Fri, 2 May 2008 22:48:06 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 0D55B8FC16; Fri, 2 May 2008 22:48:05 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m42Mm5ga049479; Fri, 2 May 2008 18:48:05 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m42Mm568093150; Fri, 2 May 2008 18:48:05 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 5272E73039; Fri, 2 May 2008 18:48:05 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080502224805.5272E73039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 18:48:05 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner1 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2008 22:48:06 -0000 TB --- 2008-05-02 22:20:48 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-02 22:20:48 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-05-02 22:20:48 - cleaning the object tree TB --- 2008-05-02 22:20:57 - cvsupping the source tree TB --- 2008-05-02 22:20:57 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-05-02 22:21:02 - building world (CFLAGS=-O -pipe) TB --- 2008-05-02 22:21:02 - cd /src TB --- 2008-05-02 22:21:02 - /usr/bin/make -B buildworld >>> World build started on Fri May 2 22:21:04 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-02 22:48:05 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-02 22:48:05 - ERROR: failed to build world TB --- 2008-05-02 22:48:05 - tinderbox aborted TB --- 1203.59 user 153.83 system 1636.92 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-ppc@FreeBSD.ORG Sat May 3 00:38:16 2008 Return-Path: Delivered-To: powerpc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4714E1065679; Sat, 3 May 2008 00:38:16 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id DE8E98FC20; Sat, 3 May 2008 00:38:15 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m430cFkA056081; Fri, 2 May 2008 20:38:15 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m430cF8Y066684; Fri, 2 May 2008 20:38:15 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 1472173039; Fri, 2 May 2008 20:38:15 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503003815.1472173039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 20:38:15 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner1 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 00:38:16 -0000 TB --- 2008-05-03 00:10:58 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 00:10:58 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-05-03 00:10:58 - cleaning the object tree TB --- 2008-05-03 00:11:04 - cvsupping the source tree TB --- 2008-05-03 00:11:04 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-05-03 00:11:09 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 00:11:09 - cd /src TB --- 2008-05-03 00:11:09 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 00:11:10 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 00:38:15 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 00:38:15 - ERROR: failed to build world TB --- 2008-05-03 00:38:15 - tinderbox aborted TB --- 1201.72 user 156.37 system 1636.04 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-ppc@FreeBSD.ORG Sat May 3 02:28:34 2008 Return-Path: Delivered-To: powerpc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3E9E106564A; Sat, 3 May 2008 02:28:33 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 928038FC0A; Sat, 3 May 2008 02:28:33 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m432SXjX017414; Fri, 2 May 2008 22:28:33 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m432SXsI038145; Fri, 2 May 2008 22:28:33 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 0998E73039; Fri, 2 May 2008 22:28:33 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503022833.0998E73039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 22:28:33 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 02:28:34 -0000 TB --- 2008-05-03 02:01:10 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 02:01:10 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-05-03 02:01:10 - cleaning the object tree TB --- 2008-05-03 02:01:17 - cvsupping the source tree TB --- 2008-05-03 02:01:17 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-05-03 02:01:24 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 02:01:24 - cd /src TB --- 2008-05-03 02:01:24 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 02:01:26 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 02:28:32 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 02:28:32 - ERROR: failed to build world TB --- 2008-05-03 02:28:32 - tinderbox aborted TB --- 1203.17 user 154.71 system 1642.26 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-ppc@FreeBSD.ORG Sat May 3 04:18:17 2008 Return-Path: Delivered-To: powerpc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E5861065675; Sat, 3 May 2008 04:18:17 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 34D8E8FC19; Sat, 3 May 2008 04:18:17 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m434IHeF067281; Sat, 3 May 2008 00:18:17 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m434IGUZ009596; Sat, 3 May 2008 00:18:16 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 9C95A73039; Sat, 3 May 2008 00:18:16 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503041816.9C95A73039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 00:18:16 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 04:18:17 -0000 TB --- 2008-05-03 03:50:59 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 03:50:59 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-05-03 03:50:59 - cleaning the object tree TB --- 2008-05-03 03:51:06 - cvsupping the source tree TB --- 2008-05-03 03:51:06 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-05-03 03:51:12 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 03:51:12 - cd /src TB --- 2008-05-03 03:51:12 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 03:51:13 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 04:18:16 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 04:18:16 - ERROR: failed to build world TB --- 2008-05-03 04:18:16 - tinderbox aborted TB --- 1203.96 user 154.16 system 1636.78 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-ppc@FreeBSD.ORG Sat May 3 06:08:40 2008 Return-Path: Delivered-To: powerpc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1692B106564A; Sat, 3 May 2008 06:08:40 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id BB1AD8FC1A; Sat, 3 May 2008 06:08:39 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m4368dkg025548; Sat, 3 May 2008 02:08:39 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m4368dZQ080734; Sat, 3 May 2008 02:08:39 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 2BDEB73039; Sat, 3 May 2008 02:08:39 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503060839.2BDEB73039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 02:08:39 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner1 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 06:08:40 -0000 TB --- 2008-05-03 05:41:03 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 05:41:03 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-05-03 05:41:03 - cleaning the object tree TB --- 2008-05-03 05:41:08 - cvsupping the source tree TB --- 2008-05-03 05:41:08 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-05-03 05:41:13 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 05:41:13 - cd /src TB --- 2008-05-03 05:41:13 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 05:41:14 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 06:08:39 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 06:08:39 - ERROR: failed to build world TB --- 2008-05-03 06:08:39 - tinderbox aborted TB --- 1202.80 user 155.35 system 1655.84 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-ppc@FreeBSD.ORG Sat May 3 07:59:35 2008 Return-Path: Delivered-To: powerpc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 582711065671; Sat, 3 May 2008 07:59:35 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 0C2448FC19; Sat, 3 May 2008 07:59:34 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m437xYaP076669; Sat, 3 May 2008 03:59:34 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m437xY6b059977; Sat, 3 May 2008 03:59:34 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 4607373039; Sat, 3 May 2008 03:59:34 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503075934.4607373039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 03:59:34 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 07:59:35 -0000 TB --- 2008-05-03 07:32:04 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 07:32:04 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-05-03 07:32:04 - cleaning the object tree TB --- 2008-05-03 07:32:09 - cvsupping the source tree TB --- 2008-05-03 07:32:09 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-05-03 07:32:15 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 07:32:15 - cd /src TB --- 2008-05-03 07:32:15 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 07:32:16 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 07:59:34 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 07:59:34 - ERROR: failed to build world TB --- 2008-05-03 07:59:34 - tinderbox aborted TB --- 1202.03 user 156.32 system 1649.81 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-ppc@FreeBSD.ORG Sat May 3 09:53:47 2008 Return-Path: Delivered-To: powerpc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B107F1065681; Sat, 3 May 2008 09:53:47 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 8404E8FC0A; Sat, 3 May 2008 09:53:47 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m439rl5l081903; Sat, 3 May 2008 05:53:47 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m439rlM0049565; Sat, 3 May 2008 05:53:47 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id DBC9673039; Sat, 3 May 2008 05:53:46 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503095346.DBC9673039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 05:53:46 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 09:53:47 -0000 TB --- 2008-05-03 09:26:10 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 09:26:10 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-05-03 09:26:10 - cleaning the object tree TB --- 2008-05-03 09:26:17 - cvsupping the source tree TB --- 2008-05-03 09:26:17 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-05-03 09:26:23 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 09:26:23 - cd /src TB --- 2008-05-03 09:26:23 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 09:26:24 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 09:53:46 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 09:53:46 - ERROR: failed to build world TB --- 2008-05-03 09:53:46 - tinderbox aborted TB --- 1203.37 user 153.96 system 1656.62 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-ppc@FreeBSD.ORG Sat May 3 11:43:34 2008 Return-Path: Delivered-To: powerpc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4D1C1065671; Sat, 3 May 2008 11:43:34 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 6A9C58FC1A; Sat, 3 May 2008 11:43:34 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43BhX8U038678; Sat, 3 May 2008 07:43:33 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43BhXCk035585; Sat, 3 May 2008 07:43:33 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 94A3E73039; Sat, 3 May 2008 07:43:33 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503114333.94A3E73039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 07:43:33 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner1 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 11:43:34 -0000 TB --- 2008-05-03 11:16:09 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 11:16:09 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-05-03 11:16:09 - cleaning the object tree TB --- 2008-05-03 11:16:14 - cvsupping the source tree TB --- 2008-05-03 11:16:14 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-05-03 11:16:20 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 11:16:20 - cd /src TB --- 2008-05-03 11:16:20 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 11:16:21 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 11:43:33 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 11:43:33 - ERROR: failed to build world TB --- 2008-05-03 11:43:33 - tinderbox aborted TB --- 1202.73 user 154.82 system 1643.77 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-ppc@FreeBSD.ORG Sat May 3 13:33:20 2008 Return-Path: Delivered-To: powerpc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2DAC106566C; Sat, 3 May 2008 13:33:20 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 89D8B8FC13; Sat, 3 May 2008 13:33:20 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43DXJE3096718; Sat, 3 May 2008 09:33:19 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43DXJgo029504; Sat, 3 May 2008 09:33:19 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 86BAF73039; Sat, 3 May 2008 09:33:19 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503133319.86BAF73039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 09:33:19 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 13:33:21 -0000 TB --- 2008-05-03 13:06:01 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 13:06:01 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-05-03 13:06:01 - cleaning the object tree TB --- 2008-05-03 13:06:08 - cvsupping the source tree TB --- 2008-05-03 13:06:09 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-05-03 13:06:17 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 13:06:17 - cd /src TB --- 2008-05-03 13:06:17 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 13:06:18 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 13:33:19 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 13:33:19 - ERROR: failed to build world TB --- 2008-05-03 13:33:19 - tinderbox aborted TB --- 1203.52 user 155.20 system 1638.34 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-ppc@FreeBSD.ORG Sat May 3 15:23:39 2008 Return-Path: Delivered-To: powerpc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A065B1065682; Sat, 3 May 2008 15:23:39 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 474DC8FC0C; Sat, 3 May 2008 15:23:39 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43FNcia053794; Sat, 3 May 2008 11:23:38 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43FNcxZ030035; Sat, 3 May 2008 11:23:38 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id AE80473039; Sat, 3 May 2008 11:23:38 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503152338.AE80473039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 11:23:38 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7015/Sat May 3 07:57:16 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 15:23:39 -0000 TB --- 2008-05-03 14:56:15 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 14:56:15 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-05-03 14:56:15 - cleaning the object tree TB --- 2008-05-03 14:56:21 - cvsupping the source tree TB --- 2008-05-03 14:56:21 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-05-03 14:56:26 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 14:56:26 - cd /src TB --- 2008-05-03 14:56:26 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 14:56:27 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 15:23:38 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 15:23:38 - ERROR: failed to build world TB --- 2008-05-03 15:23:38 - tinderbox aborted TB --- 1203.95 user 154.59 system 1642.96 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-ppc@FreeBSD.ORG Sat May 3 17:13:28 2008 Return-Path: Delivered-To: powerpc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61A281065673; Sat, 3 May 2008 17:13:28 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 009EC8FC15; Sat, 3 May 2008 17:13:27 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43HDRhW008584; Sat, 3 May 2008 13:13:27 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43HDRpb024855; Sat, 3 May 2008 13:13:27 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 17F8473039; Sat, 3 May 2008 13:13:27 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503171327.17F8473039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 13:13:27 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7015/Sat May 3 07:57:16 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 17:13:28 -0000 TB --- 2008-05-03 16:46:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 16:46:00 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-05-03 16:46:00 - cleaning the object tree TB --- 2008-05-03 16:46:08 - cvsupping the source tree TB --- 2008-05-03 16:46:08 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-05-03 16:46:13 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 16:46:13 - cd /src TB --- 2008-05-03 16:46:13 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 16:46:14 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 17:13:27 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 17:13:27 - ERROR: failed to build world TB --- 2008-05-03 17:13:27 - tinderbox aborted TB --- 1203.99 user 153.46 system 1646.68 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-ppc@FreeBSD.ORG Sat May 3 19:03:21 2008 Return-Path: Delivered-To: powerpc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2710106567C; Sat, 3 May 2008 19:03:20 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 89D688FC26; Sat, 3 May 2008 19:03:20 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43J3KtD066169; Sat, 3 May 2008 15:03:20 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43J3KGY094802; Sat, 3 May 2008 15:03:20 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id DCF5B73039; Sat, 3 May 2008 15:03:19 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503190319.DCF5B73039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 15:03:19 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7015/Sat May 3 07:57:16 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 19:03:21 -0000 TB --- 2008-05-03 18:35:53 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 18:35:53 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-05-03 18:35:53 - cleaning the object tree TB --- 2008-05-03 18:35:59 - cvsupping the source tree TB --- 2008-05-03 18:35:59 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-05-03 18:36:06 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 18:36:06 - cd /src TB --- 2008-05-03 18:36:06 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 18:36:07 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 19:03:19 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 19:03:19 - ERROR: failed to build world TB --- 2008-05-03 19:03:19 - tinderbox aborted TB --- 1206.09 user 152.23 system 1646.21 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-ppc@FreeBSD.ORG Sat May 3 21:14:23 2008 Return-Path: Delivered-To: powerpc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1DBF11065672; Sat, 3 May 2008 21:14:23 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id A1D588FC19; Sat, 3 May 2008 21:14:22 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43LELBP073147; Sat, 3 May 2008 17:14:21 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43LELMI012976; Sat, 3 May 2008 17:14:22 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id AE6AF73039; Sat, 3 May 2008 17:14:21 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503211421.AE6AF73039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 17:14:21 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7015/Sat May 3 07:57:16 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 21:14:23 -0000 TB --- 2008-05-03 20:26:11 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 20:26:11 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-05-03 20:26:11 - cleaning the object tree TB --- 2008-05-03 20:26:19 - cvsupping the source tree TB --- 2008-05-03 20:26:19 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-05-03 20:26:26 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 20:26:26 - cd /src TB --- 2008-05-03 20:26:26 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 20:26:27 UTC 2008 >>> 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 [...] makeinfo --no-split -I /src/gnu/usr.bin/send-pr/doc -I /src/gnu/usr.bin/send-pr/doc /src/gnu/usr.bin/send-pr/doc/send-pr.texi -o send-pr.info gzip -cn send-pr.info > send-pr.info.gz ===> gnu/usr.bin/sort (all) cc -O -pipe -DHAVE_CONFIG_H -DHAVE_LANGINFO_H=1 -DHAVE_NL_LANGINFO=1 -I/src/gnu/usr.bin/sort -I/src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib -c /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/src/sort.c cc -O -pipe -DHAVE_CONFIG_H -DHAVE_LANGINFO_H=1 -DHAVE_NL_LANGINFO=1 -I/src/gnu/usr.bin/sort -I/src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib -c /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib/__fpending.c /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib/__fpending.c: In function '__fpending': /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib/__fpending.c:29: error: dereferencing pointer to incomplete type /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib/__fpending.c:29: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/gnu/usr.bin/sort. *** Error code 1 Stop in /src/gnu/usr.bin. *** Error code 1 Stop in /src/gnu. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 21:14:21 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 21:14:21 - ERROR: failed to build world TB --- 2008-05-03 21:14:21 - tinderbox aborted TB --- 2152.40 user 258.75 system 2890.09 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full