Date: Mon, 12 May 2003 22:36:24 +0900 (JST) From: Takahashi Yoshihiro <nyan@jp.FreeBSD.org> To: phk@freebsd.org Cc: current@freebsd.org Subject: bsdlabel problem Message-ID: <20030512.223624.74677789.nyan@jp.FreeBSD.org>
next in thread | raw e-mail | index | archive | help
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 <nyan@FreeBSD.org>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030512.223624.74677789.nyan>