22541240 augeas doesn't build on s12-89
authorGeoffrey Gardella <geoffrey.gardella@oracle.com>
Thu, 14 Jan 2016 11:26:28 -0800
changeset 5273 3ae19990a6f8
parent 5272 28045eab1400
child 5279 6c696d36d952
22541240 augeas doesn't build on s12-89
components/augeas/Makefile
components/augeas/patches/configure.patch
components/augeas/test/results-64.master
--- a/components/augeas/Makefile	Thu Jan 14 10:17:27 2016 -0800
+++ b/components/augeas/Makefile	Thu Jan 14 11:26:28 2016 -0800
@@ -52,6 +52,18 @@
 CONFIGURE_OPTIONS  +=	CFLAGS="$(CFLAGS)"
 
 COMPONENT_TEST_ARGS = -k
+COMPONENT_TEST_TRANSFORMS += \
+        '-n ' \
+        '-e "/passed/p" ' \
+        '-e "/failed/p" ' \
+        '-e "/Checks:/p" ' \
+        '-e "/Total:/p" ' \
+        '-e "/Passed/p" ' \
+        '-e "/Failed/p" ' \
+        '-e "/Failure expected/p" ' \
+        '-e "/SKIP/p" ' \
+        '-e "/PASS/p" ' \
+        '-e "/FAIL/p" '
 
 # Fixes coredump in gnulib-test/test-localename test
 CONFIGURE_OPTIONS  +=           ac_cv_func_newlocale=no
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/augeas/patches/configure.patch	Thu Jan 14 11:26:28 2016 -0800
@@ -0,0 +1,21 @@
+Augeas version scripts are standard version 1 Solaris mapfiles,
+compatible with ld -M. Replace the use of --version-script with -M.
+Using --version-script requires us to set -z version-script-compat 
+and we haven't tested that yet. 
+
+--- augeas-1.3.0/configure.orig        Wed Jan 13 08:49:22 2016
++++ augeas-1.3.0/configure     Wed Jan 13 08:49:57 2016
+@@ -14951,12 +14951,7 @@
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to pass version script to the linker ($LD)" >&5
+ $as_echo_n "checking how to pass version script to the linker ($LD)... " >&6; }
+-VERSION_SCRIPT_FLAGS=none
+-if $LD --help 2>&1 | grep "version-script" >/dev/null 2>/dev/null; then
+-    VERSION_SCRIPT_FLAGS=-Wl,--version-script=
+-elif $LD --help 2>&1 | grep "M mapfile" >/dev/null 2>/dev/null; then
+-    VERSION_SCRIPT_FLAGS="-Wl,-M -Wl,"
+-fi
++VERSION_SCRIPT_FLAGS="-Wl,-M -Wl,"
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $VERSION_SCRIPT_FLAGS" >&5
+ $as_echo "$VERSION_SCRIPT_FLAGS" >&6; }
+ 
--- a/components/augeas/test/results-64.master	Thu Jan 14 10:17:27 2016 -0800
+++ b/components/augeas/test/results-64.master	Thu Jan 14 11:26:28 2016 -0800
@@ -1,414 +1,3 @@
-make[1]: Entering directory `$(@D)'
-Making check in gnulib/lib
-make[2]: Entering directory `$(@D)/gnulib/lib'
-/usr/gnu/bin/make  check-recursive
-make[3]: Entering directory `$(@D)/gnulib/lib'
-make[4]: Entering directory `$(@D)/gnulib/lib'
-make[4]: Nothing to be done for `check-am'.
-make[4]: Leaving directory `$(@D)/gnulib/lib'
-make[3]: Leaving directory `$(@D)/gnulib/lib'
-make[2]: Leaving directory `$(@D)/gnulib/lib'
-Making check in src
-make[2]: Entering directory `$(@D)/src'
-echo '#define DATADIR "/usr/share"' > datadir.h1
-$(SOURCE_DIR)/build/ac-aux/move-if-change datadir.h1 datadir.h
-/usr/gnu/bin/make  check-am
-make[3]: Entering directory `$(@D)/src'
-make[3]: Nothing to be done for `check-am'.
-make[3]: Leaving directory `$(@D)/src'
-make[2]: Leaving directory `$(@D)/src'
-Making check in gnulib/tests
-make[2]: Entering directory `$(@D)/gnulib/tests'
-/usr/gnu/bin/make  check-recursive
-make[3]: Entering directory `$(@D)/gnulib/tests'
-Making check in .
-make[4]: Entering directory `$(@D)/gnulib/tests'
-/usr/gnu/bin/make  libtests.a test-alloca-opt test-binary-io test-btowc test-c-ctype test-c-strcasecmp test-c-strncasecmp test-canonicalize-lgpl test-close test-ctype test-dup2 test-environ test-errno test-fcntl-h test-fdopen test-fgetc test-float test-fnmatch test-fputc test-fread test-fstat test-fwrite test-getcwd-lgpl test-getdelim test-getline test-getopt test-gettimeofday test-ignore-value test-intprops test-inttypes test-isblank test-langinfo test-locale test-localeconv test-localename test-lock test-lstat test-malloc-gnu test-malloca test-mbrtowc test-mbrtowc-w32 test-mbsinit test-mbsrtowcs test-memchr test-nl_langinfo test-open test-pathmax test-rawmemchr test-readlink test-safe-alloc test-setenv test-setlocale1 test-setlocale2 test-stat test-stdbool test-stddef test-stdint test-stdio test-stdlib test-strchrnul test-string test-strnlen test-strstr test-symlink test-sys_stat test-sys_time test-sys_types test-sys_wait test-thread_self test-thread_create test-time test-unistd test-unsetenv test-vasnprintf test-vasprintf test-verify test-wchar test-wcrtomb test-wcrtomb-w32 test-wctype-h
-make[5]: Entering directory `$(@D)/gnulib/tests'
-  CC       c-ctype.o
-  CC       c-strcasecmp.o
-  CC       c-strncasecmp.o
-  CC       fd-hook.o
-  CC       localename.o
-  CC       glthread/lock.o
-  CC       glthread/thread.o
-  CC       glthread/threadlib.o
-  CC       putenv.o
-  CC       unsetenv.o
-  AR       libtests.a
-  CC       test-alloca-opt.o
-  CCLD     test-alloca-opt
-  CC       test-binary-io.o
-  CCLD     test-binary-io
-  CC       test-btowc.o
-  CCLD     test-btowc
-  CC       test-c-ctype.o
-  CCLD     test-c-ctype
-  CC       test-c-strcasecmp.o
-  CCLD     test-c-strcasecmp
-  CC       test-c-strncasecmp.o
-  CCLD     test-c-strncasecmp
-  CC       test-canonicalize-lgpl.o
-  CCLD     test-canonicalize-lgpl
-  CC       test-close.o
-  CCLD     test-close
-  CC       test-ctype.o
-  CCLD     test-ctype
-  CC       test-dup2.o
-  CCLD     test-dup2
-  CC       test-environ.o
-  CCLD     test-environ
-  CC       test-errno.o
-  CCLD     test-errno
-  CC       test-fcntl-h.o
-  CCLD     test-fcntl-h
-  CC       test-fdopen.o
-  CCLD     test-fdopen
-  CC       test-fgetc.o
-  CCLD     test-fgetc
-  CC       test-float.o
-  CCLD     test-float
-  CC       test-fnmatch.o
-  CCLD     test-fnmatch
-  CC       test-fputc.o
-  CCLD     test-fputc
-  CC       test-fread.o
-  CCLD     test-fread
-  CC       test-fstat.o
-  CCLD     test-fstat
-  CC       test-fwrite.o
-  CCLD     test-fwrite
-  CC       test-getcwd-lgpl.o
-  CCLD     test-getcwd-lgpl
-  CC       test-getdelim.o
-  CCLD     test-getdelim
-  CC       test-getline.o
-  CCLD     test-getline
-  CC       test-getopt.o
-  CCLD     test-getopt
-  CC       test-gettimeofday.o
-  CCLD     test-gettimeofday
-  CC       test-ignore-value.o
-  CCLD     test-ignore-value
-  CC       test-intprops.o
-  CCLD     test-intprops
-  CC       test-inttypes.o
-  CCLD     test-inttypes
-  CC       test-isblank.o
-  CCLD     test-isblank
-  CC       test-langinfo.o
-  CCLD     test-langinfo
-  CC       test-locale.o
-  CCLD     test-locale
-  CC       test-localeconv.o
-  CCLD     test-localeconv
-  CC       test-localename.o
-  CCLD     test-localename
-  CC       test-lock.o
-In file included from test-lock.c:91:0:
-test-lock.c: In function 'lock_mutator_thread':
-glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
-      (pthread_in_use () ? (void *) pthread_self () : NULL)
-                           ^
-test-lock.c:146:46: note: in expansion of macro 'gl_thread_self_pointer'
-       dbgprintf ("Mutator %p before lock\n", gl_thread_self_pointer ());
-                                              ^
-glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
-      (pthread_in_use () ? (void *) pthread_self () : NULL)
-                           ^
-test-lock.c:148:46: note: in expansion of macro 'gl_thread_self_pointer'
-       dbgprintf ("Mutator %p after  lock\n", gl_thread_self_pointer ());
-                                              ^
-glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
-      (pthread_in_use () ? (void *) pthread_self () : NULL)
-                           ^
-test-lock.c:156:48: note: in expansion of macro 'gl_thread_self_pointer'
-       dbgprintf ("Mutator %p before unlock\n", gl_thread_self_pointer ());
-                                                ^
-glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
-      (pthread_in_use () ? (void *) pthread_self () : NULL)
-                           ^
-test-lock.c:158:48: note: in expansion of macro 'gl_thread_self_pointer'
-       dbgprintf ("Mutator %p after  unlock\n", gl_thread_self_pointer ());
-                                                ^
-glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
-      (pthread_in_use () ? (void *) pthread_self () : NULL)
-                           ^
-test-lock.c:160:52: note: in expansion of macro 'gl_thread_self_pointer'
-       dbgprintf ("Mutator %p before check lock\n", gl_thread_self_pointer ());
-                                                    ^
-glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
-      (pthread_in_use () ? (void *) pthread_self () : NULL)
-                           ^
-test-lock.c:164:54: note: in expansion of macro 'gl_thread_self_pointer'
-       dbgprintf ("Mutator %p after  check unlock\n", gl_thread_self_pointer ());
-                                                      ^
-glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
-      (pthread_in_use () ? (void *) pthread_self () : NULL)
-                           ^
-test-lock.c:169:37: note: in expansion of macro 'gl_thread_self_pointer'
-   dbgprintf ("Mutator %p dying.\n", gl_thread_self_pointer ());
-                                     ^
-test-lock.c: In function 'lock_checker_thread':
-glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
-      (pthread_in_use () ? (void *) pthread_self () : NULL)
-                           ^
-test-lock.c:180:52: note: in expansion of macro 'gl_thread_self_pointer'
-       dbgprintf ("Checker %p before check lock\n", gl_thread_self_pointer ());
-                                                    ^
-glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
-      (pthread_in_use () ? (void *) pthread_self () : NULL)
-                           ^
-test-lock.c:184:54: note: in expansion of macro 'gl_thread_self_pointer'
-       dbgprintf ("Checker %p after  check unlock\n", gl_thread_self_pointer ());
-                                                      ^
-glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
-      (pthread_in_use () ? (void *) pthread_self () : NULL)
-                           ^
-test-lock.c:189:37: note: in expansion of macro 'gl_thread_self_pointer'
-   dbgprintf ("Checker %p dying.\n", gl_thread_self_pointer ());
-                                     ^
-test-lock.c: In function 'rwlock_mutator_thread':
-glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
-      (pthread_in_use () ? (void *) pthread_self () : NULL)
-                           ^
-test-lock.c:236:48: note: in expansion of macro 'gl_thread_self_pointer'
-       dbgprintf ("Mutator %p before wrlock\n", gl_thread_self_pointer ());
-                                                ^
-glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
-      (pthread_in_use () ? (void *) pthread_self () : NULL)
-                           ^
-test-lock.c:238:48: note: in expansion of macro 'gl_thread_self_pointer'
-       dbgprintf ("Mutator %p after  wrlock\n", gl_thread_self_pointer ());
-                                                ^
-glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
-      (pthread_in_use () ? (void *) pthread_self () : NULL)
-                           ^
-test-lock.c:246:48: note: in expansion of macro 'gl_thread_self_pointer'
-       dbgprintf ("Mutator %p before unlock\n", gl_thread_self_pointer ());
-                                                ^
-glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
-      (pthread_in_use () ? (void *) pthread_self () : NULL)
-                           ^
-test-lock.c:248:48: note: in expansion of macro 'gl_thread_self_pointer'
-       dbgprintf ("Mutator %p after  unlock\n", gl_thread_self_pointer ());
-                                                ^
-glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
-      (pthread_in_use () ? (void *) pthread_self () : NULL)
-                           ^
-test-lock.c:253:37: note: in expansion of macro 'gl_thread_self_pointer'
-   dbgprintf ("Mutator %p dying.\n", gl_thread_self_pointer ());
-                                     ^
-test-lock.c: In function 'rwlock_checker_thread':
-glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
-      (pthread_in_use () ? (void *) pthread_self () : NULL)
-                           ^
-test-lock.c:264:54: note: in expansion of macro 'gl_thread_self_pointer'
-       dbgprintf ("Checker %p before check rdlock\n", gl_thread_self_pointer ());
-                                                      ^
-glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
-      (pthread_in_use () ? (void *) pthread_self () : NULL)
-                           ^
-test-lock.c:268:54: note: in expansion of macro 'gl_thread_self_pointer'
-       dbgprintf ("Checker %p after  check unlock\n", gl_thread_self_pointer ());
-                                                      ^
-glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
-      (pthread_in_use () ? (void *) pthread_self () : NULL)
-                           ^
-test-lock.c:273:37: note: in expansion of macro 'gl_thread_self_pointer'
-   dbgprintf ("Checker %p dying.\n", gl_thread_self_pointer ());
-                                     ^
-test-lock.c: In function 'recshuffle':
-glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
-      (pthread_in_use () ? (void *) pthread_self () : NULL)
-                           ^
-test-lock.c:318:42: note: in expansion of macro 'gl_thread_self_pointer'
-   dbgprintf ("Mutator %p before lock\n", gl_thread_self_pointer ());
-                                          ^
-glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
-      (pthread_in_use () ? (void *) pthread_self () : NULL)
-                           ^
-test-lock.c:320:42: note: in expansion of macro 'gl_thread_self_pointer'
-   dbgprintf ("Mutator %p after  lock\n", gl_thread_self_pointer ());
-                                          ^
-glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
-      (pthread_in_use () ? (void *) pthread_self () : NULL)
-                           ^
-test-lock.c:332:44: note: in expansion of macro 'gl_thread_self_pointer'
-   dbgprintf ("Mutator %p before unlock\n", gl_thread_self_pointer ());
-                                            ^
-glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
-      (pthread_in_use () ? (void *) pthread_self () : NULL)
-                           ^
-test-lock.c:334:44: note: in expansion of macro 'gl_thread_self_pointer'
-   dbgprintf ("Mutator %p after  unlock\n", gl_thread_self_pointer ());
-                                            ^
-test-lock.c: In function 'reclock_mutator_thread':
-glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
-      (pthread_in_use () ? (void *) pthread_self () : NULL)
-                           ^
-test-lock.c:346:52: note: in expansion of macro 'gl_thread_self_pointer'
-       dbgprintf ("Mutator %p before check lock\n", gl_thread_self_pointer ());
-                                                    ^
-glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
-      (pthread_in_use () ? (void *) pthread_self () : NULL)
-                           ^
-test-lock.c:350:54: note: in expansion of macro 'gl_thread_self_pointer'
-       dbgprintf ("Mutator %p after  check unlock\n", gl_thread_self_pointer ());
-                                                      ^
-glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
-      (pthread_in_use () ? (void *) pthread_self () : NULL)
-                           ^
-test-lock.c:355:37: note: in expansion of macro 'gl_thread_self_pointer'
-   dbgprintf ("Mutator %p dying.\n", gl_thread_self_pointer ());
-                                     ^
-test-lock.c: In function 'reclock_checker_thread':
-glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
-      (pthread_in_use () ? (void *) pthread_self () : NULL)
-                           ^
-test-lock.c:366:52: note: in expansion of macro 'gl_thread_self_pointer'
-       dbgprintf ("Checker %p before check lock\n", gl_thread_self_pointer ());
-                                                    ^
-glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
-      (pthread_in_use () ? (void *) pthread_self () : NULL)
-                           ^
-test-lock.c:370:54: note: in expansion of macro 'gl_thread_self_pointer'
-       dbgprintf ("Checker %p after  check unlock\n", gl_thread_self_pointer ());
-                                                      ^
-glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
-      (pthread_in_use () ? (void *) pthread_self () : NULL)
-                           ^
-test-lock.c:375:37: note: in expansion of macro 'gl_thread_self_pointer'
-   dbgprintf ("Checker %p dying.\n", gl_thread_self_pointer ());
-                                     ^
-test-lock.c: In function 'once_contender_thread':
-glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
-      (pthread_in_use () ? (void *) pthread_self () : NULL)
-                           ^
-test-lock.c:447:18: note: in expansion of macro 'gl_thread_self_pointer'
-                  gl_thread_self_pointer (), repeat);
-                  ^
-glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
-      (pthread_in_use () ? (void *) pthread_self () : NULL)
-                           ^
-test-lock.c:459:18: note: in expansion of macro 'gl_thread_self_pointer'
-                  gl_thread_self_pointer (), repeat);
-                  ^
-  CCLD     test-lock
-  CC       test-lstat.o
-  CCLD     test-lstat
-  CC       test-malloc-gnu.o
-  CCLD     test-malloc-gnu
-  CC       test-malloca.o
-  CCLD     test-malloca
-  CC       test-mbrtowc.o
-  CCLD     test-mbrtowc
-  CC       test-mbrtowc-w32.o
-  CCLD     test-mbrtowc-w32
-  CC       test-mbsinit.o
-  CCLD     test-mbsinit
-  CC       test-mbsrtowcs.o
-  CCLD     test-mbsrtowcs
-  CC       test-memchr.o
-  CCLD     test-memchr
-  CC       test-nl_langinfo.o
-  CCLD     test-nl_langinfo
-  CC       test-open.o
-  CCLD     test-open
-  CC       test-pathmax.o
-  CCLD     test-pathmax
-  CC       test-rawmemchr.o
-  CCLD     test-rawmemchr
-  CC       test-readlink.o
-  CCLD     test-readlink
-  CC       test-safe-alloc.o
-  CCLD     test-safe-alloc
-  CC       test-setenv.o
-  CCLD     test-setenv
-  CC       test-setlocale1.o
-  CCLD     test-setlocale1
-  CC       test-setlocale2.o
-  CCLD     test-setlocale2
-  CC       test-stat.o
-  CCLD     test-stat
-  CC       test-stdbool.o
-  CCLD     test-stdbool
-  CC       test-stddef.o
-  CCLD     test-stddef
-  CC       test-stdint.o
-  CCLD     test-stdint
-  CC       test-stdio.o
-  CCLD     test-stdio
-  CC       test-stdlib.o
-  CCLD     test-stdlib
-  CC       test-strchrnul.o
-  CCLD     test-strchrnul
-  CC       test-string.o
-  CCLD     test-string
-  CC       test-strnlen.o
-  CCLD     test-strnlen
-  CC       test-strstr.o
-  CCLD     test-strstr
-  CC       test-symlink.o
-  CCLD     test-symlink
-  CC       test-sys_stat.o
-  CCLD     test-sys_stat
-  CC       test-sys_time.o
-  CCLD     test-sys_time
-  CC       test-sys_types.o
-  CCLD     test-sys_types
-  CC       test-sys_wait.o
-  CCLD     test-sys_wait
-  CC       test-thread_self.o
-In file included from test-thread_self.c:21:0:
-test-thread_self.c: In function 'main':
-glthread/thread.h:163:45: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
-      (pthread_in_use () ? pthread_self () : (pthread_t) NULL)
-                                             ^
-test-thread_self.c:31:17: note: in expansion of macro 'gl_thread_self'
-   main_thread = gl_thread_self ();
-                 ^
-  CCLD     test-thread_self
-  CC       test-thread_create.o
-In file included from test-thread_create.c:21:0:
-test-thread_create.c: In function 'main':
-glthread/thread.h:163:45: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
-      (pthread_in_use () ? pthread_self () : (pthread_t) NULL)
-                                             ^
-test-thread_create.c:45:24: note: in expansion of macro 'gl_thread_self'
-   main_thread_before = gl_thread_self ();
-                        ^
-glthread/thread.h:163:45: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
-      (pthread_in_use () ? pthread_self () : (pthread_t) NULL)
-                                             ^
-test-thread_create.c:53:27: note: in expansion of macro 'gl_thread_self'
-       main_thread_after = gl_thread_self ();
-                           ^
-  CCLD     test-thread_create
-  CC       test-time.o
-  CCLD     test-time
-  CC       test-unistd.o
-  CCLD     test-unistd
-  CC       test-unsetenv.o
-  CCLD     test-unsetenv
-  CC       test-vasnprintf.o
-  CCLD     test-vasnprintf
-  CC       test-vasprintf.o
-  CCLD     test-vasprintf
-  CC       test-verify.o
-  CCLD     test-verify
-  CC       test-wchar.o
-  CCLD     test-wchar
-  CC       test-wcrtomb.o
-  CCLD     test-wcrtomb
-  CC       test-wcrtomb-w32.o
-  CCLD     test-wcrtomb-w32
-  CC       test-wctype-h.o
-  CCLD     test-wctype-h
-make[5]: Leaving directory `$(@D)/gnulib/tests'
-/usr/gnu/bin/make  check-TESTS
-make[5]: Entering directory `$(@D)/gnulib/tests'
-make[6]: Entering directory `$(@D)/gnulib/tests'
 PASS: test-alloca-opt
 PASS: test-binary-io.sh
 PASS: test-btowc1.sh
@@ -504,270 +93,11 @@
 SKIP: test-wcrtomb-w32-4.sh
 SKIP: test-wcrtomb-w32-5.sh
 PASS: test-wctype-h
-make[7]: Entering directory `$(@D)/gnulib/tests'
-/usr/gnu/bin/make  all-recursive
-make[8]: Entering directory `$(@D)/gnulib/tests'
-Making all in .
-make[9]: Entering directory `$(@D)/gnulib/tests'
-make[9]: Nothing to be done for `all-am'.
-make[9]: Leaving directory `$(@D)/gnulib/tests'
-make[8]: Leaving directory `$(@D)/gnulib/tests'
-make[7]: Leaving directory `$(@D)/gnulib/tests'
-============================================================================
-Testsuite summary for augeas 1.3.0
-============================================================================
-# TOTAL: 95
 # PASS:  85
 # SKIP:  10
 # XFAIL: 0
 # FAIL:  0
 # XPASS: 0
-# ERROR: 0
-============================================================================
-make[6]: Leaving directory `$(@D)/gnulib/tests'
-make[5]: Leaving directory `$(@D)/gnulib/tests'
-make[4]: Leaving directory `$(@D)/gnulib/tests'
-make[3]: Leaving directory `$(@D)/gnulib/tests'
-make[2]: Leaving directory `$(@D)/gnulib/tests'
-Making check in tests
-make[2]: Entering directory `$(@D)/tests'
-/usr/gnu/bin/make  fatest test-xpath test-load test-save test-api test-run test-interpreter.sh lens-sudoers.sh lens-access.sh lens-activemq_conf.sh lens-activemq_xml.sh lens-aliases.sh lens-anacron.sh lens-approx.sh lens-apt_update_manager.sh lens-aptcacherngsecurity.sh lens-aptpreferences.sh lens-aptconf.sh lens-aptsource.sh lens-authorized_keys.sh lens-automaster.sh lens-automounter.sh lens-avahi.sh lens-backuppchosts.sh lens-bbhosts.sh lens-bootconf.sh lens-build.sh lens-cachefilesd.sh lens-carbon.sh lens-cgconfig.sh lens-cgrules.sh lens-channels.sh lens-chrony.sh lens-cobblersettings.sh lens-cobblermodules.sh lens-collectd.sh lens-cpanel.sh lens-cron.sh lens-crypttab.sh lens-cyrus_imapd.sh lens-cups.sh lens-darkice.sh lens-debctrl.sh lens-desktop.sh lens-device_map.sh lens-dhclient.sh lens-dhcpd.sh lens-dnsmasq.sh lens-dovecot.sh lens-dpkg.sh lens-dput.sh lens-erlang.sh lens-ethers.sh lens-exports.sh lens-fai_diskconfig.sh lens-fonts.sh lens-fstab.sh lens-fuse.sh lens-gdm.sh lens-group.sh lens-gshadow.sh lens-gtkbookmarks.sh lens-json.sh lens-hostname.sh lens-hosts.sh lens-hosts_access.sh lens-host_conf.sh lens-htpasswd.sh lens-httpd.sh lens-inetd.sh lens-inifile.sh lens-inittab.sh lens-inputrc.sh lens-interfaces.sh lens-iptables.sh lens-iproute2.sh lens-jettyrealm.sh lens-jmxaccess.sh lens-jmxpassword.sh lens-kdump.sh lens-keepalived.sh lens-known_hosts.sh lens-koji.sh lens-krb5.sh lens-jaas.sh lens-ldap.sh lens-ldif.sh lens-ldso.sh lens-lightdm.sh lens-limits.sh lens-login_defs.sh lens-logrotate.sh lens-logwatch.sh lens-lokkit.sh lens-lvm.sh lens-mcollective.sh lens-mdadm_conf.sh lens-memcached.sh lens-mke2fs.sh lens-modprobe.sh lens-modules.sh lens-modules_conf.sh lens-mongodbserver.sh lens-monit.sh lens-multipath.sh lens-mysql.sh lens-nagioscfg.sh lens-nagiosobjects.sh lens-netmasks.sh lens-networkmanager.sh lens-networks.sh lens-nginx.sh lens-ntp.sh lens-ntpd.sh lens-nrpe.sh lens-nsswitch.sh lens-odbc.sh lens-openshift_config.sh lens-openshift_http.sh lens-openshift_quickstarts.sh lens-openvpn.sh lens-pagekite.sh lens-pam.sh lens-pamconf.sh lens-passwd.sh lens-pbuilder.sh lens-pg_hba.sh lens-php.sh lens-phpvars.sh lens-postfix_access.sh lens-postfix_main.sh lens-postfix_master.sh lens-postfix_transport.sh lens-postfix_virtual.sh lens-postgresql.sh lens-properties.sh lens-protocols.sh lens-puppet.sh lens-puppet_auth.sh lens-puppetfileserver.sh lens-pythonpaste.sh lens-qpid.sh lens-quote.sh lens-rabbitmq.sh lens-redis.sh lens-reprepro_uploaders.sh lens-resolv.sh lens-rmt.sh lens-rsyncd.sh lens-rsyslog.sh lens-rx.sh lens-samba.sh lens-securetty.sh lens-services.sh lens-shadow.sh lens-shells.sh lens-shellvars.sh lens-shellvars_list.sh lens-simplelines.sh lens-simplevars.sh lens-sip_conf.sh lens-slapd.sh lens-smbusers.sh lens-solaris_system.sh lens-soma.sh lens-spacevars.sh lens-splunk.sh lens-squid.sh lens-ssh.sh lens-sshd.sh lens-sssd.sh lens-stunnel.sh lens-subversion.sh lens-sysconfig.sh lens-sysconfig_route.sh lens-syslog.sh lens-sysctl.sh lens-systemd.sh lens-thttpd.sh lens-tuned.sh lens-up2date.sh lens-updatedb.sh lens-util.sh lens-vfstab.sh lens-vmware_config.sh lens-vsftpd.sh lens-webmin.sh lens-wine.sh lens-xinetd.sh lens-xml.sh lens-xorg.sh lens-xymon.sh lens-xymon_alerting.sh lens-grub.sh lens-schroot.sh lens-xendconfsxp.sh lens-yum.sh test-get.sh test-augtool.sh test-put-symlink.sh test-put-symlink-augnew.sh test-put-symlink-augsave.sh test-put-symlink-augtemp.sh test-put-mount.sh test-put-mount-augnew.sh test-put-mount-augsave.sh test-save-empty.sh test-bug-1.sh test-idempotent.sh test-preserve.sh test-events-saved.sh test-save-mode.sh test-unlink-error.sh test-augtool-empty-line.sh test-augtool-modify-root.sh
-make[3]: Entering directory `$(@D)/tests'
-  CC       fatest.o
-  CC       cutest.o
-  CC       memory.o
-  CCLD     fatest
-  CC       test-xpath.o
-  CCLD     test-xpath
-  CC       test-load.o
-  CCLD     test-load
-  CC       test-save.o
-  CCLD     test-save
-  CC       test-api.o
-test-api.c: In function 'testNodeInfo':
-test-api.c:376:13: warning: implicit declaration of function 'basename' [-Wimplicit-function-declaration]
-             fbase = basename(filename_ac);
-             ^
-test-api.c:376:13: warning: nested extern declaration of 'basename' [-Wnested-externs]
-test-api.c:376:19: warning: assignment makes pointer from integer without a cast [enabled by default]
-             fbase = basename(filename_ac);
-                   ^
-  CCLD     test-api
-  CC       test-run.o
-  CCLD     test-run
-make[3]: Nothing to be done for `test-interpreter.sh'.
-make[3]: `lens-sudoers.sh' is up to date.
-make[3]: `lens-access.sh' is up to date.
-make[3]: `lens-activemq_conf.sh' is up to date.
-make[3]: `lens-activemq_xml.sh' is up to date.
-make[3]: `lens-aliases.sh' is up to date.
-make[3]: `lens-anacron.sh' is up to date.
-make[3]: `lens-approx.sh' is up to date.
-make[3]: `lens-apt_update_manager.sh' is up to date.
-make[3]: `lens-aptcacherngsecurity.sh' is up to date.
-make[3]: `lens-aptpreferences.sh' is up to date.
-make[3]: `lens-aptconf.sh' is up to date.
-make[3]: `lens-aptsource.sh' is up to date.
-make[3]: `lens-authorized_keys.sh' is up to date.
-make[3]: `lens-automaster.sh' is up to date.
-make[3]: `lens-automounter.sh' is up to date.
-make[3]: `lens-avahi.sh' is up to date.
-make[3]: `lens-backuppchosts.sh' is up to date.
-make[3]: `lens-bbhosts.sh' is up to date.
-make[3]: `lens-bootconf.sh' is up to date.
-make[3]: `lens-build.sh' is up to date.
-make[3]: `lens-cachefilesd.sh' is up to date.
-make[3]: `lens-carbon.sh' is up to date.
-make[3]: `lens-cgconfig.sh' is up to date.
-make[3]: `lens-cgrules.sh' is up to date.
-make[3]: `lens-channels.sh' is up to date.
-make[3]: `lens-chrony.sh' is up to date.
-make[3]: `lens-cobblersettings.sh' is up to date.
-make[3]: `lens-cobblermodules.sh' is up to date.
-make[3]: `lens-collectd.sh' is up to date.
-make[3]: `lens-cpanel.sh' is up to date.
-make[3]: `lens-cron.sh' is up to date.
-make[3]: `lens-crypttab.sh' is up to date.
-make[3]: `lens-cyrus_imapd.sh' is up to date.
-make[3]: `lens-cups.sh' is up to date.
-make[3]: `lens-darkice.sh' is up to date.
-make[3]: `lens-debctrl.sh' is up to date.
-make[3]: `lens-desktop.sh' is up to date.
-make[3]: `lens-device_map.sh' is up to date.
-make[3]: `lens-dhclient.sh' is up to date.
-make[3]: `lens-dhcpd.sh' is up to date.
-make[3]: `lens-dnsmasq.sh' is up to date.
-make[3]: `lens-dovecot.sh' is up to date.
-make[3]: `lens-dpkg.sh' is up to date.
-make[3]: `lens-dput.sh' is up to date.
-make[3]: `lens-erlang.sh' is up to date.
-make[3]: `lens-ethers.sh' is up to date.
-make[3]: `lens-exports.sh' is up to date.
-make[3]: `lens-fai_diskconfig.sh' is up to date.
-make[3]: `lens-fonts.sh' is up to date.
-make[3]: `lens-fstab.sh' is up to date.
-make[3]: `lens-fuse.sh' is up to date.
-make[3]: `lens-gdm.sh' is up to date.
-make[3]: `lens-group.sh' is up to date.
-make[3]: `lens-gshadow.sh' is up to date.
-make[3]: `lens-gtkbookmarks.sh' is up to date.
-make[3]: `lens-json.sh' is up to date.
-make[3]: `lens-hostname.sh' is up to date.
-make[3]: `lens-hosts.sh' is up to date.
-make[3]: `lens-hosts_access.sh' is up to date.
-make[3]: `lens-host_conf.sh' is up to date.
-make[3]: `lens-htpasswd.sh' is up to date.
-make[3]: `lens-httpd.sh' is up to date.
-make[3]: `lens-inetd.sh' is up to date.
-make[3]: `lens-inifile.sh' is up to date.
-make[3]: `lens-inittab.sh' is up to date.
-make[3]: `lens-inputrc.sh' is up to date.
-make[3]: `lens-interfaces.sh' is up to date.
-make[3]: `lens-iptables.sh' is up to date.
-make[3]: `lens-iproute2.sh' is up to date.
-make[3]: `lens-jettyrealm.sh' is up to date.
-make[3]: `lens-jmxaccess.sh' is up to date.
-make[3]: `lens-jmxpassword.sh' is up to date.
-make[3]: `lens-kdump.sh' is up to date.
-make[3]: `lens-keepalived.sh' is up to date.
-make[3]: `lens-known_hosts.sh' is up to date.
-make[3]: `lens-koji.sh' is up to date.
-make[3]: `lens-krb5.sh' is up to date.
-make[3]: `lens-jaas.sh' is up to date.
-make[3]: `lens-ldap.sh' is up to date.
-make[3]: `lens-ldif.sh' is up to date.
-make[3]: `lens-ldso.sh' is up to date.
-make[3]: `lens-lightdm.sh' is up to date.
-make[3]: `lens-limits.sh' is up to date.
-make[3]: `lens-login_defs.sh' is up to date.
-make[3]: `lens-logrotate.sh' is up to date.
-make[3]: `lens-logwatch.sh' is up to date.
-make[3]: `lens-lokkit.sh' is up to date.
-make[3]: `lens-lvm.sh' is up to date.
-make[3]: `lens-mcollective.sh' is up to date.
-make[3]: `lens-mdadm_conf.sh' is up to date.
-make[3]: `lens-memcached.sh' is up to date.
-make[3]: `lens-mke2fs.sh' is up to date.
-make[3]: `lens-modprobe.sh' is up to date.
-make[3]: `lens-modules.sh' is up to date.
-make[3]: `lens-modules_conf.sh' is up to date.
-make[3]: `lens-mongodbserver.sh' is up to date.
-make[3]: `lens-monit.sh' is up to date.
-make[3]: `lens-multipath.sh' is up to date.
-make[3]: `lens-mysql.sh' is up to date.
-make[3]: `lens-nagioscfg.sh' is up to date.
-make[3]: `lens-nagiosobjects.sh' is up to date.
-make[3]: `lens-netmasks.sh' is up to date.
-make[3]: `lens-networkmanager.sh' is up to date.
-make[3]: `lens-networks.sh' is up to date.
-make[3]: `lens-nginx.sh' is up to date.
-make[3]: `lens-ntp.sh' is up to date.
-make[3]: `lens-ntpd.sh' is up to date.
-make[3]: `lens-nrpe.sh' is up to date.
-make[3]: `lens-nsswitch.sh' is up to date.
-make[3]: `lens-odbc.sh' is up to date.
-make[3]: `lens-openshift_config.sh' is up to date.
-make[3]: `lens-openshift_http.sh' is up to date.
-make[3]: `lens-openshift_quickstarts.sh' is up to date.
-make[3]: `lens-openvpn.sh' is up to date.
-make[3]: `lens-pagekite.sh' is up to date.
-make[3]: `lens-pam.sh' is up to date.
-make[3]: `lens-pamconf.sh' is up to date.
-make[3]: `lens-passwd.sh' is up to date.
-make[3]: `lens-pbuilder.sh' is up to date.
-make[3]: `lens-pg_hba.sh' is up to date.
-make[3]: `lens-php.sh' is up to date.
-make[3]: `lens-phpvars.sh' is up to date.
-make[3]: `lens-postfix_access.sh' is up to date.
-make[3]: `lens-postfix_main.sh' is up to date.
-make[3]: `lens-postfix_master.sh' is up to date.
-make[3]: `lens-postfix_transport.sh' is up to date.
-make[3]: `lens-postfix_virtual.sh' is up to date.
-make[3]: `lens-postgresql.sh' is up to date.
-make[3]: `lens-properties.sh' is up to date.
-make[3]: `lens-protocols.sh' is up to date.
-make[3]: `lens-puppet.sh' is up to date.
-make[3]: `lens-puppet_auth.sh' is up to date.
-make[3]: `lens-puppetfileserver.sh' is up to date.
-make[3]: `lens-pythonpaste.sh' is up to date.
-make[3]: `lens-qpid.sh' is up to date.
-make[3]: `lens-quote.sh' is up to date.
-make[3]: `lens-rabbitmq.sh' is up to date.
-make[3]: `lens-redis.sh' is up to date.
-make[3]: `lens-reprepro_uploaders.sh' is up to date.
-make[3]: `lens-resolv.sh' is up to date.
-make[3]: `lens-rmt.sh' is up to date.
-make[3]: `lens-rsyncd.sh' is up to date.
-make[3]: `lens-rsyslog.sh' is up to date.
-make[3]: `lens-rx.sh' is up to date.
-make[3]: `lens-samba.sh' is up to date.
-make[3]: `lens-securetty.sh' is up to date.
-make[3]: `lens-services.sh' is up to date.
-make[3]: `lens-shadow.sh' is up to date.
-make[3]: `lens-shells.sh' is up to date.
-make[3]: `lens-shellvars.sh' is up to date.
-make[3]: `lens-shellvars_list.sh' is up to date.
-make[3]: `lens-simplelines.sh' is up to date.
-make[3]: `lens-simplevars.sh' is up to date.
-make[3]: `lens-sip_conf.sh' is up to date.
-make[3]: `lens-slapd.sh' is up to date.
-make[3]: `lens-smbusers.sh' is up to date.
-make[3]: `lens-solaris_system.sh' is up to date.
-make[3]: `lens-soma.sh' is up to date.
-make[3]: `lens-spacevars.sh' is up to date.
-make[3]: `lens-splunk.sh' is up to date.
-make[3]: `lens-squid.sh' is up to date.
-make[3]: `lens-ssh.sh' is up to date.
-make[3]: `lens-sshd.sh' is up to date.
-make[3]: `lens-sssd.sh' is up to date.
-make[3]: `lens-stunnel.sh' is up to date.
-make[3]: `lens-subversion.sh' is up to date.
-make[3]: `lens-sysconfig.sh' is up to date.
-make[3]: `lens-sysconfig_route.sh' is up to date.
-make[3]: `lens-syslog.sh' is up to date.
-make[3]: `lens-sysctl.sh' is up to date.
-make[3]: `lens-systemd.sh' is up to date.
-make[3]: `lens-thttpd.sh' is up to date.
-make[3]: `lens-tuned.sh' is up to date.
-make[3]: `lens-up2date.sh' is up to date.
-make[3]: `lens-updatedb.sh' is up to date.
-make[3]: `lens-util.sh' is up to date.
-make[3]: `lens-vfstab.sh' is up to date.
-make[3]: `lens-vmware_config.sh' is up to date.
-make[3]: `lens-vsftpd.sh' is up to date.
-make[3]: `lens-webmin.sh' is up to date.
-make[3]: `lens-wine.sh' is up to date.
-make[3]: `lens-xinetd.sh' is up to date.
-make[3]: `lens-xml.sh' is up to date.
-make[3]: `lens-xorg.sh' is up to date.
-make[3]: `lens-xymon.sh' is up to date.
-make[3]: `lens-xymon_alerting.sh' is up to date.
-make[3]: `lens-grub.sh' is up to date.
-make[3]: `lens-schroot.sh' is up to date.
-make[3]: `lens-xendconfsxp.sh' is up to date.
-make[3]: `lens-yum.sh' is up to date.
-make[3]: Nothing to be done for `test-get.sh'.
-make[3]: Nothing to be done for `test-augtool.sh'.
-make[3]: Nothing to be done for `test-put-symlink.sh'.
-make[3]: Nothing to be done for `test-put-symlink-augnew.sh'.
-make[3]: Nothing to be done for `test-put-symlink-augsave.sh'.
-make[3]: Nothing to be done for `test-put-symlink-augtemp.sh'.
-make[3]: Nothing to be done for `test-put-mount.sh'.
-make[3]: Nothing to be done for `test-put-mount-augnew.sh'.
-make[3]: Nothing to be done for `test-put-mount-augsave.sh'.
-make[3]: Nothing to be done for `test-save-empty.sh'.
-make[3]: Nothing to be done for `test-bug-1.sh'.
-make[3]: Nothing to be done for `test-idempotent.sh'.
-make[3]: Nothing to be done for `test-preserve.sh'.
-make[3]: Nothing to be done for `test-events-saved.sh'.
-make[3]: Nothing to be done for `test-save-mode.sh'.
-make[3]: Nothing to be done for `test-unlink-error.sh'.
-make[3]: Nothing to be done for `test-augtool-empty-line.sh'.
-make[3]: Nothing to be done for `test-augtool-modify-root.sh'.
-make[3]: Leaving directory `$(@D)/tests'
-/usr/gnu/bin/make  check-TESTS
-make[3]: Entering directory `$(@D)/tests'
-make[4]: Entering directory `$(@D)/tests'
 PASS: test-interpreter.sh
 PASS: lens-sudoers.sh
 PASS: lens-access.sh
@@ -983,41 +313,8 @@
 PASS: test-save
 PASS: test-api
 PASS: test-run
-make[5]: Entering directory `$(@D)/tests'
-make[5]: Nothing to be done for `all'.
-make[5]: Leaving directory `$(@D)/tests'
-============================================================================
-Testsuite summary for augeas 1.3.0
-============================================================================
-# TOTAL: 215
 # PASS:  212
 # SKIP:  3
 # XFAIL: 0
 # FAIL:  0
 # XPASS: 0
-# ERROR: 0
-============================================================================
-make[4]: Leaving directory `$(@D)/tests'
-make[3]: Leaving directory `$(@D)/tests'
-make[2]: Leaving directory `$(@D)/tests'
-Making check in man
-make[2]: Entering directory `$(@D)/man'
-make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `$(@D)/man'
-Making check in doc
-make[2]: Entering directory `$(@D)/doc'
-Making check in naturaldocs
-make[3]: Entering directory `$(@D)/doc/naturaldocs'
-make[3]: Nothing to be done for `check'.
-make[3]: Leaving directory `$(@D)/doc/naturaldocs'
-make[3]: Entering directory `$(@D)/doc'
-make[3]: Nothing to be done for `check-am'.
-make[3]: Leaving directory `$(@D)/doc'
-make[2]: Leaving directory `$(@D)/doc'
-Making check in examples
-make[2]: Entering directory `$(@D)/examples'
-make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `$(@D)/examples'
-make[2]: Entering directory `$(@D)'
-make[2]: Leaving directory `$(@D)'
-make[1]: Leaving directory `$(@D)'