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 / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, evan, mrobinson, xan.lopez
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Linux   

Description Brian Weinstein 2010-05-11 22:27:40 PDT
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.
Comment 1 Eric Seidel (no email) 2010-05-11 22:29:29 PDT
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. :(
Comment 2 Martin Robinson 2014-04-08 18:37:40 PDT
The build system has been replaced with CMake.