Opened 11 years ago

Last modified 11 years ago

#39290 closed defect

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

Reported by: papachoco (Carlos Sanchez) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc: jeremyhu@…, cal@…
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

Change History (2)

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

Note: See TracTickets for help on using tickets.