Changes between Initial Version and Version 1 of Ticket #39290


Ignore:
Timestamp:
May 31, 2013, 4:24:21 PM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

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.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #39290

    • Property Cc jeremyhu@… cal@… added
    • Property Port gtk2 added; webkit-gtk removed
    • Property Summary changed from Processing of port webkit-gtk failed to gtk2: dyld: Library not loaded: /opt/local/lib/libicule.49.dylib Referenced from: /opt/local/lib/libgailutil.18.dylib
  • Ticket #39290 – Description

    initial v1  
    11webkit-gtk fails to build with xcode 4.6.2 under OSX 10.8.3
    22
     3{{{
    34debug:build Error code: CHILDSTATUS 54172 2
     5}}}
    46
    5 I tried with and without build.jobs=1
     7I tried with and without `build.jobs=1`