From owner-freebsd-ports Sun Sep 17 7:36: 1 2000 Delivered-To: freebsd-ports@freebsd.org Received: from hub.lovett.com (hub.lovett.com [216.60.121.161]) by hub.freebsd.org (Postfix) with ESMTP id 8EBC237B423; Sun, 17 Sep 2000 07:35:53 -0700 (PDT) Received: from cobra.lovett.com ([10.0.0.3]) by hub.lovett.com with esmtp (Exim 3.16 #1) id 13afXp-0009y4-00; Sun, 17 Sep 2000 09:35:49 -0500 Received: (from ade@localhost) by cobra.lovett.com (8.11.0/8.11.0) id e8HEZil01855; Sun, 17 Sep 2000 09:35:44 -0500 (CDT) (envelope-from ade) Date: Sun, 17 Sep 2000 09:35:44 -0500 From: Ade Lovett To: The Hermit Hacker Cc: freebsd-ports@freebsd.org, andreas@freebsd.org Subject: Re: gs6.01 fails to compile ... Message-ID: <20000917093544.E507@FreeBSD.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from scrappy@hub.org on Sun, Sep 17, 2000 at 12:01:07AM -0300 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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