From owner-freebsd-hackers Thu Aug 21 15:44:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA24541 for hackers-outgoing; Thu, 21 Aug 1997 15:44:05 -0700 (PDT) Received: from mail.cdsnet.net (mail.cdsnet.net [204.118.244.5]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA24482 for ; Thu, 21 Aug 1997 15:44:00 -0700 (PDT) Received: from mail.cdsnet.net (mail.cdsnet.net [204.118.244.5]) by mail.cdsnet.net (8.8.6/8.8.6) with SMTP id PAA07547; Thu, 21 Aug 1997 15:43:53 -0700 (PDT) Date: Thu, 21 Aug 1997 15:43:53 -0700 (PDT) From: Jaye Mathisen To: Julian Elischer cc: hackers@FreeBSD.ORG Subject: Re: More /usr/src/release notes on 2.2.2-stable In-Reply-To: <33FCA733.1CFBAE39@whistle.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Simon's patch for the DPT controller stuck a line that said ===, w/o the leading #. Fixing that didn't rectify the problem however. I'm installing on a clean chroot partition to make sure it's not just me. On Thu, 21 Aug 1997, Julian Elischer wrote: > Jaye Mathisen wrote: > > > > Various steps fail if you aren't running with sh as your shell. > > > > and: > > > > I don't see where fs.size is made so that MFS_ROOT has the right define: > > > > # make > > ===> crunch > > Warning: Object directory not changed from original > > /usr/src/release/floppies/boot/crunch > > ===> mfs > > Warning: Object directory not changed from original > > /usr/src/release/floppies/boot/mfs > > ===> floppy > > Warning: Object directory not changed from original > > /usr/src/release/floppies/boot/floppy > > cd /usr/src/release/floppies/boot/floppy && make doMFSKERN > > rm -f > > /usr/src/release/floppies/boot/floppy/../../../../sys/compile/BOOTMFS/mfs_vfsops.o > > cd /usr/src/release/floppies/boot/floppy/../../../../sys/i386/conf && > > fgrep -v SYSV GENERIC | fgrep -v pty | fgrep -v PROCFS | sed > > 's/GENERIC/BOOTMFS/g' | sed '/maxusers/s/10/4/' > BOOTMFS && echo > > "options MFS" >> BOOTMFS && echo "options NFS_NOSERVER" >> BOOTMFS && > > echo 'options "MAXCONS=4"' >> BOOTMFS > > echo "options \"MFS_ROOT=`cat ../mfs/fs-image.size`\"" >> > > /usr/src/release/floppies/boot/floppy/../../../../sys/i386/conf/BOOTMFS > > cat: ../mfs/fs-image.size: No such file or directory > > cd /usr/src/release/floppies/boot/floppy && make doKERNEL KERNEL=BOOTMFS > > cd /usr/src/release/floppies/boot/floppy/../../../../sys/i386/conf && > > config -n BOOTMFS > > can you look at the config file it produced, > (/sys/i386/conf/BOOTMFS) and see what's > wrong with line 15? > > > config: line 15: syntax error > > ^C# make fs-image.size > > make: don't know how to make fs-image.size. Stop >