On 10/23/2011 08:29 PM, Gary V. Vaughan wrote:
Hi Peter,

On 24 Oct 2011, at 05:34, Peter O'Gorman wrote:
One of these commits broke the daily snapshot. The machine does not yet have 
autobuild installed. Now that it's a hard bootstrap requirement, I will try to 
make time to install it.

If you can bootstrap and build successfully without autobuild, then I think it 
would be better to remove autobuild from the buildreq list in bootstrap.conf.  
Please try this patch first:

diff --git a/bootstrap.conf b/bootstrap.conf
index a94d319..155adde 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -440,6 +440,9 @@ func_add_hook func_fini libtool_cleanup_empty_dirs
  ## Resource management. ##
  ## -------------------- ##

+# Although autobuild is awesome, libtool will bootstrap without it.
+require_autobuild_buildreq=:
+

Yes, this lets bootstrap complete.

Thanks,
Peter

Reply via email to