bsdlabel problem

Takahashi Yoshihiro nyan at jp.FreeBSD.org
Mon May 12 06:36:59 PDT 2003


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>


More information about the freebsd-current mailing list