Re: Ghostscript/GhostPDL 9.23 Release Candidate 1
Johannes Meixner <[email protected]> Wed, 14 Mar 2018 10:10:48 +0100 (CET)
| Newsgroups | gmane.comp.printing.ghostscript.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello,
On Mar 8 09:39 Chris Liddell wrote (excerpt):
> first release candidates for Ghostscript and GhostPDL 9.23
...
> https://github.com/ArtifexSoftware/ghostpdl-downloads/releases
...
> Your feedback is appreciated.
I need the patch below to make it with non-root target directory
---------------------------------------------------------------------
# Install into this non-root directory:
BuildRoot: %{_tmppath}/%{name}-%{version}-build
...
make soinstall DESTDIR=%{buildroot}
---------------------------------------------------------------------
which fails without the patch below with this messages
(long lines may show wrappped here):
---------------------------------------------------------------------
ln -s
/home/abuild/rpmbuild/BUILDROOT/ghostscript-9.22pre23rc1-104.1.i386/usr/share/doc/ghostscript/9.23
/usr/share/ghostscript/9.23/doc
ln: failed to create symbolic link '/usr/share/ghostscript/9.23/doc':
No such file or directory
base/unixinst.mak:162: recipe for target 'install-doc' failed
make[1]: *** [install-doc] Error 1
---------------------------------------------------------------------
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) $(DESTDIR)$(gsdatadir)/doc
# install the man pages for each locale
MAN_LCDIRS=. de
---------------------------------------------------------------------
I did not yet test the resulting Ghostscript 9.23rc1 because
currently I have too little time for Ghostscript...
Kind Regards
Johannes Meixner
--
SUSE LINUX GmbH - GF: Felix Imendoerffer, Jane Smithard,
Graham Norton - HRB 21284 (AG Nuernberg)