Subject: Re: Undefined PLT symbol "__stat30" (symnum = 44)
To: None <port-i386@NetBSD.org>
From: Alan Barrett <apb@cequrux.com>
List: port-i386
Date: 09/26/2007 09:31:26
On Tue, 25 Sep 2007, Kenneth Freidank wrote:
> When I tried to install userland, that is when I got my failure.
>
> t600# pwd
> /usr/src
> t600# ./build.sh -O /usr/obj/ -T /usr/tools/ -D /usr/destdir/ -U -x 
> install=/

Here's your error.  Your /usr/tools directory contains tools that were
built on box A, but you are trying to use those tools on box B, and the
two machines are running different versions of NetBSD.

I recommend always installing from *.tgz sets, not using "build.sh ...
install=".

--apb (Alan Barrett)