Date: Sat, 23 Sep 2000 17:58:32 +0200 From: Andreas Klemm <andreas@klemm.gtn.com> To: The Hermit Hacker <scrappy@hub.org>, Ade Lovett <ade@freebsd.org> Cc: freebsd-ports@freebsd.org Subject: Re: gs6.01 fails to compile ... Message-ID: <20000923175832.B16235@titan.klemm.gtn.com> 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> <20000917093544.E507@FreeBSD.org> <Pine.BSF.4.21.0009162358570.607-100000@thelab.hub.org>
next in thread | previous in thread | raw e-mail | index | archive | help
When I got the last error report on this I tried and had no problems with -STABLE ... Could you sort out that this problem is related to a make clean on a port which also depends on jpeg lib ??? Andreas /// 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 ... > > ./obj/echogs -e .dev -w- -l-obj ./obj/psf0read ./obj/zcfont.o ./obj/zfcmap.o ./obj/zfont0.o > ./obj/echogs -e .dev -a- ./obj/psf0read -oper zcfont zfcmap zfont0 > ./obj/echogs -e .dev -w- -l-obj ./obj/compfont -include ./obj/psf0lib ./obj/psf0read > gmake: *** No rule to make target `jpeg/jpeglib.h', needed by `obj/jpeglib0.h'. Stop. > *** Error code 2 > > Stop in /usr/ports/print/ghostscript6. > *** Error code 1 > > looking at the makefile, it appears that /usr/ports/graphics/jpeg needs to > have a 'make extract' done on it first? > > post-extract: > @${LN} -s > ${WRKDIRPREFIX}${.CURDIR}/../../graphics/jpeg/work/jpeg-6b \ > ${WRKSRC}/jpeg > @${TAR} -C ${WRKSRC}/src -xzf ${DISTDIR}/${HP8XX_DRV} > @${TAR} -C ${WRKSRC}/src -xzf ${DISTDIR}/${HPDJ_DRV} > > > > Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy > Systems Administrator @ hub.org > primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org > On Sun, Sep 17, 2000 at 09:35:44AM -0500, Ade Lovett wrote: > 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/ -- Andreas Klemm Powered by FreeBSD SMP Songs from our band >>64Bits<<............http://www.apsfilter.org/64bits.html My homepage................................ http://people.FreeBSD.ORG/~andreas Please note: Apsfilter got a NEW HOME................http://www.apsfilter.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?20000923175832.B16235>