Opened 10 years ago

Closed 10 years ago

#42944 closed defect (invalid)

pango: dyld: Library not loaded: /opt/local/lib/libfontconfig.1.dylib, Reason: image not found

Reported by: miguel.mosteiro@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc:
Port: pango

Description (last modified by mf2k (Frank Schima))

$ sudo port install pango
--->  Computing dependencies for pango
--->  Building pango
Error: org.macports.build for port pango returned: command execution failed
Please see the log file for port pango for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_pango/pango/main.log
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port pang failed

Attachments (1)

main.log (62.0 KB) - added by miguel.mosteiro@… 10 years ago.

Download all attachments as: .zip

Change History (5)

Changed 10 years ago by miguel.mosteiro@…

Attachment: main.log added

comment:1 Changed 10 years ago by mf2k (Frank Schima)

Description: modified (diff)
Owner: changed from macports-tickets@… to ryandesign@…
Port: pango added

In the future, please use WikiFormatting, fill in the Port field and Cc the port maintainers (port info --maintainers pango).

comment:2 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Summary: Processing of port pango failedpango: dyld: Library not loaded: /opt/local/lib/libfontconfig.1.dylib, Reason: image not found

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 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

comment:3 in reply to:  2 Changed 10 years ago by miguel.mosteiro@…

Problem solved. Rebuilding fontconfig did it. Thanks a lot. Sorry for the formatting issues, I'm new on this.

Replying to 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 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

comment:4 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: invalid
Status: newclosed

Ok, glad that worked.

Note: See TracTickets for help on using tickets.