[Webkit-unassigned] [Bug 114550] New: Unable to build with certain build options.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 12 20:16:49 PDT 2013


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

           Summary: Unable to build with certain build options.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: quantum.analyst at gmail.com


I already read the bug with libxslt, and made sure not to disable it. However, there are still combinations that don't work:

  $ ./configure --disable-webkit1 --enable-webkit2 --disable-video --disable-geolocation --disable-svg --disable-svg-fonts --disable-web-audio --disable-webgl --disable-accelerated-compositing --enable-introspection --disable-gtk-doc --disable-gtk-doc-html --disable-gtk-doc-pdf --enable-silent-rules

Trying to build with these options results in linking errors:

[jhbuild] ~/code/webkitgtk-2.0.0 $ make
  CXXLD  Programs/LLIntOffsetsExtractor
  GEN    DerivedSources/JavaScriptCore/LLIntAssembly.h
offlineasm: Parsing ./Source/JavaScriptCore/llint/LowLevelInterpreter.asm and Programs/LLIntOffsetsExtractor and creating assembly file DerivedSources/JavaScriptCore/LLIntAssembly.h.
offlineasm: Nothing changed.
make  all-am
make[1]: Entering directory `~/code/webkitgtk-2.0.0'
  GEN    DerivedSources/JavaScriptCore/LLIntAssembly.h
offlineasm: Parsing ./Source/JavaScriptCore/llint/LowLevelInterpreter.asm and Programs/LLIntOffsetsExtractor and creating assembly file DerivedSources/JavaScriptCore/LLIntAssembly.h.
offlineasm: Nothing changed.
  CXXLD  Libraries/libTestRunnerInjectedBundle.la
  CXXLD  Programs/jsc-3
  CXXLD  libWebCoreSVG.la
  CXXLD  Programs/WebKitPluginProcess
  GEN    Programs/jsc
  CCLD   Programs/minidom
  CXXLD  Programs/TestWebKitAPI/TestWTF
  CXXLD  Programs/TestWebKitAPI/TestGtk
/usr/bin/mkdir -p ./.deps/DerivedSources
  CXXLD  Programs/WebKitWebProcess
./.libs/libwebkit2gtk-3.0.so: undefined reference to `WebCore::openGLFunctionTable()'
./.libs/libwebkit2gtk-3.0.so: undefined reference to `WebCore::initializeOpenGLShims()'
collect2: error: ld returned 1 exit status
make[1]: *** [Programs/WebKitWebProcess] Error 1
make[1]: Leaving directory `~/code/webkitgtk-2.0.0'
make: *** [all] Error 2

Unfortunately, my computer is not fast enough to try all combinations of those flags to see which one is the exact cause, but hopefully the error is enough for someone to figure it out.

-- 
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