Bug 76151
Summary: | The WebKit nightly build cannot be built on Ubuntu 11.10 following the instructions at http://trac.webkit.org/wiki/BuildingGtk | ||
---|---|---|---|
Product: | WebKit | Reporter: | YuYang <yuyang08> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Blocker | CC: | berto, mrobinson, yanhkim |
Priority: | P1 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux |
YuYang
I updated the local source tree to revision 104794, and tried to build webkit following the instructions at http://trac.webkit.org/wiki/BuildingGtk.
This page tells that we need to download and build all jhbuild modules with the following command:
$ Tools/Scripts/update-webkitgtk-libs
However, I got errors with this command.
make[1]: Leaving directory `/home/myhome/webkit/WebKitBuild/Dependencies/Source/libsoup'
make: *** [all] Error 2
*** Error during phase build of libsoup: ########## Error running make -j 4 *** [13/14]
*** module webkitgtk-testing-dependencies not built due to non buildable libsoup *** [14/14]
*** the following modules were not built *** [14/14]
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Martin Robinson
Can you actually paste the libsoup compilation failures? Without those it's impossible to resolve this bug.
Namhoon Kim
I experienced similar error at r125149.
In the bunch of error messages, I found the line says that my ubuntu 12.04 does not have `libgnutls-dev` package. (I guess it's a TLS library)
After install that package, the WebKitGTK+ build was succeeded.
I edited wiki page. :)
Martin Robinson
YuYang does that fix the error you were having?
Alberto Garcia
This is one year old, and libgnutls-dev is automatically installed with Tools/gtk/install-dependencies, so I'm closing this bug.