From owner-freebsd-embedded@FreeBSD.ORG Thu Jun 3 12:45:08 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 D9507106567A for ; Thu, 3 Jun 2010 12:45:08 +0000 (UTC) (envelope-from nickmessages@inbox.ru) Received: from fallback4.mail.ru (fallback4.mail.ru [94.100.176.42]) by mx1.freebsd.org (Postfix) with ESMTP id 71FEB8FC15 for ; Thu, 3 Jun 2010 12:45:08 +0000 (UTC) Received: from mx34.mail.ru (mx34.mail.ru [94.100.176.48]) by fallback4.mail.ru (mPOP.Fallback_MX) with ESMTP id 4E6FC200B530 for ; Thu, 3 Jun 2010 16:28:46 +0400 (MSD) Received: from [82.209.212.241] (port=20173 helo=[82.209.212.241]) by mx34.mail.ru with psmtp id 1OK9WC-000CcI-00 for freebsd-embedded@freebsd.org; Thu, 03 Jun 2010 16:27:29 +0400 Date: Thu, 3 Jun 2010 15:26:27 +0300 From: "N.Rybakov" Organization: BTEU X-Priority: 3 (Normal) Message-ID: <498067465.20100603152627@inbox.ru> To: freebsd-embedded@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: quoted-printable X-Mras: Ok Subject: picoBSD building problem X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "N.Rybakov" List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jun 2010 12:45:08 -0000 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=3D # Source tree, i.e. /usr/src is fresh (upated regulary via cvsup) I need help! Thanks!