Bug 38971 - [Gtk] Gtk build system did not notice JavaScriptCore functions being inlined, resulting in linker failures
Summary: [Gtk] Gtk build system did not notice JavaScriptCore functions being inlined,...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-11 22:27 PDT by Brian Weinstein
Modified: 2014-04-08 18:37 PDT (History)
4 users (show)

See Also:


Attachments

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