#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

https://build.macports.org/builders/ports-10.6_x86_64-builder/builds/121821/steps/install-port/logs/stdio

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 19 months ago by mascguy (Christopher Nielsen)

Cc: catap added

comment:2 Changed 19 months ago by catap (Kirill A. Korinsky)

Christopher, I guess I've reproduced it. Let me double check it.

comment:3 Changed 19 months ago by catap (Kirill A. Korinsky)

Resolution: fixed
Status: assignedclosed

In 57890a8b50f3ebb62d96a8b47ce9ab5b0430cc7a/macports-ports (master):

graphviz{,-devel}: disable generation man pdfs

MacPorts never builds man-pdfs. Anyway, the last updated migrated
graphviz to the version which contains inverted condition.

See: https://gitlab.com/graphviz/graphviz/-/commit/def16bd0dd2cc161ac474c2ac1e2003a30224f0b

Closes: #65868

Note: See TracTickets for help on using tickets.