Stefano Lattarini skrev 2011-10-25 13:44:
> I'd like to push the attached patch to the `msvc' branch.
> 
> Peter, could you take a look at the patch, and preferably also
> test it?  I want to have your ACK before proceeding.

I tested it and have some comments, inline in below snipped patch:

> diff --git a/ChangeLog b/ChangeLog
...
> +2011-10-25  Peter Rosin  <p...@lysator.liu.se>

Not really true, at least I have no memories of this :-)

> diff --git a/tests/ar-lib5a.test b/tests/ar-lib5a.test
...
> +cat - "$testsrcdir"/../lib > auxdir/ar-lib << 'END'

Needs to be
cat - "$testsrcdir"/../lib/ar-lib > auxdir/ar-lib << 'END'

> +#! /bin/sh
> +: > ar-lib-worked
>  END
>  chmod +x auxdir/ar-lib
>  
> diff --git a/tests/ar-lib5b.test b/tests/ar-lib5b.test
> index 181c24b..52deab5 100755
> --- a/tests/ar-lib5b.test
> +++ b/tests/ar-lib5b.test
> @@ -51,7 +51,7 @@ END
>  
>  mkdir auxdir
>  cat > auxdir/ar-lib << 'END'
> -# /bin/sh
> +#! /bin/sh
>  :> ar-lib-worked

Why didn't you add a space here? Keep the tests in sync, ya know... :-) :-)

I have attached the verbose output of the two tests.  Looks ok to me.

Cheers,
Peter
PASS: ar-lib5a.test (exit: 0)
=============================

/home/peda/automake/tests:/c/Program Files (x86)/Microsoft F#/v4.0/:/c/Program 
Files (x86)/Microsoft Visual Studio 10.0/VSTSDB/Deploy:/c/Program Files 
(x86)/Microsoft Visual Studio 10.0/Common7/IDE/:/c/Program Files 
(x86)/Microsoft Visual Studio 10.0/VC/BIN:/c/Program Files (x86)/Microsoft 
Visual Studio 
10.0/Common7/Tools/:/c/Windows/Microsoft.NET/Framework/v4.0.30319:/c/Windows/Microsoft.NET/Framework/v3.5:/c/Program
 Files (x86)/Microsoft Visual Studio 10.0/VC/VCPackages:/c/Program Files 
(x86)/HTML Help Workshop:/c/Program Files (x86)/Microsoft Visual Studio 
10.0/Team Tools/Performance Tools:/c/Program Files (x86)/Microsoft 
SDKs/Windows/v7.0A/bin/NETFX 4.0 
Tools:.:/usr/local/bin:/mingw/bin:/bin:/c/Program Files/Common Files/Microsoft 
Shared/Windows Live:/c/Program Files (x86)/Common Files/Microsoft 
Shared/Windows 
Live:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/c/Program
 Files (x86)/Windows Live/Shared:/c/Program Files (x86)/Common Files/Roxio 
Shared/DLLShared/:/c/Program Files (x86)/Common Files/Roxio 
Shared/OEM/DLLShared/:/c/Program Files (x86)/Common Files/Roxio 
Shared/OEM/DLLShared/:/c/Program Files (x86)/Common Files/Roxio 
Shared/OEM/12.0/DLLShared/:/c/Program Files 
(x86)/Roxio/OEM/AudioCore/:/c/Program Files 
(x86)/Raisonance/Ride/bin:/c/Program Files (x86)/Microsoft SQL 
Server/100/Tools/Binn/:/c/Program Files/Microsoft SQL 
Server/100/Tools/Binn/:/c/Program Files/Microsoft SQL Server/100/DTS/Binn/
ar-lib5a: running lib -out:defstest.lib
Microsoft (R) Library Manager Version 10.00.40219.01
Copyright (C) Microsoft Corporation.  All rights reserved.

=== Running test ./ar-lib5a.test
++ pwd
/home/peda/automake/tests/ar-lib5a.dir
+ set -e
+ cat
+ cat
+ cat
+ mkdir auxdir
+ cat - /home/peda/automake/tests/../lib/ar-lib
+ chmod +x auxdir/ar-lib
+ aclocal-1.11 -Werror
+ autoconf
+ automake-1.11 --foreign -Werror -Wall --add-missing
configure.in:3: installing `auxdir/install-sh'
configure.in:3: installing `auxdir/missing'
Makefile.am: installing `auxdir/depcomp'
+ /bin/grep -F am_cv_ar_interface= configure
  am_cv_ar_interface=ar
        am_cv_ar_interface=ar
          am_cv_ar_interface=lib
+ ./configure AR=lib RANLIB=:
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking the archiver (lib) interface... lib
checking for ranlib... :
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make check
gcc -DPACKAGE_NAME=\"ar-lib5a\" -DPACKAGE_TARNAME=\"ar-lib5a\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"ar-lib5a\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"ar-lib5a\" 
-DVERSION=\"1.0\" -I.     -g -O2 -MT wish.o -MD -MP -MF .deps/wish.Tpo -c -o 
wish.o wish.c
mv -f .deps/wish.Tpo .deps/wish.Po
rm -f libwish.a
/home/peda/automake/tests/ar-lib5a.dir/auxdir/ar-lib lib cru libwish.a wish.o 
: libwish.a
make  check-local
make[1]: Entering directory `/home/peda/automake/tests/ar-lib5a.dir'
test x'lib' = x'lib'
test -f ar-lib-worked
test -f libwish.a
make[1]: Leaving directory `/home/peda/automake/tests/ar-lib5a.dir'
+ make distcheck 'DISTCHECK_CONFIGURE_FLAGS=AR=lib RANLIB=:'
{ test ! -d "ar-lib5a-1.0" || { find "ar-lib5a-1.0" -type d ! -perm -200 -exec 
chmod u+w {} ';' && rm -fr "ar-lib5a-1.0"; }; }
test -d "ar-lib5a-1.0" || mkdir "ar-lib5a-1.0"
test -n "" \
        || find "ar-lib5a-1.0" -type d ! -perm -755 \
                -exec chmod u+rwx,go+rx {} \; -o \
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
          ! -type d ! -perm -444 -exec /bin/sh 
/home/peda/automake/tests/ar-lib5a.dir/auxdir/install-sh -c -m a+r {} {} \; \
        || chmod -R a+r "ar-lib5a-1.0"
tardir=ar-lib5a-1.0 && /bin/sh 
/home/peda/automake/tests/ar-lib5a.dir/auxdir/missing --run tar chof - 
"$tardir" | GZIP=--best gzip -c >ar-lib5a-1.0.tar.gz
{ test ! -d "ar-lib5a-1.0" || { find "ar-lib5a-1.0" -type d ! -perm -200 -exec 
chmod u+w {} ';' && rm -fr "ar-lib5a-1.0"; }; }
case 'ar-lib5a-1.0.tar.gz' in \
        *.tar.gz*) \
          GZIP=--best gzip -dc ar-lib5a-1.0.tar.gz | /bin/sh 
/home/peda/automake/tests/ar-lib5a.dir/auxdir/missing --run tar xf - ;;\
        *.tar.bz2*) \
          bzip2 -dc ar-lib5a-1.0.tar.bz2 | /bin/sh 
/home/peda/automake/tests/ar-lib5a.dir/auxdir/missing --run tar xf - ;;\
        *.tar.lzma*) \
          lzma -dc ar-lib5a-1.0.tar.lzma | /bin/sh 
/home/peda/automake/tests/ar-lib5a.dir/auxdir/missing --run tar xf - ;;\
        *.tar.xz*) \
          xz -dc ar-lib5a-1.0.tar.xz | /bin/sh 
/home/peda/automake/tests/ar-lib5a.dir/auxdir/missing --run tar xf - ;;\
        *.tar.Z*) \
          uncompress -c ar-lib5a-1.0.tar.Z | /bin/sh 
/home/peda/automake/tests/ar-lib5a.dir/auxdir/missing --run tar xf - ;;\
        *.shar.gz*) \
          GZIP=--best gzip -dc ar-lib5a-1.0.shar.gz | unshar ;;\
        *.zip*) \
          unzip ar-lib5a-1.0.zip ;;\
        esac
tar: ar-lib5a-1.0/auxdir: time stamp 2011-10-25 15:03:14 is 0.018 s in the 
future
tar: ar-lib5a-1.0: time stamp 2011-10-25 15:03:14 is 0.012 s in the future
chmod -R a-w ar-lib5a-1.0; chmod a+w ar-lib5a-1.0
mkdir ar-lib5a-1.0/_build
mkdir ar-lib5a-1.0/_inst
chmod a-w ar-lib5a-1.0
test -d ar-lib5a-1.0/_build || exit 0; \
        dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd ar-lib5a-1.0/_inst && 
pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
          && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \
          && am__cwd=`pwd` \
          && CDPATH="${ZSH_VERSION+.}:" && cd ar-lib5a-1.0/_build \
          && ../configure --srcdir=.. --prefix="$dc_install_base" \
             \
            AR=lib RANLIB=: \
          && make  \
          && make  dvi \
          && make  check \
          && make  install \
          && make  installcheck \
          && make  uninstall \
          && make  distuninstallcheck_dir="$dc_install_base" \
                distuninstallcheck \
          && chmod -R a-w "$dc_install_base" \
          && ({ \
               (cd ../.. && umask 077 && mkdir "$dc_destdir") \
               && make  DESTDIR="$dc_destdir" install \
               && make  DESTDIR="$dc_destdir" uninstall \
               && make  DESTDIR="$dc_destdir" \
                    distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \
              } || { rm -rf "$dc_destdir"; exit 1; }) \
          && rm -rf "$dc_destdir" \
          && make  dist \
          && rm -rf ar-lib5a-1.0.tar.gz \
          && make  distcleancheck \
          && cd "$am__cwd" \
          || exit 1
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking the archiver (lib) interface... lib
checking for ranlib... :
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
make[1]: Entering directory 
`/home/peda/automake/tests/ar-lib5a.dir/ar-lib5a-1.0/_build'
gcc -DPACKAGE_NAME=\"ar-lib5a\" -DPACKAGE_TARNAME=\"ar-lib5a\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"ar-lib5a\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"ar-lib5a\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT wish.o -MD -MP -MF .deps/wish.Tpo -c 
-o wish.o ../wish.c
mv -f .deps/wish.Tpo .deps/wish.Po
rm -f libwish.a
/home/peda/automake/tests/ar-lib5a.dir/ar-lib5a-1.0/auxdir/ar-lib lib cru 
libwish.a wish.o 
: libwish.a
make[1]: Leaving directory 
`/home/peda/automake/tests/ar-lib5a.dir/ar-lib5a-1.0/_build'
make[1]: Entering directory 
`/home/peda/automake/tests/ar-lib5a.dir/ar-lib5a-1.0/_build'
make[1]: Nothing to be done for `dvi'.
make[1]: Leaving directory 
`/home/peda/automake/tests/ar-lib5a.dir/ar-lib5a-1.0/_build'
make[1]: Entering directory 
`/home/peda/automake/tests/ar-lib5a.dir/ar-lib5a-1.0/_build'
make  check-local
make[2]: Entering directory 
`/home/peda/automake/tests/ar-lib5a.dir/ar-lib5a-1.0/_build'
test x'lib' = x'lib'
test -f ar-lib-worked
test -f libwish.a
make[2]: Leaving directory 
`/home/peda/automake/tests/ar-lib5a.dir/ar-lib5a-1.0/_build'
make[1]: Leaving directory 
`/home/peda/automake/tests/ar-lib5a.dir/ar-lib5a-1.0/_build'
make[1]: Entering directory 
`/home/peda/automake/tests/ar-lib5a.dir/ar-lib5a-1.0/_build'
make[2]: Entering directory 
`/home/peda/automake/tests/ar-lib5a.dir/ar-lib5a-1.0/_build'
test -z "/home/peda/automake/tests/ar-lib5a.dir/ar-lib5a-1.0/_inst/lib" || 
/bin/mkdir -p "/home/peda/automake/tests/ar-lib5a.dir/ar-lib5a-1.0/_inst/lib"
 /bin/install -c -m 644  libwish.a 
'/home/peda/automake/tests/ar-lib5a.dir/ar-lib5a-1.0/_inst/lib'
 ( cd '/home/peda/automake/tests/ar-lib5a.dir/ar-lib5a-1.0/_inst/lib' && : 
libwish.a )
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory 
`/home/peda/automake/tests/ar-lib5a.dir/ar-lib5a-1.0/_build'
make[1]: Leaving directory 
`/home/peda/automake/tests/ar-lib5a.dir/ar-lib5a-1.0/_build'
make[1]: Entering directory 
`/home/peda/automake/tests/ar-lib5a.dir/ar-lib5a-1.0/_build'
make[1]: Nothing to be done for `installcheck'.
make[1]: Leaving directory 
`/home/peda/automake/tests/ar-lib5a.dir/ar-lib5a-1.0/_build'
make[1]: Entering directory 
`/home/peda/automake/tests/ar-lib5a.dir/ar-lib5a-1.0/_build'
 ( cd '/home/peda/automake/tests/ar-lib5a.dir/ar-lib5a-1.0/_inst/lib' && rm -f 
libwish.a )
make[1]: Leaving directory 
`/home/peda/automake/tests/ar-lib5a.dir/ar-lib5a-1.0/_build'
make[1]: Entering directory 
`/home/peda/automake/tests/ar-lib5a.dir/ar-lib5a-1.0/_build'
make[1]: Leaving directory 
`/home/peda/automake/tests/ar-lib5a.dir/ar-lib5a-1.0/_build'
make[1]: Entering directory 
`/home/peda/automake/tests/ar-lib5a.dir/ar-lib5a-1.0/_build'
make[2]: Entering directory 
`/home/peda/automake/tests/ar-lib5a.dir/ar-lib5a-1.0/_build'
test -z "/home/peda/automake/tests/ar-lib5a.dir/ar-lib5a-1.0/_inst/lib" || 
/bin/mkdir -p 
"/tmp/am-dc-9112//home/peda/automake/tests/ar-lib5a.dir/ar-lib5a-1.0/_inst/lib"
 /bin/install -c -m 644  libwish.a 
'/tmp/am-dc-9112//home/peda/automake/tests/ar-lib5a.dir/ar-lib5a-1.0/_inst/lib'
 ( cd 
'/tmp/am-dc-9112//home/peda/automake/tests/ar-lib5a.dir/ar-lib5a-1.0/_inst/lib' 
&& : libwish.a )
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory 
`/home/peda/automake/tests/ar-lib5a.dir/ar-lib5a-1.0/_build'
make[1]: Leaving directory 
`/home/peda/automake/tests/ar-lib5a.dir/ar-lib5a-1.0/_build'
make[1]: Entering directory 
`/home/peda/automake/tests/ar-lib5a.dir/ar-lib5a-1.0/_build'
 ( cd 
'/tmp/am-dc-9112//home/peda/automake/tests/ar-lib5a.dir/ar-lib5a-1.0/_inst/lib' 
&& rm -f libwish.a )
make[1]: Leaving directory 
`/home/peda/automake/tests/ar-lib5a.dir/ar-lib5a-1.0/_build'
make[1]: Entering directory 
`/home/peda/automake/tests/ar-lib5a.dir/ar-lib5a-1.0/_build'
make[1]: Leaving directory 
`/home/peda/automake/tests/ar-lib5a.dir/ar-lib5a-1.0/_build'
make[1]: Entering directory 
`/home/peda/automake/tests/ar-lib5a.dir/ar-lib5a-1.0/_build'
{ test ! -d "ar-lib5a-1.0" || { find "ar-lib5a-1.0" -type d ! -perm -200 -exec 
chmod u+w {} ';' && rm -fr "ar-lib5a-1.0"; }; }
test -d "ar-lib5a-1.0" || mkdir "ar-lib5a-1.0"
test -n "" \
        || find "ar-lib5a-1.0" -type d ! -perm -755 \
                -exec chmod u+rwx,go+rx {} \; -o \
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
          ! -type d ! -perm -444 -exec /bin/sh 
/home/peda/automake/tests/ar-lib5a.dir/ar-lib5a-1.0/auxdir/install-sh -c -m a+r 
{} {} \; \
        || chmod -R a+r "ar-lib5a-1.0"
tardir=ar-lib5a-1.0 && /bin/sh 
/home/peda/automake/tests/ar-lib5a.dir/ar-lib5a-1.0/auxdir/missing --run tar 
chof - "$tardir" | GZIP=--best gzip -c >ar-lib5a-1.0.tar.gz
{ test ! -d "ar-lib5a-1.0" || { find "ar-lib5a-1.0" -type d ! -perm -200 -exec 
chmod u+w {} ';' && rm -fr "ar-lib5a-1.0"; }; }
make[1]: Leaving directory 
`/home/peda/automake/tests/ar-lib5a.dir/ar-lib5a-1.0/_build'
make[1]: Entering directory 
`/home/peda/automake/tests/ar-lib5a.dir/ar-lib5a-1.0/_build'
test -z "libwish.a" || rm -f libwish.a
rm -f *.o
test -z "ar-lib-worked" || rm -f ar-lib-worked
rm -f *.tab.c
test -z "" || rm -f 
test . = ".." || test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f config.status config.cache config.log configure.lineno 
config.status.lineno
rm -rf ./.deps
rm -f Makefile
make[1]: Leaving directory 
`/home/peda/automake/tests/ar-lib5a.dir/ar-lib5a-1.0/_build'
{ test ! -d "ar-lib5a-1.0" || { find "ar-lib5a-1.0" -type d ! -perm -200 -exec 
chmod u+w {} ';' && rm -fr "ar-lib5a-1.0"; }; }
==============================================
ar-lib5a-1.0 archives ready for distribution: 
ar-lib5a-1.0.tar.gz
==============================================
+ :
+ exit_status=0
+ set +e
+ cd /home/peda/automake/tests
+ case $exit_status,$keep_testdirs in
+ find ar-lib5a.dir -type d '!' -perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf ar-lib5a.dir
+ test 0 '!=' 0
+ echo 'ar-lib5a: exit 0'
ar-lib5a: exit 0
+ exit 0
PASS: ar-lib5b.test (exit: 0)
=============================

/home/peda/automake/tests:/c/Program Files (x86)/Microsoft F#/v4.0/:/c/Program 
Files (x86)/Microsoft Visual Studio 10.0/VSTSDB/Deploy:/c/Program Files 
(x86)/Microsoft Visual Studio 10.0/Common7/IDE/:/c/Program Files 
(x86)/Microsoft Visual Studio 10.0/VC/BIN:/c/Program Files (x86)/Microsoft 
Visual Studio 
10.0/Common7/Tools/:/c/Windows/Microsoft.NET/Framework/v4.0.30319:/c/Windows/Microsoft.NET/Framework/v3.5:/c/Program
 Files (x86)/Microsoft Visual Studio 10.0/VC/VCPackages:/c/Program Files 
(x86)/HTML Help Workshop:/c/Program Files (x86)/Microsoft Visual Studio 
10.0/Team Tools/Performance Tools:/c/Program Files (x86)/Microsoft 
SDKs/Windows/v7.0A/bin/NETFX 4.0 
Tools:.:/usr/local/bin:/mingw/bin:/bin:/c/Program Files/Common Files/Microsoft 
Shared/Windows Live:/c/Program Files (x86)/Common Files/Microsoft 
Shared/Windows 
Live:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/c/Program
 Files (x86)/Windows Live/Shared:/c/Program Files (x86)/Common Files/Roxio 
Shared/DLLShared/:/c/Program Files (x86)/Common Files/Roxio 
Shared/OEM/DLLShared/:/c/Program Files (x86)/Common Files/Roxio 
Shared/OEM/DLLShared/:/c/Program Files (x86)/Common Files/Roxio 
Shared/OEM/12.0/DLLShared/:/c/Program Files 
(x86)/Roxio/OEM/AudioCore/:/c/Program Files 
(x86)/Raisonance/Ride/bin:/c/Program Files (x86)/Microsoft SQL 
Server/100/Tools/Binn/:/c/Program Files/Microsoft SQL 
Server/100/Tools/Binn/:/c/Program Files/Microsoft SQL Server/100/DTS/Binn/
=== Running test ./ar-lib5b.test
++ pwd
/home/peda/automake/tests/ar-lib5b.dir
+ set -e
+ cat
+ cat
+ cat
+ mkdir auxdir
+ cat
+ chmod +x auxdir/ar-lib
+ mkdir bin
+ cat
+ chmod +x bin/lib
++ pwd
+ 
PATH='/home/peda/automake/tests/ar-lib5b.dir/bin:/home/peda/automake/tests:/c/Program
 Files (x86)/Microsoft F#/v4.0/:/c/Program Files (x86)/Microsoft Visual Studio 
10.0/VSTSDB/Deploy:/c/Program Files (x86)/Microsoft Visual Studio 
10.0/Common7/IDE/:/c/Program Files (x86)/Microsoft Visual Studio 
10.0/VC/BIN:/c/Program Files (x86)/Microsoft Visual Studio 
10.0/Common7/Tools/:/c/Windows/Microsoft.NET/Framework/v4.0.30319:/c/Windows/Microsoft.NET/Framework/v3.5:/c/Program
 Files (x86)/Microsoft Visual Studio 10.0/VC/VCPackages:/c/Program Files 
(x86)/HTML Help Workshop:/c/Program Files (x86)/Microsoft Visual Studio 
10.0/Team Tools/Performance Tools:/c/Program Files (x86)/Microsoft 
SDKs/Windows/v7.0A/bin/NETFX 4.0 
Tools:.:/usr/local/bin:/mingw/bin:/bin:/c/Program Files/Common Files/Microsoft 
Shared/Windows Live:/c/Program Files (x86)/Common Files/Microsoft 
Shared/Windows 
Live:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/c/Program
 Files (x86)/Windows Live/Shared:/c/Program Files (x86)/Common Files/Roxio 
Shared/DLLShared/:/c/Program Files (x86)/Common Files/Roxio 
Shared/OEM/DLLShared/:/c/Program Files (x86)/Common Files/Roxio 
Shared/OEM/DLLShared/:/c/Program Files (x86)/Common Files/Roxio 
Shared/OEM/12.0/DLLShared/:/c/Program Files 
(x86)/Roxio/OEM/AudioCore/:/c/Program Files 
(x86)/Raisonance/Ride/bin:/c/Program Files (x86)/Microsoft SQL 
Server/100/Tools/Binn/:/c/Program Files/Microsoft SQL 
Server/100/Tools/Binn/:/c/Program Files/Microsoft SQL Server/100/DTS/Binn/'
+ export PATH
+ aclocal-1.11 -Werror
+ autoconf
+ automake-1.11 --foreign -Werror -Wall --add-missing
configure.in:3: installing `auxdir/install-sh'
configure.in:3: installing `auxdir/missing'
Makefile.am: installing `auxdir/depcomp'
+ /bin/grep -F am_cv_ar_interface= configure
  am_cv_ar_interface=ar
        am_cv_ar_interface=ar
          am_cv_ar_interface=lib
+ ./configure AR=lib RANLIB=:
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking the archiver (lib) interface... lib
checking for ranlib... :
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make check
gcc -DPACKAGE_NAME=\"ar-lib5b\" -DPACKAGE_TARNAME=\"ar-lib5b\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"ar-lib5b\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"ar-lib5b\" 
-DVERSION=\"1.0\" -I.     -g -O2 -MT wish.o -MD -MP -MF .deps/wish.Tpo -c -o 
wish.o wish.c
mv -f .deps/wish.Tpo .deps/wish.Po
rm -f libwish.a
/home/peda/automake/tests/ar-lib5b.dir/auxdir/ar-lib lib cru libwish.a wish.o 
: libwish.a
make  check-local
make[1]: Entering directory `/home/peda/automake/tests/ar-lib5b.dir'
test x'lib' = x'lib'
test -f ar-lib-worked
make[1]: Leaving directory `/home/peda/automake/tests/ar-lib5b.dir'
+ make distcheck 'DISTCHECK_CONFIGURE_FLAGS=AR=lib RANLIB=:'
{ test ! -d "ar-lib5b-1.0" || { find "ar-lib5b-1.0" -type d ! -perm -200 -exec 
chmod u+w {} ';' && rm -fr "ar-lib5b-1.0"; }; }
test -d "ar-lib5b-1.0" || mkdir "ar-lib5b-1.0"
test -n "" \
        || find "ar-lib5b-1.0" -type d ! -perm -755 \
                -exec chmod u+rwx,go+rx {} \; -o \
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
          ! -type d ! -perm -444 -exec /bin/sh 
/home/peda/automake/tests/ar-lib5b.dir/auxdir/install-sh -c -m a+r {} {} \; \
        || chmod -R a+r "ar-lib5b-1.0"
tardir=ar-lib5b-1.0 && /bin/sh 
/home/peda/automake/tests/ar-lib5b.dir/auxdir/missing --run tar chof - 
"$tardir" | GZIP=--best gzip -c >ar-lib5b-1.0.tar.gz
{ test ! -d "ar-lib5b-1.0" || { find "ar-lib5b-1.0" -type d ! -perm -200 -exec 
chmod u+w {} ';' && rm -fr "ar-lib5b-1.0"; }; }
case 'ar-lib5b-1.0.tar.gz' in \
        *.tar.gz*) \
          GZIP=--best gzip -dc ar-lib5b-1.0.tar.gz | /bin/sh 
/home/peda/automake/tests/ar-lib5b.dir/auxdir/missing --run tar xf - ;;\
        *.tar.bz2*) \
          bzip2 -dc ar-lib5b-1.0.tar.bz2 | /bin/sh 
/home/peda/automake/tests/ar-lib5b.dir/auxdir/missing --run tar xf - ;;\
        *.tar.lzma*) \
          lzma -dc ar-lib5b-1.0.tar.lzma | /bin/sh 
/home/peda/automake/tests/ar-lib5b.dir/auxdir/missing --run tar xf - ;;\
        *.tar.xz*) \
          xz -dc ar-lib5b-1.0.tar.xz | /bin/sh 
/home/peda/automake/tests/ar-lib5b.dir/auxdir/missing --run tar xf - ;;\
        *.tar.Z*) \
          uncompress -c ar-lib5b-1.0.tar.Z | /bin/sh 
/home/peda/automake/tests/ar-lib5b.dir/auxdir/missing --run tar xf - ;;\
        *.shar.gz*) \
          GZIP=--best gzip -dc ar-lib5b-1.0.shar.gz | unshar ;;\
        *.zip*) \
          unzip ar-lib5b-1.0.zip ;;\
        esac
chmod -R a-w ar-lib5b-1.0; chmod a+w ar-lib5b-1.0
mkdir ar-lib5b-1.0/_build
mkdir ar-lib5b-1.0/_inst
chmod a-w ar-lib5b-1.0
test -d ar-lib5b-1.0/_build || exit 0; \
        dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd ar-lib5b-1.0/_inst && 
pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
          && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \
          && am__cwd=`pwd` \
          && CDPATH="${ZSH_VERSION+.}:" && cd ar-lib5b-1.0/_build \
          && ../configure --srcdir=.. --prefix="$dc_install_base" \
             \
            AR=lib RANLIB=: \
          && make  \
          && make  dvi \
          && make  check \
          && make  install \
          && make  installcheck \
          && make  uninstall \
          && make  distuninstallcheck_dir="$dc_install_base" \
                distuninstallcheck \
          && chmod -R a-w "$dc_install_base" \
          && ({ \
               (cd ../.. && umask 077 && mkdir "$dc_destdir") \
               && make  DESTDIR="$dc_destdir" install \
               && make  DESTDIR="$dc_destdir" uninstall \
               && make  DESTDIR="$dc_destdir" \
                    distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \
              } || { rm -rf "$dc_destdir"; exit 1; }) \
          && rm -rf "$dc_destdir" \
          && make  dist \
          && rm -rf ar-lib5b-1.0.tar.gz \
          && make  distcleancheck \
          && cd "$am__cwd" \
          || exit 1
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking the archiver (lib) interface... lib
checking for ranlib... :
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
make[1]: Entering directory 
`/home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/_build'
gcc -DPACKAGE_NAME=\"ar-lib5b\" -DPACKAGE_TARNAME=\"ar-lib5b\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"ar-lib5b\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"ar-lib5b\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT wish.o -MD -MP -MF .deps/wish.Tpo -c 
-o wish.o ../wish.c
mv -f .deps/wish.Tpo .deps/wish.Po
rm -f libwish.a
/home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/auxdir/ar-lib lib cru 
libwish.a wish.o 
: libwish.a
make[1]: Leaving directory 
`/home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/_build'
make[1]: Entering directory 
`/home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/_build'
make[1]: Nothing to be done for `dvi'.
make[1]: Leaving directory 
`/home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/_build'
make[1]: Entering directory 
`/home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/_build'
rm -f libwish.a
/home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/auxdir/ar-lib lib cru 
libwish.a wish.o 
: libwish.a
make  check-local
make[2]: Entering directory 
`/home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/_build'
test x'lib' = x'lib'
test -f ar-lib-worked
make[2]: Leaving directory 
`/home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/_build'
make[1]: Leaving directory 
`/home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/_build'
make[1]: Entering directory 
`/home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/_build'
rm -f libwish.a
/home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/auxdir/ar-lib lib cru 
libwish.a wish.o 
: libwish.a
make[2]: Entering directory 
`/home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/_build'
rm -f libwish.a
/home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/auxdir/ar-lib lib cru 
libwish.a wish.o 
: libwish.a
test -z "/home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/_inst/lib" || 
/bin/mkdir -p "/home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/_inst/lib"
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory 
`/home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/_build'
make[1]: Leaving directory 
`/home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/_build'
make[1]: Entering directory 
`/home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/_build'
make[1]: Nothing to be done for `installcheck'.
make[1]: Leaving directory 
`/home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/_build'
make[1]: Entering directory 
`/home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/_build'
 ( cd '/home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/_inst/lib' && rm -f 
libwish.a )
make[1]: Leaving directory 
`/home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/_build'
make[1]: Entering directory 
`/home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/_build'
make[1]: Leaving directory 
`/home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/_build'
make[1]: Entering directory 
`/home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/_build'
rm -f libwish.a
/home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/auxdir/ar-lib lib cru 
libwish.a wish.o 
: libwish.a
make[2]: Entering directory 
`/home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/_build'
rm -f libwish.a
/home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/auxdir/ar-lib lib cru 
libwish.a wish.o 
: libwish.a
test -z "/home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/_inst/lib" || 
/bin/mkdir -p 
"/tmp/am-dc-17068//home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/_inst/lib"
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory 
`/home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/_build'
make[1]: Leaving directory 
`/home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/_build'
make[1]: Entering directory 
`/home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/_build'
 ( cd 
'/tmp/am-dc-17068//home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/_inst/lib'
 && rm -f libwish.a )
make[1]: Leaving directory 
`/home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/_build'
make[1]: Entering directory 
`/home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/_build'
make[1]: Leaving directory 
`/home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/_build'
make[1]: Entering directory 
`/home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/_build'
{ test ! -d "ar-lib5b-1.0" || { find "ar-lib5b-1.0" -type d ! -perm -200 -exec 
chmod u+w {} ';' && rm -fr "ar-lib5b-1.0"; }; }
test -d "ar-lib5b-1.0" || mkdir "ar-lib5b-1.0"
test -n "" \
        || find "ar-lib5b-1.0" -type d ! -perm -755 \
                -exec chmod u+rwx,go+rx {} \; -o \
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
          ! -type d ! -perm -444 -exec /bin/sh 
/home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/auxdir/install-sh -c -m a+r 
{} {} \; \
        || chmod -R a+r "ar-lib5b-1.0"
tardir=ar-lib5b-1.0 && /bin/sh 
/home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/auxdir/missing --run tar 
chof - "$tardir" | GZIP=--best gzip -c >ar-lib5b-1.0.tar.gz
{ test ! -d "ar-lib5b-1.0" || { find "ar-lib5b-1.0" -type d ! -perm -200 -exec 
chmod u+w {} ';' && rm -fr "ar-lib5b-1.0"; }; }
make[1]: Leaving directory 
`/home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/_build'
make[1]: Entering directory 
`/home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/_build'
test -z "libwish.a" || rm -f libwish.a
rm -f *.o
test -z "ar-lib-worked" || rm -f ar-lib-worked
rm -f *.tab.c
test -z "" || rm -f 
test . = ".." || test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f config.status config.cache config.log configure.lineno 
config.status.lineno
rm -rf ./.deps
rm -f Makefile
make[1]: Leaving directory 
`/home/peda/automake/tests/ar-lib5b.dir/ar-lib5b-1.0/_build'
{ test ! -d "ar-lib5b-1.0" || { find "ar-lib5b-1.0" -type d ! -perm -200 -exec 
chmod u+w {} ';' && rm -fr "ar-lib5b-1.0"; }; }
==============================================
ar-lib5b-1.0 archives ready for distribution: 
ar-lib5b-1.0.tar.gz
==============================================
+ :
+ exit_status=0
+ set +e
+ cd /home/peda/automake/tests
+ case $exit_status,$keep_testdirs in
+ find ar-lib5b.dir -type d '!' -perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf ar-lib5b.dir
+ test 0 '!=' 0
+ echo 'ar-lib5b: exit 0'
ar-lib5b: exit 0
+ exit 0

Reply via email to