Description of problem: New urw-fonts blocks sendmail to build. Version-Release number of selected component (if applicable): urw-fonts-1.10-1.fc22 How reproducible: Always Steps to Reproduce: 1. Rebuilt sendmail or just cd into sendmail/doc/op and run 'ps2pdf op.ps' Actual results: ps2pdf op.ps op.pdf Error: /invalidfont in /findfont Operand stack: Times-Italic@0 --nostringval-- Times-Italic Execution stack: %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false Dictionary stack: --dict:1182/1684(ro)(G)-- --dict:0/20(G)-- --dict:78/200(L)-- --dict:59/120(L)-- Expected results: No error Additional info: Sendmail is probably not the only package broken, I also know about bug 1142817.
It builds OK with urw-fonts 2.4-19.
Sendmail buildroot for Fedora 21: $ fc-match -s 'Times-Italic' n021003l.pfb: "Nimbus Roman No9 L" "Regular" wasy10.ttf: "wasy10" "Normal" cmmi10.ttf: "cmmi10" "Regular" d050000l.pfb: "Dingbats" "Regular" s050000l.pfb: "Standard Symbols L" "Regular" rsfs10.ttf: "rsfs10" "Roman" Sendmail buildroot for Fedora 22: $ fc-match -s Times-Italic wasy10.ttf: "wasy10" "Normal" esint10.ttf: "esint10" "regular" stmary10.ttf: "stmary10" "Roman" cmex10.ttf: "cmex10" "Regular" cmmi10.ttf: "cmmi10" "Regular" b018012l.pfb: "Bookman URW" "Light" d050000l.pfb: "Dingbats" "Regular" s050000l.pfb: "Standard Symbols L" "Regular" rsfs10.ttf: "rsfs10" "Roman"
The problem is caused by different font names. Sendmail documentation requires: Times-Italic Times-Roman Times-Bold These are provided by the following AFM files: n019023l.afm - Times-Italic n021003l.afm - Times-Roman n021004l.afm - Times-Bold E.g. in the n019023l.afm there previously was: FontName NimbusSanL-ReguItal FullName Nimbus Sans L Regular Italic FamilyName Nimbus Sans L Currently there is the following: FontName NimbusSan-Ita FullName Nimbus Sans Italic FamilyName Nimbus Sans It seems that the URW prefixes/suffixes are missing (e.g. L for laser). That's why ghostscript cannot find the fonts.
It seems you moved from urw-fonts to urw-core35-fonts. AFAIK urw-core35-fonts was "upstream" for urw fonts, i.e. what was provided by URW++ and urw-fonts contained modifications needed by ghostscript. Does it change? IIRC there was discussion about patching ghostscript to work with the urw-core35-fonts directly, but I don't know how far it went. CCing ghostscript maintainer.
there's new urw-font built in rawhide. it fixes the build failure in sendmail. http://koji.fedoraproject.org/koji/taskinfo?taskID=8686765