Subject: make release of 1-5 fails
To: None <current-users@netbsd.org>
From: Tomasz Luchowski <zuntum@netbsd.org>
List: current-users
Date: 07/04/2001 08:34:03
all ===> ramdisk-big
rm -f ramdisk-big.fs.tmp
dd if=/dev/zero of=ramdisk-big.fs.tmp count=4096
4096+0 records in
4096+0 records out
2097152 bytes transferred in 1 secs (2097152 bytes/sec)
vnconfig -v -c /dev/vnd0d ramdisk-big.fs.tmp 512/128/1/32
/dev/vnd0d: 2097152 bytes on ramdisk-big.fs.tmp using geometry 512/128/1/32
disklabel /dev/vnd0d >tmplabel
disklabel: ioctl DIOCGDINFO: Inappropriate ioctl for device
*** Error code 4 (ignored)
disklabel -r -R /dev/vnd0d tmplabel
disklabel: sector size 0
newfs -B le -m 0 -o space -i 3400 -c 80 /dev/rvnd0a
newfs: ioctl (GDINFO): Inappropriate ioctl for device
newfs: /dev/rvnd0a: can't read disk label; disk type must be specified
*** Error code 1
Stop.
*** Error code 1
Stop.
I did 'make obj; make build; cd etc; make DESTDIR=/destdir RELEASEDIR=/release
UPDATE=1 release' on 1.5 box with GENERIC kernel, /usr/src has
checkout of src module -rnetbsd-1-5
My /etc/mk.conf looks like:
BSDSRCDIR=/usr/src
BSDOBJDIR=/usr/obj
BUILD=1
UPDATE=1
Hints would be appreciated.
--
/* Tomasz Luchowski <zuntum@netbsd.org> */