Opened 11 years ago
Closed 11 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)
Change History (5)
Changed 11 years ago by miguel.mosteiro@…
comment:1 Changed 11 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|---|
Owner: | changed from macports-tickets@… to ryandesign@… |
Port: | pango added |
comment:2 follow-up: 3 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Summary: | Processing of port pango failed → pango: 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 Changed 11 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 foundSo 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 fontconfigThe log you attached also wasn't from a clean attempt, so you should clean and try again:
sudo port clean pango sudo port install pangoIf that doesn't work, rebuilding fontconfig might be the next step to try:
sudo port -n upgrade --force fontconfig
comment:4 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → invalid |
---|---|
Status: | new → closed |
Ok, glad that worked.
In the future, please use WikiFormatting, fill in the Port field and Cc the port maintainers (
port info --maintainers pango
).