Bug 117160 - [GTK] Build fails while generating the resource files
Summary: [GTK] Build fails while generating the resource files
Status: RESOLVED DUPLICATE of bug 114485
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-03 10:29 PDT by Alberto Garcia
Modified: 2013-07-01 01:14 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***