From owner-cvs-all@FreeBSD.ORG Sun Aug 22 19:43:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C78716A4CE; Sun, 22 Aug 2004 19:43:39 +0000 (GMT) Received: from smtp-vbr9.xs4all.nl (smtp-vbr9.xs4all.nl [194.109.24.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA6BC43D2D; Sun, 22 Aug 2004 19:43:38 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr9.xs4all.nl (8.12.11/8.12.11) with ESMTP id i7MJhbVu065904; Sun, 22 Aug 2004 21:43:37 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.11/8.12.9) with ESMTP id i7MJhbqj070862; Sun, 22 Aug 2004 21:43:37 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.12.11/8.12.11/Submit) id i7MJhaZU070861; Sun, 22 Aug 2004 21:43:36 +0200 (CEST) (envelope-from wb) Date: Sun, 22 Aug 2004 21:43:36 +0200 From: Wilko Bulte To: Marcel Moolenaar Message-ID: <20040822194336.GA70842@freebie.xs4all.nl> References: <200408220534.i7M5Y72I008587@repoman.freebsd.org> <20040822060122.GA51375@dhcp50.pn.xcllnt.net> <20040822073351.GA68229@freebie.xs4all.nl> <20040822151257.GA52947@dhcp50.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040822151257.GA52947@dhcp50.pn.xcllnt.net> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.10-STABLE X-PGP: finger wilko@freebsd.org X-Virus-Scanned: by XS4ALL Virus Scanner cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: Ken Smith Subject: Re: cvs commit: src/release/sparc64 mkisoimages.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Aug 2004 19:43:39 -0000 On Sun, Aug 22, 2004 at 08:12:57AM -0700, Marcel Moolenaar wrote.. > On Sun, Aug 22, 2004 at 09:33:51AM +0200, Wilko Bulte wrote: > > > > Log: > > > > Found another one. Why does mdconfig hate me? > > > > > > Nothing personal. I ran into the same on ia64. I added > > > sync; sleep 1; sync > > > > This stuff? > > > > + mdconfig -a -t vnode -f /R/stage/mfsroot/mfsroot > > + MDDEVICE=md0 > > + sleep 5 > > + [ ! -c /dev/md0 ] > > + trap umount /mnt; mdconfig -d -u md0 EXIT > > + bsdlabel -w -B -b /R/stage/trees/base/boot/boot md0 auto > > bsdlabel: boot code /R/stage/trees/base/boot/boot is wrong size > > + umount /mnt > > umount: /mnt: not a file system root directory > > *** Error code 1 > > Can you try with boot code made with HEAD sources: > src/sys/boot/alpha/Makefile.inc 1.6 I assume that should be rev 1.10: ---------------------------- revision 1.10 date: 2004/08/22 06:24:59; author: marcel; state: Exp; lines: +1 -1 Part 2 of fixing the boot code: gcc 3.4 fixes. The whole problem seems to be size. Which is odd, because it is said that size doesn't matter. Anyway... Add -Os to strategic places in the makefile to have the final loader be as mall as possible. This seems to be enough to make it work. For now... I think something is more fundamentally wrong; or something more fundamental is wrong. Potato, potaato. -- I will give it a try. Tnx -- Wilko Bulte wilko@FreeBSD.org