Opened 2 years ago
Closed 2 years ago
#65868 closed defect (fixed)
graphviz: build failure on 10.6 buildbot: PSNormalizer.framework: can't open hostfont cache lock file
Reported by: | mascguy (Christopher Nielsen) | Owned by: | mascguy (Christopher Nielsen) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.2 |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt), catap (Kirill A. Korinsky) | |
Port: | graphviz |
Description
Builds for graphviz
are failing on our 10.6 buildbot, with the following error:
rm -f cdt.3.pdf; pdffile=cdt.3.pdf; psfile=${pdffile%pdf}ps; \ groff -Tps -man cdt.3 > $psfile || { rm -f $psfile; exit 1; }; \ pstopdf $psfile && rm -f $psfile || { rm -f $psfile; exit 1; } PSNormalizer.framework: can't open hostfont cache lock file, err = 1 pstopdf failed on file cdt.3.ps with error code -50
I'm not able to reproduce via my local 10.6 VM, however. Could use some help on this one!
Change History (3)
comment:1 Changed 2 years ago by mascguy (Christopher Nielsen)
Cc: | catap added |
---|
comment:2 Changed 2 years ago by catap (Kirill A. Korinsky)
comment:3 Changed 2 years ago by catap (Kirill A. Korinsky)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Christopher, I guess I've reproduced it. Let me double check it.