Re: installworld error (ex: not found)

2002-01-07 Thread Ian

 From: Munish Chopra [EMAIL PROTECTED]
 Date: Mon, 7 Jan 2002 17:06:36 -0600
 
 ex: not found
 *** Error code 127
 
 Stop in /usr/src/share/termcap.
 *** Error code 1
 
 so wondering where ex is and what is wrong with it:
 
 [15:26 munish@rn-re116a13 ~] ll /usr/bin/ex
 -r-xr-xr-x  6 root  wheel  279952 Dec 29 15:19 /usr/bin/ex
 
 it's there and fine. The PATH is set fine too.

I ran into a similar(-ish) problem this morning trying to do a make
installworld from an nfs-mounted filesystem where I had done my buildworld
on another machine.  What I discovered after much frustration is that
installworld invokes make with a complete override of PATH such that it only
looks for things in /usr/obj/... and the fact that the ex binary exists in a
normal PATH place doesn't help.  In my case, I had to mount remote:/usr/obj
over the local /usr/obj before doing the make installworld.  (This was my
first foray into updating binaries on machine A from a build done on machine
B.  The instructions in the makefile left room for imagination.)

I know this isn't a complete answer to your question, just a clue: it's
probably looking for /usr/obj/usr/src/bin/ex

-- Ian


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



installworld error (ex: not found)

2002-01-06 Thread Munish Chopra

I've been having some trouble getting this -CURRENT system to do a
proper installworld. I installed a JPSNAP (20011230) with only the /bin
distribution, then cvsup'ed, made world and kernel, and went on to the
installworld. I've done this thrice now (January 3,5,6), and each time I
get the same error:

[snip things going fine]
...
install -c -o root  -g wheel -m 444   xerox1730
/usr/share/tabset/xerox1730
install -c -o root  -g wheel -m 444   xerox1730-lm
/usr/share/tabset/xerox1730-lm
install -c -o root  -g wheel -m 444   zenith29
/usr/share/tabset/zenith29
=== share/termcap
install -c -o root  -g wheel -m 444   /usr/src/share/termcap/map3270
/usr/share/misc/map3270
TERM=dumb ex - /usr/src/share/termcap/termcap.src 
/usr/src/share/termcap/reorder
ex: not found
*** Error code 127

Stop in /usr/src/share/termcap.
*** Error code 1

...so wondering where ex is and what is wrong with it:

[15:26 munish@rn-re116a13 ~] ll /usr/bin/ex
-r-xr-xr-x  6 root  wheel  279952 Dec 29 15:19 /usr/bin/ex

...it's there and fine. The PATH is set fine too. 

So I don't really know where to go from here...hints are welcome.


Thanks.

-- 
Munish Chopra

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message