Subject: 20001024 -current snapshot failure
To: None <port-sparc@netbsd.org>
From: Erik E. Fair <fair@clock.org>
List: port-sparc
Date: 10/24/2000 12:40:58
We're still not there. The VND is now made OK, but the path to copy 
it from where it was made to where it should be is botched.

	Erik <fair@clock.org>


release ===> sparc
install -r  -c   -o root -g wheel -m 444 INSTALL.ps /altroot/snapshot/.
install -r  -c   -o root -g wheel -m 444 INSTALL.txt /altroot/snapshot/.
install -r  -c   -o root -g wheel -m 444 INSTALL.html /altroot/snapshot/.
install -r  -c   -o root -g wheel -m 444 INSTALL.more /altroot/snapshot/.
(cd /usr/src/etc/../distrib/miniroot; make release)
mkdir -p /altroot/snapshot/installation/miniroot
gzip -c -9 < /usr/src/distrib/miniroot/obj/miniroot.fs  > 
/altroot/snapshot/installation/miniroot/miniroot.fs.gz
/usr/src/distrib/miniroot/../sets/makesums  -t 
/altroot/snapshot/installation/miniroot miniroot.fs.gz
(cd /usr/src/etc/../distrib/sparc/ramdisk; make release)
gzip -c -9 < /usr/src/distrib/sparc/ramdisk/obj/ramdisk.fs  > 
/altroot/snapshot/installation/bootfs
/ramdisk.fs.gz
(cd /usr/src/etc/../distrib/sparc/bootfs; make release)
gzip -c -9 < /usr/src/distrib/sparc/bootfs/obj/boot.fs  > 
/altroot/snapshot/installation/bootfs/boot.fs.gz
(cd /usr/src/etc/../distrib/sparc/instfs; make release)
cp /instfs.tgz /altroot/snapshot/installation/bootfs
cp: /instfs.tgz: No such file or directory
*** Error code 1

Stop.