[Webkit-unassigned] [Bug 100693] New: building failed at WebKitWebProcess

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 29 12:29:43 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=100693

           Summary: building failed at WebKitWebProcess
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Critical
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tjoen at dds.nl


Linux-x32 LFS-like gcc-4.7.2 Gnome-3.6.1 WebKit-r132657

./autogen.sh --prefix=/usr --disable-geolocation \
  --with-gtk=3.0 --with-gstreamer=1.0

Build stops at:
  CXXLD    Programs/WebKitWebProcess
./.libs/libwebkit2gtk-3.0.so: undefined reference to `WebCore::PageGroup::addUserScriptToWorld(WebCore::DOMWrapperWorld*, WTF::String const&, WebCore::KURL const&, WTF::Vector<WTF::String, 0u> const&, WTF::Vector<WTF::String, 0u> const&, WebCore::UserScriptInjectionTime, WebCore::UserContentInjectedFrames)'
and more linking errors

make -n shows:
./doltlibtool --silent --tag=CXX   --mode=link g++  -Wno-c++0x-compat -O2   -o Programs/WebKitWebProcess Source/WebKit2/gtk/Programs_WebKitWebProcess-MainGtk.o libjavascriptcoregtk-3.0.la libwebkit2gtk-3.0.la -Wl,--export-dynamic -pthread -lgmodule-2.0 -lgthread-2.0 -lrt -lgio-2.0 -lgobject-2.0 -lglib-2.0   -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0   -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0   -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0

Looks like missing one or more of these I found in the root directory:
libWTF.la         libWebCoreGtk2.la       
libWebCore.la     libWebCoreInternals.la  
libWebCoreGtk.la  libWebCoreModules.la    libwebkitgtk-3.0.la

I tried inserting all of them between libjavascriptcoregtk-3.0.la and
libwebkit2gtk-3.0.la but same result.

Cannot continue building Gnome-3.6.1 so I think it is critical

--disable-static and --disable-webkit2 results in similar linking
problem in another location

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list