[Webkit-unassigned] [Bug 79498] [GTK] Webkit-gtk-1.7.90 tarball fails to build with MAKEOPTS=-jN

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 28 06:47:46 PST 2012


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





--- Comment #13 from Gustavo Noronha (kov) <gns at gnome.org>  2012-02-28 06:47:46 PST ---
(In reply to comment #12)
> > If I disable WebKit2 build, jsc-3 is created but the build fails later on:
> > 
> >   CXXLD  Programs/jsc-3
> >   CXXLD  libjavascriptcoregtk-3.0.la
> >   CXXLD  Libraries/libTestRunnerInjectedBundle.la
> > libtool: link: cannot find the library `libjavascriptcoregtk-3.0.la' or unhandled argument `libjavascriptcoregtk-3.0.la'
[...]
> 
> Even more strangely, libjavascriptcoregtk-3.0.la does exist:
> WebKitBuild/tmp/Release/libjavascriptcoregtk-3.0.la
> WebKitBuild/tmp/Release/.libs/libjavascriptcoregtk-3.0.la

It makes sense. libjavascriptcoregtk-3.0.la was being built in parallel with whatever failed - and that thing that failed did not find it. If you try running make a second time it should work. Looks like we need to enforce a few more dependencies =(

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