Comment 3 for bug 321932

Revision history for this message
Till Kamppeter (till-kamppeter) wrote : Re: ghostscript stop rendering with font errors

Can you also post the output of

dpkg -l | grep -i defoma
dpkg -l | grep -i gsfonts

If gsfonts and/or defoma are missing, install them:

sudo apt-get install defoma
sudo apt-get install gsfonts

Then remove your workaround:

sudo rm -rf /usr/share/ghostscript/8.64/Resource/Font/*
sudo rm /usr/share/ghostscript/8.64/Resource/Init/Fontmap
sudo rm /usr/share/ghostscript/8.64/Resource/Init/cidfmap

and try again.