From owner-freebsd-sparc64@FreeBSD.ORG Tue Aug 15 02:43:06 2006 Return-Path: X-Original-To: sparc@freebsd.org Delivered-To: freebsd-sparc64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F3BB16A4DA for ; Tue, 15 Aug 2006 02:43:06 +0000 (UTC) (envelope-from koziol@ncsa.uiuc.edu) Received: from amantadine.ncsa.uiuc.edu (amantadine.ncsa.uiuc.edu [141.142.2.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B7F743D53 for ; Tue, 15 Aug 2006 02:43:05 +0000 (GMT) (envelope-from koziol@ncsa.uiuc.edu) Received: from sleipnir.hdfgroup.uiuc.edu (sleipnir.hdfgroup.uiuc.edu [192.17.35.70]) by amantadine.ncsa.uiuc.edu (8.13.7/8.13.7) with ESMTP id k7F2gv8b003641; Mon, 14 Aug 2006 21:43:01 -0500 Received: from sleipnir.hdfgroup.uiuc.edu (localhost [127.0.0.1]) by sleipnir.hdfgroup.uiuc.edu (8.13.4/8.13.4) with ESMTP id k7F2gw3i013136; Mon, 14 Aug 2006 21:42:58 -0500 (CDT) (envelope-from koziol@sleipnir.hdfgroup.uiuc.edu) Received: (from koziol@localhost) by sleipnir.hdfgroup.uiuc.edu (8.13.4/8.13.4/Submit) id k7F2gviQ013135; Mon, 14 Aug 2006 21:42:57 -0500 (CDT) (envelope-from koziol) From: Quincey Koziol Message-Id: <200608150242.k7F2gviQ013135@sleipnir.hdfgroup.uiuc.edu> In-Reply-To: <20060814175158.GA34263@xor.obsecurity.org> To: Kris Kennaway Date: Mon, 14 Aug 2006 21:42:57 -0500 (CDT) X-Mailer: ELM [version 2.4ME+ PL122i (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="US-ASCII" X-NCSA-MailScanner-Information: Please contact help@ncsa.uiuc.edu for more information, amantadine.ncsa.uiuc.edu X-NCSA-MailScanner: Found to be clean Cc: sparc@freebsd.org Subject: Re: User account for port testing? X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Aug 2006 02:43:06 -0000 Checking application/pgp-signature: FAILURE -- Start of PGP signed section. > On Mon, Aug 14, 2006 at 10:48:49AM -0700, John-Mark Gurney wrote: > > Quincey Koziol wrote this message on Mon, Aug 14, 2006 at 05:14 -0500: > > > I'm the maintainer for the 'science/hdf5' port and it's been failing on > > > the SPARC ports testing machine for a while. I'd like to try to fix the > > > problem, but I don't have access to a SPARC machine running FreeBSD... :-( > > > Can anyone give me a user account on a machine running 6-STABLE so I can log > > > in and try to find a fix? > > > Please reply directly to me, I'm not subscribed to this list. > > > > You can do your own build testing on sparc64 by setting up a sparc64 > > build environment... This involves a full FreeBSD check-out, and > > doing: > > make toolchain TARGET_ARCH=sparc64 > > make buildenv > > > > After the second command, you will be dropped into a shell that has > > the path set for building sparc64 binaries... you can then cd to > > your distribution, and make it.. I'm not sure how this will interact > > w/ the ports system, so you may have to bypass the ports system and go > > directly to to hdf5's src dir.. > > This is unlikely to be widely useful for ports, unfortunately. Yes, the configure scripts aren't going to be able to execute their little test programs... Quincey