#42944: pango: dyld: Library not loaded: /opt/local/lib/libfontconfig.1.dylib, Reason: image not found --------------------------------+-------------------------- Reporter: miguel.mosteiro@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: pango | --------------------------------+-------------------------- Comment (by miguel.mosteiro@…): Problem solved. Rebuilding fontconfig did it. Thanks a lot. Sorry for the formatting issues, I'm new on this. Replying to [comment:2 ryandesign@…]:
The log says:
{{{ :info:build dyld: Library not loaded: /opt/local/lib/libfontconfig.1.dylib :info:build Referenced from: /opt/local/lib/libcairo.2.dylib :info:build Reason: image not found }}}
So the question is: why doesn't /opt/local/lib/libfontconfig.1.dylib exist on your system? Is the fontconfig port installed and active? Find out by running:
{{{ port -v installed fontconfig }}}
The log you attached also wasn't from a clean attempt, so you should [https://guide.macports.org/chunked/project.html#project.tickets.prerequisite... clean and try again]:
{{{ sudo port clean pango sudo port install pango }}}
If that doesn't work, rebuilding fontconfig might be the next step to try:
{{{ sudo port -n upgrade --force fontconfig }}}
-- Ticket URL: <https://trac.macports.org/ticket/42944#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X