From owner-freebsd-questions Fri Jan 12 10:31:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id EFAE037B400 for ; Fri, 12 Jan 2001 10:30:59 -0800 (PST) Received: (qmail 77268 invoked by uid 100); 12 Jan 2001 18:30:59 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14943.19811.464748.366589@guru.mired.org> Date: Fri, 12 Jan 2001 12:30:59 -0600 (CST) To: Arcady Genkin Cc: questions@freebsd.org Subject: Re: Fail to build ghostscript6 port In-Reply-To: <117108661@toto.iv> X-Mailer: VM 6.75 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Arcady Genkin types: > I'm trying to build ghostscript6 port on 4.2-S with > XFree86-libraries-4.0.1_2 installed from ports. > > I'm getting the following error: > > ,---- > | ./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. > `---- > > One possible reason may that the port depends on XFree-3.3.6, and I > have version 4.0.1 of the libraries installed. jpeglib.h is in the jpeg port (/usr/ports/graphics/jpeg). My copy of the ghostscript6 port has that as a dependency. You should check for that in ${PREFIX}/include, and if it's not there, install the jpeg port. > Is there a workaround? Well, if you're running 4.0, you need set set XFREE86_VERSION=4 in /etc/make.conf. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message