Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Apr 2002 00:51:53 -0800
From:      Kent Stewart <kstewart@owt.com>
To:        Spades <spades@galaxynet.org>
Cc:        Christopher Schulte <schulte+freebsd@nospam.schulte.org>, freebsd-questions@FreeBSD.ORG
Subject:   Re: recompilin kernel on 4.5
Message-ID:  <3CAAC2A9.8040000@owt.com>
References:  <3.0.32.20020403170122.02f3074c@singnet.com.sg>

next in thread | previous in thread | raw e-mail | index | archive | help


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3CAAC2A9.8040000>