| Summary: | [GTK] REGRESSION(r167779) Build broken | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Alberto Lopez Perez <clopez> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Major | CC: | cgarcia, eocanha, gustavo, mrobinson, zan |
| Priority: | P1 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Other | ||
| OS: | Linux | ||
|
Description
Carlos Alberto Lopez Perez
2014-04-24 18:19:31 PDT
ninja: error: '../../Source/WebInspectorUI/UserInterface/External/CodeMirror/less.js', needed by 'DerivedSources/webkit2gtk/InspectorGResourceBundle.xml', missing and no known rule to make it That file is not explicitly listed in any makefile, I bet it's the stupid cmake cache causing this, let me try a clean build. It was failing (again? also?) on GTK+ Linux 64-bit Debug and I removed the WebKitBuild/Debug folder in the bot to trigger a clean build on next commit. Now it seems to be building fine in that bot. GTK Linux 32 bit Release and GTK Linux ARM Release are failing, though, but I don't have access to those bots. (In reply to comment #1) > That file is not explicitly listed in any makefile, I bet it's the stupid cmake cache causing this, let me try a clean build. Seems that you are right. After forcing a clean build all GTK bots are working back: http://build.webkit.org/waterfall?category=GTK Closing this as fixed. |