bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-tar] tar bootstrap failures with latest gnulib


From: Paul Eggert
Subject: [Bug-tar] tar bootstrap failures with latest gnulib
Date: Thu, 23 Dec 2004 23:46:44 -0800

CVS tar doesn't bootstrap with the latest gnulib, due to its changes
to the alloca and alloca-opt modules.  Also, "cvs diff" complains
about doc/getdate.texi.  I installed this patch.

2004-12-23  Paul Eggert  <address@hidden>

        Accommodate latest gnulib.
        * doc/.cvsignore: Add getdate.texi.
        * bootstrap: Do not treat alloca-opt specially; this is no
        longer needed (and breaks builds) with latest gnulib.

--- doc/.cvsignore      11 May 2004 13:15:18 -0000      1.3
+++ doc/.cvsignore      24 Dec 2004 07:43:52 -0000      1.4
@@ -1,5 +1,6 @@
 Makefile.in
 Makefile
+getdate.texi
 header.texi
 tar.info
 version.texi
@@ -31,4 +32,4 @@ tmp2-tar.*
 html_mono
 html_node
 html_chapter
-*.stamp
\ No newline at end of file
+*.stamp
--- bootstrap   20 Dec 2004 13:55:06 -0000      1.24
+++ bootstrap   24 Dec 2004 07:41:23 -0000
@@ -224,7 +224,7 @@ while [ "$gnulib_modules" != "$previous_
     (echo "$gnulib_modules"
      for gnulib_module in $gnulib_modules; do
        $GNULIB_SRCDIR/gnulib-tool --extract-dependencies $gnulib_module
-     done) | sed 's/alloca-opt/alloca/' | sort -u
+     done) | sort -u
   `
 done
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]