From owner-freebsd-small Mon Jun 4 9: 1:34 2001 Delivered-To: freebsd-small@freebsd.org Received: from dsl3i239.cruzio.com (dsl3i239.cruzio.com [205.179.211.239]) by hub.freebsd.org (Postfix) with ESMTP id 2ED5637B401 for ; Mon, 4 Jun 2001 09:01:32 -0700 (PDT) (envelope-from brucem@dsl3i239.cruzio.com) Received: (from brucem@localhost) by dsl3i239.cruzio.com (8.11.3/8.11.3) id f54Fmq600482 for freebsd-small@freebsd.org; Mon, 4 Jun 2001 08:48:52 -0700 (PDT) (envelope-from brucem) Date: Mon, 4 Jun 2001 08:48:52 -0700 (PDT) From: "Bruce R. Montague" Message-Id: <200106041548.f54Fmq600482@dsl3i239.cruzio.com> To: freebsd-small@freebsd.org Subject: re: "net" 4.3 PicoBSD build Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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