[Webkit-unassigned] [Bug 130373] New: Cannot build Webkit Gtk due to libsoup issue

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 17 17:10:34 PDT 2014


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

           Summary: Cannot build Webkit Gtk due to libsoup issue
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: alonzakai at gmail.com


I am trying to build WebKit using

http://trac.webkit.org/wiki/BuildingGtk

It looks like it downloads all the dependencies and builds them, steps 1 and 2 on that page complete successfully. But then running

Tools/Scripts/build-webkit --gtk

fails with

CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:97 (MESSAGE):
  Could NOT find LibSoup: Found unsuitable version "2.40.0", but required is
  at least "2.40.3" (found /usr/include/libsoup-2.4)
Call Stack (most recent call first):
  /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:286 (_FPHSA_FAILURE_MESSAGE)
  Source/cmake/FindLibSoup.cmake:51 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  Source/cmake/OptionsGTK.cmake:172 (find_package)
  CMakeLists.txt:139 (include)

Looks like my linux distro has a close-but-not-close-enough version of libsoup, and I guess the dependency-fetching steps didn't pull it in for some reason?

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