Re: Ghostscript and GhostPDL 9.20 release

Andreas Radke <[email protected]> Wed, 28 Sep 2016 22:49:04 +0200
Newsgroups gmane.comp.printing.ghostscript.devel
Organization privat
Message-ID <[email protected]>
Am Tue, 27 Sep 2016 22:54:01 +0100
schrieb Chris Liddell <[email protected]>:

> Looks like was my fault after all.
> 
> The Ghostscript release archive still had the PCL and XPS related
> sources in it, which it shouldn't. I've updated the archive now.
> 
> You can either re-download the release archive, or just delete the
> pcl, xps, expat, jpegxr and gpdl directories from the sources you've
> already got, and re-run configure.

Redownloaded the source and now it compiles with system libs. But make
install fails in a new way 

"make DESTDIR="${pkgdir}" \
        cups_serverroot="${pkgdir}"/etc/cups \
        cups_serverbin="${pkgdir}"/usr/lib/cups install install-so":

mkdir -p /build/ghostscript/pkg/ghostscript/usr/bin
mkdir -p /build/ghostscript/pkg/ghostscript/usr/share
mkdir -p /build/ghostscript/pkg/ghostscript/usr/share/ghostscript
mkdir -p /build/ghostscript/pkg/ghostscript/usr/share/ghostscript/9.20
./base/instcopy -c -m 755 ./bin/gs /build/ghostscript/pkg/ghostscript/usr/bin/gs
make: *** No rule to make target 'lib/gsnd', needed by 'install-scripts'.  Stop.

Any idea?

I'll file the requested bug tomorrow.


Note: Trying to build the omni driver fails here:

./contrib/gomni.c:115:22: fatal error: gdevprna.h: No such file or directory
 #include "gdevprna.h"
                      ^
compilation terminated.
make[2]: *** [contrib/contrib.mak:687: soobj/gomni.o] Error 1


-Andy