Bug 41475
Summary: | Upgrade to gnome 2.31.4 breaks webkit build | ||
---|---|---|---|
Product: | WebKit | Reporter: | David Ronis <David.Ronis> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Critical | CC: | berto |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux |
David Ronis
I'm trying to build webkit-1.3.2 in a garnome/gnome environment. It has built fine in the past. The latest build fails, I suspect because now garnome supports both gtk+-2.0 and -3.0 environments (versions 2.21.4 and 2.90.4, respectively):
I see:
./.libs/libwebkitgtk-1.0.so: undefined reference to `g_malloc_n'
/opt/garnome-svn-2.90/lib/libgio-2.0.so: undefined reference to `g_variant_iter_free'
/opt/garnome-svn-2.90/lib/libgio-2.0.so: undefined reference to `g_variant_type_next'
/opt/garnome-svn-2.90/lib/libsoup-2.4.so: undefined reference to `g_main_context_push_thread_default'
/opt/garnome-svn-2.90/lib/libgio-2.0.so: undefined reference to `g_variant_type_element'
/opt/garnome-svn-2.90/lib/libgio-2.0.so: undefined reference to `g_variant_type_key'
/opt/garnome-svn-2.90/lib/libgio-2.0.so: undefined reference to `g_variant_iter_init'
/opt/garnome-svn-2.90/lib/libgio-2.0.so: undefined reference to `g_variant_type_checked_'
/opt/garnome-svn-2.90/lib/libgio-2.0.so: undefined reference to `g_variant_get_child_value'
etc., on the main console. My suspicion is that webkit is mixing gtk+-3.0 with libgio-2.0.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alberto Garcia
This is 3 years old, I'm closing this bug.
Please reopen if you think it's still relevant.
Alberto Garcia
*** Bug 44340 has been marked as a duplicate of this bug. ***