Bug 132161
| 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 | ||
Carlos Alberto Lopez Perez
Revision r167779 <http://trac.webkit.org/changeset/167779> broke the GTK build.
Check the output here: http://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release/builds/46809
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
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.
Enrique OcaƱa
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.
Carlos Alberto Lopez Perez
(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.