[MacPorts] #42944: pango: dyld: Library not loaded: /opt/local/lib/libfontconfig.1.dylib, Reason: image not found (was: Processing of port pango failed)

MacPorts noreply at macports.org
Wed Mar 19 12:43:02 PDT 2014


#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 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.prerequisites
 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:2>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list