<br><br><div class="gmail_quote">On Wed, Jul 15, 2009 at 3:18 AM, Centos Newbie <span dir="ltr"><<a href="mailto:centosn@yahoo.com">centosn@yahoo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Hello,<br>
<br>
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<br>
<br>
gs -q -dSAFER -dNOPAUSE -dBATCH -dUseCropBox -dFirstPage=1 -dLastPage=1 -sOutputFile=/tmp/TIFF-%d.tif -r300 -sDEVICE=tiff12nc foobar.pdf<br>
[snip]<br>
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.<br>
</blockquote></div><br>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:<br><br>rpm -q --requires ghostscript|sort|uniq|xargs rpm -q --whatprovides<br>
<br>Look for something that says, "no package provides xxx"<br><br><br>