From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Sat, 21 May 2005 22:49:04 -0400 From: Russ Cox To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] plan9port (5/210? In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Topicbox-Message-UUID: 4e0a3832-ead0-11e9-9d60-3106f5b1d025 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 wrote: >=20 > 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=3Dexit(1) > Done. >=20 > Add these to your profile environment. > PLAN9=3D/mnt/hdd5/plan9 export PLAN9 > PATH=3D$PATH:/mnt/hdd5/plan9/bin export PATH > # >=20 > There is a file /bin/sh (link to /bin/bash). >=20 > 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' >=20 > -ishwar >=20 >