Opened 11 years ago

Closed 11 years ago

#39290 closed defect (fixed)

gtk2: dyld: Library not loaded: /opt/local/lib/libicule.49.dylib Referenced from: /opt/local/lib/libgailutil.18.dylib

Reported by: papachoco (Carlos Sanchez) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc: jeremyhu (Jeremy Huddleston Sequoia), neverpanic (Clemens Lang), MaurizioLoreti, cooljeanius (Eric Gallager)
Port: gtk2

Description (last modified by ryandesign (Ryan Carsten Schmidt))

webkit-gtk fails to build with xcode 4.6.2 under OSX 10.8.3

debug:build Error code: CHILDSTATUS 54172 2

I tried with and without build.jobs=1

Attachments (1)

main.log.bz2 (429.3 KB) - added by ryandesign (Ryan Carsten Schmidt) 11 years ago.
papachoco's log compressed

Download all attachments as: .zip

Change History (5)

comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: jeremyhu@… cal@… added
Description: modified (diff)
Port: gtk2 added; webkit-gtk removed
Summary: Processing of port webkit-gtk failedgtk2: dyld: Library not loaded: /opt/local/lib/libicule.49.dylib Referenced from: /opt/local/lib/libgailutil.18.dylib

Please compress huge logs before uploading. I've replaced your log with a compressed version which takes up 0.8% as much space.

"Error code: CHILDSTATUS 54172 2" means that the program whose process ID happened on your system to be 54172 exited with code 2. That tells us nothing about the actual problem. Fortunately, the log does. It says:

:info:build dyld: Library not loaded: /opt/local/lib/libicule.49.dylib
:info:build   Referenced from: /opt/local/lib/libgailutil.18.dylib
:info:build   Reason: image not found

This is because the icu port was updated yesterday and now no longer provides libicule.49.dylib; it now provides libicule.51.dylib, and therefore the port that provides libgailutil.18.dylib (gtk2) needs to be rebuilt.

Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: main.log.bz2 added

papachoco's log compressed

comment:2 Changed 11 years ago by larryv (Lawrence Velázquez)

Cc: Maurizio.Loreti@… added

Has duplicate #39287.

comment:3 Changed 11 years ago by cooljeanius (Eric Gallager)

Cc: egall@… added

Cc Me!

comment:4 Changed 11 years ago by neverpanic (Clemens Lang)

Resolution: fixed
Status: newclosed

Rev-bumped gtk2 in r106598, which should hopefully fix this issue. Please run selfupdate, upgrade outdated, clean webkit-gtk and try again. If the issue persits, please re-open this ticket.

Note: See TracTickets for help on using tickets.