Subject: Re: Installing via build.sh.
To: Richard Rauch <rkr@olib.org>
From: mouss <usebsd@free.fr>
List: current-users
Date: 05/27/2003 17:52:57
At 17:17 22/05/2003 -0500, Richard Rauch wrote:
>I hit an odd problem: I did "./build.sh distribution" and then also "sets",
>on my fastest machine, then as root on the laptop, over an NFS mount, I
>attempted to do a "./build.sh install".  This failed over a missing "pax"
>("nbpax"?) binary.

you might wanna check that the path to obj stuff is the same for the "build 
dist"
and the "build install". if you run these on different OS versions (for example
on a 1.6 and 1.6T), then the "build install" will look in a different directory
than that used to put objects/bins by "build dist". [I am assuming you're
using OBJMACHINE and MKOBJDIRS].

check /usr/src/tools/obj.$machine/tools.NetBSD-$version-$machine/ directories
and check the error message to see whether it is looking for nbpax in the one
you actually have.


mouss