From owner-freebsd-sparc64@FreeBSD.ORG Sun Nov 19 02:25:51 2006 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6DB2A16A40F for ; Sun, 19 Nov 2006 02:25:51 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C6CE43D49 for ; Sun, 19 Nov 2006 02:25:44 +0000 (GMT) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.13.8/8.13.8/ALCHEMY.FRANKEN.DE) with ESMTP id kAJ2Pn1L061618; Sun, 19 Nov 2006 03:25:49 +0100 (CET) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.13.8/8.13.8/Submit) id kAJ2Pnoj061617; Sun, 19 Nov 2006 03:25:49 +0100 (CET) (envelope-from marius) Date: Sun, 19 Nov 2006 03:25:49 +0100 From: Marius Strobl To: Kip Macy Message-ID: <20061119022549.GP76234@alchemy.franken.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: freebsd-sparc64@freebsd.org Subject: Re: request for review 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: Sun, 19 Nov 2006 02:25:51 -0000 On Sat, Nov 18, 2006 at 12:01:42PM -0800, Kip Macy wrote: > I'm trying to remove files from sun4v that are largely redundant with > sparc64. Below I've made small changes to some sparc64 files for sun4v. > Please review the following: > http://www.fsmware.com/sun4v/file_remove.diff Some thoughts: - If FreeBSD/sun4v is to use source files in sys/sparc64/sparc64 it should also use the corresponding headers in sys/sparc64/include and not duplicate them in sys/sun4v/include, i.e. for pairs like f.e. ofw_machdep.{c,h}. The approach FreeBSD/pc98 takes, i.e. using sys/pc98/foo.h headers that just #include seems ok for this (looks like include/Makefile already automatically installs sys/sparc64/include/*.h to /usr/include/sparc64 on FreeBSD/sun4v). Another way could be to introduce type includes and use that in the shared .c files. The #include approach at least seems to be also a good idea for headers like ieee.h that just don't differ between FreeBSD/sparc64 and FreeBSD/sun4v. For sys/sun4v/include headers that merely exist for compiling the shared boot loader using the sys/sparc64/include version would be also nice regardless of the approach taken. - sys/conf/files.sun4v should be sorted like the rest of sys/conf/files* - In sys/sparc64/sparc64/dump_machdep.c the XXX comment you add seems to refer to SUN4V only; if that's the case you should make that clear as such. Maybe: #ifdef SUN4U hdr.dh_tsb_pa = tsb_kernel_phys; <...> #else /* XXX SUN4V */ #endif - The changes to sys/sparc64/sparc64/genassym.c seem unrelated. Generally you should pay attention to not adding gratuitous white space. - I'd suggest to not share sys/sparc64/sparc64/tick.c as sun4v should not need to use the workaround (the wrtickcmpr() macro) for the bug in some USII CPUs and therefore can save some instructions here and because eventually sys/sparc64/sparc64/tick.c should grow support for the stick counters of USII{e,i} and USIII CPUs (different beast each), making sys/sparc64/sparc64/tick.c already complicated without the #ifdef for sun4v. Regarding redundant and unused source files of FreeBSD/sun4v in general I've noticed that sys/boot/sparc64/loader/hcall.S is neither connected to the build nor included by another source file and probably currently violates the CDDL. There also seem to be several headers like cache.h, iommureg.h, iommuvar.h and ofw_upa.h in sys/sun4v/include that are sun4u-specific but which aren't used for compling the shared loader and therefore should not actually exist (some of which are superfluously included in sys/sun4v/sun4v though). Btw., I'd like to commit: http://people.freebsd.org/~marius/loader.diff which removes some code duplication by consistently using the global instance and package handles libofw sets up (maybe not the cleanest approach but actually already there, at least in the libofw openfirm.h, and not that bad if you look at other areas of the loader...) and by using OF_call_method() directly instead of its sparc64- and sun4v- specific special purpose variants (which therefore shouldn't be part of libofw). IIRC this reduces the loader binary by 8k. I don't expect this to break anything but could you please give it a try on sun4v hardware? Btw., for the same MI reason it would be nice if you could move the implementation of OF_set_mmfsa_traptable() from sys/dev/ofw/openfirm.c to somewhere in sys/sun4v/sun4v; maybe SUNW,set-trap-table also works on sun4u but very unlikely on powerpc. Similar sun4u-specific SUNW,foo stuff also lives in sys/sparc64/sparc64 and not in the MI intended sys/dev/ofw... I'd like to also commit: http://people.freebsd.org/~marius/asm_direct_macro.diff which converts the rest of the low hanging fruits regarding including headers for their macros in .S directly instead of going through genassym.c/assym.s. Do you object this? Marius From owner-freebsd-sparc64@FreeBSD.ORG Mon Nov 20 11:10:01 2006 Return-Path: X-Original-To: freebsd-sparc64@FreeBSD.org Delivered-To: freebsd-sparc64@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2886D16A492 for ; Mon, 20 Nov 2006 11:10:01 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4064843D58 for ; Mon, 20 Nov 2006 11:08:13 +0000 (GMT) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kAKB8SIV001621 for ; Mon, 20 Nov 2006 11:08:28 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kAKB8QPI001617 for freebsd-sparc64@FreeBSD.org; Mon, 20 Nov 2006 11:08:26 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 20 Nov 2006 11:08:26 GMT Message-Id: <200611201108.kAKB8QPI001617@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: linimon set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-sparc64@FreeBSD.org Cc: Subject: Current problem reports assigned to you 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: Mon, 20 Nov 2006 11:10:01 -0000 Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o sparc/71729 sparc64 printf in kernel thread causes panic on SPARC o sparc/72962 sparc64 [sysinstall] Sysinstall panics on sparc64 if /dev/cd0 o sparc/80410 sparc64 [netgraph] netgraph is causing crash with mpd on sparc o sparc/80890 sparc64 [panic] kmem_malloc(73728): kmem_map too small running o sparc/91882 sparc64 [mouse] Ultra 10 mouse/keyboard o sparc/92033 sparc64 [dc] dc(4) issues on Ultra10 o sparc/95297 sparc64 vt100 term does not work in install o sparc/95892 sparc64 [hme] MAC address of hme interfaces is ff:ff:ff:ff:ff: o sparc/98269 sparc64 Fresh 6.1 installation fails to boot o sparc/104428 sparc64 nullfs panics on E4500 (but not E420) o sparc/105048 sparc64 [trm] trm(4) panics on sparc64 o sparc/105607 sparc64 ipfw on sparc64 doesn't work at all (causes panic) 12 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o sparc/72998 sparc64 [kernel] [patch] set_mcontext() change syscalls parame f sparc/91334 sparc64 FreeBSD 6.0 don't support tftp boot from remot tftp se o sparc/94190 sparc64 hw.physmem tunable does not work on sparc o sparc/94483 sparc64 [ath] ath_hal does not work on 6-release/sparc64 o sparc/97707 sparc64 mkskel.sh has bogus timestamp, causing buildworld on s o sparc/105157 sparc64 No reply to ping on Sparc64 6 problems total. From owner-freebsd-sparc64@FreeBSD.ORG Mon Nov 20 12:55:51 2006 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9225A16A4AB for ; Mon, 20 Nov 2006 12:55:51 +0000 (UTC) (envelope-from nullpt@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F84843D8A for ; Mon, 20 Nov 2006 12:55:13 +0000 (GMT) (envelope-from nullpt@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so987250uge for ; Mon, 20 Nov 2006 04:55:28 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=kWLM5pukKqzxLlZE4SlvHgT6dFIgyxrDDVlGl2KMYiAd74vCmZIkgsRzlwh3avVvb84wOV7pnNX4aSZoXzVEhXWGA1tFCCCq/ur+QyyI2hcIvBDSY9tGIkx+um/VFDScnJ3PLmzv1p8xEPf05h2iu57mvEvZ9B7z0cKGGVAxxVI= Received: by 10.67.22.14 with SMTP id z14mr7254550ugi.1164027328766; Mon, 20 Nov 2006 04:55:28 -0800 (PST) Received: by 10.66.237.14 with HTTP; Mon, 20 Nov 2006 04:55:28 -0800 (PST) Message-ID: <755cb9fc0611200455h72eeeff4k37eb565169778466@mail.gmail.com> Date: Mon, 20 Nov 2006 12:55:28 +0000 From: "Alexandre Vieira" To: freebsd-questions@freebsd.org, freebsd-sparc64@freebsd.org In-Reply-To: <755cb9fc0611170832r51baffbes808450079243db3d@mail.gmail.com> MIME-Version: 1.0 References: <755cb9fc0611170832r51baffbes808450079243db3d@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Netra T1 105 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: Mon, 20 Nov 2006 12:55:51 -0000 On 11/17/06, Alexandre Vieira wrote: > > Hi lists, > > I got my hands in some Netras T1 105 and I'll be installing freebsd over > the network since I don't have CD-ROM drives. > > I was googling around to find a recent kernel/loader to use in the net > installation but I couldn't find anything. Anyone knows where can I find > these? > > PS: In a last resort I think I can compile a sparc64 kernel in another > non-sparc64 machine. But what about the loader? > > TIA. > Regards, > -- > Alexandre Vieira - nullpt@gmail.com > Hi, Is it possible to retrieve these from an sparc64 ISO? TIA Regards, -- Alexandre Vieira - nullpt@gmail.com From owner-freebsd-sparc64@FreeBSD.ORG Mon Nov 20 20:39:05 2006 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CA04116A40F for ; Mon, 20 Nov 2006 20:39:05 +0000 (UTC) (envelope-from nullpt@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E4A143D67 for ; Mon, 20 Nov 2006 20:38:46 +0000 (GMT) (envelope-from nullpt@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so1112999uge for ; Mon, 20 Nov 2006 12:39:03 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=qLmJxyFokV2NVYLsxDUSJzOGnBKmhp9KXWhRaByP4RnSzxJAjp2hAKShiAJWAL1ps6Hl4PQyV+glBgjlOgDIouKS0R+rblk+ssNQX/JO24x6Q21qm7nJcP7fLH1QAli9Nyun3HGjyirk/1gfJyaej9+aG1+m9yW553JNKOMErEI= Received: by 10.67.22.7 with SMTP id z7mr2446121ugi.1164055142361; Mon, 20 Nov 2006 12:39:02 -0800 (PST) Received: by 10.66.237.14 with HTTP; Mon, 20 Nov 2006 12:39:02 -0800 (PST) Message-ID: <755cb9fc0611201239y4b4709c5xf57c4e3a378735e1@mail.gmail.com> Date: Mon, 20 Nov 2006 20:39:02 +0000 From: "Alexandre Vieira" To: freebsd-questions@freebsd.org, freebsd-sparc64@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Local disk Freebsd installation after net boot on Sun Netra T! 105 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: Mon, 20 Nov 2006 20:39:06 -0000 Hi lists, I've been reading the manuals for the sparc64 installations but i'm kind of stuck. I have a Netra T1 105 booting from the network just fine but it seems that something is missing from the manuals i've been reading. http://www.freebsd.org/releases/6.1R/installation-sparc64.html I have two local disks and would like to install freebsd and boot from this disk. Is there any document that covers this is a readable way? # uname -a FreeBSD 6.2-RC1 FreeBSD 6.2-RC1 #0: Fri Nov 17 02:52:51 UTC 2006 root@s-dallas.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC sparc64 # df -k Filesystem 1K-blocks Used Avail Capacity Mounted on 10.16.3.34:/cdrom/freebsd_install/s0 497580 497580 0 100% / devfs 1 1 0 100% /dev /dev/md1 31470 130 28824 0% /var /dev/md2 19566 12 17990 0% /tmp You can fetch the dmesg here: http://nullpt.googlepages.com/netrat1.txt TIA!! -- Alexandre Vieira - nullpt@gmail.com From owner-freebsd-sparc64@FreeBSD.ORG Tue Nov 21 21:15:56 2006 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2D44516A412 for ; Tue, 21 Nov 2006 21:15:56 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77C8943EC6 for ; Tue, 21 Nov 2006 21:11:30 +0000 (GMT) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.13.8/8.13.8/ALCHEMY.FRANKEN.DE) with ESMTP id kALLBca8015048; Tue, 21 Nov 2006 22:11:38 +0100 (CET) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.13.8/8.13.8/Submit) id kALLBc8A015047; Tue, 21 Nov 2006 22:11:38 +0100 (CET) (envelope-from marius) Date: Tue, 21 Nov 2006 22:11:38 +0100 From: Marius Strobl To: Peter Losher Message-ID: <20061121211138.GA14799@alchemy.franken.de> References: <4531DE5B.10109@isc.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4531DE5B.10109@isc.org> User-Agent: Mutt/1.4.2.2i Cc: freebsd-sparc64@freebsd.org Subject: Re: Using Netra T1 105's as console servers. 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, 21 Nov 2006 21:15:56 -0000 On Sun, Oct 15, 2006 at 12:08:11AM -0700, Peter Losher wrote: > Hi, > > I recently came into possession of a stack of Netra T1 105's recently, > with the intent of turning them into console servers running FreeBSD > 6.1. (the HW is low power, stable, and in a 1U form factor which makes > them perfect for this task) > > I tried attaching some USB<->RS232 adapters into a USB PCI controller, > FreeBSD saw the devices, and created the ucom links. But when you > connect to the devices, there is no activity (back and forth). Tried > using a RocketPort card, same thing, the various /dev/ttyR* devices were > created, with the same effect. > > Has anyone used a T1 as a serial console server, and encountered these > problems? FYI, in HEAD I've fixed rp(4) to work on sparc64. I can also have a look at the USB drivers if you are still interested and tell me which USB<->RS232 adapters you tried to use. On a quick glance at least some of these drivers aren't endian-clean either. Marius From owner-freebsd-sparc64@FreeBSD.ORG Wed Nov 22 00:45:42 2006 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6FA6216A403 for ; Wed, 22 Nov 2006 00:45:42 +0000 (UTC) (envelope-from Peter_Losher@isc.org) Received: from mx.isc.org (mx.isc.org [204.152.184.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFF2A43D46 for ; Wed, 22 Nov 2006 00:45:16 +0000 (GMT) (envelope-from Peter_Losher@isc.org) Received: from farside.isc.org (farside.isc.org [IPv6:2001:4f8:3:bb::5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "farside.isc.org", Issuer "ISC CA" (verified OK)) by mx.isc.org (Postfix) with ESMTP id DDA2911402D; Wed, 22 Nov 2006 00:45:41 +0000 (UTC) (envelope-from Peter_Losher@isc.org) Received: from [IPv6:2001:4f8:3:bb::37] (tardis.isc.org [IPv6:2001:4f8:3:bb::37]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by farside.isc.org (Postfix) with ESMTP id 5F14DE60AB; Wed, 22 Nov 2006 00:45:41 +0000 (UTC) (envelope-from Peter_Losher@isc.org) Message-ID: <45639DB5.3030004@isc.org> Date: Tue, 21 Nov 2006 16:45:41 -0800 From: Peter Losher Organization: ISC User-Agent: Thunderbird 1.5.0.8 (Macintosh/20061025) MIME-Version: 1.0 To: Marius Strobl References: <4531DE5B.10109@isc.org> <20061121211138.GA14799@alchemy.franken.de> In-Reply-To: <20061121211138.GA14799@alchemy.franken.de> X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig74EEFF4317246E6500D8F3C9" Cc: freebsd-sparc64@freebsd.org Subject: Re: Using Netra T1 105's as console servers. 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: Wed, 22 Nov 2006 00:45:42 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig74EEFF4317246E6500D8F3C9 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Marius Strobl wrote: >> Has anyone used a T1 as a serial console server, and encountered these= >> problems? >=20 > FYI, in HEAD I've fixed rp(4) to work on sparc64.=20 Hooray, any chance this can be backported to 6-STABLE? (or just a patch for now) ;) > I can also have a look at the USB drivers if you are still interested a= nd tell me > which USB<->RS232 adapters you tried to use. On a quick glance at > least some of these drivers aren't endian-clean either. uplcom is the driver I am using for the USB<->RS232 converters we use (Prolific PL-2303/2303X/2303HX). Thanks! - Peter --=20 Peter_Losher@isc.org | ISC | OpenPGP 0xE8048D08 | "The bits must flow" --------------enig74EEFF4317246E6500D8F3C9 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iD8DBQFFY521PtVx9OgEjQgRAqZzAKC4quO5n1eIkyN4fDl6tva9lkVfiwCdEB61 Q2wCmuVAH217MLitpPhbRhU= =lTbe -----END PGP SIGNATURE----- --------------enig74EEFF4317246E6500D8F3C9-- From owner-freebsd-sparc64@FreeBSD.ORG Wed Nov 22 05:34:55 2006 Return-Path: X-Original-To: sparc64@freebsd.org Delivered-To: freebsd-sparc64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C17A816A416; Wed, 22 Nov 2006 05:34:55 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id B65D543D49; Wed, 22 Nov 2006 05:34:27 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.13.8/8.13.8) with ESMTP id kAM5Yr1O064539; Wed, 22 Nov 2006 00:34:53 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-stable.sentex.ca (freebsd-stable.sentex.ca [64.7.128.103]) by smtp1.sentex.ca (8.13.8/8.13.8) with ESMTP id kAM5Yr2i090028; Wed, 22 Nov 2006 00:34:53 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-stable.sentex.ca (Postfix, from userid 666) id 57815241C5; Wed, 22 Nov 2006 00:34:53 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20061122053453.57815241C5@freebsd-stable.sentex.ca> Date: Wed, 22 Nov 2006 00:34:53 -0500 (EST) X-Virus-Scanned: ClamAV version 0.88.1, clamav-milter version 0.88.1 on clamscanner1 X-Virus-Status: Clean Cc: Subject: [releng_6_2 tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Nov 2006 05:34:55 -0000 TB --- 2006-11-22 05:34:53 - tinderbox 2.3 running on freebsd-stable.sentex.ca TB --- 2006-11-22 05:34:53 - starting RELENG_6_2 tinderbox run for sparc64/sparc64 TB --- 2006-11-22 05:34:53 - mkdir /tinderbox/RELENG_6_2/sparc64 TB --- 2006-11-22 05:34:53 - ERROR: /tinderbox/RELENG_6_2/sparc64/sparc64: No space left on device TB --- 2006-11-22 05:34:53 - tinderbox aborted TB --- 0.05 user 0.02 system 0.01 real http://tinderbox.des.no/tinderbox-releng_6-RELENG_6_2-sparc64-sparc64.full From owner-freebsd-sparc64@FreeBSD.ORG Wed Nov 22 22:58:08 2006 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DA24B16A504 for ; Wed, 22 Nov 2006 22:58:08 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53D5B43D96 for ; Wed, 22 Nov 2006 22:57:34 +0000 (GMT) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.13.8/8.13.8/ALCHEMY.FRANKEN.DE) with ESMTP id kAMMw4Z5036693; Wed, 22 Nov 2006 23:58:04 +0100 (CET) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.13.8/8.13.8/Submit) id kAMMw4BD036692; Wed, 22 Nov 2006 23:58:04 +0100 (CET) (envelope-from marius) Date: Wed, 22 Nov 2006 23:58:04 +0100 From: Marius Strobl To: Peter Losher Message-ID: <20061122225804.GU76234@alchemy.franken.de> References: <4531DE5B.10109@isc.org> <20061121211138.GA14799@alchemy.franken.de> <45639DB5.3030004@isc.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45639DB5.3030004@isc.org> User-Agent: Mutt/1.4.2.2i Cc: freebsd-sparc64@freebsd.org Subject: Re: Using Netra T1 105's as console servers. 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: Wed, 22 Nov 2006 22:58:09 -0000 On Tue, Nov 21, 2006 at 04:45:41PM -0800, Peter Losher wrote: > Marius Strobl wrote: > > >> Has anyone used a T1 as a serial console server, and encountered these > >> problems? > > > > FYI, in HEAD I've fixed rp(4) to work on sparc64. > > Hooray, any chance this can be backported to 6-STABLE? (or just a patch > for now) ;) It needs no real backport; just grab the version from HEAD or use the following patch, which also applies to RELENG_6: http://people.freebsd.org/~marius/rp_64-bit_endian.diff I've planned to MFC it to RELENG_6 in ~2 weeks. > > > I can also have a look at the USB drivers if you are still interested and tell me > > which USB<->RS232 adapters you tried to use. On a quick glance at > > least some of these drivers aren't endian-clean either. > > uplcom is the driver I am using for the USB<->RS232 converters we use > (Prolific PL-2303/2303X/2303HX). Hrm, that's one of those drivers that actually look good to me :) I'll see if I can get such hardware... Marius From owner-freebsd-sparc64@FreeBSD.ORG Thu Nov 23 21:18:40 2006 Return-Path: X-Original-To: sparc64@freebsd.org Delivered-To: freebsd-sparc64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EF77816A514; Thu, 23 Nov 2006 21:18:39 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DD6043D9D; Thu, 23 Nov 2006 21:17:35 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2.sentex.ca [199.212.134.9]) by smarthost2.sentex.ca (8.13.8/8.13.8) with ESMTP id kANLIBQO055228; Thu, 23 Nov 2006 16:18:11 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.13.8/8.13.8) with ESMTP id kANLIBs6062325; Thu, 23 Nov 2006 16:18:11 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 7911573068; Thu, 23 Nov 2006 16:18:11 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20061123211811.7911573068@freebsd-current.sentex.ca> Date: Thu, 23 Nov 2006 16:18:11 -0500 (EST) X-Virus-Scanned: ClamAV version 0.88.1, clamav-milter version 0.88.1 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sun4v X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Nov 2006 21:18:40 -0000 TB --- 2006-11-23 20:05:46 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2006-11-23 20:05:46 - starting HEAD tinderbox run for sparc64/sun4v TB --- 2006-11-23 20:05:46 - cleaning the object tree TB --- 2006-11-23 20:07:11 - checking out the source tree TB --- 2006-11-23 20:07:11 - cd /tinderbox/HEAD/sparc64/sun4v TB --- 2006-11-23 20:07:11 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2006-11-23 20:21:32 - building world (CFLAGS=-O2 -pipe) TB --- 2006-11-23 20:21:32 - cd /src TB --- 2006-11-23 20:21:32 - /usr/bin/make -B buildworld >>> World build started on Thu Nov 23 20:21:33 UTC 2006 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Thu Nov 23 21:16:00 UTC 2006 TB --- 2006-11-23 21:16:00 - generating LINT kernel config TB --- 2006-11-23 21:16:00 - cd /src/sys/sun4v/conf TB --- 2006-11-23 21:16:00 - /usr/bin/make -B LINT TB --- 2006-11-23 21:16:00 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2006-11-23 21:16:00 - cd /src TB --- 2006-11-23 21:16:00 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Thu Nov 23 21:16:01 UTC 2006 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies [...] awk -f /src/sys/tools/makeobjops.awk /src/sys/dev/ofw/ofw_bus_if.m -h awk -f /src/sys/tools/makeobjops.awk /src/sys/sparc64/pci/ofw_pci_if.m -h awk -f /src/sys/tools/makeobjops.awk /src/sys/sun4v/mdesc/mdesc_bus_if.m -h rm -f .newdep /usr/bin/make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | MKDEP_CPP="cc -E" CC="cc" xargs mkdep -a -f .newdep -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -fformat-extensions -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/src/sys/dev/ath -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -I/src/sys/gnu/fs/xfs/FreeBSD -I/src/sys/gnu/fs/xfs/FreeBSD/support -I/src/sys/gnu/fs/xfs -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medlow -msoft-float -ffreestanding /usr/bin/make -V SFILES | MKDEP_CPP="cc -E" xargs mkdep -a -f .newdep -x assembler-with-cpp -DLOCORE -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -fformat-extensions -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/src/sys/dev/ath -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -I/src/sys/gnu/fs/xfs/FreeBSD -I/src/sys/gnu/fs/xfs/FreeBSD/support -I/src/sys/gnu/fs/xfs -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medlow -msoft-float -ffreestanding cc: /src/sys/sun4v/sun4v/t1_copy.S: No such file or directory mkdep: compile failed *** Error code 1 Stop in /obj/sun4v/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2006-11-23 21:18:11 - WARNING: /usr/bin/make returned exit code 1 TB --- 2006-11-23 21:18:11 - ERROR: failed to build lint kernel TB --- 2006-11-23 21:18:11 - tinderbox aborted TB --- 0.62 user 1.96 system 4344.84 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sun4v.full From owner-freebsd-sparc64@FreeBSD.ORG Thu Nov 23 21:32:33 2006 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C92C916A412 for ; Thu, 23 Nov 2006 21:32:33 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F1A343D53 for ; Thu, 23 Nov 2006 21:31:55 +0000 (GMT) (envelope-from kip.macy@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so953928nfc for ; Thu, 23 Nov 2006 13:32:27 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=gO/0SGY7tV6lCMJhVKLf5fwD2A2Oj10f4zbqxUOTfX+4qIqkLG4KMWvz2LfKbQ3y5nV8vdr5UcMzalFKt+8VZQWM2xOOV6zHVTjFFeaVMXkaFLcNlaKFoCvKFEnM/EhQ69mCmkCmvbhGc1NCrpOxdJeOM/UlDp4X94ghMcxy0nw= Received: by 10.82.190.2 with SMTP id n2mr1485886buf.1164317546868; Thu, 23 Nov 2006 13:32:26 -0800 (PST) Received: by 10.82.191.20 with HTTP; Thu, 23 Nov 2006 13:32:26 -0800 (PST) Message-ID: Date: Thu, 23 Nov 2006 13:32:26 -0800 From: "Kip Macy" To: freebsd-sparc64@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: tinderbox whining to come 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: Thu, 23 Nov 2006 21:32:33 -0000 To save time dealing with lawyers, the CDDL derived hcall.S in the loader directory has been removed and will be replaced shortly with a clean room version. I apologise in advance for the noise. -Kip From owner-freebsd-sparc64@FreeBSD.ORG Thu Nov 23 22:21:40 2006 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0DF1E16A416 for ; Thu, 23 Nov 2006 22:21:40 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id D162E43D58 for ; Thu, 23 Nov 2006 22:21:01 +0000 (GMT) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.13.8/8.13.8/ALCHEMY.FRANKEN.DE) with ESMTP id kANMLbZp051856; Thu, 23 Nov 2006 23:21:37 +0100 (CET) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.13.8/8.13.8/Submit) id kANMLbdH051855; Thu, 23 Nov 2006 23:21:37 +0100 (CET) (envelope-from marius) Date: Thu, 23 Nov 2006 23:21:37 +0100 From: Marius Strobl To: Kip Macy Message-ID: <20061123222137.GA37540@alchemy.franken.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: freebsd-sparc64@freebsd.org Subject: Re: tinderbox whining to come 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: Thu, 23 Nov 2006 22:21:40 -0000 On Thu, Nov 23, 2006 at 01:32:26PM -0800, Kip Macy wrote: > To save time dealing with lawyers, the CDDL derived hcall.S in the loader > directory has been removed and will be replaced shortly with a clean room > version. I apologise in advance for the noise. sys/boot/sparc64/loader/hcall.S was unused anyway... From owner-freebsd-sparc64@FreeBSD.ORG Thu Nov 23 23:14:40 2006 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2106D16A407 for ; Thu, 23 Nov 2006 23:14:40 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2638F43D53 for ; Thu, 23 Nov 2006 23:13:58 +0000 (GMT) (envelope-from kip.macy@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so978159nfc for ; Thu, 23 Nov 2006 15:14:35 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=jiH9+QrOJ/9YwxjTOHWIqyBBIih/9BTmh0HW8Yo110HCwt55rSu4vXZAgFUZJ0ye2p8Svo0RO80r4TWFo6diwPJYyiek2CY4OjG1izpkfrB3eC1LmYAyF9d5gDEiUDyPuxpuYBWFAB9uedGL2HO//D+bZF+fLa1gwSHVhjOByRk= Received: by 10.82.141.4 with SMTP id o4mr1144805bud.1164323675005; Thu, 23 Nov 2006 15:14:35 -0800 (PST) Received: by 10.82.191.20 with HTTP; Thu, 23 Nov 2006 15:14:34 -0800 (PST) Message-ID: Date: Thu, 23 Nov 2006 15:14:34 -0800 From: "Kip Macy" To: "Marius Strobl" In-Reply-To: <20061123222137.GA37540@alchemy.franken.de> MIME-Version: 1.0 References: <20061123222137.GA37540@alchemy.franken.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-sparc64@freebsd.org Subject: Re: tinderbox whining to come 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: Thu, 23 Nov 2006 23:14:40 -0000 I realized that after I'd sent the message. Initially it was needed, but I switched to the corresponding OBP calls. -Kip On 11/23/06, Marius Strobl wrote: > > On Thu, Nov 23, 2006 at 01:32:26PM -0800, Kip Macy wrote: > > To save time dealing with lawyers, the CDDL derived hcall.S in the > loader > > directory has been removed and will be replaced shortly with a clean > room > > version. I apologise in advance for the noise. > > sys/boot/sparc64/loader/hcall.S was unused anyway... > > From owner-freebsd-sparc64@FreeBSD.ORG Fri Nov 24 03:37:00 2006 Return-Path: X-Original-To: sparc64@freebsd.org Delivered-To: freebsd-sparc64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4676816A40F; Fri, 24 Nov 2006 03:37:00 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B6ED43D46; Fri, 24 Nov 2006 03:36:20 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.13.6/8.13.6) with ESMTP id kAO3awok039642; Thu, 23 Nov 2006 22:36:58 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.13.8/8.13.8) with ESMTP id kAO3awUk070245; Thu, 23 Nov 2006 22:36:58 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 8B5BB73068; Thu, 23 Nov 2006 22:36:58 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20061124033658.8B5BB73068@freebsd-current.sentex.ca> Date: Thu, 23 Nov 2006 22:36:58 -0500 (EST) X-Virus-Scanned: ClamAV version 0.88.3, clamav-milter version 0.88.3 on clamscanner2 X-Virus-Scanned: ClamAV version 0.88.1, clamav-milter version 0.88.1 on clamscanner1 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sun4v X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Nov 2006 03:37:00 -0000 TB --- 2006-11-24 03:10:18 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2006-11-24 03:10:18 - starting HEAD tinderbox run for sparc64/sun4v TB --- 2006-11-24 03:10:18 - cleaning the object tree TB --- 2006-11-24 03:11:36 - checking out the source tree TB --- 2006-11-24 03:11:36 - cd /tinderbox/HEAD/sparc64/sun4v TB --- 2006-11-24 03:11:36 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2006-11-24 03:28:35 - building world (CFLAGS=-O2 -pipe) TB --- 2006-11-24 03:28:35 - cd /src TB --- 2006-11-24 03:28:35 - /usr/bin/make -B buildworld >>> World build started on Fri Nov 24 03:28:36 UTC 2006 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries [...] ===> lib/libkvm (obj,depend,all,install) rm -f .depend mkdep -f .depend -a -DLIBC_SCCS -I/src/lib/libkvm -DSUN4V /src/lib/libkvm/kvm.c /src/lib/libkvm/kvm_sparc64.c /src/lib/libkvm/kvm_file.c /src/lib/libkvm/kvm_getloadavg.c /src/lib/libkvm/kvm_getswapinfo.c /src/lib/libkvm/kvm_proc.c cc -O2 -pipe -DLIBC_SCCS -I/src/lib/libkvm -DSUN4V -c /src/lib/libkvm/kvm.c In file included from /obj/sun4v/src/tmp/usr/include/vm/pmap.h:82, from /obj/sun4v/src/tmp/usr/include/sys/user.h:50, from /src/lib/libkvm/kvm.c:48: /obj/sun4v/src/tmp/usr/include/machine/pmap.h:78: error: field `pm_tsb' has incomplete type *** Error code 1 Stop in /src/lib/libkvm. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2006-11-24 03:36:58 - WARNING: /usr/bin/make returned exit code 1 TB --- 2006-11-24 03:36:58 - ERROR: failed to build world TB --- 2006-11-24 03:36:58 - tinderbox aborted TB --- 0.50 user 1.59 system 1599.38 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sun4v.full From owner-freebsd-sparc64@FreeBSD.ORG Fri Nov 24 11:34:19 2006 Return-Path: X-Original-To: sparc64@freebsd.org Delivered-To: freebsd-sparc64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 673C716A407; Fri, 24 Nov 2006 11:34:19 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4227243D5A; Fri, 24 Nov 2006 11:33:37 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.13.8/8.13.8) with ESMTP id kAOBYIa1047605; Fri, 24 Nov 2006 06:34:18 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.13.8/8.13.8) with ESMTP id kAOBYIPw030289; Fri, 24 Nov 2006 06:34:18 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id E9D4D73068; Fri, 24 Nov 2006 06:34:17 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20061124113417.E9D4D73068@freebsd-current.sentex.ca> Date: Fri, 24 Nov 2006 06:34:17 -0500 (EST) X-Virus-Scanned: ClamAV version 0.88.1, clamav-milter version 0.88.1 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sun4v X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Nov 2006 11:34:19 -0000 TB --- 2006-11-24 10:25:08 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2006-11-24 10:25:08 - starting HEAD tinderbox run for sparc64/sun4v TB --- 2006-11-24 10:25:08 - cleaning the object tree TB --- 2006-11-24 10:25:47 - checking out the source tree TB --- 2006-11-24 10:25:47 - cd /tinderbox/HEAD/sparc64/sun4v TB --- 2006-11-24 10:25:48 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2006-11-24 10:40:42 - building world (CFLAGS=-O2 -pipe) TB --- 2006-11-24 10:40:42 - cd /src TB --- 2006-11-24 10:40:42 - /usr/bin/make -B buildworld >>> World build started on Fri Nov 24 10:40:43 UTC 2006 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Fri Nov 24 11:33:54 UTC 2006 TB --- 2006-11-24 11:33:54 - generating LINT kernel config TB --- 2006-11-24 11:33:54 - cd /src/sys/sun4v/conf TB --- 2006-11-24 11:33:54 - /usr/bin/make -B LINT TB --- 2006-11-24 11:33:54 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2006-11-24 11:33:54 - cd /src TB --- 2006-11-24 11:33:54 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Fri Nov 24 11:33:54 UTC 2006 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies [...] /src/sys/sparc64/sparc64/genassym.c:192: error: structure has no member named `hvtsb_pa' /src/sys/sparc64/sparc64/genassym.c:192: error: structure has no member named `hvtsb_pa' /src/sys/sparc64/sparc64/genassym.c:192: error: structure has no member named `hvtsb_pa' /src/sys/sparc64/sparc64/genassym.c:192: error: storage size of `HVTSB_PAsign' isn't known /src/sys/sparc64/sparc64/genassym.c:192: error: storage size of `HVTSB_PAw0' isn't known /src/sys/sparc64/sparc64/genassym.c:192: error: storage size of `HVTSB_PAw1' isn't known /src/sys/sparc64/sparc64/genassym.c:192: error: storage size of `HVTSB_PAw2' isn't known /src/sys/sparc64/sparc64/genassym.c:192: error: storage size of `HVTSB_PAw3' isn't known *** Error code 1 Stop in /obj/sun4v/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2006-11-24 11:34:17 - WARNING: /usr/bin/make returned exit code 1 TB --- 2006-11-24 11:34:17 - ERROR: failed to build lint kernel TB --- 2006-11-24 11:34:17 - tinderbox aborted TB --- 0.17 user 0.37 system 4149.02 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sun4v.full From owner-freebsd-sparc64@FreeBSD.ORG Fri Nov 24 18:32:03 2006 Return-Path: X-Original-To: sparc64@freebsd.org Delivered-To: freebsd-sparc64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3960116A403; Fri, 24 Nov 2006 18:32:03 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2774743D55; Fri, 24 Nov 2006 18:31:20 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2.sentex.ca [199.212.134.9]) by smarthost2.sentex.ca (8.13.8/8.13.8) with ESMTP id kAOIW2qD034876; Fri, 24 Nov 2006 13:32:02 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.13.8/8.13.8) with ESMTP id kAOIW2W3004779; Fri, 24 Nov 2006 13:32:02 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 0B1B473068; Fri, 24 Nov 2006 13:32:01 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20061124183202.0B1B473068@freebsd-current.sentex.ca> Date: Fri, 24 Nov 2006 13:32:01 -0500 (EST) X-Virus-Scanned: ClamAV version 0.88.1, clamav-milter version 0.88.1 on clamscanner4 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sun4v X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Nov 2006 18:32:03 -0000 TB --- 2006-11-24 17:19:22 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2006-11-24 17:19:22 - starting HEAD tinderbox run for sparc64/sun4v TB --- 2006-11-24 17:19:22 - cleaning the object tree TB --- 2006-11-24 17:20:33 - checking out the source tree TB --- 2006-11-24 17:20:33 - cd /tinderbox/HEAD/sparc64/sun4v TB --- 2006-11-24 17:20:33 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2006-11-24 17:37:47 - building world (CFLAGS=-O2 -pipe) TB --- 2006-11-24 17:37:47 - cd /src TB --- 2006-11-24 17:37:47 - /usr/bin/make -B buildworld >>> World build started on Fri Nov 24 17:37:49 UTC 2006 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Fri Nov 24 18:31:38 UTC 2006 TB --- 2006-11-24 18:31:38 - generating LINT kernel config TB --- 2006-11-24 18:31:38 - cd /src/sys/sun4v/conf TB --- 2006-11-24 18:31:38 - /usr/bin/make -B LINT TB --- 2006-11-24 18:31:38 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2006-11-24 18:31:38 - cd /src TB --- 2006-11-24 18:31:38 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Fri Nov 24 18:31:38 UTC 2006 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies [...] /src/sys/sparc64/sparc64/genassym.c:192: error: structure has no member named `hvtsb_pa' /src/sys/sparc64/sparc64/genassym.c:192: error: structure has no member named `hvtsb_pa' /src/sys/sparc64/sparc64/genassym.c:192: error: structure has no member named `hvtsb_pa' /src/sys/sparc64/sparc64/genassym.c:192: error: storage size of `HVTSB_PAsign' isn't known /src/sys/sparc64/sparc64/genassym.c:192: error: storage size of `HVTSB_PAw0' isn't known /src/sys/sparc64/sparc64/genassym.c:192: error: storage size of `HVTSB_PAw1' isn't known /src/sys/sparc64/sparc64/genassym.c:192: error: storage size of `HVTSB_PAw2' isn't known /src/sys/sparc64/sparc64/genassym.c:192: error: storage size of `HVTSB_PAw3' isn't known *** Error code 1 Stop in /obj/sun4v/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2006-11-24 18:32:01 - WARNING: /usr/bin/make returned exit code 1 TB --- 2006-11-24 18:32:01 - ERROR: failed to build lint kernel TB --- 2006-11-24 18:32:01 - tinderbox aborted TB --- 0.52 user 1.63 system 4359.41 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sun4v.full