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)
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 failed → gtk2: dyld: Library not loaded: /opt/local/lib/libicule.49.dylib Referenced from: /opt/local/lib/libgailutil.18.dylib |
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:4 Changed 11 years ago by neverpanic (Clemens Lang)
Resolution: | → fixed |
---|---|
Status: | new → closed |
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.
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:
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.