Re: Ghostscript/GhostPDL 9.23 Release Candidate 1
Johannes Meixner <[email protected]> Thu, 15 Mar 2018 11:40:08 +0100 (CET)
| Newsgroups | gmane.comp.printing.ghostscript.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello,
On Mar 14 10:10 Johannes Meixner wrote (excerpt):
> I need the patch below to make it with non-root target directory
Meanwhile I use a simpler patch
(long lines may show wrappped here):
---------------------------------------------------------------------
--- base/unixinst.mak.orig 2018-03-07 16:01:52.000000000 +0100
+++ base/unixinst.mak 2018-03-12 14:06:43.000000000 +0100
@@ -163,7 +163,7 @@ install-doc: $(PSDOCDIR)/News.htm
$(SH) -c 'for f in $(DOC_PAGES) ;\
do if ( test -f $(PSDOCDIR)/$$f ); then $(INSTALL_DATA) $(PSDOCDIR)/$$f
$(DESTDIR)$(docdir); fi;\
done'
- ln -s $(DESTDIR)$(docdir) $(gsdatadir)/doc
+ # ln -s $(DESTDIR)$(docdir) $(gsdatadir)/doc
# install the man pages for each locale
MAN_LCDIRS=. de
---------------------------------------------------------------------
because I do not need that link because
in our openSUSE ghostscript RPM we always had and still have
a link from SUSE's and openSUSE's usual documentation
directory /usr/share/doc/packages/ like this:
/usr/share/doc/packages/ghostscript -> ../ghostscript/9.23
Furthermore I think since ghostscript-9.23rc1 the examples
in the source directories examples/ and in examples/cjk
are no longer installed by default.
Finally since ghostscript-9.23rc1 I get a compilation error
only on the s390x architecture (which exists only in SLES12)
but I did not yet investigate what the root cause might be
(long lines may show wrappped here):
----------------------------------------------------------------------
./lcms2art/src/cmsmd5.c: In function 'byteReverse':
./lcms2art/src/cmsmd5.c:36:51: error: 'ContextID' undeclared (first use
in this function)
cmsUInt32Number t = _cmsAdjustEndianess32(ContextID,
*(cmsUInt32Number *) buf);
^
./lcms2art/src/cmsmd5.c:36:51: note: each undeclared identifier is
reported only once for each function it appears in
base/lcms2art.mak:134: recipe for target 'soobj/cmsmd5.o' failed
make[2]: *** [soobj/cmsmd5.o] Error 1
----------------------------------------------------------------------
Kind Regards
Johannes Meixner
--
SUSE LINUX GmbH - GF: Felix Imendoerffer, Jane Smithard,
Graham Norton - HRB 21284 (AG Nuernberg)