Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jun 2001 08:48:52 -0700 (PDT)
From:      "Bruce R. Montague" <brucem@dsl3i239.cruzio.com>
To:        freebsd-small@freebsd.org
Subject:   re: "net" 4.3 PicoBSD build
Message-ID:  <200106041548.f54Fmq600482@dsl3i239.cruzio.com>

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

 See:

http://www.FreeBSD.org/cgi/getmsg.cgi?fetch=107436+109534+/usr/local/www/db/text/2001/freebsd-small/20010318.freebsd-small

 Hope this helps...  On second thought (sorry for the repeat):

-------------

The "tinyware" utilities are not included in the
current 4.3 Beta picobsd "net" crunchgen, although
the /bin links are created. This means that attempting
to invoke "vm", "dmesg", "ps", and "netstat" returns
an error of the form:

  "crunch1: ps not compiled in."

The build produces the following error:

"crunchgen: /usr/src/release/picobsd/build/build_dir-net/crunch1.conf:19: 
  `../../tinyware' is not a directory, skipping it"
and "ignoring program because of errors" for the 
following tinyware pgms:
 vm msg sps ns

The fix appears simply to use the absolute path to
tinyware, similar to what is done in the other
"crunch.conf" files, that is:

 "srcdirs /usr/src/release/picobsd/tinyware"
instead of:
 "srcdirs ../../tinyware"

-----

--- crunch.cong.original        Wed Mar 14 21:35:27 2001
+++ crunch.conf Wed Mar 14 21:37:46 2001
@@ -16,7 +16,7 @@
 srcdirs /usr/src/usr.sbin
 srcdirs /usr/src/libexec
 # sources for ns & vm
-srcdirs ../../tinyware
+srcdirs /usr/src/release/picobsd/tinyware

-----


The "crunch.conf" files in the picobsd subdirs for
the "bridge", "dial", "isp", and "router" types all
specify the absolute path.


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?200106041548.f54Fmq600482>