From owner-freebsd-current Thu Sep 12 02:01:44 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA23550 for current-outgoing; Thu, 12 Sep 1996 02:01:44 -0700 (PDT) Received: from mail.crl.com (mail.crl.com [165.113.1.22]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id CAA23540 for ; Thu, 12 Sep 1996 02:01:40 -0700 (PDT) Received: from diablo.ppp.de by mail.crl.com with SMTP id AA26026 (5.65c/IDA-1.5 for ); Thu, 12 Sep 1996 02:02:11 -0700 Received: from allegro.lemis.de by diablo.ppp.de with smtp (Smail3.1.28.1 #1) id m0v17dj-000QgxC; Thu, 12 Sep 96 11:00 MET DST From: grog@lemis.de (Greg Lehey) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Received: (grog@localhost) by allegro.lemis.de (8.6.9/8.6.9) id KAA15214; Thu, 12 Sep 1996 10:41:34 +0200 Message-Id: <199609120841.KAA15214@allegro.lemis.de> Subject: Re: Build is complete To: jkh@time.cdrom.com (Jordan K. Hubbard) Date: Thu, 12 Sep 1996 10:41:34 +0200 (MET DST) Cc: FreeBSD-current@FreeBSD.ORG (FreeBSD current users) In-Reply-To: <2283.842517522@time.cdrom.com> from "Jordan K. Hubbard" at Sep 12, 96 01:38:42 am X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Jordan K. Hubbard writes: > >> Ditto. I've build the latest version via NFS every night, and I tried >> building a release via NFS as Jordan suggested. I also went to the >> trouble of doing it on a SunOS machine. Everything went well until it >> tried to access a 1.2 MB floppy, which I don't have. How far from the >> end was I? Here's my ustat info: > > Huh? The current release tools don't use floppies during any stage of > the build process. They use the vn device to simulate a 1.2MB floppy > image. Then I'm misinterpreting the command line. Here's what I get: + gzip -c /usr/src/release/../COPYRIGHT > /R/stage/mfsfd/stand/help/COPYRIGHT.hlp.gz + # make the small bootfd + Making the small 4MB boot floppy. + sh -e /usr/src/release/doFS.sh /R/stage /mnt 1200 /R/stage/mfsfd 42000 minimum + open: Device not configured + *** Error code 1 (continuing) + rm -rf /R/stage/fixitfd + mkdir /R/stage/fixitfd + cd /R/stage/fixitfd && mkdir dev stand bin sbin etc mnt mnt1 mnt2 mnt3 mnt4 tmp + if true ; then gzip -9 < /R/stage/crunch/fixit > /R/stage/fixitfd/stand/fixit_crunch ; else ln -f /R/stage/crunch/fixit /R/stage/fixitfd/stand/fixit_crunch ; fi + chmod 555 /R/stage/fixitfd/stand/fixit_crunch + for i in `crunchgen -l /usr/src/release/fixit_crunch.conf` ; do ln -f /R/stage/fixitfd/stand/fixit_crunch /R/stage/fixitfd/stand/$i ; done + ( cd /R/stage/fixitfd/dev && cp /R/stage/trees/bin/dev/MAKEDEV . && sh MAKEDEV all ) + cp /R/stage/trees/bin/etc/spwd.db /R/stage/fixitfd/etc + cp /usr/src/release/fixit.profile /R/stage/fixitfd/.profile + sh -e /usr/src/release/doFS.sh /R/stage /mnt 1200 /R/stage/fixitfd 10000 fd1200 + open: Device not configured + *** Error code 1 (continuing) + `doRELEASE' not remade because of errors. + + echo make release Finished + make release Finished + real 831m52.172s + user 239m1.716s + sys 67m19.010s + === root@freebie (/dev/ttyp0) /usr/home/grog 3 -> What's it trying to open? I'm not really worried, but it would be nice to know. Greg