From owner-freebsd-embedded@FreeBSD.ORG Thu Jun 3 14:22:39 2010 Return-Path: Delivered-To: freebsd-embedded@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45496106564A for ; Thu, 3 Jun 2010 14:22:39 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 09E648FC08 for ; Thu, 3 Jun 2010 14:22:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o53EEjIs055911; Thu, 3 Jun 2010 08:14:46 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 03 Jun 2010 08:14:58 -0600 (MDT) Message-Id: <20100603.081458.913557797367178190.imp@bsdimp.com> To: nickmessages@inbox.ru From: "M. Warner Losh" In-Reply-To: <498067465.20100603152627@inbox.ru> References: <498067465.20100603152627@inbox.ru> X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-embedded@FreeBSD.org Subject: Re: picoBSD building problem X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jun 2010 14:22:39 -0000 In message: <498067465.20100603152627@inbox.ru> "N.Rybakov" writes: : I have a problem when building an image picobsd.bin in : /usr/src/release/picobsd tree on FreeBSD 7.3-STABLE. After : starting shell script : /usr/src/release/picobsd/build/picobsd I got message (in tail): : . : . : . : + find -type f ( -name libc.so.7 -o -name libcrypt.so.4 -o -name : libedit.so.6 -o -name libkvm.so.4 -o -name libm.so.5 -o -name : libncurses.so.7 -o -name libufs.so4 -o -name libutil.so.7 -o -name : libz.so.4 ) : find: illegal option -- t : find: illegal option -- y : find: illegal option -- p : find: illegal option -- e : find: f: No such file or directory : + u_libs= : # : : Source tree, i.e. /usr/src is fresh (upated regulary via cvsup) : I need help! : Thanks! Looks like an environment variable not set. A quick grep of the tree isn't enlightening, however. My suggestion is to check the docs to make sure that you've set all the required variables before building. Maybe DESTDIR? Warner