From owner-freebsd-small Thu Oct 21 15:31:21 1999 Delivered-To: freebsd-small@freebsd.org Received: from server.baldwin.cx (jobaldwi.campus.vt.edu [198.82.67.146]) by hub.freebsd.org (Postfix) with ESMTP id 2DB9B14C9D for ; Thu, 21 Oct 1999 15:31:14 -0700 (PDT) (envelope-from jobaldwi@vt.edu) Received: from john.baldwin.cx (john [10.0.0.2]) by server.baldwin.cx (8.9.3/8.9.3) with ESMTP id SAA60407; Thu, 21 Oct 1999 18:31:08 -0400 (EDT) (envelope-from jobaldwi@vt.edu) Message-Id: <199910212231.SAA60407@server.baldwin.cx> X-Mailer: XFMail 1.3.1 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Thu, 21 Oct 1999 18:31:07 -0400 (EDT) From: John Baldwin To: Jeff Lush Subject: RE: PicoBSD v0.445 Compilation Problems WAS: PicoBSD Network ver Cc: freebsd-small@freebsd.org Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 21-Oct-99 Jeff Lush wrote: > Hello again, > > I have grabbed the latest PicoBSD source via CVSup (version 0.445 I > believe) > and have come across some more interesting errors. > > I cd into /usr/src/release/picobsd/build/ and run the build script. A > nice > interface prompts me to make my selections, and I choose NET, then I > edit > the PICOBSD file for net and comment out unnecessary ethernet > entries. I > exit and then choose "build it" Here are the errors I get: > > PicoBSD build -- Current parameters: > > 1. Type: net > 2. MFS size: 2400 kB > 3. Language: en > 4. Site-info: > -> We'll use the sources living in /usr/src > > -> I hope you have checked the ../net/PICOBSD config file... > > > > -> Checking if we have to build the PICOBSD kernel... > cat PICOBSD | grep -v "MFS_ROOT" > /usr/src/sys/i386/conf/PICOBSD-N > echo "options MFS_ROOT" >> /usr/src/sys/i386/conf/PICOBSD-N > (cd /usr/src/sys/i386/conf; config PICOBSD-N; cd > /usr/src/sys/compile/PICOBSD-N; make depend > all) > config: line 5: Unknown machine type > config: line 5: syntax error > config: line 6: syntax error > config: line 7: syntax error > config: line 8: syntax error > config: line 9: syntax error > config: line 20: syntax error > config: line 21: syntax error > Specify machine type, e.g. ``machine vax'' > *** Error code 1 > > Stop. You need the 3.x-stable sources instead of the -current sources. I.e. when cvsup'ing, use tag=RELENG_3. You'll notice the difference in the PICOBSD file in that you will have: machine "i386" instead of: machine i386 --- John Baldwin -- http://www.cslab.vt.edu/~jobaldwi/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message