From owner-freebsd-sparc Sun Dec 29 1:19:38 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D61FD37B405; Sun, 29 Dec 2002 01:19:35 -0800 (PST) Received: from tomts13-srv.bellnexxia.net (tomts13.bellnexxia.net [209.226.175.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id D001243EB2; Sun, 29 Dec 2002 01:19:24 -0800 (PST) (envelope-from mike@sparc64.style9.org) Received: from bowie.private ([65.93.73.32]) by tomts13-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20021229091923.XTJT12997.tomts13-srv.bellnexxia.net@bowie.private>; Sun, 29 Dec 2002 04:19:23 -0500 Received: from bowie.private (localhost [127.0.0.1]) by bowie.private (8.12.6/8.12.5) with ESMTP id gBT9JjQa056980; Sun, 29 Dec 2002 09:19:45 GMT (envelope-from mike@bowie.private) Received: (from mike@localhost) by bowie.private (8.12.6/8.12.6/Submit) id gBT9Jifi056978; Sun, 29 Dec 2002 09:19:44 GMT Date: Sun, 29 Dec 2002 09:19:44 GMT From: Mike Barcroft Message-Id: <200212290919.gBT9Jifi056978@bowie.private> To: current@FreeBSD.org, sparc64@FreeBSD.org Subject: sparc64 tinderbox failure Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org -------------------------------------------------------------- >>> Rebuilding the temporary build tree -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- >>> stage 2: cleaning up the object tree -------------------------------------------------------------- >>> stage 2: rebuilding the object tree -------------------------------------------------------------- >>> stage 2: build tools -------------------------------------------------------------- >>> stage 3: cross tools -------------------------------------------------------------- >>> stage 4: populating /tinderbox/sparc64/obj/tinderbox/sparc64/src/sparc64/usr/include -------------------------------------------------------------- >>> stage 4: building libraries -------------------------------------------------------------- >>> stage 4: make dependencies -------------------------------------------------------------- >>> stage 4: building everything.. -------------------------------------------------------------- ===> sbin/swapon cc1: warnings being treated as errors /tinderbox/sparc64/src/sbin/swapon/swapon.c: In function `swaplist': /tinderbox/sparc64/src/sbin/swapon/swapon.c:246: warning: field width is not type int (arg 3) /tinderbox/sparc64/src/sbin/swapon/swapon.c:246: warning: field width is not type int (arg 5) /tinderbox/sparc64/src/sbin/swapon/swapon.c:265: warning: field width is not type int (arg 3) /tinderbox/sparc64/src/sbin/swapon/swapon.c:265: warning: field width is not type int (arg 5) /tinderbox/sparc64/src/sbin/swapon/swapon.c:274: warning: field width is not type int (arg 2) /tinderbox/sparc64/src/sbin/swapon/swapon.c:274: warning: field width is not type int (arg 4) *** Error code 1 Stop in /tinderbox/sparc64/src/sbin/swapon. *** Error code 1 Stop in /tinderbox/sparc64/src/sbin. *** Error code 1 Stop in /tinderbox/sparc64/src. *** Error code 1 Stop in /tinderbox/sparc64/src. *** Error code 1 Stop in /tinderbox/sparc64/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Sun Dec 29 4:20:12 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7D2E37B401 for ; Sun, 29 Dec 2002 04:20:10 -0800 (PST) Received: from mailhub.fokus.gmd.de (mailhub.fokus.gmd.de [193.174.154.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 797E143EE5 for ; Sun, 29 Dec 2002 04:20:09 -0800 (PST) (envelope-from brandt@fokus.gmd.de) Received: from beagle (beagle [193.175.132.100]) by mailhub.fokus.gmd.de (8.11.6/8.11.6) with ESMTP id gBTCJxJ06004; Sun, 29 Dec 2002 13:19:59 +0100 (MET) Date: Sun, 29 Dec 2002 13:19:59 +0100 (CET) From: Harti Brandt To: Kris Kennaway Cc: Jake Burkholder , Subject: Re: kldxref In-Reply-To: <20021228091157.A9594@citusc.usc.edu> Message-ID: <20021229131636.D66551-100000@beagle.fokus.gmd.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, 28 Dec 2002, Kris Kennaway wrote: KK>On Sat, Dec 28, 2002 at 05:54:27PM +0100, Harti Brandt wrote: KK> KK>> If you give me a hint what to do and where to look, I try to fix it, KK>> because at the moment kldload does not work for the more interesting cases KK>> (ethernet drivers that need mii and netgraph) and I need this because I'm KK>> trying to get NgATM running on sparc. KK> KK>Not that I want to dissuade you from fixing kldxref, but you can just KK>kldload the modules by hand, or compile them statically into your KK>kernel. Netgraph cannot be loaded by hand because of the private namespace between dependend modules (a symbol not explicit exported but global in a module can be seen only by other modules if loaded via a dependency). Compiling into the kernel is hardly an option if you are going to fix things taking into account compile times on sparc. harti -- harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private brandt@fokus.gmd.de, brandt@fokus.fhg.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Sun Dec 29 7:19:40 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B323A37B401; Sun, 29 Dec 2002 07:19:38 -0800 (PST) Received: from tomts8-srv.bellnexxia.net (tomts8.bellnexxia.net [209.226.175.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id B55C043EB2; Sun, 29 Dec 2002 07:19:32 -0800 (PST) (envelope-from mike@sparc64.style9.org) Received: from bowie.private ([65.93.73.32]) by tomts8-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20021229151932.PEMM4883.tomts8-srv.bellnexxia.net@bowie.private>; Sun, 29 Dec 2002 10:19:32 -0500 Received: from bowie.private (localhost [127.0.0.1]) by bowie.private (8.12.6/8.12.5) with ESMTP id gBTFK7Qa041829; Sun, 29 Dec 2002 15:20:07 GMT (envelope-from mike@bowie.private) Received: (from mike@localhost) by bowie.private (8.12.6/8.12.6/Submit) id gBTFK6K7041827; Sun, 29 Dec 2002 15:20:06 GMT Date: Sun, 29 Dec 2002 15:20:06 GMT From: Mike Barcroft Message-Id: <200212291520.gBTFK6K7041827@bowie.private> To: current@FreeBSD.org, sparc64@FreeBSD.org Subject: sparc64 tinderbox failure Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org -------------------------------------------------------------- >>> Rebuilding the temporary build tree -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- >>> stage 2: cleaning up the object tree -------------------------------------------------------------- >>> stage 2: rebuilding the object tree -------------------------------------------------------------- >>> stage 2: build tools -------------------------------------------------------------- >>> stage 3: cross tools -------------------------------------------------------------- >>> stage 4: populating /tinderbox/sparc64/obj/tinderbox/sparc64/src/sparc64/usr/include -------------------------------------------------------------- >>> stage 4: building libraries -------------------------------------------------------------- >>> stage 4: make dependencies -------------------------------------------------------------- >>> stage 4: building everything.. -------------------------------------------------------------- ===> sbin/swapon cc1: warnings being treated as errors /tinderbox/sparc64/src/sbin/swapon/swapon.c: In function `swaplist': /tinderbox/sparc64/src/sbin/swapon/swapon.c:246: warning: field width is not type int (arg 3) /tinderbox/sparc64/src/sbin/swapon/swapon.c:246: warning: field width is not type int (arg 5) /tinderbox/sparc64/src/sbin/swapon/swapon.c:265: warning: field width is not type int (arg 3) /tinderbox/sparc64/src/sbin/swapon/swapon.c:265: warning: field width is not type int (arg 5) /tinderbox/sparc64/src/sbin/swapon/swapon.c:274: warning: field width is not type int (arg 2) /tinderbox/sparc64/src/sbin/swapon/swapon.c:274: warning: field width is not type int (arg 4) *** Error code 1 Stop in /tinderbox/sparc64/src/sbin/swapon. *** Error code 1 Stop in /tinderbox/sparc64/src/sbin. *** Error code 1 Stop in /tinderbox/sparc64/src. *** Error code 1 Stop in /tinderbox/sparc64/src. *** Error code 1 Stop in /tinderbox/sparc64/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Sun Dec 29 13:20: 0 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D13AC37B401; Sun, 29 Dec 2002 13:19:58 -0800 (PST) Received: from tomts16-srv.bellnexxia.net (tomts16.bellnexxia.net [209.226.175.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC99343ED4; Sun, 29 Dec 2002 13:19:52 -0800 (PST) (envelope-from mike@sparc64.style9.org) Received: from bowie.private ([65.93.73.32]) by tomts16-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20021229211952.TGXV15095.tomts16-srv.bellnexxia.net@bowie.private>; Sun, 29 Dec 2002 16:19:52 -0500 Received: from bowie.private (localhost [127.0.0.1]) by bowie.private (8.12.6/8.12.5) with ESMTP id gBTLKfQa026677; Sun, 29 Dec 2002 21:20:41 GMT (envelope-from mike@bowie.private) Received: (from mike@localhost) by bowie.private (8.12.6/8.12.6/Submit) id gBTLKe6u026675; Sun, 29 Dec 2002 21:20:40 GMT Date: Sun, 29 Dec 2002 21:20:40 GMT From: Mike Barcroft Message-Id: <200212292120.gBTLKe6u026675@bowie.private> To: current@FreeBSD.org, sparc64@FreeBSD.org Subject: sparc64 tinderbox failure Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org -------------------------------------------------------------- >>> Rebuilding the temporary build tree -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- >>> stage 2: cleaning up the object tree -------------------------------------------------------------- >>> stage 2: rebuilding the object tree -------------------------------------------------------------- >>> stage 2: build tools -------------------------------------------------------------- >>> stage 3: cross tools -------------------------------------------------------------- >>> stage 4: populating /tinderbox/sparc64/obj/tinderbox/sparc64/src/sparc64/usr/include -------------------------------------------------------------- >>> stage 4: building libraries -------------------------------------------------------------- >>> stage 4: make dependencies -------------------------------------------------------------- >>> stage 4: building everything.. -------------------------------------------------------------- ===> sbin/swapon cc1: warnings being treated as errors /tinderbox/sparc64/src/sbin/swapon/swapon.c: In function `swaplist': /tinderbox/sparc64/src/sbin/swapon/swapon.c:246: warning: field width is not type int (arg 3) /tinderbox/sparc64/src/sbin/swapon/swapon.c:246: warning: field width is not type int (arg 5) /tinderbox/sparc64/src/sbin/swapon/swapon.c:265: warning: field width is not type int (arg 3) /tinderbox/sparc64/src/sbin/swapon/swapon.c:265: warning: field width is not type int (arg 5) /tinderbox/sparc64/src/sbin/swapon/swapon.c:274: warning: field width is not type int (arg 2) /tinderbox/sparc64/src/sbin/swapon/swapon.c:274: warning: field width is not type int (arg 4) *** Error code 1 Stop in /tinderbox/sparc64/src/sbin/swapon. *** Error code 1 Stop in /tinderbox/sparc64/src/sbin. *** Error code 1 Stop in /tinderbox/sparc64/src. *** Error code 1 Stop in /tinderbox/sparc64/src. *** Error code 1 Stop in /tinderbox/sparc64/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Sun Dec 29 19:21:23 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3490337B401; Sun, 29 Dec 2002 19:21:22 -0800 (PST) Received: from tomts22-srv.bellnexxia.net (tomts22.bellnexxia.net [209.226.175.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24D8643EA9; Sun, 29 Dec 2002 19:21:16 -0800 (PST) (envelope-from mike@sparc64.style9.org) Received: from bowie.private ([65.93.73.32]) by tomts22-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20021230032115.XBDS7938.tomts22-srv.bellnexxia.net@bowie.private>; Sun, 29 Dec 2002 22:21:15 -0500 Received: from bowie.private (localhost [127.0.0.1]) by bowie.private (8.12.6/8.12.5) with ESMTP id gBU3LMQa011863; Mon, 30 Dec 2002 03:21:22 GMT (envelope-from mike@bowie.private) Received: (from mike@localhost) by bowie.private (8.12.6/8.12.6/Submit) id gBU3LMWB011861; Mon, 30 Dec 2002 03:21:22 GMT Date: Mon, 30 Dec 2002 03:21:22 GMT From: Mike Barcroft Message-Id: <200212300321.gBU3LMWB011861@bowie.private> To: current@FreeBSD.org, sparc64@FreeBSD.org Subject: sparc64 tinderbox failure Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org -------------------------------------------------------------- >>> Rebuilding the temporary build tree -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- >>> stage 2: cleaning up the object tree -------------------------------------------------------------- >>> stage 2: rebuilding the object tree -------------------------------------------------------------- >>> stage 2: build tools -------------------------------------------------------------- >>> stage 3: cross tools -------------------------------------------------------------- >>> stage 4: populating /tinderbox/sparc64/obj/tinderbox/sparc64/src/sparc64/usr/include -------------------------------------------------------------- >>> stage 4: building libraries -------------------------------------------------------------- >>> stage 4: make dependencies -------------------------------------------------------------- >>> stage 4: building everything.. -------------------------------------------------------------- ===> sbin/swapon cc1: warnings being treated as errors /tinderbox/sparc64/src/sbin/swapon/swapon.c: In function `swaplist': /tinderbox/sparc64/src/sbin/swapon/swapon.c:246: warning: field width is not type int (arg 3) /tinderbox/sparc64/src/sbin/swapon/swapon.c:246: warning: field width is not type int (arg 5) /tinderbox/sparc64/src/sbin/swapon/swapon.c:265: warning: field width is not type int (arg 3) /tinderbox/sparc64/src/sbin/swapon/swapon.c:265: warning: field width is not type int (arg 5) /tinderbox/sparc64/src/sbin/swapon/swapon.c:274: warning: field width is not type int (arg 2) /tinderbox/sparc64/src/sbin/swapon/swapon.c:274: warning: field width is not type int (arg 4) *** Error code 1 Stop in /tinderbox/sparc64/src/sbin/swapon. *** Error code 1 Stop in /tinderbox/sparc64/src/sbin. *** Error code 1 Stop in /tinderbox/sparc64/src. *** Error code 1 Stop in /tinderbox/sparc64/src. *** Error code 1 Stop in /tinderbox/sparc64/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Sun Dec 29 20:27:39 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8C0837B401; Sun, 29 Dec 2002 20:27:37 -0800 (PST) Received: from citusc.usc.edu (citusc.usc.edu [128.125.38.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64A1143ED8; Sun, 29 Dec 2002 20:27:37 -0800 (PST) (envelope-from kris@citusc.usc.edu) Received: (from kris@localhost) by citusc.usc.edu (8.11.6/8.11.2) id gBU4RVg22675; Sun, 29 Dec 2002 20:27:31 -0800 Date: Sun, 29 Dec 2002 20:27:31 -0800 From: Kris Kennaway To: Mike Barcroft Cc: current@FreeBSD.ORG, sparc64@FreeBSD.ORG Subject: Re: sparc64 tinderbox failure Message-ID: <20021229202731.B22633@citusc.usc.edu> References: <200212300321.gBU3LMWB011861@bowie.private> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="pvezYHf7grwyp3Bc" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200212300321.gBU3LMWB011861@bowie.private>; from mike@sparc64.style9.org on Mon, Dec 30, 2002 at 03:21:22AM +0000 Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --pvezYHf7grwyp3Bc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Dec 30, 2002 at 03:21:22AM +0000, Mike Barcroft wrote: > ===> sbin/swapon > cc1: warnings being treated as errors > /tinderbox/sparc64/src/sbin/swapon/swapon.c: In function `swaplist': > /tinderbox/sparc64/src/sbin/swapon/swapon.c:246: warning: field width is not type int (arg 3) Can someone please just fix this (by backing out the offending commit, if necessary)? Kris --pvezYHf7grwyp3Bc Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE+D8syWry0BWjoQKURAmeTAKDDL2L21GgawWw2mFCahfQIR/F6ygCgqNqE +HA+FhsHkDq9doaNfG+PJic= =6tVy -----END PGP SIGNATURE----- --pvezYHf7grwyp3Bc-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Sun Dec 29 21:18:26 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCA5137B401; Sun, 29 Dec 2002 21:18:24 -0800 (PST) Received: from HAL9000.homeunix.com (12-232-220-15.client.attbi.com [12.232.220.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id F200A43E4A; Sun, 29 Dec 2002 21:18:23 -0800 (PST) (envelope-from dschultz@uclink.Berkeley.EDU) Received: from HAL9000.homeunix.com (localhost [127.0.0.1]) by HAL9000.homeunix.com (8.12.6/8.12.5) with ESMTP id gBU5H63q005785; Sun, 29 Dec 2002 21:17:06 -0800 (PST) (envelope-from dschultz@uclink.Berkeley.EDU) Received: (from das@localhost) by HAL9000.homeunix.com (8.12.6/8.12.5/Submit) id gBU5H5k9005784; Sun, 29 Dec 2002 21:17:05 -0800 (PST) (envelope-from dschultz@uclink.Berkeley.EDU) Date: Sun, 29 Dec 2002 21:17:05 -0800 From: David Schultz To: Kris Kennaway Cc: Mike Barcroft , current@FreeBSD.ORG, sparc64@FreeBSD.ORG Subject: Re: sparc64 tinderbox failure Message-ID: <20021230051705.GA5307@HAL9000.homeunix.com> Mail-Followup-To: Kris Kennaway , Mike Barcroft , current@FreeBSD.ORG, sparc64@FreeBSD.ORG References: <200212300321.gBU3LMWB011861@bowie.private> <20021229202731.B22633@citusc.usc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021229202731.B22633@citusc.usc.edu> Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Thus spake Kris Kennaway : > On Mon, Dec 30, 2002 at 03:21:22AM +0000, Mike Barcroft wrote: > > > ===> sbin/swapon > > cc1: warnings being treated as errors > > /tinderbox/sparc64/src/sbin/swapon/swapon.c: In function `swaplist': > > /tinderbox/sparc64/src/sbin/swapon/swapon.c:246: warning: field width is not type int (arg 3) > > Can someone please just fix this (by backing out the offending commit, > if necessary)? Eek, given a 64-bit size_t, the present code leaves 32 bits of it uninitialized in the usual case. The following patch ought to fix the problem; I can't make sure right now because I'm out of town. Index: swapon.c =================================================================== RCS file: /home/ncvs/src/sbin/swapon/swapon.c,v retrieving revision 1.14 diff -u -r1.14 swapon.c --- swapon.c 2002/12/28 23:39:47 1.14 +++ swapon.c 2002/12/30 05:15:54 @@ -211,7 +211,7 @@ size_t mibsize, size; struct xswdev xsw; int mib[16], n, pagesize; - size_t hlen; + int hlen; long blocksize; long long total = 0; long long used = 0; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Sun Dec 29 21:38: 7 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95FE037B401; Sun, 29 Dec 2002 21:38:06 -0800 (PST) Received: from h00609772adf0.ne.client2.attbi.com (h00609772adf0.ne.client2.attbi.com [24.61.43.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFA6743EC5; Sun, 29 Dec 2002 21:38:05 -0800 (PST) (envelope-from rodrigc@attbi.com) Received: from h00609772adf0.ne.client2.attbi.com (localhost [127.0.0.1]) by h00609772adf0.ne.client2.attbi.com (8.12.6/8.12.6) with ESMTP id gBU5cBVK079341; Mon, 30 Dec 2002 00:38:11 -0500 (EST) (envelope-from rodrigc@h00609772adf0.ne.client2.attbi.com) Received: (from rodrigc@localhost) by h00609772adf0.ne.client2.attbi.com (8.12.6/8.12.6/Submit) id gBU5cAi2079340; Mon, 30 Dec 2002 00:38:10 -0500 (EST) Date: Mon, 30 Dec 2002 00:38:10 -0500 From: Craig Rodrigues To: David Schultz Cc: current@FreeBSD.ORG, sparc64@FreeBSD.ORG Subject: Re: sparc64 tinderbox failure Message-ID: <20021230053810.GA79308@attbi.com> References: <200212300321.gBU3LMWB011861@bowie.private> <20021229202731.B22633@citusc.usc.edu> <20021230051705.GA5307@HAL9000.homeunix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021230051705.GA5307@HAL9000.homeunix.com> User-Agent: Mutt/1.4i Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Dec 29, 2002 at 09:17:05PM -0800, David Schultz wrote: > Thus spake Kris Kennaway : > > On Mon, Dec 30, 2002 at 03:21:22AM +0000, Mike Barcroft wrote: > > > > > ===> sbin/swapon > > > cc1: warnings being treated as errors > > > /tinderbox/sparc64/src/sbin/swapon/swapon.c: In function `swaplist': > > > /tinderbox/sparc64/src/sbin/swapon/swapon.c:246: warning: field width is not type int (arg 3) > > > > Can someone please just fix this (by backing out the offending commit, > > if necessary)? > > Eek, given a 64-bit size_t, the present code leaves 32 bits of it > uninitialized in the usual case. The following patch ought to fix > the problem; I can't make sure right now because I'm out of town. I'm not sure if your patch will solve the problem. The offending code is here: 240 if (lflag) { 241 char buf[32]; 242 snprintf(buf, sizeof(buf), "%ld-blocks", blocksize); 243 printf("%-13s %*s %*s\n", 244 "Device:", 245 hlen, buf, 246 hlen, "Used:"); 247 } Doesn't the printf() statement in question have the wrong number of arguments? -- Craig Rodrigues http://www.gis.net/~craigr rodrigc@attbi.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Sun Dec 29 21:56:48 2002 Delivered-To: freebsd-sparc@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 7338037B401; Sun, 29 Dec 2002 21:56:47 -0800 (PST) Date: Sun, 29 Dec 2002 21:56:47 -0800 From: Juli Mallett To: Craig Rodrigues Cc: David Schultz , current@FreeBSD.ORG, sparc64@FreeBSD.ORG Subject: Re: sparc64 tinderbox failure Message-ID: <20021229215647.A79512@FreeBSD.org> References: <200212300321.gBU3LMWB011861@bowie.private> <20021229202731.B22633@citusc.usc.edu> <20021230051705.GA5307@HAL9000.homeunix.com> <20021230053810.GA79308@attbi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20021230053810.GA79308@attbi.com>; from rodrigc@attbi.com on Mon, Dec 30, 2002 at 12:38:10AM -0500 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , , X-Towel: Yes X-LiveJournal: flata, jmallett X-Negacore: Yes Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org * De: Craig Rodrigues [ Data: 2002-12-29 ] [ Subjecte: Re: sparc64 tinderbox failure ] > I'm not sure if your patch will solve the problem. > The offending code is here: > 240 if (lflag) { > 241 char buf[32]; > 242 snprintf(buf, sizeof(buf), "%ld-blocks", blocksize); > 243 printf("%-13s %*s %*s\n", > 244 "Device:", > 245 hlen, buf, > 246 hlen, "Used:"); > 247 } > > > Doesn't the printf() statement in question have the wrong number of > arguments? No, it's using variable field-length specifiers. -- Juli Mallett AIM: BSDFlata IRC: juli@EFnet#flata OpenDarwin, Mono, FreeBSD Developer. ircd-hybrid Developer, EFnet addict. FreeBSD on MIPS-Anything on FreeBSD. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Sun Dec 29 22:23:45 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D04937B401; Sun, 29 Dec 2002 22:23:44 -0800 (PST) Received: from HAL9000.homeunix.com (12-232-220-15.client.attbi.com [12.232.220.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id B774543EA9; Sun, 29 Dec 2002 22:23:43 -0800 (PST) (envelope-from dschultz@uclink.Berkeley.EDU) Received: from HAL9000.homeunix.com (localhost [127.0.0.1]) by HAL9000.homeunix.com (8.12.6/8.12.5) with ESMTP id gBU6Nc3q006145; Sun, 29 Dec 2002 22:23:38 -0800 (PST) (envelope-from dschultz@uclink.Berkeley.EDU) Received: (from das@localhost) by HAL9000.homeunix.com (8.12.6/8.12.5/Submit) id gBU6NcJM006144; Sun, 29 Dec 2002 22:23:38 -0800 (PST) (envelope-from dschultz@uclink.Berkeley.EDU) Date: Sun, 29 Dec 2002 22:23:38 -0800 From: David Schultz To: Juli Mallett Cc: Craig Rodrigues , current@FreeBSD.ORG, sparc64@FreeBSD.ORG Subject: Re: sparc64 tinderbox failure Message-ID: <20021230062338.GB5984@HAL9000.homeunix.com> Mail-Followup-To: Juli Mallett , Craig Rodrigues , current@FreeBSD.ORG, sparc64@FreeBSD.ORG References: <200212300321.gBU3LMWB011861@bowie.private> <20021229202731.B22633@citusc.usc.edu> <20021230051705.GA5307@HAL9000.homeunix.com> <20021230053810.GA79308@attbi.com> <20021229215647.A79512@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021229215647.A79512@FreeBSD.org> Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Thus spake Juli Mallett : > * De: Craig Rodrigues [ Data: 2002-12-29 ] > [ Subjecte: Re: sparc64 tinderbox failure ] > > I'm not sure if your patch will solve the problem. > > The offending code is here: > > 240 if (lflag) { > > 241 char buf[32]; > > 242 snprintf(buf, sizeof(buf), "%ld-blocks", blocksize); > > 243 printf("%-13s %*s %*s\n", > > 244 "Device:", > > 245 hlen, buf, > > 246 hlen, "Used:"); > > 247 } > > > > > > Doesn't the printf() statement in question have the wrong number of > > arguments? > > No, it's using variable field-length specifiers. Right. The complaint is that hlen is 64 bits and the printf() expects the field length specifier to be an int. The same goes for getbsize(&hlen, ...), so I'm not sure why the compiler didn't complain about a type mismatch. I guess it just coerced the pointer to an int *. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Sun Dec 29 22:35:47 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6B4137B401; Sun, 29 Dec 2002 22:35:46 -0800 (PST) Received: from HAL9000.homeunix.com (12-232-220-15.client.attbi.com [12.232.220.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 235FC43EC5; Sun, 29 Dec 2002 22:35:46 -0800 (PST) (envelope-from dschultz@uclink.Berkeley.EDU) Received: from HAL9000.homeunix.com (localhost [127.0.0.1]) by HAL9000.homeunix.com (8.12.6/8.12.5) with ESMTP id gBU6Zg3q006262; Sun, 29 Dec 2002 22:35:42 -0800 (PST) (envelope-from dschultz@uclink.Berkeley.EDU) Received: (from das@localhost) by HAL9000.homeunix.com (8.12.6/8.12.5/Submit) id gBU6ZfmO006261; Sun, 29 Dec 2002 22:35:41 -0800 (PST) (envelope-from dschultz@uclink.Berkeley.EDU) Date: Sun, 29 Dec 2002 22:35:41 -0800 From: David Schultz To: Juli Mallett Cc: Craig Rodrigues , current@FreeBSD.ORG, sparc64@FreeBSD.ORG Subject: Re: sparc64 tinderbox failure Message-ID: <20021230063541.GA6183@HAL9000.homeunix.com> Mail-Followup-To: Juli Mallett , Craig Rodrigues , current@FreeBSD.ORG, sparc64@FreeBSD.ORG References: <200212300321.gBU3LMWB011861@bowie.private> <20021229202731.B22633@citusc.usc.edu> <20021230051705.GA5307@HAL9000.homeunix.com> <20021230053810.GA79308@attbi.com> <20021229215647.A79512@FreeBSD.org> <20021230062338.GB5984@HAL9000.homeunix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021230062338.GB5984@HAL9000.homeunix.com> Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Thus spake David Schultz : > Right. The complaint is that hlen is 64 bits and the printf() > expects the field length specifier to be an int. The same goes > for getbsize(&hlen, ...), so I'm not sure why the compiler didn't > complain about a type mismatch. I guess it just coerced the > pointer to an int *. Aah, the compiler didn't complain because the getbsize() interface was changed between -CURRENT and -STABLE, and it now takes a 'size_t *' instead of an 'int *' to fill in with the length of the string. (To me, this change seems absolutely ridiculous, because the number in question is seldom greater than 10, much less 2^64.) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Mon Dec 30 1:19:24 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD10637B401; Mon, 30 Dec 2002 01:19:22 -0800 (PST) Received: from tomts8-srv.bellnexxia.net (tomts8.bellnexxia.net [209.226.175.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF3A843ED1; Mon, 30 Dec 2002 01:19:16 -0800 (PST) (envelope-from mike@sparc64.style9.org) Received: from bowie.private ([65.93.73.32]) by tomts8-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20021230091916.OYYJ4883.tomts8-srv.bellnexxia.net@bowie.private>; Mon, 30 Dec 2002 04:19:16 -0500 Received: from bowie.private (localhost [127.0.0.1]) by bowie.private (8.12.6/8.12.5) with ESMTP id gBU9JbQa096694; Mon, 30 Dec 2002 09:19:37 GMT (envelope-from mike@bowie.private) Received: (from mike@localhost) by bowie.private (8.12.6/8.12.6/Submit) id gBU9JamB096692; Mon, 30 Dec 2002 09:19:36 GMT Date: Mon, 30 Dec 2002 09:19:36 GMT From: Mike Barcroft Message-Id: <200212300919.gBU9JamB096692@bowie.private> To: current@FreeBSD.org, sparc64@FreeBSD.org Subject: sparc64 tinderbox failure Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Tinderbox FAQ: http://people.FreeBSD.org/~mike/tinderbox.html -------------------------------------------------------------- >>> Rebuilding the temporary build tree -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- >>> stage 2: cleaning up the object tree -------------------------------------------------------------- >>> stage 2: rebuilding the object tree -------------------------------------------------------------- >>> stage 2: build tools -------------------------------------------------------------- >>> stage 3: cross tools -------------------------------------------------------------- >>> stage 4: populating /tinderbox/sparc64/obj/tinderbox/sparc64/src/sparc64/usr/include -------------------------------------------------------------- >>> stage 4: building libraries -------------------------------------------------------------- >>> stage 4: make dependencies -------------------------------------------------------------- >>> stage 4: building everything.. -------------------------------------------------------------- ===> sbin/swapon cc1: warnings being treated as errors /tinderbox/sparc64/src/sbin/swapon/swapon.c: In function `swaplist': /tinderbox/sparc64/src/sbin/swapon/swapon.c:246: warning: field width is not type int (arg 3) /tinderbox/sparc64/src/sbin/swapon/swapon.c:246: warning: field width is not type int (arg 5) /tinderbox/sparc64/src/sbin/swapon/swapon.c:265: warning: field width is not type int (arg 3) /tinderbox/sparc64/src/sbin/swapon/swapon.c:265: warning: field width is not type int (arg 5) /tinderbox/sparc64/src/sbin/swapon/swapon.c:274: warning: field width is not type int (arg 2) /tinderbox/sparc64/src/sbin/swapon/swapon.c:274: warning: field width is not type int (arg 4) *** Error code 1 Stop in /tinderbox/sparc64/src/sbin/swapon. *** Error code 1 Stop in /tinderbox/sparc64/src/sbin. *** Error code 1 Stop in /tinderbox/sparc64/src. *** Error code 1 Stop in /tinderbox/sparc64/src. *** Error code 1 Stop in /tinderbox/sparc64/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Mon Dec 30 3:37: 0 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A879337B401; Mon, 30 Dec 2002 03:36:59 -0800 (PST) Received: from tomts8-srv.bellnexxia.net (tomts8.bellnexxia.net [209.226.175.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id E01D543ED4; Mon, 30 Dec 2002 03:36:58 -0800 (PST) (envelope-from mike@sparc64.style9.org) Received: from bowie.private ([65.93.73.32]) by tomts8-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20021230113658.RYVL4883.tomts8-srv.bellnexxia.net@bowie.private>; Mon, 30 Dec 2002 06:36:58 -0500 Received: from bowie.private (localhost [127.0.0.1]) by bowie.private (8.12.6/8.12.5) with ESMTP id gBUBbOQa005460; Mon, 30 Dec 2002 11:37:24 GMT (envelope-from mike@bowie.private) Received: (from mike@localhost) by bowie.private (8.12.6/8.12.6/Submit) id gBUBbOQj005458; Mon, 30 Dec 2002 11:37:24 GMT Date: Mon, 30 Dec 2002 11:37:24 GMT From: Mike Barcroft Message-Id: <200212301137.gBUBbOQj005458@bowie.private> To: current@FreeBSD.org, sparc64@FreeBSD.org Subject: sparc64 tinderbox failure Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Tinderbox FAQ: http://people.FreeBSD.org/~mike/tinderbox.html -------------------------------------------------------------- >>> Rebuilding the temporary build tree -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- >>> stage 2: cleaning up the object tree -------------------------------------------------------------- ===> usr.sbin/fwcontrol cd: can't cd to /tinderbox/sparc64/src/usr.sbin/fwcontrol *** Error code 2 Stop in /tinderbox/sparc64/src/usr.sbin. *** Error code 1 Stop in /tinderbox/sparc64/src. *** Error code 1 Stop in /tinderbox/sparc64/src. *** Error code 1 Stop in /tinderbox/sparc64/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Mon Dec 30 11:29:22 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7981C37B401 for ; Mon, 30 Dec 2002 11:29:21 -0800 (PST) Received: from slacknet.slacknet.com (slacknet.slacknet.com [204.228.135.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30A7A43EC5 for ; Mon, 30 Dec 2002 11:29:21 -0800 (PST) (envelope-from rj45@slacknet.com) Received: from rj45 (helo=localhost) by slacknet.slacknet.com with local-esmtp (Exim 3.35 #1 (Debian)) id 18T5bE-0002Eb-00 for ; Mon, 30 Dec 2002 12:29:20 -0700 Date: Mon, 30 Dec 2002 12:29:20 -0700 (MST) From: RJ45 To: freebsd-sparc@freebsd.org Subject: ultra 60 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, I have a ultra 60. I know freebsd/sparc64 is not already a production release, anyway I wanted to ask if it is kinda stable and if it will be officially released with FreeBSD 5.0. I want to try it out because it supports the dual U60 cpu, anyone could give me a feedback of success running it on U60? thanks Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Mon Dec 30 11:40:13 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1E5637B401 for ; Mon, 30 Dec 2002 11:40:12 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 444B043EC2 for ; Mon, 30 Dec 2002 11:40:12 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.6/8.12.2) with ESMTP id gBUJeBmm026482; Mon, 30 Dec 2002 11:40:11 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.6/Submit) id gBUJcuTZ026447; Mon, 30 Dec 2002 11:38:56 -0800 (PST) Date: Mon, 30 Dec 2002 11:38:55 -0800 From: "David O'Brien" To: RJ45 Cc: freebsd-sparc@freebsd.org Subject: Re: ultra 60 Message-ID: <20021230193855.GA26255@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-RC Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Dec 30, 2002 at 12:29:20PM -0700, RJ45 wrote: > I know freebsd/sparc64 is not already a production release, anyway I > wanted to ask if it is kinda stable and if it will be officially released > with FreeBSD 5.0. I want to try it out because it supports the dual U60 > cpu, anyone could give me a feedback of success running it on U60? Three committers have U60's so it is a very well supported machine. Four committers have Blade100 is also in that category. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Mon Dec 30 11:43:36 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F69B37B401 for ; Mon, 30 Dec 2002 11:43:34 -0800 (PST) Received: from lythos.imelda.be (lythos.imelda.be [212.224.143.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 236B643EC5 for ; Mon, 30 Dec 2002 11:43:33 -0800 (PST) (envelope-from jonathan.de.graeve@imelda.be) Received: from balanka (u212-239-206-186.adsl.pi.be [212.239.206.186]) (authenticated bits=0) by lythos.imelda.be (8.12.6/8.12.6/Imelda vzw RELAY) with ESMTP id gBUJhJHB031107; Mon, 30 Dec 2002 20:43:24 +0100 Message-ID: <001e01c2b03b$b66cfc30$0600a8c0@balanka> From: "De Graeve Jonathan" To: "RJ45" , References: Subject: Re: ultra 60 Date: Mon, 30 Dec 2002 20:43:20 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I don't know for the Ultra 60 but I tried it today on an Sun Ultra Enterprise 3000 (Ultrasparc II 500Mhz processor) system but the installation fails The installation fails because I cannot navigate through the menu, probably of the type of my keyboard. I had the same problems when trying to install Netbsd, Openbsd but I finally managed to install an Debian 3.0 on it (although the keyboard not fully working and there are problems with it, anyone have the same experience or an solution?) I have an Type 6 keyboard Greetings, Jonathan Jonathan De Graeve Unix/Linux System Administrator Imelda vzw Informatica Dienst Tel: 015/50.52.98 Email: jonathan.de.graeve@imelda.be ----- Original Message ----- From: "RJ45" To: Sent: Monday, December 30, 2002 8:29 PM Subject: ultra 60 > > Hello, > I have a ultra 60. > I know freebsd/sparc64 is not already a production release, anyway I > wanted to ask if it is kinda stable and if it will be officially released > with FreeBSD 5.0. I want to try it out because it supports the dual U60 > cpu, anyone could give me a feedback of success running it on U60? > > thanks > > Rick > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-sparc" in the body of the message > > > Deze mail werd gecontrolleerd door MailSweeper op ongewenste bijlages, > spam mail... > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Mon Dec 30 12:15:47 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB1F837B405; Mon, 30 Dec 2002 12:15:45 -0800 (PST) Received: from tomts14-srv.bellnexxia.net (tomts14.bellnexxia.net [209.226.175.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AC6E43EC2; Mon, 30 Dec 2002 12:15:39 -0800 (PST) (envelope-from mike@sparc64.style9.org) Received: from bowie.private ([65.93.73.32]) by tomts14-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20021230201538.UOGA14056.tomts14-srv.bellnexxia.net@bowie.private>; Mon, 30 Dec 2002 15:15:38 -0500 Received: from bowie.private (localhost [127.0.0.1]) by bowie.private (8.12.6/8.12.5) with ESMTP id gBUKGPQa081552; Mon, 30 Dec 2002 20:16:25 GMT (envelope-from mike@bowie.private) Received: (from mike@localhost) by bowie.private (8.12.6/8.12.6/Submit) id gBUKGOYX081550; Mon, 30 Dec 2002 20:16:24 GMT Date: Mon, 30 Dec 2002 20:16:24 GMT From: Mike Barcroft Message-Id: <200212302016.gBUKGOYX081550@bowie.private> To: current@FreeBSD.org, sparc64@FreeBSD.org Subject: sparc64 tinderbox failure Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Tinderbox FAQ: http://people.FreeBSD.org/~mike/tinderbox.html -------------------------------------------------------------- >>> Rebuilding the temporary build tree -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- >>> stage 2: cleaning up the object tree -------------------------------------------------------------- >>> stage 2: rebuilding the object tree -------------------------------------------------------------- >>> stage 2: build tools -------------------------------------------------------------- >>> stage 3: cross tools -------------------------------------------------------------- >>> stage 4: populating /tinderbox/sparc64/obj/tinderbox/sparc64/src/sparc64/usr/include -------------------------------------------------------------- >>> stage 4: building libraries -------------------------------------------------------------- >>> stage 4: make dependencies -------------------------------------------------------------- >>> stage 4: building everything.. -------------------------------------------------------------- ===> bin/df cc1: warnings being treated as errors /tinderbox/sparc64/src/bin/df/df.c: In function `prtstat': /tinderbox/sparc64/src/bin/df/df.c:395: warning: passing arg 1 of `getbsize' from incompatible pointer type /tinderbox/sparc64/src/bin/df/df.c: In function `update_maxwidths': /tinderbox/sparc64/src/bin/df/df.c:448: warning: passing arg 1 of `getbsize' from incompatible pointer type *** Error code 1 Stop in /tinderbox/sparc64/src/bin/df. *** Error code 1 Stop in /tinderbox/sparc64/src/bin. *** Error code 1 Stop in /tinderbox/sparc64/src. *** Error code 1 Stop in /tinderbox/sparc64/src. *** Error code 1 Stop in /tinderbox/sparc64/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Mon Dec 30 13:40:53 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B8B337B401 for ; Mon, 30 Dec 2002 13:40:51 -0800 (PST) Received: from iaces.com (horton.iaces.com [204.147.87.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42AAC43E4A for ; Mon, 30 Dec 2002 13:40:50 -0800 (PST) (envelope-from proot@horton.iaces.com) Received: from horton.iaces.com (localhost.iaces.com [127.0.0.1]) by iaces.com (8.12.6/8.12.6) with ESMTP id gBULenEh081291; Mon, 30 Dec 2002 15:40:49 -0600 (CST) (envelope-from proot@horton.iaces.com) Received: (from proot@localhost) by horton.iaces.com (8.12.6/8.12.6/Submit) id gBULemqt081290; Mon, 30 Dec 2002 15:40:48 -0600 (CST) Date: Mon, 30 Dec 2002 15:40:48 -0600 From: "Paul T. Root" To: De Graeve Jonathan Cc: RJ45 , freebsd-sparc@FreeBSD.ORG Subject: Re: ultra 60 Message-ID: <20021230154048.B81241@horton.iaces.com> References: <001e01c2b03b$b66cfc30$0600a8c0@balanka> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <001e01c2b03b$b66cfc30$0600a8c0@balanka>; from jonathan.de.graeve@imelda.be on Mon, Dec 30, 2002 at 08:43:20PM +0100 X-Organization: Qwest - ACES X-Phone: (612) 664-3385 X-Fax: (612) 664-4779 X-Page: (877) 693-7155 X-Address: Minneapolis, MN 55413 Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org If possible do the install thru the serial port. The head and Sun keyboard combination is not supported. On Mon, Dec 30, 2002 at 08:43:20PM +0100, De Graeve Jonathan wrote: > I don't know for the Ultra 60 but I tried it today on an Sun Ultra > Enterprise 3000 (Ultrasparc II 500Mhz processor) system but the installation > fails > > > The installation fails because I cannot navigate through the menu, probably > of the type of my keyboard. > > I had the same problems when trying to install Netbsd, Openbsd but I finally > managed to install an Debian 3.0 on it (although the keyboard not fully > working and there are problems with it, anyone have the same experience or > an solution?) > > I have an Type 6 keyboard > > Greetings, > > Jonathan > > > Jonathan De Graeve > Unix/Linux System Administrator > Imelda vzw > Informatica Dienst > Tel: 015/50.52.98 > Email: jonathan.de.graeve@imelda.be > > ----- Original Message ----- > From: "RJ45" > To: > Sent: Monday, December 30, 2002 8:29 PM > Subject: ultra 60 > > > > > > Hello, > > I have a ultra 60. > > I know freebsd/sparc64 is not already a production release, anyway I > > wanted to ask if it is kinda stable and if it will be officially released > > with FreeBSD 5.0. I want to try it out because it supports the dual U60 > > cpu, anyone could give me a feedback of success running it on U60? > > > > thanks > > > > Rick > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-sparc" in the body of the message > > > > > > Deze mail werd gecontrolleerd door MailSweeper op ongewenste bijlages, > > spam mail... > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-sparc" in the body of the message -- Paul T. Root - CCSA, CCSE, CCNA 600 Stinson Blvd, Fl 1S PAG: +1 (877) 693-7155 Minneapolis, MN 55413 WRK: +1 (612) 664-3385 NIC: PTR FAX: +1 (612) 664-4779 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Mon Dec 30 14:49:31 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E0A237B401 for ; Mon, 30 Dec 2002 14:49:30 -0800 (PST) Received: from mail.ruhr.de (in-ruhr4.ruhr.de [212.23.134.2]) by mx1.FreeBSD.org (Postfix) with SMTP id A14ED43E4A for ; Mon, 30 Dec 2002 14:49:27 -0800 (PST) (envelope-from ue@nathan.ruhr.de) Received: (qmail 32501 invoked by uid 10); 30 Dec 2002 22:49:16 -0000 Received: from nathan.internal (localhost [127.0.0.1]) by nathan.internal (8.12.6/8.12.6) with ESMTP id gBUJu0Wi059226 for ; Mon, 30 Dec 2002 20:56:00 +0100 (CET) (envelope-from ue@nathan.internal) Received: (from ue@localhost) by nathan.internal (8.12.6/8.12.6/Submit) id gBUJu0IM059225 for freebsd-sparc@FreeBSD.ORG; Mon, 30 Dec 2002 20:56:00 +0100 (CET) Date: Mon, 30 Dec 2002 20:56:00 +0100 From: Udo Erdelhoff To: freebsd-sparc@FreeBSD.ORG Subject: Re: ultra 60 Message-ID: <20021230195600.GB57780@nathan.ruhr.de> Mail-Followup-To: freebsd-sparc@FreeBSD.ORG References: <001e01c2b03b$b66cfc30$0600a8c0@balanka> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001e01c2b03b$b66cfc30$0600a8c0@balanka> User-Agent: Mutt/1.4i Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Dec 30, 2002 at 08:43:20PM +0100, De Graeve Jonathan wrote: > The installation fails because I cannot navigate through the menu, > probably of the type of my keyboard. This is not caused by your keyboard, but is a more generic problem. Try installing with a serial console. /s/Udo -- Just say NO to network abuse. No mercy, no quarter, no survivors, no regret, no remorse, ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Mon Dec 30 18: 1: 5 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D6CB37B401 for ; Mon, 30 Dec 2002 18:01:04 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04D7243EC2 for ; Mon, 30 Dec 2002 18:01:04 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.6/8.12.2) with ESMTP id gBV213mm092913 for ; Mon, 30 Dec 2002 18:01:03 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.6/Submit) id gBV1xmM1092887 for sparc64@freebsd.org; Mon, 30 Dec 2002 17:59:48 -0800 (PST) Date: Mon, 30 Dec 2002 17:59:48 -0800 From: "David O'Brien" To: sparc64@freebsd.org Subject: makeworld time chest beating Message-ID: <20021231015948.GA92832@dragon.nuxi.com> Reply-To: obrien@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-RC Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'm courious what the best 'make world' time is on Sparc64. I just got 2h16m15.92s real on an E250 w/2x400 MHz, 512MB core, with /usr/obj on a 4-disk UW-SCSI CCD. RELENG_5_0 branch, GENERIC kernel (minus WITNESS), and no /etc/make.conf. Note, MALLOC_OPTIONS=AJ is still the default. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Tue Dec 31 8:34:41 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF3A637B401 for ; Tue, 31 Dec 2002 08:34:37 -0800 (PST) Received: from smtp.i-m-c.it (danex.i-m-c.it [213.198.155.21]) by mx1.FreeBSD.org (Postfix) with SMTP id B12E743EA9 for ; Tue, 31 Dec 2002 08:34:36 -0800 (PST) (envelope-from franco@i-m-c.it) Received: (qmail 29246 invoked by uid 0); 31 Dec 2002 16:34:24 -0000 From: franco@i-m-c.it Date: Tue, 31 Dec 2002 17:34:24 +0100 To: freebsd-sparc64@freebsd.org Cc: debian@azzurra.org Subject: Latest snap installation problem on NETRA X1 Message-ID: <20021231163424.GA13958@i-m-c.it> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UlVJffcvxoiEqYs2" Content-Disposition: inline User-Agent: Mutt/1.3.28i Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --UlVJffcvxoiEqYs2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, i have a NETRA X1 and i like to have freebsd on this system :) This is the 4th installation from different snapshot, the last one=20 was the 20021130, and it was a pretty stable installation for a=20 -current release :) Today (12/31!!!, i'm really fucking crazy guys!) i've tried to=20 re-install with the latest snapshot, 20021228=20 (12/28! you are crazy too! :) ) but during installation process,=20 init process die. the panic: panic: Going nowhere without my init! cpuid =3D 0; Debugger("panic") Stopped at Debugger+0x1c: ta %xcc, 1 this is the message in terminal before panic: (from buffered msg) <118> 1024 bytes read from base dist, chunk 1 of 35 @ 1.0 KBytes/sec.[K <118>[9C <118>[m and the trace from debugger: db> trace panic() at panic+0x134 exit1() at exit1+0xbc sys_exit() at sys_exit+0x2c syscall() at syscall+0x31c -- syscall (1, FreeBSD ELF64, sys_exit) %o7=3D0x296ef8 -- userland() at 0x243ae8 user trace: trap %o7=3D0x296ef8 pc 0x243ae8, sp 0x7fdffffe5c1 pc 0x296880, sp 0x7fdffffe681 pc 0x23c334, sp 0x7fdffffe761 pc 0xb675bcf83912b3ae, sp 0xb32877106dad4639 done db> and a ps from debugger: db> ps pid proc addr uid ppid pgrp flag stat wmesg wchan cmd 47 fffff8006df2b618 d5bd6000 0 1 1 0004002 norm[SLPQ piperd fffff8006801bad0][SLP] cpio 46 fffff8006df2aca0 d5bd0000 0 1 1 0004002 norm[SLPQ piperd fffff8006801b8c0][SLP] gunzip 29 fffff8006de56000 d5c5c000 0 0 0 0000204 norm[SLPQ nfsidl c043f9e0][SLP] nfsiod 3 28 fffff8006de56328 d5c5e000 0 0 0 0000204 norm[SLPQ nfsidl c043f9d8][SLP] nfsiod 2 27 fffff8006de56650 d5c60000 0 0 0 0000204 norm[SLPQ nfsidl c043f9d0][SLP] nfsiod 1 26 fffff8006de56978 d5c62000 0 0 0 0000204 norm[SLPQ nfsidl c043f9c8][SLP] nfsiod 0 25 fffff8006de56ca0 d5c64000 0 0 0 0000204 norm[SLPQ vlruwt fffff8006de56ca0][SLP] vnlru 24 fffff8006de56fc8 d5c66000 0 0 0 0000204 norm[SLPQ syncer c03f8808][SLP] syncer 9 fffff8006dee2328 d38b8000 0 0 0 0000204 norm[SLPQ psleep c0438184][SLP] bufdaemon 8 fffff8006dee2650 d38ba000 0 0 0 000020c norm[SLPQ pgzero c0441b90][SLP] pagezero 7 fffff8006dee2978 d38bc000 0 0 0 0000204 norm[SLPQ psleep c0441bcc][SLP] vmdaemon 6 fffff8006dee2ca0 d38be000 0 0 0 0000204 norm[SLPQ psleep c0337450][SLP] pagedaemon 23 fffff8006dee2fc8 d38c0000 0 0 0 0000204 norm[IWAIT] intr1996: atapci0+ 22 fffff8006dee32f0 d38c2000 0 0 0 0000204 new [IWAIT] intr2021: pcib0 21 fffff8006dee3618 d38c4000 0 0 0 0000204 new [IWAIT] intr2032: pcib0 20 fffff8006dee3940 d38c6000 0 0 0 0000204 new [IWAIT] intr2031: pcib0 19 fffff8006dee3c68 d38c8000 0 0 0 0000204 new [IWAIT] intr2030: pcib0 18 fffff8006df2a000 d5b0a000 0 0 0 0000204 new [IWAIT] swi5: task queue 17 fffff8006df2a328 d5bca000 0 0 0 0000204 new [IWAIT] swi3: cambio 16 fffff8006df2a650 d5bcc000 0 0 0 0000204 new [IWAIT] swi2: camnet 5 fffff8006ded2000 d3726000 0 0 0 0000204 norm[SLPQ mdwait fffff80040668400][SLP] md0 15 fffff8006ded2328 d38a4000 0 0 0 0000204 norm[RUNQ] random 4 fffff8006ded2650 d38a6000 0 0 0 0000204 norm[SLPQ g_down c034d760][SLP] g_down 3 fffff8006ded2978 d38a8000 0 0 0 0000204 norm[SLPQ g_up c034d758][SLP] g_up 2 fffff8006ded2ca0 d38aa000 0 0 0 0000204 norm[SLPQ g_events c034d748][SLP] g_event 14 fffff8006ded2fc8 d38ac000 0 0 0 0000204 new [IWAIT] swi1: net 13 fffff8006ded32f0 d38ae000 0 0 0 0000204 new [IWAIT] swi4: vm 12 fffff8006ded3618 d38b0000 0 0 0 000020c norm[RUNQ] swi6: clock 11 fffff8006ded3940 d38b2000 0 0 0 000020c norm[Can run] idle: cpu0 1 fffff8006ded3c68 d38b4000 0 0 1 0004202 norm[CPU 0] sysinstall 10 fffff8006dee2000 d38b6000 0 0 0 0000204 norm[CVQ ktrace c03f26b0][SLP] ktrace 0 c034d890 c0458908 0 0 0 0000200 norm[SLPQ sched c034d890][SLP] swapper db> Regards Franco --=20 Franco (nextime) Lanza - i-m-c.it Network Admin tel: +39 347 3243736 Milano - Italy you can download my public key at: http://danex.i-m-c.it/nextime.asc || Key Servers Key fingerprint =3D E4EF A5B7 7B93 0499 2832 D375 F437 D880 83D5 E711 ----------------------------------- --UlVJffcvxoiEqYs2 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE+EccQ9DfYgIPV5xERArfQAKCpnoCSzCB8Lnb+oYc0g+l2gUGmNACgpRXL qGpd8sH9fp1sclDGzKM3FEg= =t52s -----END PGP SIGNATURE----- --UlVJffcvxoiEqYs2-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Tue Dec 31 12:42:14 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7268337B401 for ; Tue, 31 Dec 2002 12:42:13 -0800 (PST) Received: from one.2531.org (w005.z064003115.lax-ca.dsl.cnc.net [64.3.115.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA09843EB2 for ; Tue, 31 Dec 2002 12:42:02 -0800 (PST) (envelope-from mmca@2531.org) Received: from 2531.org (localhost.2531.org [127.0.0.1]) by one.2531.org (8.12.6/8.12.6) with ESMTP id gBVKjUJ8028409; Tue, 31 Dec 2002 12:45:34 -0800 (PST) (envelope-from mmca@2531.org) Message-Id: <200212312045.gBVKjUJ8028409@one.2531.org> Date: Tue, 31 Dec 2002 12:45:30 -0800 (PST) From: mmca@2531.org Subject: Re: buildworld failure To: r.s.a.vandomburg@student.utwente.nl Cc: freebsd-sparc64@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 31 Dec, Roderick van Domburg wrote: >> > > Sources updated Dec 31 from anoncvs.freebsd.org on a sparc64. >> > > Didn't matter whether I used cvs update with -P or without -P. >> > >> > Try "cvs co -P". >> >> No, -Pd. > > A simple -P seemed to work, thanks! I'm kind of new to this CVS stuff. Hope > you will succeed in Modula-3 ported to sparc64 soon. > > Perhaps it would be a good idea to add a "how to fetch or update the source > over anoncvs" section to the handbook. That would be very helpful. Ive been running cvsup on a i386 machine and copying a tarball over to my sparc due to the same pruning problem. > > The one that there's now doesn't mention the commands necessary to do so > successfully, and for me this has been the second time I've run into such > pruning problems. > > Roderick > Happy new year, -M To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Tue Dec 31 18:48:54 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67DCE37B401 for ; Tue, 31 Dec 2002 18:48:53 -0800 (PST) Received: from magic.adaptec.com (magic.adaptec.com [208.236.45.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED96843ED4 for ; Tue, 31 Dec 2002 18:48:52 -0800 (PST) (envelope-from scott_long@btc.adaptec.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6+Sun/8.11.6) with ESMTP id h012mqj21000 for ; Tue, 31 Dec 2002 18:48:52 -0800 (PST) Received: from btc.btc.adaptec.com (btc.btc.adaptec.com [10.100.0.52]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id SAA11154 for ; Tue, 31 Dec 2002 18:48:51 -0800 (PST) Received: from btc.adaptec.com (hollin [10.100.253.56]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id TAA07491 for ; Tue, 31 Dec 2002 19:48:48 -0700 (MST) Message-ID: <3E12570D.8010908@btc.adaptec.com> Date: Tue, 31 Dec 2002 19:48:45 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2b) Gecko/20021105 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-sparc64@freebsd.org Subject: [Fwd: FreeBSD 5.0-RC2/sparc64 available] Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I forgot to mention this here. -------- Original Message -------- Subject: FreeBSD 5.0-RC2/sparc64 available Date: Tue, 31 Dec 2002 14:38:07 -0700 From: Scott Long To: developers@FreeBSD.org All, Thanks to help from Jake Burkholder and Anders Norby, FreeBSD 5.0-RC2/sparc64 was finally finished and should be available from most of the ftp sites now in both ISO and ftp formats. There is about a week to go until RC3 is scheduled to be cut, so please test this and the other arch's if you can. There are also a couple of TODO items without owners, so any help with these would be greatly appreciated. The TODO list can be found at http://www.freebsd.org/releases/5.0R/todo.html. Happy New Year! The Release Engineering Team To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Tue Dec 31 19:31:57 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFAE037B401; Tue, 31 Dec 2002 19:31:55 -0800 (PST) Received: from tomts20-srv.bellnexxia.net (tomts20.bellnexxia.net [209.226.175.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id B57A543E4A; Tue, 31 Dec 2002 19:31:49 -0800 (PST) (envelope-from mike@sparc64.style9.org) Received: from bowie.private ([65.93.73.32]) by tomts20-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20030101033149.DAZO23500.tomts20-srv.bellnexxia.net@bowie.private>; Tue, 31 Dec 2002 22:31:49 -0500 Received: from bowie.private (localhost [127.0.0.1]) by bowie.private (8.12.6/8.12.5) with ESMTP id h013VuQa001297; Wed, 1 Jan 2003 03:31:56 GMT (envelope-from mike@bowie.private) Received: (from mike@localhost) by bowie.private (8.12.6/8.12.6/Submit) id h013VukZ001295; Wed, 1 Jan 2003 03:31:56 GMT Date: Wed, 1 Jan 2003 03:31:56 GMT From: Mike Barcroft Message-Id: <200301010331.h013VukZ001295@bowie.private> To: current@FreeBSD.org, sparc64@FreeBSD.org Subject: sparc64 tinderbox failure Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Tinderbox FAQ: http://people.FreeBSD.org/~mike/tinderbox.html -------------------------------------------------------------- >>> Rebuilding the temporary build tree -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- >>> stage 2: cleaning up the object tree -------------------------------------------------------------- >>> stage 2: rebuilding the object tree -------------------------------------------------------------- >>> stage 2: build tools -------------------------------------------------------------- >>> stage 3: cross tools -------------------------------------------------------------- >>> stage 4: populating /tinderbox/sparc64/obj/tinderbox/sparc64/src/sparc64/usr/include -------------------------------------------------------------- >>> stage 4: building libraries -------------------------------------------------------------- >>> stage 4: make dependencies -------------------------------------------------------------- >>> stage 4: building everything.. -------------------------------------------------------------- ===> usr.bin/gcore In file included from /tinderbox/sparc64/src/usr.bin/gcore/elfcore.c:38: /tinderbox/sparc64/obj/tinderbox/sparc64/src/sparc64/usr/include/vm/vm_map.h:167: field `system_mtx' has incomplete type *** Error code 1 Stop in /tinderbox/sparc64/src/usr.bin/gcore. *** Error code 1 Stop in /tinderbox/sparc64/src/usr.bin. *** Error code 1 Stop in /tinderbox/sparc64/src. *** Error code 1 Stop in /tinderbox/sparc64/src. *** Error code 1 Stop in /tinderbox/sparc64/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message