#19602: rb-rmagick fails to install ("unable to read font ... n022003l.pfb") ----------------------------+----------------------------------------------- Reporter: erik@… | Owner: febeling@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: rb-rmagick ----------------------------+----------------------------------------------- Comment(by finn@…): But, for what it's worth, here's the symlinking I did to get rb-rmagick to build: {{{ for i in $(ls /opt/local/share/fonts/urw-fonts/) ; do sudo ln -s /opt/local/share/fonts/urw-fonts/$i /opt/local/share/ghostscript/fonts/ ; done }}} {{{ cd /opt/local/share/ghostscript }}} {{{ sudo ln -nsf fonts fontsx }}} -- Ticket URL: <http://trac.macports.org/ticket/19602#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS