From owner-freebsd-sparc64@FreeBSD.ORG Sat Aug 21 17:01:09 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE37A16A4CE for ; Sat, 21 Aug 2004 17:01:09 +0000 (GMT) Received: from smtp-ft4.fr.colt.net (smtp-ft4.fr.colt.net [213.41.78.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7098043D3F for ; Sat, 21 Aug 2004 17:01:08 +0000 (GMT) (envelope-from nanard@tou.nu) Received: from portable (noc-wat.adm.fr.colt.net [195.68.1.193]) by smtp-ft4.fr.colt.net with SMTP id i7LH16620368 for ; Sat, 21 Aug 2004 19:01:07 +0200 Message-ID: <023b01c487a0$6fcefdd0$0afc210a@portable> From: "nanard" To: Date: Sat, 21 Aug 2004 19:01:00 +0200 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: FreeBSD on SPARC NETRA T1 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Aug 2004 17:01:09 -0000 Hi, I'm trying to update a FreeBSD 5.2.1 on a SUN NETRA T1 server. At first, i installed a SNAPSHOT of FreeBSD 5 : It was a success: quasar# uname -a FreeBSD quasar SNAP-20040612 FreeBSD SNAP-20040612 #0: Mon Jun 14 = 07:25:37 UTC 2004 root@bobbi.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC sparc64 Then, i updated source tree with CVSUP and compiled a new userland and kernel: 1) quasar# cd /usr/src 2) quasar# make buildworld =3D> no problem. (very long) 3) quasar # make buildkernel KERNCONF=3DQUASAR (QUASAR is the same file as GENERIC; i only change the name) =3D> no problem 4) quasar # make installkernel KERNCONF=3DQUASAR =3D> no problem 5) reboot new kernel is OK: FreeBSD quasar.fr.colt.net 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #0: = Thu Aug 19 19:27:36 CEST 2004 root@quasar.heb.fr.colt.net:/usr/obj/usr/src/sys/QUASAR sparc64 6) quasar# mergemaster -p =3D> no problem 7) quasar# make installworld =3D> problem: =3D=3D=3D> share/zoneinfo umask 022; cd /usr/src/share/zoneinfo; zic -D -d /usr/share/zoneinfo -p America/New_York -u root -g wheel -y /usr/obj/usr/src/share/zoneinfo/yearistype africa antarctica asia australasia etcetera europe factory northamerica southamerica systemv "africa", line 420: can't determine time zone abbreviation to use just = after until time [...] "antarctica", line 290: can't determine time zone abbreviation to use = just after until time [...] "asia", line 1425: can't determine time zone abbreviation to use just = after until time [...] "australasia", line 463: can't determine time zone abbreviation to use = just after until time [...] "europe", line 395: can't determine time zone abbreviation to use just = after until time [...] "northamerica", line 1652: can't determine time zone abbreviation to use just after until time [...] "southamerica", line 646: can't determine time zone abbreviation to use = just after until time [...] *** Error code 1 Stop in /usr/src/share/zoneinfo. *** Error code 1 Stop in /usr/src/share. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. I tried to CVSUP my source TODAY and to try again :-) No success, i ve only a new kernel: quasar# uname -a FreeBSD quasar.fr.colt.net 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #1: = Sat Aug 21 12:45:10 CEST 2004 root@quasar.fr.colt.net:/usr/obj/usr/src/sys/QUASAR sparc64 And i've the SAME error. Finally, I forced the installworld by "make -i installworld" i've no crash but i d like to not be insane like that. Thanks in advance to show me on the good way. Nicolas