Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Dec 2001 10:28:36 -0500
From:      Alan Eldridge <alane@geeksrus.net>
To:        Dirk Froemberg <dirk@FreeBSD.ORG>
Cc:        tkato@prontomail.com, lioux@FreeBSD.ORG, ports@FreeBSD.ORG
Subject:   Re: print/ghostscript-gnu broken
Message-ID:  <20011229152836.GA52997@wwweasel.geeksrus.net>
In-Reply-To: <20011229112644.A21341@physik.TU-Berlin.DE>
References:  <20011229112644.A21341@physik.TU-Berlin.DE>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Dec 29, 2001 at 11:26:44AM +0100, Dirk Froemberg wrote:
>Hi!
>
>The last upgrade (taken from PR ports/33061) of print/ghostscript-gnu
>seems to have broken it (s. below).
>
>This also affects "make release"...
>
>Please have a look at it and fix it.
>
>	Regards Dirk
>
>cc `cat ./obj/cc.tr`  -DHAVE_MKSTEMP -O -pipe  -DUPD_SIGNAL=0 -DA4 -I./obj -I./src  -c -o obj/hpdjprn.o -DGS_REVISION=652  ./src/hpdjprn.c
>./obj/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj ./obj/gdevhpdj.o ./obj/hpdjdata.o ./obj/hpdjparm.o ./obj/hpdjprn.o ./obj/pclcomp.o ./obj/pagecount.o
>gmake: *** No rule to make target `obj/hpijs.dev', needed by `obj/ld.tr'.  Stop.
>*** Error code 2
>
>Stop in /src/FreeBSD/ports/print/ghostscript-gnu-nox11.
>*** Error code 1

I had the same problem but dying on jpeg libs, cause the BUILD_DEPENDS on
extracting the jpeg source broke.

Turned out my custom setting of WRKDIR broke it.

WRKDIRPREFIX=   ${HOME}/FreeBSD/work

was ok, but then add:

WRKDIR=         ${WRKDIRPREFIX}/${.CURDIR:H:T}/${.CURDIR:T}/work

and it breaks.

The jpeg extract wasn't where it was expected to be, so the #includes for
jpeg/j*.h broke.


-- 
Alan Eldridge
Pmmfmffmmfmp mmmpppppffmpmfpmpppff $PffMmmPppMpmPpfPpm mfpmmmmmfpmpmpppff.

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?20011229152836.GA52997>