Date: Thu, 03 Jun 2010 08:14:58 -0600 (MDT) From: "M. Warner Losh" <imp@bsdimp.com> To: nickmessages@inbox.ru Cc: freebsd-embedded@FreeBSD.org Subject: Re: picoBSD building problem Message-ID: <20100603.081458.913557797367178190.imp@bsdimp.com> In-Reply-To: <498067465.20100603152627@inbox.ru> References: <498067465.20100603152627@inbox.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
In message: <498067465.20100603152627@inbox.ru> "N.Rybakov" <nickmessages@inbox.ru> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100603.081458.913557797367178190.imp>