Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Mar 2001 17:50:08 -0800 (PST)
From:      "Bruce R. Montague" <brucem@mail.cruzio.com>
To:        freebsd-small@freebsd.org
Subject:   tinyware not crunched into net-type picobsd
Message-ID:  <200103160150.f2G1o8k31203@mail.cruzio.com>

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


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.







 - bruce



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?200103160150.f2G1o8k31203>