From owner-freebsd-small Thu Mar 15 17: 0:46 2001 Delivered-To: freebsd-small@freebsd.org Received: from mail.cruzio.com (dsl3i239.cruzio.com [205.179.211.239]) by hub.freebsd.org (Postfix) with ESMTP id 7B6E837B718 for ; Thu, 15 Mar 2001 17:00:34 -0800 (PST) (envelope-from brucem@mail.cruzio.com) Received: (from brucem@localhost) by mail.cruzio.com (8.11.3/8.11.3) id f2G1o8k31203 for freebsd-small@freebsd.org; Thu, 15 Mar 2001 17:50:08 -0800 (PST) (envelope-from brucem) Date: Thu, 15 Mar 2001 17:50:08 -0800 (PST) From: "Bruce R. Montague" Message-Id: <200103160150.f2G1o8k31203@mail.cruzio.com> To: freebsd-small@freebsd.org Subject: tinyware not crunched into net-type picobsd Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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