bsdlabel problem

From: Takahashi Yoshihiro <nyan_at_jp.FreeBSD.org>
Date: Mon, 12 May 2003 22:36:24 +0900 (JST)
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_at_FreeBSD.org>
Received on Mon May 12 2003 - 04:36:59 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:07 UTC