Bug 117160
Summary: | [GTK] Build fails while generating the resource files | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alberto Garcia <berto> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | zan |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Alberto Garcia
I got this error a couple of times, but it doesn't seem to be consistent.
I bet there is a dependency problem in the autotools files, similar to bug 116227, that is triggered in parallel builds (I was using -j16).
CXX Tools/TestWebKitAPI/Tests/WebKit2/Programs_TestWebKitAPI_TestWebKit2-ParentFrame.o
CXX Tools/TestWebKitAPI/Tests/WebKit2/Programs_TestWebKitAPI_TestWebKit2-PreventEmptyUserAgent.o
CXX Tools/TestWebKitAPI/Tests/WebKit2/Programs_TestWebKitAPI_TestWebKit2-PrivateBrowsingPushStateNoHistoryCallback.o
CXX Tools/TestWebKitAPI/Tests/WebKit2/Programs_TestWebKitAPI_TestWebKit2-ResponsivenessTimerDoesntFireEarly.o
CXX Tools/TestWebKitAPI/Tests/WebKit2/Programs_TestWebKitAPI_TestWebKit2-RestoreSessionStateContainingFormData.o
CXX Tools/TestWebKitAPI/Tests/WebKit2/Programs_TestWebKitAPI_TestWebKit2-ShouldGoToBackForwardListItem.o
CXX Tools/TestWebKitAPI/Tests/WebKit2/Programs_TestWebKitAPI_TestWebKit2-SpacebarScrolling.o
CXX Tools/TestWebKitAPI/Tests/WebKit2/Programs_TestWebKitAPI_TestWebKit2-UserMessage.o
CXX Tools/TestWebKitAPI/Tests/WebKit2/Programs_TestWebKitAPI_TestWebKit2-WillSendSubmitEvent.o
CXX Tools/TestWebKitAPI/Tests/WebKit2/Programs_TestWebKitAPI_TestWebKit2-WKConnection.o
CXX Tools/TestWebKitAPI/Tests/WebKit2/Programs_TestWebKitAPI_TestWebKit2-WKPageGetScaleFactorNotZero.o
CXX Tools/TestWebKitAPI/Tests/WebKit2/Programs_TestWebKitAPI_TestWebKit2-WKPreferences.o
CXX Tools/TestWebKitAPI/Tests/WebKit2/Programs_TestWebKitAPI_TestWebKit2-WKString.o
CXX Tools/TestWebKitAPI/Tests/WebKit2/Programs_TestWebKitAPI_TestWebKit2-WKStringJSString.o
GEN JSCore-3.0.gir
GEN Programs/resources/inspector/inspector.html
GEN Programs/resources/webkit2gtk-tests-resources.gresource
Failed to create file 'Programs/resources/webkit2gtk-tests-resources.gresource.5X5MXW': No such file or directory
make[2]: *** [Programs/resources/webkit2gtk-tests-resources.gresource] Error 1
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Zan Dobersek
Haven't seen this since bug 116227.
Any specific revision/configuration?
Alberto Garcia
Ah, yes, I was actually trying to build the stable branch (r150185) in debug mode with gtk-doc and instrospection enabled.
Alberto Garcia
*** This bug has been marked as a duplicate of bug 114485 ***