Bug 130373
| Summary: | Cannot build Webkit Gtk due to libsoup issue | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alon Zakai <alonzakai> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | Normal | CC: | mrobinson |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Alon Zakai
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?
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Martin Robinson
Did JHBuild fail?
Alon Zakai
Not sure what the cause of the error was (JHBuild or otherwise, I don't know much about the build system here I'm afraid), but I pulled the latest now and it builds. So it seems to have been fixed meanwhile.