Bug 38971
Summary: | [Gtk] Gtk build system did not notice JavaScriptCore functions being inlined, resulting in linker failures | ||
---|---|---|---|
Product: | WebKit | Reporter: | Brian Weinstein <bweinstein> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | eric, evan, mrobinson, xan.lopez |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Other | ||
OS: | Linux |
Brian Weinstein
http://trac.webkit.org/changeset/59196 caused some strange behavior on the Gtk bot, where the correct files were not rebuilt.
http://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release/builds/3330/steps/compile-webkit/logs/stdio
These issues seemed to be fixed by a clean build.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
Thanks for filing this brian.
This seems like a dependency issue in the Gtk build system. Bad news bears. This type of error makes it very hard to support Gtk build bots as they hose themselves randomly. :(
Martin Robinson
The build system has been replaced with CMake.