Hello, To fix some issues in working with gs 8.63 I had to upgrade to 8.64. I build the rpm from ghostscript-8.64-9.fc11.src.rpm. I get the following error when running gs -q -dSAFER -dNOPAUSE -dBATCH -dUseCropBox -dFirstPage=1 -dLastPage=1 -sOutputFile=/tmp/TIFF-%d.tif -r300 -sDEVICE=tiff12nc foobar.pdf # Error: /invalidfont in /findfont # Operand stack: # --nostringval--???--dict:5/14(L)--???F2???9.75???FontObject???--dict:9/9(L)--?--dict:9/9(L)--?GillSansMT???--dict:15 15(L)--?Helvetica-Bold?Helvetica-Bold # Execution stack: # ???%interp_exit???.runexec2???--nostringval--???--nostringval--???--nostringval--???2???%stopped_push???--nostringval--???--nostringval--???--nostringval--???false???1???%stopped_push???1862???1???3???%oparray_pop???1861???1???3???%oparray_pop???1845???1???3???%oparray_pop???--nostringval--???--nostringval--???2???1???1???--nostringval--???%for_pos_int_continue???--nostringval--???--nostringval--???--nostringval--???--nostringval--???%array_continue???--nostringval--???false???1???%stopped_push???--nostringval--???%loop_continue???--nostringval--???--nostringval--???--nostringval--???--nostringval--???--nostringval--???--nostringval--???--nostringval--???1820???11???9???%oparray_pop # Dictionary stack: # --dict:1152/1684(ro)(G)--???--dict:1/20(G)--???--dict:74 200(L)--???--dict:74/200(L)--???--dict:106/127(ro)(G)--???--dict:278/300(ro)(G)--???--dict:22/25(L)--???--dict:4/6(L)--???--dict:25/40(L)-- # Current allocation mode is local # Last OS error: 2 # GPL Ghostscript 8.64: Unrecoverable error, exit code 1 I am kind of at loss what fonts are missing. I had 8.63 installed and I did a rpm -U --force. I would appreciate recommendations on fixing this problem. thanks john hkfontpath-1.10.1-1.1 xorg-x11-fonts-ISO8859-1-100dpi-7.1-2.1.el5 xorg-x11-fonts-truetype-7.1-2.1.el5 fontconfig-2.4.1-7.el5 libXfont-1.2.2-1.0.3.el5_1 xorg-x11-fonts-ISO8859-1-75dpi-7.1-2.1.el5 tetex-fonts-3.0-33.2.el5_1.2 fontconfig-devel-2.4.1-7.el5 libfontenc-1.0.2-2.2.el5 xorg-x11-font-utils-7.1-2 fontconfig-2.4.1-7.el5 urw-fonts-2.3-6.1.1 ghostscript-fonts-5.50-13.1.1 gs -h | grep usr ???. : /usr/share/ghostscript/8.64/Resource/Init : ???/usr/share/ghostscript/8.64/lib : ???/usr/share/ghostscript/8.64/Resource/Font : ???/usr/share/ghostscript/fonts : /usr/share/fonts/default/ghostscript : ???/usr/share/fonts/default/Type1 : /usr/share/fonts/default/amspsfnt/pfb : ???/usr/share/fonts/default/cmpsfont/pfb : /usr/share/fonts : ???/usr/share/ghostscript/conf.d : /etc/ghostscript : /etc/ghostscript/8.64 For more information, see /usr/share/ghostscript/8.64/doc/Use.htm.
On Wed, Jul 15, 2009 at 3:18 AM, Centos Newbie <centosn at yahoo.com> wrote:> > Hello, > > To fix some issues in working with gs 8.63 I had to upgrade to 8.64. I > build the rpm from ghostscript-8.64-9.fc11.src.rpm. I get the following > error when running > > gs -q -dSAFER -dNOPAUSE -dBATCH -dUseCropBox -dFirstPage=1 -dLastPage=1 > -sOutputFile=/tmp/TIFF-%d.tif -r300 -sDEVICE=tiff12nc foobar.pdf > [snip] > I am kind of at loss what fonts are missing. I had 8.63 installed and I did > a rpm -U --force. I would appreciate recommendations on fixing this problem. >The --force option is probably at fault. You likely have a dependency that was unsatisfied. Can you try uninstalling the reinstalling? Or, maybe querying rpm: rpm -q --requires ghostscript|sort|uniq|xargs rpm -q --whatprovides Look for something that says, "no package provides xxx" -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20090715/abd1ffa7/attachment-0003.html>