Subject: Re: build.sh breakage?
To: None <paul@whooppee.com>
From: Matt Fleming <mjf@NetBSD.org>
List: current-users
Date: 03/25/2007 12:39:07
On 25 Mar 2007, at 12:35, Paul Goyette wrote:
> I just updated my sources via CVS, which includes retrieving version
> 1.163 of src/build.sh
>
> # $NetBSD: build.sh,v 1.163 2007/03/25 07:56:38 apb Exp $
>
> When invoking build.sh with the command
>
> ./build.sh -T /usr/obj/tooldir/x86_64/i386 \
> -D /usr/obj/destdir/i386 \
> -O /usr/obj/objdir/i386 \
> -R /usr/obj/reldir \
> -m i386 -j4 -x -u release iso-image
>
> I get
>
> ERROR: PATH must not contain non-absolute components
> *** BUILD ABORTED ***
>
> As far as I can see, all of the paths specified are absolute, so I
> cannot tell which one it's complaining about!
What about your $PATH env var?
--mjf