Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

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

main.log (244.4 KB) - added by 200309@… 10 years ago.

Download all attachments as: .zip

Change History (4)

Changed 10 years ago by 200309@…

Attachment: main.log added

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

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

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

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

Cc: jeremyhu@… added
Port: Xf2t added; pango removed
Resolution: fixed
Status: newclosed
Summary: pango returned: command execution failedXft2 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.

Last edited 10 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:3 in reply to:  2 Changed 10 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 found

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