Subject: Re: Problems building pkg.
To: Johnny Billquist <bqt@update.uu.se>
From: Alistair Crooks <agc@pkgsrc.org>
List: tech-pkg
Date: 05/01/2001 10:51:02
On Tue, May 01, 2001 at 11:48:55AM +0200, Johnny Billquist wrote:
> I have started having a funny problem the last month or so. I've
> previously never had a problem building anything (well almost) from
> pkgsrc. The rest of the system still works fine, and I can still build
> anything from /usr/src.
> The system is a current NetBSD (1.5U) on a i386.
> The result of tring to build anything is:
>
> Junk:shells/tcsh# pwd
> /usr/pkgsrc/shells/tcsh
> Junk:shells/tcsh# make fetch
> 1: not found
> *** Error code 127
>
> Stop.
> *** Error code 1
>
> Stop.
> Junk:shells/tcsh#
>
> Anybody seen this, or know what the heck have happened?
> I've briefly tried to look at what happens, but I really haven't
> understood the makefiles enough...
>
> Johnny
>
> Johnny Billquist || "I'm on a bus
> || on a psychedelic trip
> email: bqt@update.uu.se || Reading murder books
> pdp is alive! || tryin' to stay hip" - B. Idol
>
Try again, this time appending PKG_DEBUG_LEVEL=2 to the "make fetch":
i.e.
make fetch PKG_DEBUG_LEVEL=2
and you will get LOTS of output - it should help to narrow down the
problem a bit.
Thanks,
Alistair