Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2003 06:32:40 +0900
From:      Makoto Matsushita <matusita@jp.FreeBSD.org>
To:        current@FreeBSD.org
Subject:   FreeBSD/alpha make-release on FreeBSD/i386: dislabel problem
Message-ID:  <20030216063240O.matusita@jp.FreeBSD.org>

next in thread | raw e-mail | index | archive | help

I've tried to do "make release" of FreeBSD/alpha on FreeBSD/i386 box
last night, and found that follow error while generating drivers.flp:

+ export BLOCKSIZE=512
+ [ /R/stage/floppies/drivers.flp = -s ]
+ do_size=
+ FSIMG=/R/stage/floppies/drivers.flp
+ shift
+ RD=/R/stage
+ shift
+ MNT=/mnt
+ shift
+ FSSIZE=1440
+ shift
+ FSPROTO=/R/stage/driversfd
+ shift
+ FSINODE=80000
+ shift
+ FSLABEL=fd1440
+ shift
+ [ -f /R/stage/trees/base/boot/boot ]
+ BOOT1=-B -b /R/stage/trees/base/boot/boot
+ deadlock=20
+ uname -r
+ dofs_md
+ true
+ rm -f /R/stage/floppies/drivers.flp
+ [ x != x ]
+ dd of=/R/stage/floppies/drivers.flp if=/dev/zero count=1440 bs=1k
+ mdconfig -a -t vnode -f /R/stage/floppies/drivers.flp
+ MDDEVICE=md0
+ [ ! -c /dev/md0 ]
+ disklabel -w -B -b /R/stage/trees/base/boot/boot md0 fd1440
disklabel: bootstrap doesn't leave room for disk label
*** Error code 2

Stop in /usr/src/release.

If my understandings are correct, this is because disklabel(8) kicked
is FreeBSD/i386 native binary which doesn't know about FreeBSD/alpha
disklabel structure or whatever.

Are there any workaround/fix?

-- -
Makoto `MAR' Matsushita

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030216063240O.matusita>