From owner-freebsd-current@FreeBSD.ORG Mon May 12 06:36:59 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0108D37B401; Mon, 12 May 2003 06:36:59 -0700 (PDT) Received: from watery.cc.kogakuin.ac.jp (watery.cc.kogakuin.ac.jp [133.80.152.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2908243FB1; Mon, 12 May 2003 06:36:58 -0700 (PDT) (envelope-from nyan@jp.FreeBSD.org) Received: from localhost (localhost [IPv6:::1])h4CDauFd076513; Mon, 12 May 2003 22:36:56 +0900 (JST) (envelope-from nyan@jp.FreeBSD.org) Date: Mon, 12 May 2003 22:36:24 +0900 (JST) Message-Id: <20030512.223624.74677789.nyan@jp.FreeBSD.org> To: phk@freebsd.org From: Takahashi Yoshihiro X-Mailer: Mew version 3.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: bsdlabel problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2003 13:36:59 -0000 Recent snapshots for pc98 are broken. > Building 5.1-BETA-20030511-SNAP-PC98 is failed. > > sh -e /usr/src/release/scripts/doFS.sh disklabel pc98 mfsroot /R/stage /mnt 4320 /R/stage/mfsfd 8000 minimum3 > + export BLOCKSIZE=512 > + DISKLABEL=disklabel > + shift > + MACHINE=-m pc98 > + shift > + FSIMG=mfsroot > + shift > + RD=/R/stage > + shift > + MNT=/mnt > + shift > + FSSIZE=4320 > + shift > + FSPROTO=/R/stage/mfsfd > + shift > + FSINODE=8000 > + shift > + FSLABEL=minimum3 > + shift > + [ -f /R/stage/trees/base/boot/boot ] > + BOOT=-B -b /R/stage/trees/base/boot/boot > + deadlock=20 > + uname -r > + dofs_md > + true > + rm -f mfsroot > + [ x != x ] > + dd of=mfsroot if=/dev/zero count=4320 bs=1k > + mdconfig -a -t vnode -f mfsroot > + MDDEVICE=md3 > + [ ! -c /dev/md3 ] > + trap umount /mnt; mdconfig -d -u md3 EXIT > + disklabel -m pc98 -w -B -b /R/stage/trees/base/boot/boot md3 minimum3 > disklabel: Unsupported architecture > + umount /mnt > umount: unmount of /mnt failed: Invalid argument > *** Error code 1 And, sbin/bsdlabel/Makefile has the following lines, but I think that these are not needed. > .if ${MACHINE} == "pc98" > CFLAGS+= -DPC98 > .endif --- TAKAHASHI Yoshihiro