ping (regression fix) [PATCH] bump gl-mod/bootstrap for AIX sed

2016-03-19 Thread Michael Haubenwallner
Hi Pavel,

This one actually fixes a regression with AIX sed,
bumping the gl-mod/bootstrap module to include
https://github.com/gnulib-modules/bootstrap/commit/3395ec04c42ab16ccbee05941f5b6ccee5907fdc

See attached testsuite.log for testcase "54: standard command line options"
failing since
  commit 08c5524fb24b923ad91c2bdca836f1eafa56fd6c
  Author: Pavel Raiskup 
  Date:   Tue Feb 23 00:38:39 2016 +0100

  bootstrap: use the upstream repo as git module

Thanks!
/haubi/

On 03/15/2016 12:23 PM, Michael Haubenwallner wrote:
> gl-mod/bootstrap: Update.
> bootstrap: Recreate.


# -*- compilation -*-
54. help.at:26: testing standard command line options ...
/tools/haubi/src/libtool-2.4.6.34-08c5/tests/help.at:30: $LIBTOOLIZE --help
stdout:
Usage: 
/tools/haubi/src/test-libtool-2.4.6.34-08c5/gcc-g++-32bit-rtlaix-trad/build/libtoolize
 [OPTION]...

Prepare a package to use libtool.

Options:
   -c, --copy  copy files rather than symlinking them
   --debug enable verbose shell tracing
   -n, --dry-run   print commands rather than running them
   -f, --force replace existing files
   -i, --install   copy missing auxiliary files
   --ltdl[=DIR]install libltdl sources [default: libltdl]
   --no-warnings   equivalent to '-Wnone'
   --nonrecursive  prepare ltdl for non-recursive make
   -q, --quiet work silently
   --recursive prepare ltdl for recursive make
   --subprojectprepare ltdl to configure and build independently
   -v, --verbose   verbosely report processing
   --version   print version information and exit
   -W, --warnings=CATEGORY
   report the warnings falling in CATEGORY [all]
   -h, --help  print short or long help message


Warning categories include:
   'all'  show all warnings
   'none' turn off all the warnings
   'error'warnings are treated as fatal errors
   'environment'   show warnings about LIBTOOLIZE_OPTIONS content
   'file'  show warnings about file copying and linking

The following space or comma delimited options can be passed to libtoolize
via the environment variable LIBTOOLIZE_OPTIONS, unknown environment
options are ignored:

   --debug enable verbose shell tracing
   --no-warnings   don't display warning messages
   --quiet work silently
   --verbose   verbosely report processing

You must 'cd' to the top directory of your package before you run
'libtoolize'.

When reporting a bug, please describe a test case to reproduce it and
include the following information:

   host-triplet:   powerpc-ibm-aix7.1.1.0
   version:libtoolize (GNU libtool) 2.4.6.34-08c5
   automake:   
   autoconf:   

Report bugs to .
GNU libtool home page: .
General help using GNU software: .
/tools/haubi/src/libtool-2.4.6.34-08c5/tests/help.at:31: $LIBTOOLIZE --version
0a1
> sed: The label :fwd2blank is greater than eight characters.
stdout:
libtoolize (GNU libtool) 2.4.6.34-08c5
/tools/haubi/src/libtool-2.4.6.34-08c5/tests/help.at:31: exit code was 2, 
expected 0
54. help.at:26: 54. standard command line options (help.at:26): FAILED 
(help.at:31)


[PATCH] bump gl-mod/bootstrap for AIX sed

2016-03-15 Thread Michael Haubenwallner
gl-mod/bootstrap: Update.
bootstrap: Recreate.
---
 bootstrap| 10 +-
 gl-mod/bootstrap |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/bootstrap b/bootstrap
index 82b28d7..d1f54d3 100755
--- a/bootstrap
+++ b/bootstrap
@@ -2302,20 +2302,20 @@ func_version ()
 /^# Written by /!b
 s|^# ||; p; n
 
-:fwd2blank
+:fwd2blnk
 /./ {
   n
-  b fwd2blank
+  b fwd2blnk
 }
 p; n
 
-:holdwarranty
+:holdwrnt
 s|^# ||
 s|^# *$||
-/^Copyright /! {
+/^Copyright /!{
   /./H
   n
-  b holdwarranty
+  b holdwrnt
 }
 
 s|\((C)\)[ 0-9,-]*[ ,-]\([1-9][0-9]* \)|\1 \2|
diff --git a/gl-mod/bootstrap b/gl-mod/bootstrap
index eabfd9c..3395ec0 16
--- a/gl-mod/bootstrap
+++ b/gl-mod/bootstrap
@@ -1 +1 @@
-Subproject commit eabfd9c429f02d36695529a96ee2247c9bd2ca4e
+Subproject commit 3395ec04c42ab16ccbee05941f5b6ccee5907fdc
-- 
2.4.6