#39290: gtk2: dyld: Library not loaded: /opt/local/lib/libicule.49.dylib Referenced from: /opt/local/lib/libgailutil.18.dylib --------------------------+-------------------------------- Reporter: papachoco@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: gtk2 | --------------------------+-------------------------------- Changes (by ryandesign@…): * cc: jeremyhu@…, cal@… (added) * port: webkit-gtk => gtk2 Old description:
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
New description: 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` -- 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. -- Ticket URL: <https://trac.macports.org/ticket/39290#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X