[gs-devel] Re: Upcoming Ghostscript 8.60 release

Koji Otani sho at bbr.jp
Mon Aug 13 08:58:23 PDT 2007


Sorry, I found a bug.
  When installing with DESTDIR ( such as "make DESTDIR=... install" ),
   PS files for CJK are not installed.
I attached  patch fixes it.

--
Koji Otani.

From: Koji Otani <sho at bbr.jp>
Subject: Re: Upcoming Ghostscript 8.60 release
Date: Mon, 13 Aug 2007 22:52:40 +0900 (JST)
Message-ID: <20070813.225240.193717437.sho at bbr.jp>

sho> Thank you.
sho> 
sho> When I tested,
sho> Ghostscript with CJK Patch works without CJK fonts.
sho> And I have made sure that all lib/cjkv/* files are installed again.
sho> 
sho> I want to check it in regression test environment.
sho> Can I get regression test files ?
sho> 
sho> --
sho> Koji Otani.
sho> 
sho> From: Till Kamppeter <till.kamppeter at gmail.com>
sho> Subject: Re: Upcoming Ghostscript 8.60 release
sho> Date: Mon, 13 Aug 2007 11:41:27 +0100
sho> Message-ID: <46C03557.4030409 at gmail.com>
sho> 
sho> till.kamppeter> Thank you very much for the patches. I have applied them to the 
sho> till.kamppeter> subversion repository of Ghostscript.
sho> till.kamppeter> 
sho> till.kamppeter> Unfortunately, Ghostscript seems not to work when the patches are 
sho> till.kamppeter> applied but the japanese/chinese fonts not installed, see regression 
sho> till.kamppeter> test results below. Ghostscript with CJK patches should also work (at 
sho> till.kamppeter> least for documents without CJK fonts) on system without the CJK fonts 
sho> till.kamppeter> installed.
sho> till.kamppeter> 
sho> till.kamppeter> Are you also sure that "make install" installs all the new files, 
sho> till.kamppeter> especially the ones in lib/cjkv/?
sho> till.kamppeter> 
sho> till.kamppeter> Ralph, the files in example/cjk/ should be added to the regression testing.
sho> till.kamppeter> 
sho> till.kamppeter>     Till
sho> till.kamppeter> 
sho> till.kamppeter> 
-------------- next part --------------
Index: src/unixinst.mak
===================================================================
--- src/unixinst.mak	(revision 8185)
+++ src/unixinst.mak	(working copy)
@@ -92,7 +92,7 @@
 	done'
 # install cjkv patch
 	$(SH) -c 'for f in $(PSLIBDIR)/cjkv/*.ps ;\
-	do $(INSTALL_DATA) $$f $(install_prefix)$(gsdatadir)/lib/cjkv/ ;\
+	do $(INSTALL_DATA) $$f $(DESTDIR)$(gsdatadir)/lib/cjkv/ ;\
 	done'
 
 # install the default resource files


More information about the gs-devel mailing list