9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] plan9port (5/210?
@ 2005-05-22  2:42 I RATTAN
  2005-05-22  2:49 ` Russ Cox
  2005-05-23  9:00 ` harriha
  0 siblings, 2 replies; 3+ messages in thread
From: I RATTAN @ 2005-05-22  2:42 UTC (permalink / raw)
  To: 9fans


Most recent version of plan9port compilation under slackware
linux fails on man pages..
----
Renaming hard-coded /usr/local/plan9 paths...
Building web manual...
rc ./manweb
/bin/sh: No such file or directory
mk: rc ./manweb  : exit status=exit(1)
Done.

Add these to your profile environment.
        PLAN9=/mnt/hdd5/plan9 export PLAN9
        PATH=$PATH:/mnt/hdd5/plan9/bin export PATH
#

There is a file /bin/sh (link to /bin/bash).

I did not find any rc in /usr/locla/plan9 (there is a 9.rc, src, u.rc?)
also in dist/mkfile there is a line that references '9 awk'

-ishwar



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [9fans] plan9port (5/210?
  2005-05-22  2:42 [9fans] plan9port (5/210? I RATTAN
@ 2005-05-22  2:49 ` Russ Cox
  2005-05-23  9:00 ` harriha
  1 sibling, 0 replies; 3+ messages in thread
From: Russ Cox @ 2005-05-22  2:49 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

if there is no /usr/local/plan9/bin/rc then the
compilation failed much earlier than at the man pages.
look in /usr/local/plan9/install.log.

russ

On 5/21/05, I RATTAN <rattan@cps.cmich.edu> wrote:
> 
> Most recent version of plan9port compilation under slackware
> linux fails on man pages..
> ----
> Renaming hard-coded /usr/local/plan9 paths...
> Building web manual...
> rc ./manweb
> /bin/sh: No such file or directory
> mk: rc ./manweb  : exit status=exit(1)
> Done.
> 
> Add these to your profile environment.
>         PLAN9=/mnt/hdd5/plan9 export PLAN9
>         PATH=$PATH:/mnt/hdd5/plan9/bin export PATH
> #
> 
> There is a file /bin/sh (link to /bin/bash).
> 
> I did not find any rc in /usr/locla/plan9 (there is a 9.rc, src, u.rc?)
> also in dist/mkfile there is a line that references '9 awk'
> 
> -ishwar
> 
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [9fans] plan9port (5/210?
  2005-05-22  2:42 [9fans] plan9port (5/210? I RATTAN
  2005-05-22  2:49 ` Russ Cox
@ 2005-05-23  9:00 ` harriha
  1 sibling, 0 replies; 3+ messages in thread
From: harriha @ 2005-05-23  9:00 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Sat, May 21, 2005 at 10:42:52PM -0400, I RATTAN wrote:
> Most recent version of plan9port compilation under slackware linux
> fails on man pages..
> ----
> Renaming hard-coded /usr/local/plan9 paths...
> Building web manual...
> rc ./manweb
> /bin/sh: No such file or directory
> mk: rc ./manweb  : exit status=exit(1)
> Done.
> 
> Add these to your profile environment.
>         PLAN9=/mnt/hdd5/plan9 export PLAN9
>         PATH=$PATH:/mnt/hdd5/plan9/bin export PATH
> #
> 
> There is a file /bin/sh (link to /bin/bash).
> 
> I did not find any rc in /usr/locla/plan9 (there is a 9.rc, src, u.rc?)
> also in dist/mkfile there is a line that references '9 awk'

The nsf/d could be an error message *from* /bin/sh. You see that
sometimes when the #!-line is set to an interpreter that doesn't exist
on the system. It looks a bit funny unless you've seen it before.

I can't say about that context, though.

-- 
I am not a vegetarian because I love animals;
I am a vegetarian because I hate plants.
		-- A. Whitney Brown


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-05-23  9:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-22  2:42 [9fans] plan9port (5/210? I RATTAN
2005-05-22  2:49 ` Russ Cox
2005-05-23  9:00 ` harriha

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).