From owner-freebsd-questions Wed Apr 3 0:52: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by hub.freebsd.org (Postfix) with ESMTP id 2E2B237B419 for ; Wed, 3 Apr 2002 00:52:00 -0800 (PST) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id AAA30160; Wed, 3 Apr 2002 00:51:54 -0800 Message-ID: <3CAAC2A9.8040000@owt.com> Date: Wed, 03 Apr 2002 00:51:53 -0800 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: en-us, es-mx MIME-Version: 1.0 To: Spades Cc: Christopher Schulte , freebsd-questions@FreeBSD.ORG Subject: Re: recompilin kernel on 4.5 References: <3.0.32.20020403170122.02f3074c@singnet.com.sg> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Spades wrote: > It is :) > > I think what tr is trying to do, the target isn't found? not sure? > > I put it in my path again and recompiled kernel, same error came. > > install -c -o root -g wheel -m 444 zippy.dat > /usr/share/games/fortune/zippy.dat > tr a-zA-Z n-za-mN-ZA-M < /usr/src/games/fortune/datfiles/fortunes-o.real > > fortunes-o > tr: not found Have you got some strange option in make.conf or building a kernel without a buildworld. Normally the tr command is done in a buildworld. PATH=$PATH:/usr/games:/usr/obj/usr/src/games/fortune/datfiles/../strfile strfile -Crs /usr/src/games/fortun e/datfiles/zippy zippy.dat tr a-zA-Z n-za-mN-ZA-M < /usr/src/games/fortune/datfiles/fortunes-o.real > fortunes-o Kent > > At 12:40 AM 4/3/02 -0600, Christopher Schulte wrote: > >>At 02:32 PM 4/3/2002 +0800, Spades wrote: >> >>>tr a-zA-Z n-za-mN-ZA-M < /usr/src/games/fortune/datfiles/fortunes-o.real > >>>fortunes-o >>>tr: not found >>> >>Looks like tr was not found in your path, for some reason. >> >>Do a `which tr` to see if it's available. If not, see if it's actually >>installed at /usr/bin/tr. >> >>-- >>Christopher Schulte >>http://www.schulte.org/ >>Do not un-munge my @nospam.schulte.org >>email address. This address is valid. >> >> >> > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > . > > -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message