From owner-freebsd-ppc@FreeBSD.ORG Thu Feb 26 04:18:32 2004 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 396C516A4CE; Thu, 26 Feb 2004 04:18:32 -0800 (PST) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6E5C43D2D; Thu, 26 Feb 2004 04:18:31 -0800 (PST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 56CA87303A; Thu, 26 Feb 2004 07:18:31 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20040226121831.56CA87303A@freebsd-current.sentex.ca> Date: Thu, 26 Feb 2004 07:18:31 -0500 (EST) X-Mailman-Approved-At: Thu, 26 Feb 2004 06:28:09 -0800 Subject: [current tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2004 12:18:32 -0000 TB --- 2004-02-26 12:02:48 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-02-26 12:02:48 - starting CURRENT tinderbox run for powerpc/powerpc TB --- 2004-02-26 12:02:48 - checking out the source tree TB --- 2004-02-26 12:02:48 - cd /home/tinderbox/sandbox/CURRENT/powerpc/powerpc TB --- 2004-02-26 12:02:48 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-02-26 12:06:05 - building world TB --- 2004-02-26 12:06:05 - cd /home/tinderbox/sandbox/CURRENT/powerpc/powerpc/src TB --- 2004-02-26 12:06:05 - /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries [...] echo libssh.so.2: /home/tinderbox/sandbox/CURRENT/powerpc/powerpc/obj/powerpc/other/tinderbox/CURRENT/powerpc/powerpc/src/i386/usr/lib/libz.a /home/tinderbox/sandbox/CURRENT/powerpc/powerpc/obj/powerpc/other/tinderbox/CURRENT/powerpc/powerpc/src/i386/usr/lib/libgssapi.a /home/tinderbox/sandbox/CURRENT/powerpc/powerpc/obj/powerpc/other/tinderbox/CURRENT/powerpc/powerpc/src/i386/usr/lib/libkrb5.a /home/tinderbox/sandbox/CURRENT/powerpc/powerpc/obj/powerpc/other/tinderbox/CURRENT/powerpc/powerpc/src/i386/usr/lib/libasn1.a /home/tinderbox/sandbox/CURRENT/powerpc/powerpc/obj/powerpc/other/tinderbox/CURRENT/powerpc/powerpc/src/i386/usr/lib/libcom_err.a /home/tinderbox/sandbox/CURRENT/powerpc/powerpc/obj/powerpc/other/tinderbox/CURRENT/powerpc/powerpc/src/i386/usr/lib/libmd.a /home/tinderbox/sandbox/CURRENT/powerpc/powerpc/obj/powerpc/other/tinderbox/CURRENT/powerpc/powerpc/src/i386/usr/lib/libroken.a /home/tinderbox/sandbox/CURRENT/powerpc/powerpc/obj/powerpc/other/tinderbox/CURREN T/powerpc/powerpc/src/i386/usr/lib/libcrypto.a /home/tinderbox/sandbox/CURRENT/powerpc/powerpc/obj/powerpc/other/tinderbox/CURRENT/powerpc/powerpc/src/i386/usr/lib/libcrypt.a >> .depend cc -O -pipe -I/other/tinderbox/CURRENT/powerpc/powerpc/src/secure/lib/libssh/../../../crypto/openssh -DGSSAPI -DKRB5 -DHEIMDAL -DNO_IDEA -c /other/tinderbox/CURRENT/powerpc/powerpc/src/crypto/openssh/authfd.c cc -O -pipe -I/other/tinderbox/CURRENT/powerpc/powerpc/src/secure/lib/libssh/../../../crypto/openssh -DGSSAPI -DKRB5 -DHEIMDAL -DNO_IDEA -c /other/tinderbox/CURRENT/powerpc/powerpc/src/crypto/openssh/authfile.c cc -O -pipe -I/other/tinderbox/CURRENT/powerpc/powerpc/src/secure/lib/libssh/../../../crypto/openssh -DGSSAPI -DKRB5 -DHEIMDAL -DNO_IDEA -c /other/tinderbox/CURRENT/powerpc/powerpc/src/crypto/openssh/bufaux.c /other/tinderbox/CURRENT/powerpc/powerpc/src/crypto/openssh/bufaux.c:55: error: conflicting types for `buffer_put_bignum' /other/tinderbox/CURRENT/powerpc/powerpc/src/crypto/openssh/bufaux.h:21: error: previous declaration of `buffer_put_bignum' /other/tinderbox/CURRENT/powerpc/powerpc/src/crypto/openssh/bufaux.c:106: error: conflicting types for `buffer_put_bignum2' /other/tinderbox/CURRENT/powerpc/powerpc/src/crypto/openssh/bufaux.h:22: error: previous declaration of `buffer_put_bignum2' *** Error code 1 Stop in /other/tinderbox/CURRENT/powerpc/powerpc/src/secure/lib/libssh. *** Error code 1 Stop in /other/tinderbox/CURRENT/powerpc/powerpc/src. *** Error code 1 Stop in /other/tinderbox/CURRENT/powerpc/powerpc/src. *** Error code 1 Stop in /other/tinderbox/CURRENT/powerpc/powerpc/src. *** Error code 1 Stop in /other/tinderbox/CURRENT/powerpc/powerpc/src. TB --- 2004-02-26 12:18:31 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-02-26 12:18:31 - ERROR: failed to build world TB --- 2004-02-26 12:18:31 - tinderbox aborted From owner-freebsd-ppc@FreeBSD.ORG Thu Feb 26 08:17:29 2004 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 528D516A4CE for ; Thu, 26 Feb 2004 08:17:29 -0800 (PST) Received: from ssa9.serverconfig.com (ssa9.serverconfig.com [209.51.129.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18DA943D3F for ; Thu, 26 Feb 2004 08:17:29 -0800 (PST) (envelope-from ly5t5@allthingscomputed.com) Received: from dialup-65.58.18.87.dial1.atlanta1.level3.net ([65.58.18.87]) by ssa9.serverconfig.com with asmtp (Exim 4.24) id 1AwOCV-0003tV-GN for freebsd-ppc@FreeBSD.ORG; Thu, 26 Feb 2004 11:17:27 -0500 Mime-Version: 1.0 (Apple Message framework v612) Content-Transfer-Encoding: 7bit Message-Id: <44376725-6877-11D8-9990-000A95A56C00@allthingscomputed.com> Content-Type: text/plain; charset=US-ASCII; format=flowed To: FreeBSD PowerPC From: Barry Hawkins Date: Thu, 26 Feb 2004 11:17:26 -0500 X-Mailer: Apple Mail (2.612) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ssa9.serverconfig.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - allthingscomputed.com Subject: What do these messages from FreeBSD Tinderbox mean? X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2004 16:17:29 -0000 I am periodically receiving messages from "FreeBSD Tinderbox" with the subject "[current tinderbox] failure on powerpc/powerpc". Can anyone provide some insight for me as to what these messages are about? I am suspecting it is an automated build mechanism and since the project is still very new and somewhat unstable that these messages are appearing. Thanks, -- Barry C. Hawkins All Things Computed site: www.allthingscomputed.com weblog: www.yepthatsme.com From owner-freebsd-ppc@FreeBSD.ORG Thu Feb 26 08:29:25 2004 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D76E316A4CE for ; Thu, 26 Feb 2004 08:29:25 -0800 (PST) Received: from gir.theapt.org (deimos.theapt.org [208.201.244.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3E0D43D1D for ; Thu, 26 Feb 2004 08:29:25 -0800 (PST) (envelope-from phessler@theapt.org) Received: from leela.theapt.org (unknown [IPv6:2001:5a8:4:e0::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))verified)) by gir.theapt.org (Postfix) with ESMTP id 981D9370A1 for ; Thu, 26 Feb 2004 08:29:22 -0800 (PST) Received: from leela.theapt.org (localhost [IPv6:::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by leela.theapt.org (Postfix) with ESMTP id F32566A for ; Thu, 26 Feb 2004 08:29:54 -0800 (PST) Date: Thu, 26 Feb 2004 08:29:14 -0800 From: Peter Hessler To: FreeBSD PowerPC Message-Id: <20040226082914.30a81b97@leela.theapt.org> In-Reply-To: <44376725-6877-11D8-9990-000A95A56C00@allthingscomputed.com> References: <44376725-6877-11D8-9990-000A95A56C00@allthingscomputed.com> X-Mailer: Sylpheed version 0.9.9claws (GTK+ 1.2.10; powerpc-unknown-openbsd3.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: What do these messages from FreeBSD Tinderbox mean? X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2004 16:29:26 -0000 Yes, they are automated build messages. All archs (I think all tier-1 and tier-2 archs) have this ran, and sent to their arch specific list. I believe it is using -current sources, and is a great way for the committers to know when something breaks the tree. (rather than them breaking their own box.) On Thu, 26 Feb 2004 11:17:26 -0500 Barry Hawkins wrote: :I am periodically receiving messages from "FreeBSD Tinderbox" with the :subject "[current tinderbox] failure on powerpc/powerpc". Can anyone :provide some insight for me as to what these messages are about? I am :suspecting it is an automated build mechanism and since the project is :still very new and somewhat unstable that these messages are appearing. : :Thanks, :-- :Barry C. Hawkins :All Things Computed :site: www.allthingscomputed.com :weblog: www.yepthatsme.com : :_______________________________________________ :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" -- There's no easy quick way out, we're gonna have to live through our whole lives, win, lose, or draw. -- Walt Kelly From owner-freebsd-ppc@FreeBSD.ORG Thu Feb 26 15:31:07 2004 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4FAD16A4CE for ; Thu, 26 Feb 2004 15:31:07 -0800 (PST) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AD1D43D2D for ; Thu, 26 Feb 2004 15:31:07 -0800 (PST) (envelope-from grehan@freebsd.org) Received: from freebsd.org (CPE-30-165.dsl.onthenet.net [203.144.30.165]) i1QNV0ZG066452; Fri, 27 Feb 2004 09:31:01 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <403E824C.1020108@freebsd.org> Date: Fri, 27 Feb 2004 09:33:32 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030524 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Barry Hawkins References: <44376725-6877-11D8-9990-000A95A56C00@allthingscomputed.com> In-Reply-To: <44376725-6877-11D8-9990-000A95A56C00@allthingscomputed.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD PowerPC Subject: Re: What do these messages from FreeBSD Tinderbox mean? X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2004 23:31:07 -0000 > I am suspecting it is an automated build mechanism As mentioned, you got it. > and since the project is still very new and somewhat unstable that > these messages are appearing. Hey, give us some credit! Since PPC has been hooked back into the automated builds none of the failures have been due to this project ! That's just the churn that occurs with -current. later, Peter. From owner-freebsd-ppc@FreeBSD.ORG Thu Feb 26 15:37:02 2004 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DFAE16A4CE for ; Thu, 26 Feb 2004 15:37:02 -0800 (PST) Received: from mail.devrandom.org.uk (82-68-135-38.dsl.in-addr.zen.co.uk [82.68.135.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F75143D31 for ; Thu, 26 Feb 2004 15:37:02 -0800 (PST) (envelope-from howells@kde.org) Received: from 192.168.1.196 (unknown [192.168.1.196]) by mail.devrandom.org.uk (Postfix) with ESMTP id 07B93133C0 for ; Thu, 26 Feb 2004 23:37:02 +0000 (GMT) From: Chris Howells Organization: K Desktop Environment To: freebsd-ppc@freebsd.org Date: Thu, 26 Feb 2004 23:35:41 +0000 User-Agent: KMail/1.6 References: <44376725-6877-11D8-9990-000A95A56C00@allthingscomputed.com> <403E824C.1020108@freebsd.org> In-Reply-To: <403E824C.1020108@freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <200402262335.41430.howells@kde.org> Subject: Re: What do these messages from FreeBSD Tinderbox mean? X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2004 23:37:02 -0000 =2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thursday 26 February 2004 23:33, Peter Grehan wrote: > Hey, give us some credit! Since PPC has been hooked back into the > automated builds none of the failures have been due to this project ! > That's just the churn that occurs with -current. Right. Though it doesn't entirely inspire confidence that the latest update= =20 to: http://www.freebsd.org/platforms/ppc.html Reads: "3 July, 2002 : This page has been significantly updated. FreeBSD/PowerPC=20 currently boots almost to the point of reaching single-user mode." :) =2D --=20 Cheers, Chris Howells -- chris@chrishowells.co.uk, howells@kde.org Web: http://chrishowells.co.uk, PGP ID: 0x33795A2C KDE/Qt/C++/PHP Developer: http://www.kde.org =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQFAPoLNF8Iu1zN5WiwRAsXgAKCaAUgk9Yam9KuZHI3kSQ+Unr3nbACcDYUN 1wzcxEEalykapp8d6T1QAGg=3D =3DFN+B =2D----END PGP SIGNATURE----- From owner-freebsd-ppc@FreeBSD.ORG Thu Feb 26 17:19:51 2004 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6966116A4CE for ; Thu, 26 Feb 2004 17:19:51 -0800 (PST) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5F0743D31 for ; Thu, 26 Feb 2004 17:19:50 -0800 (PST) (envelope-from grehan@freebsd.org) Received: from freebsd.org (CPE-30-165.dsl.onthenet.net [203.144.30.165]) i1R1JmZG066786; Fri, 27 Feb 2004 11:19:49 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <403E9BCC.1010403@freebsd.org> Date: Fri, 27 Feb 2004 11:22:20 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030524 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Chris Howells References: <44376725-6877-11D8-9990-000A95A56C00@allthingscomputed.com> <403E824C.1020108@freebsd.org> <200402262335.41430.howells@kde.org> In-Reply-To: <200402262335.41430.howells@kde.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ppc@freebsd.org Subject: Re: What do these messages from FreeBSD Tinderbox mean? X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2004 01:19:51 -0000 > Right. Though it doesn't entirely inspire confidence that the latest update > to: ... > Reads: > > "3 July, 2002 : This page has been significantly updated. FreeBSD/PowerPC > currently boots almost to the point of reaching single-user mode." Yeh, well, that should be updated but those that follow the list and/or read status reports would know where the port is at. later, Peter. From owner-freebsd-ppc@FreeBSD.ORG Thu Feb 26 22:22:35 2004 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE1AD16A4CE; Thu, 26 Feb 2004 22:22:35 -0800 (PST) Received: from ssa9.serverconfig.com (ssa9.serverconfig.com [209.51.129.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id C768743D2F; Thu, 26 Feb 2004 22:22:35 -0800 (PST) (envelope-from ly5t5@allthingscomputed.com) Received: from dsl027-161-197.atl1.dsl.speakeasy.net ([216.27.161.197] helo=[192.168.1.3]) by ssa9.serverconfig.com with asmtp (Exim 4.24) id 1AwbOK-00071T-VU; Fri, 27 Feb 2004 01:22:33 -0500 In-Reply-To: <403E824C.1020108@freebsd.org> References: <44376725-6877-11D8-9990-000A95A56C00@allthingscomputed.com> <403E824C.1020108@freebsd.org> Mime-Version: 1.0 (Apple Message framework v612) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <527229AE-68ED-11D8-9616-000A95A56C00@allthingscomputed.com> Content-Transfer-Encoding: 7bit From: Barry Hawkins Date: Fri, 27 Feb 2004 01:22:30 -0500 To: Peter Grehan X-Mailer: Apple Mail (2.612) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ssa9.serverconfig.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - allthingscomputed.com cc: FreeBSD PowerPC Subject: Re: What do these messages from FreeBSD Tinderbox mean? X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2004 06:22:36 -0000 On Feb 26, 2004, at 6:33 PM, Peter Grehan wrote: >> I am suspecting it is an automated build mechanism > > As mentioned, you got it. > >> and since the project is still very new and somewhat unstable that > > these messages are appearing. > > Hey, give us some credit! Since PPC has been hooked back into the > automated builds none of the failures have been due to this project ! > That's just the churn that occurs with -current. > > later, > > Peter. > Peter, Terribly sorry! I think I used a bad word. By "unstable" I meant more that it's far from a release titled "STABLE" like I see in the i386 area. No foul intended. I am in awe of you guys. I only aspire to get to the level of knowledge and skill you guys have. Right now I only develop in Java, server-side scripting, and SQL dialects, so I feel pretty useless watching on the sidelines. I don't even think I am up to snuff for the current install process! I'd love to be involved, though. I could definitely help out with any documentation-type stuff, if that's of any help. Just let me know. Regards, -- Barry C. Hawkins All Things Computed site: www.allthingscomputed.com weblog: www.yepthatsme.com From owner-freebsd-ppc@FreeBSD.ORG Thu Feb 26 22:31:52 2004 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD1EF16A4CE; Thu, 26 Feb 2004 22:31:52 -0800 (PST) Received: from lennier.cc.vt.edu (lennier.cc.vt.edu [198.82.162.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DD9A43D1D; Thu, 26 Feb 2004 22:31:52 -0800 (PST) (envelope-from refugee@segfaulted.com) Received: from zidane.cc.vt.edu (IDENT:mirapoint@evil-zidane [10.1.1.13]) by lennier.cc.vt.edu (8.12.8/8.12.8) with ESMTP id i1R6VpUE157823; Fri, 27 Feb 2004 01:31:51 -0500 (EST) Received: from zZzZ.segfaulted.com (hc6524a8b.dhcp.vt.edu [198.82.74.139]) by zidane.cc.vt.edu (MOS 3.4.4-GR) with SMTP id AHQ96448; Fri, 27 Feb 2004 01:31:50 -0500 (EST) Date: Fri, 27 Feb 2004 01:31:51 -0500 From: Suleiman Souhlal To: Peter Grehan Message-Id: <20040227013151.250b0d3d@zZzZ.segfaulted.com> X-Mailer: Sylpheed version 0.9.8claws (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-ppc@freebsd.org Subject: G5 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2004 06:31:52 -0000 Hi, I just have a few quick questions regarding booting on the G5s: How far does it get? Are you trying to boot in 32-bit mode or 64-bit mode? Does 32-bit mode need a toolchain that supports ppc64 anyway? Thanks, Suleiman Souhlal From owner-freebsd-ppc@FreeBSD.ORG Thu Feb 26 23:08:55 2004 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3A0416A4CE for ; Thu, 26 Feb 2004 23:08:54 -0800 (PST) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FDAC43D3F for ; Thu, 26 Feb 2004 23:08:54 -0800 (PST) (envelope-from grehan@freebsd.org) Received: from freebsd.org (CPE-30-165.dsl.onthenet.net [203.144.30.165]) i1R78qZG068250; Fri, 27 Feb 2004 17:08:53 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <403EED9C.3040701@freebsd.org> Date: Fri, 27 Feb 2004 17:11:24 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030524 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Suleiman Souhlal , freebsd-ppc@freebsd.org References: <20040227013151.250b0d3d@zZzZ.segfaulted.com> In-Reply-To: <20040227013151.250b0d3d@zZzZ.segfaulted.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: G5 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2004 07:08:55 -0000 Hi Suleiman, > I just have a few quick questions regarding booting on the G5s: > How far does it get? The boot loader works, but I'm still trying to get pmap_bootstrap sorted out. It's going to take a while :-( The hash table for the G5 is the 64-bit version, but if you run in 'bridge' mode, segment registers can still be used. Check out the IBM doc for details: http://www-306.ibm.com/chips/techlib/techlib.nsf/techdocs/F6153E213FDD912E87256D49006C6541 Fortunately the work needed to abstract out the hash-table differences can be used in PPC implementations that don't have a hash table, such as the IBM 4xx and Motorola 8xx series, which I'm very interested in. I think I'll set up a P4 depot to track the changes I'm doing for this. > Are you trying to boot in 32-bit mode or 64-bit mode? 32-bit mode. 64-bit mode is a hell of a lot of work with toolchain, ld.so, exec, openfirmware callbacks etc, whereas 32-bit mode is mainly vm/trap work. Plus, it should produce a kernel that can run on G3/G4/G5, which I think is a better place for the project than immediately starting a 64-bit port before the 32-bit port is stable. > Does 32-bit mode need a toolchain that supports ppc64 anyway? There might be some config mods needed, but yes, I think the 32-bit toolchain could support 64-bit mode as well. later, Peter. From owner-freebsd-ppc@FreeBSD.ORG Fri Feb 27 00:06:08 2004 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F29516A4CE for ; Fri, 27 Feb 2004 00:06:08 -0800 (PST) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA0E843D39 for ; Fri, 27 Feb 2004 00:06:07 -0800 (PST) (envelope-from grehan@freebsd.org) Received: from freebsd.org (CPE-30-165.dsl.onthenet.net [203.144.30.165]) i1R862ZG068437; Fri, 27 Feb 2004 18:06:02 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <403EFB02.8010201@freebsd.org> Date: Fri, 27 Feb 2004 18:08:34 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030524 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Barry Hawkins References: <44376725-6877-11D8-9990-000A95A56C00@allthingscomputed.com> <403E824C.1020108@freebsd.org> <527229AE-68ED-11D8-9616-000A95A56C00@allthingscomputed.com> In-Reply-To: <527229AE-68ED-11D8-9616-000A95A56C00@allthingscomputed.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD PowerPC Subject: Re: What do these messages from FreeBSD Tinderbox mean? X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2004 08:06:08 -0000 > No foul intended. No worries Barry. I was kinda joking myself :-) > I don't even think I am up to snuff for the current install process! I hope to improve on that soon. I managed to make a snag-bootable CD i.e. hold down the 'C' key when booting, so that might make things a bit easier. Unfortunately the partitioning step still needs to be done. later, Peter. From owner-freebsd-ppc@FreeBSD.ORG Fri Feb 27 13:45:10 2004 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A882016A4CE for ; Fri, 27 Feb 2004 13:45:10 -0800 (PST) Received: from lennier.cc.vt.edu (lennier.cc.vt.edu [198.82.162.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAF1743D1D for ; Fri, 27 Feb 2004 13:45:09 -0800 (PST) (envelope-from ssouhlal@vt.edu) Received: from zidane.cc.vt.edu (IDENT:mirapoint@evil-zidane [10.1.1.13]) by lennier.cc.vt.edu (8.12.8/8.12.8) with ESMTP id i1RLj9UE500227 for ; Fri, 27 Feb 2004 16:45:09 -0500 (EST) Received: from zZzZ.segfaulted.com (hc6524a8b.dhcp.vt.edu [198.82.74.139]) by zidane.cc.vt.edu (MOS 3.4.4-GR) with SMTP id AHT48902; Fri, 27 Feb 2004 16:45:08 -0500 (EST) Date: Fri, 27 Feb 2004 16:45:08 -0500 From: Suleiman Souhlal To: freebsd-ppc@freebsd.org Message-Id: <20040227164508.475b4479@zZzZ.segfaulted.com> X-Mailer: Sylpheed version 0.9.8claws (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: kauai ata controller X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2004 21:45:10 -0000 Hi, I was wondering if anyone has gotten the kauai controller to work? On my Alubook 15", I had to change resource id (rid) in ata_kauai_probe() in ata_kauai.c to 0x10, to get it detected: ata1: reset tp1 mask=01 ostat0=00 ostat1=00 ata1-master: stat=0x00 err=0x00 lsb=0x00 msb=0x00 ata1: reset tp2 mask=01 stat0=00 stat1=00 devices=0x0 ata1: mem 0xf5004000-0xf5007fff irq 39 at device 13.0 on pci2 However, the disk doesn't get detected.. Any ideas? Later, Suleiman Souhlal