Bug 117160

Summary: [GTK] Build fails while generating the resource files
Product: WebKit Reporter: Alberto Garcia <berto>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: zan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Alberto Garcia 2013-06-03 10:29:58 PDT
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
Comment 1 Zan Dobersek 2013-06-03 10:32:40 PDT
Haven't seen this since bug 116227.
Any specific revision/configuration?
Comment 2 Alberto Garcia 2013-06-03 10:40:22 PDT
Ah, yes, I was actually trying to build the stable branch (r150185) in debug mode with gtk-doc and instrospection enabled.
Comment 3 Alberto Garcia 2013-07-01 01:14:35 PDT

*** This bug has been marked as a duplicate of bug 114485 ***