Title: [121345] trunk/Tools
Revision
121345
Author
ser...@webkit.org
Date
2012-06-27 08:52:00 -0700 (Wed, 27 Jun 2012)

Log Message

[WK2] [GTK] WebKit2 testing bot fails to run tests due to missing files
https://bugs.webkit.org/show_bug.cgi?id=90061

Reviewed by Gustavo Noronha Silva.

Add "-no-install -no-fast-install" to the LDFLAGS in bots. With
this flag libtool tells the linker to set the rpath for the output
file to the full path of the .libs directory, instead of using a
wrapper script to set up the LD_LIBRARY_PATH. This will allow us
to directly reuse builds in the pure testing bots.

* BuildSlaveSupport/gtk/daemontools-buildbot.conf:

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/gtk/daemontools-buildbot.conf (121344 => 121345)


--- trunk/Tools/BuildSlaveSupport/gtk/daemontools-buildbot.conf	2012-06-27 15:18:07 UTC (rev 121344)
+++ trunk/Tools/BuildSlaveSupport/gtk/daemontools-buildbot.conf	2012-06-27 15:52:00 UTC (rev 121345)
@@ -40,5 +40,6 @@
 #
 env_CFLAGS="-pipe"
 env_CXXFLAGS="-pipe"
+env_LDFLAGS="-no-install -no-fast-install"
 env_WEBKIT_TESTFONTS="/home/${buildbot_user}/testfonts"
 

Modified: trunk/Tools/ChangeLog (121344 => 121345)


--- trunk/Tools/ChangeLog	2012-06-27 15:18:07 UTC (rev 121344)
+++ trunk/Tools/ChangeLog	2012-06-27 15:52:00 UTC (rev 121345)
@@ -1,3 +1,18 @@
+2012-06-27  Sergio Villar Senin  <svil...@igalia.com>
+
+        [WK2] [GTK] WebKit2 testing bot fails to run tests due to missing files
+        https://bugs.webkit.org/show_bug.cgi?id=90061
+
+        Reviewed by Gustavo Noronha Silva.
+
+        Add "-no-install -no-fast-install" to the LDFLAGS in bots. With
+        this flag libtool tells the linker to set the rpath for the output
+        file to the full path of the .libs directory, instead of using a
+        wrapper script to set up the LD_LIBRARY_PATH. This will allow us
+        to directly reuse builds in the pure testing bots.
+
+        * BuildSlaveSupport/gtk/daemontools-buildbot.conf:
+
 2012-06-27  Tor Arne Vestbø  <tor.arne.ves...@nokia.com>
 
         [Qt] No need to save and restore TEMPLATE in a function
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to