Comment 36 for bug 321932

Revision history for this message
Peter Waller (peter.waller) wrote :

I am still suffering from problems with ghostscript 8.71.dfsg.1-0ubuntu5.2

I have ttf-mscorefonts-installer installed.

Steps to reproduce (using graphviz package):

pwaller@pluto:~$ echo "graph { hello }" | dot -Tps -o test.ps

pwaller@pluto:~$ evince test.ps
invalidfont -10

** (evince:7020): WARNING **: Error rendering thumbnail
invalidfont -10
pwaller@pluto:~$ ps2pdf test.ps
Error: /invalidfont in /findfont
Operand stack:
   --nostringval-- coordfont Times-Roman
Execution stack:
   %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1878 1 3 %oparray_pop 1877 1 3 %oparray_pop --nostringval-- 1861 1 3 %oparray_pop 1755 1 3 %oparray_pop --nostringval-- %errorexec_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- 1836 3 4 %oparray_pop
Dictionary stack:
   --dict:1157/1684(ro)(G)-- --dict:0/20(G)-- --dict:75/200(L)-- --dict:3/200(L)--
Current allocation mode is local
Last OS error: 2
Current file position is 1192
GPL Ghostscript 8.71: Unrecoverable error, exit code 1

Reference working png file:
pwaller@pluto:~$ echo "graph { hello }" | dot -Tpng -o test.png
pwaller@pluto:~$ eog test.png