diff -u /etc/xpdfrc /etc/._cfg0000_xpdfrc shows me lines like: """ -displayFontT1 Symbol /usr/share/ghostscript/fonts/s050000l.pfb -displayFontT1 ZapfDingbats /usr/share/ghostscript/fonts/d050000l.pfb +displayFontT1 Times-Roman /usr/share/fonts/default/ghostscript/n021003l.pfb +displayFontT1 Times-Italic /usr/share/fonts/default/ghostscript/n021023l.pfb """ .. but /usr/share/fonts/default doesn't exist .. ls /usr/share/fonts/ README.installer fonts.cache-1 Shouldn't the ebuild depend on a package which provides the fonts? Reproducible: Always Steps to Reproduce: 1. 2. 3.
just update ghotscript
Well, I did update ghostscript, but only because I noticed the dependency from studying the new conf file. Why doesn't the xpdf ebuild depend on the right version of ghostscript?
because you can't depend on a version of a virtual :/
Eek. So that means 'emerge xpdf' can break xpdf without any warning from portage. I didn't realise that. Thanks for the info.