Date: Sun, 17 Sep 2000 09:35:44 -0500 From: Ade Lovett <ade@freebsd.org> To: The Hermit Hacker <scrappy@hub.org> Cc: freebsd-ports@freebsd.org, andreas@freebsd.org Subject: Re: gs6.01 fails to compile ... Message-ID: <20000917093544.E507@FreeBSD.org> In-Reply-To: <Pine.BSF.4.21.0009162358570.607-100000@thelab.hub.org>; from scrappy@hub.org on Sun, Sep 17, 2000 at 12:01:07AM -0300 References: <Pine.BSF.4.21.0009162358570.607-100000@thelab.hub.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Sep 17, 2000 at 12:01:07AM -0300, The Hermit Hacker wrote: > > Running a 4.1-STABLE system with up to date ports, I'm getting the > following when trying to compile ghostscript 6.0.1 ... > > [snip] > > looking at the makefile, it appears that /usr/ports/graphics/jpeg needs to > have a 'make extract' done on it first? Mine does. ports/print/ghostscript6/Makefile rev 1.51 2000/09/11 BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/graphics/jpeg:extract The only time I've been bitten by this kind of problem is when I had a couple of windows open, one compiling ghostscript, and another compiling something (xv, I think), that depended on jpeg. The "make install clean" on the second port got around to blowing away the extracted jpeg sources (for ghostscript) between the BUILD_DEPENDS phase, and actual compilation of the code. -aDe -- Ade Lovett, Austin, TX. ade@FreeBSD.org FreeBSD: The Power to Serve http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000917093544.E507>