[Webkit-unassigned] [Bug 34846] webkitgtk-1.1.21 fails to build with "-j4"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 25 01:47:16 PDT 2012


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


Dan Horák <dan at danny.cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dan at danny.cz




--- Comment #3 from Dan Horák <dan at danny.cz>  2012-03-25 01:47:16 PST ---
make -j4 V=1 on webkit-1.7.92.tar.xz fails with

/usr/bin/python ./Source/WebKit2/Scripts/generate-messages-header.py ./Source/WebKit2/WebProcess/WebProcess.messages.in > DerivedSources/WebKit2/WebProcessMessages.h
/usr/bin/python ./Source/WebKit2/Scripts/generate-message-receiver.py ./Source/WebKit2/UIProcess/WebProcessProxy.messages.in > DerivedSources/WebKit2/WebProcessProxyMessageReceiver.cpp
/usr/bin/python ./Source/WebKit2/Scripts/generate-messages-header.py ./Source/WebKit2/UIProcess/WebProcessProxy.messages.in > DerivedSources/WebKit2/WebProcessProxyMessages.h
echo "extern \"C\" {" > ./DerivedSources/WebKit2/webkit2gtk/webkit2/WebKitMarshal.cpp && \
glib-genmarshal --prefix=webkit_marshal ./Source/WebKit2/UIProcess/API/gtk/webkit2marshal.list --body >> ./DerivedSources/WebKit2/webkit2gtk/webkit2/WebKitMarshal.cpp && \
echo '}' >> ./DerivedSources/WebKit2/webkit2gtk/webkit2/WebKitMarshal.cpp && \
echo timestamp > stamp-webkit2marshal.cpp
glib-genmarshal --prefix=webkit_marshal ./Source/WebKit2/UIProcess/API/gtk/webkit2marshal.list --header > ./DerivedSources/WebKit2/webkit2gtk/webkit2/WebKitMarshal.h && \
echo timestamp > stamp-webkit2marshal.h
/usr/bin/perl Source/WebKit2/Scripts/generate-forwarding-headers.pl ./Source/WebKit2 ./DerivedSources/WebKit2/include gtk
/bin/sh: ./DerivedSources/WebKit2/webkit2gtk/webkit2/WebKitMarshal.cpp: No such file or directory
make: *** [stamp-webkit2marshal.cpp] Error 1
make: *** Waiting for unfinished jobs....
/bin/sh: ./DerivedSources/WebKit2/webkit2gtk/webkit2/WebKitMarshal.h: No such file or directory
make: *** [stamp-webkit2marshal.h] Error 1

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