Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Oct 1999 18:31:07 -0400 (EDT)
From:      John Baldwin <jobaldwi@vt.edu>
To:        Jeff Lush <jeff@nerdpower.com>
Cc:        freebsd-small@freebsd.org
Subject:   RE: PicoBSD v0.445 Compilation Problems WAS: PicoBSD Network ver
Message-ID:  <199910212231.SAA60407@server.baldwin.cx>
In-Reply-To: <NDBBKIMGBBOBEOPLFCHIGEEBCCAA.jeff@nerdpower.com>

next in thread | previous in thread | raw e-mail | index | archive | help

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 <jobaldwi@vt.edu> -- 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910212231.SAA60407>