#41900 closed defect (fixed)
Xft2 is overlinked to libpng
Reported by: | 200309@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | jeremyhu (Jeremy Huddleston Sequoia) | |
Port: | Xf2t |
Description (last modified by mf2k (Frank Schima))
MacOS 10.6.8 Snow Leopard
The following installed ports are outdated: djvulibre 3.5.25_6 < 3.5.25_7 librsvg 2.36.4_2 < 2.36.4_3 pango 1.36.1_0 < 1.36.1_1 ---> 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 Error: Unable to upgrade port: 1 To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets
Attachments (1)
Change History (4)
Changed 11 years ago by 200309@…
comment:1 Changed 11 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|---|
Owner: | changed from macports-tickets@… to ryandesign@… |
comment:2 follow-up: 3 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | jeremyhu@… added |
---|---|
Port: | Xf2t added; pango removed |
Resolution: | → fixed |
Status: | new → closed |
Summary: | pango returned: command execution failed → Xft2 is overlinked to libpng |
Log says:
:info:build dyld: Library not loaded: /opt/local/lib/libpng15.15.dylib :info:build Referenced from: /opt/local/lib/libXft.2.dylib :info:build Reason: image not found
So Xft2 just needs to be rebuilt to remove references to libpng that were there due to overlinking. Done in r115091.
comment:3 Changed 11 years ago by 200309@…
Replying to ryandesign@…:
Log says:
:info:build dyld: Library not loaded: /opt/local/lib/libpng15.15.dylib :info:build Referenced from: /opt/local/lib/libXft.2.dylib :info:build Reason: image not foundSo Xft2 just needs to be rebuilt to remove references to libpng that were there due to overlinking. Done in r115091.
Thank you, all outdated now compile successfully.
Note: See
TracTickets for help on using
tickets.
In the future, please use WikiFormatting and Cc the port maintainers (
port info --maintainers pango
).