bug-automake
[Top][All Lists]
Advanced

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

Re: automake-1.7.1 XFAIL/FAIL/SKIP results on NetBSD....


From: Greg A. Woods
Subject: Re: automake-1.7.1 XFAIL/FAIL/SKIP results on NetBSD....
Date: Wed, 20 Nov 2002 18:58:16 -0500 (EST)

[ On Wednesday, November 20, 2002 at 23:39:45 (+0100), Alexandre Duret-Lutz 
wrote: ]
> Subject: Re: automake-1.7.1 XFAIL/FAIL/SKIP results on NetBSD....
>
> Thanks a lot!  Could you send the output of
> 
>   env VERBOSE=x TESTS='texinfo13.test yacc7.test' make -e check

appended below....

Thanks for pointing me to a quick way to get to the details!


> The texinfo13.test failure is probably due to an old version of
> Texinfo (this test requires Texinfo >= 4.1).

Yes, that's probably it.  NetBSD includes an older version of texinfo in
the base system, and I've got 4.3 installed as an add-on package in
/usr/pkg.  I thought I could fix this by adjusting the PATH passed to
sub-makes in pkgsrc to include /usr/pkg/bin et al before the system
directories, but as you'll see below that doesn't quite seem to work....


>  I don't recall any
> recent report about yacc7.test.

Thanks to your suggestion it now looks like the yacc7.test failure is
due to an errant pkgsrc dependency problem -- bison depended on a
library that wasn't registered as a dependency and which had since been
de-installed.  Re-installing bison solves the problem as NetBSD's bison
package is no longer allowed to use libiconv....



Making check in .
gmake[1]: Entering directory 
`/var/obj/package/devel/automake/work/automake-1.7.1'
gmake[1]: Nothing to be done for `check-am'.
gmake[1]: Leaving directory 
`/var/obj/package/devel/automake/work/automake-1.7.1'
Making check in m4
gmake[1]: Entering directory 
`/var/obj/package/devel/automake/work/automake-1.7.1/m4'
gmake[1]: Nothing to be done for `check'.
gmake[1]: Leaving directory 
`/var/obj/package/devel/automake/work/automake-1.7.1/m4'
Making check in lib
gmake[1]: Entering directory 
`/var/obj/package/devel/automake/work/automake-1.7.1/lib'
Making check in Automake
gmake[2]: Entering directory 
`/var/obj/package/devel/automake/work/automake-1.7.1/lib/Automake'
gmake[2]: Nothing to be done for `check'.
gmake[2]: Leaving directory 
`/var/obj/package/devel/automake/work/automake-1.7.1/lib/Automake'
Making check in am
gmake[2]: Entering directory 
`/var/obj/package/devel/automake/work/automake-1.7.1/lib/am'
gmake[2]: Nothing to be done for `check'.
gmake[2]: Leaving directory 
`/var/obj/package/devel/automake/work/automake-1.7.1/lib/am'
gmake[2]: Entering directory 
`/var/obj/package/devel/automake/work/automake-1.7.1/lib'
gmake[2]: Nothing to be done for `check-am'.
gmake[2]: Leaving directory 
`/var/obj/package/devel/automake/work/automake-1.7.1/lib'
gmake[1]: Leaving directory 
`/var/obj/package/devel/automake/work/automake-1.7.1/lib'
Making check in tests
gmake[1]: Entering directory 
`/var/obj/package/devel/automake/work/automake-1.7.1/tests'
/usr/pkg/bin/gmake  defs
gmake[2]: Entering directory 
`/var/obj/package/devel/automake/work/automake-1.7.1/tests'
gmake[2]: `defs' is up to date.
gmake[2]: Leaving directory 
`/var/obj/package/devel/automake/work/automake-1.7.1/tests'
/usr/pkg/bin/gmake  check-TESTS
gmake[2]: Entering directory 
`/var/obj/package/devel/automake/work/automake-1.7.1/tests'
texinfo13: running makeinfo --version
makeinfo (GNU texinfo 3.12) 1.68
Copyright (C) 1998 Free Software Foundation, Inc.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.
=== Running test ./texinfo13.test
+ pwd
/var/obj/package/devel/automake/work/automake-1.7.1/tests/testSubDir
+ set -e
+ echo AC_OUTPUT
+ cat
+ mkdir subdir
+ cat
+ cat
+ /usr/pkg/bin/perl 
/var/obj/package/devel/automake/work/automake-1.7.1/tests/testSubDir/../../aclocal
 -I 
/var/obj/package/devel/automake/work/automake-1.7.1/tests/testSubDir/../../m4 
--acdir=/var/obj/package/devel/automake/work/automake-1.7.1/tests/../m4
+ /usr/pkg/bin/perl 
/var/obj/package/devel/automake/work/automake-1.7.1/tests/testSubDir/../../automake
 --libdir=/var/obj/package/devel/automake/work/automake-1.7.1/tests/../lib 
--foreign -Werror -Wall --add-missing
Makefile.am:1: installing `./mdate-sh'
Makefile.am:1: installing `./texinfo.tex'
+ /bin/sh /var/obj/package/devel/automake/work/automake-1.7.1/lib/missing --run 
autoconf
+ mkdir build
+ cd build
+ ../configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make distcheck
test -f subdir/.dirstamp || make subdir/.dirstamp
mkdir -p -- subdir
Updating subdir/version.texi
{ test ! -d texinfo13-1.0  || { find texinfo13-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr texinfo13-1.0; }; }
mkdir texinfo13-1.0
/bin/sh ../mkinstalldirs texinfo13-1.0/subdir
mkdir -p -- texinfo13-1.0/subdir
make   top_distdir="." distdir="texinfo13-1.0"  dist-info
/usr/pkg/bin/makeinfo  --no-split -I subdir -I ../subdir  -o subdir/main.info 
`test -f 'subdir/main.texi' || echo '../'`subdir/main.texi
list='subdir/main.info';  for base in $list; do  if test -f $base; then d=.; 
else d=..; fi;  for file in $d/$base*; do  relfile=`expr "$file" : 
"$d/\(.*\)"`;  test -f texinfo13-1.0/$relfile ||  cp -p $file 
texinfo13-1.0/$relfile;  done;  done
find texinfo13-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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 
/var/obj/package/devel/automake/work/automake-1.7.1/tests/testSubDir/install-sh 
-c -m a+r {} {} \;  || chmod -R a+r texinfo13-1.0
/bin/sh 
/var/obj/package/devel/automake/work/automake-1.7.1/tests/testSubDir/missing 
--run tar chof - texinfo13-1.0 | GZIP=--best gzip -c >texinfo13-1.0.tar.gz
{ test ! -d texinfo13-1.0  || { find texinfo13-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr texinfo13-1.0; }; }
{ test ! -d texinfo13-1.0  || { find texinfo13-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr texinfo13-1.0; }; }
GZIP=--best gunzip -c texinfo13-1.0.tar.gz | /bin/sh 
/var/obj/package/devel/automake/work/automake-1.7.1/tests/testSubDir/missing 
--run tar xf -
chmod -R a-w texinfo13-1.0; chmod a+w texinfo13-1.0
mkdir texinfo13-1.0/=build
mkdir texinfo13-1.0/=inst
chmod a-w texinfo13-1.0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd texinfo13-1.0/=inst && pwd`  
&& dc_destdir="${TMPDIR-/tmp}/am-dc-$$/"  && cd texinfo13-1.0/=build  && 
../configure --srcdir=.. --prefix="$dc_install_base"    && 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 ../.. && /bin/sh ../mkinstalldirs 
"$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-gzip  && rm 
-f texinfo13-1.0.tar.gz  && make  distcleancheck
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
mkdir -p -- subdir
TEXINPUTS="..:$TEXINPUTS"  MAKEINFO='/usr/pkg/bin/makeinfo  --no-split -I 
subdir -I ../subdir'  texi2dvi -o subdir/main.dvi `test -f 'subdir/main.texi' 
|| echo '../'`subdir/main.texi
texi2dvi: Unknown or ambiguous option `-o'.
texi2dvi: Try `--help' for more information.
*** Error code 1

Stop.
make: stopped in 
/var/obj/package/devel/automake/work/automake-1.7.1/tests/testSubDir/build/texinfo13-1.0/=build
*** Error code 1

Stop.
make: stopped in 
/var/obj/package/devel/automake/work/automake-1.7.1/tests/testSubDir/build
FAIL: texinfo13.test
=== Running test ./yacc7.test
+ pwd
/var/obj/package/devel/automake/work/automake-1.7.1/tests/testSubDir
+ cat
+ cat
+ cat
+ set -e
+ /usr/pkg/bin/perl 
/var/obj/package/devel/automake/work/automake-1.7.1/tests/testSubDir/../../aclocal
 -I 
/var/obj/package/devel/automake/work/automake-1.7.1/tests/testSubDir/../../m4 
--acdir=/var/obj/package/devel/automake/work/automake-1.7.1/tests/../m4
+ /usr/pkg/bin/perl 
/var/obj/package/devel/automake/work/automake-1.7.1/tests/testSubDir/../../automake
 --libdir=/var/obj/package/devel/automake/work/automake-1.7.1/tests/../lib 
--foreign -Werror -Wall -a
+ /bin/sh /var/obj/package/devel/automake/work/automake-1.7.1/lib/missing --run 
autoconf
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... cc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of cc... gcc
checking for bison... bison -y
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make foo.h
bison -y  -d `test -f 'foo.y' || echo './'`foo.y
Shared object "libiconv.so.2" not found
*** Error code 1

Stop.
make: stopped in 
/var/obj/package/devel/automake/work/automake-1.7.1/tests/testSubDir
FAIL: yacc7.test
=====================================
2 of 2 tests failed
Please report to address@hidden
=====================================
gmake[2]: *** [check-TESTS] Error 1
gmake[2]: Leaving directory 
`/var/obj/package/devel/automake/work/automake-1.7.1/tests'
gmake[1]: *** [check-am] Error 2
gmake[1]: Leaving directory 
`/var/obj/package/devel/automake/work/automake-1.7.1/tests'
gmake: *** [check-recursive] Error 1
*** Error code 2

Stop.
make: stopped in /work/woods/m-NetBSD-pkgsrc/devel/automake
*** Error code 1

Stop.
make: stopped in /work/woods/m-NetBSD-pkgsrc/devel/automake


-------------------------------------------------------------------------------

Now again after re-installing bison and fixing the PATH so that the
4.3 texinfo programs are found first:


Making check in .
gmake[1]: Entering directory 
`/var/obj/package/devel/automake/work/automake-1.7.1'
gmake[1]: Nothing to be done for `check-am'.
gmake[1]: Leaving directory 
`/var/obj/package/devel/automake/work/automake-1.7.1'
Making check in m4
gmake[1]: Entering directory 
`/var/obj/package/devel/automake/work/automake-1.7.1/m4'
gmake[1]: Nothing to be done for `check'.
gmake[1]: Leaving directory 
`/var/obj/package/devel/automake/work/automake-1.7.1/m4'
Making check in lib
gmake[1]: Entering directory 
`/var/obj/package/devel/automake/work/automake-1.7.1/lib'
Making check in Automake
gmake[2]: Entering directory 
`/var/obj/package/devel/automake/work/automake-1.7.1/lib/Automake'
gmake[2]: Nothing to be done for `check'.
gmake[2]: Leaving directory 
`/var/obj/package/devel/automake/work/automake-1.7.1/lib/Automake'
Making check in am
gmake[2]: Entering directory 
`/var/obj/package/devel/automake/work/automake-1.7.1/lib/am'
gmake[2]: Nothing to be done for `check'.
gmake[2]: Leaving directory 
`/var/obj/package/devel/automake/work/automake-1.7.1/lib/am'
gmake[2]: Entering directory 
`/var/obj/package/devel/automake/work/automake-1.7.1/lib'
gmake[2]: Nothing to be done for `check-am'.
gmake[2]: Leaving directory 
`/var/obj/package/devel/automake/work/automake-1.7.1/lib'
gmake[1]: Leaving directory 
`/var/obj/package/devel/automake/work/automake-1.7.1/lib'
Making check in tests
gmake[1]: Entering directory 
`/var/obj/package/devel/automake/work/automake-1.7.1/tests'
/usr/pkg/bin/gmake  defs
gmake[2]: Entering directory 
`/var/obj/package/devel/automake/work/automake-1.7.1/tests'
cd .. && /bin/sh ./config.status tests/defs
config.status: creating tests/defs
gmake[2]: Leaving directory 
`/var/obj/package/devel/automake/work/automake-1.7.1/tests'
/usr/pkg/bin/gmake  check-TESTS
gmake[2]: Entering directory 
`/var/obj/package/devel/automake/work/automake-1.7.1/tests'
texinfo13: running makeinfo --version
makeinfo (GNU texinfo) 4.3

Copyright (C) 2002 Free Software Foundation, Inc.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.
=== Running test ./texinfo13.test
+ pwd
/var/obj/package/devel/automake/work/automake-1.7.1/tests/testSubDir
+ set -e
+ echo AC_OUTPUT
+ cat
+ mkdir subdir
+ cat
+ cat
+ /usr/pkg/bin/perl 
/var/obj/package/devel/automake/work/automake-1.7.1/tests/testSubDir/../../aclocal
 -I 
/var/obj/package/devel/automake/work/automake-1.7.1/tests/testSubDir/../../m4 
--acdir=/var/obj/package/devel/automake/work/automake-1.7.1/tests/../m4
+ /usr/pkg/bin/perl 
/var/obj/package/devel/automake/work/automake-1.7.1/tests/testSubDir/../../automake
 --libdir=/var/obj/package/devel/automake/work/automake-1.7.1/tests/../lib 
--foreign -Werror -Wall --add-missing
Makefile.am:1: installing `./mdate-sh'
Makefile.am:1: installing `./texinfo.tex'
+ /bin/sh /var/obj/package/devel/automake/work/automake-1.7.1/lib/missing --run 
autoconf
+ mkdir build
+ cd build
+ ../configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make distcheck
test -f subdir/.dirstamp || make subdir/.dirstamp
mkdir -p -- subdir
Updating subdir/version.texi
{ test ! -d texinfo13-1.0  || { find texinfo13-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr texinfo13-1.0; }; }
mkdir texinfo13-1.0
/bin/sh ../mkinstalldirs texinfo13-1.0/subdir
mkdir -p -- texinfo13-1.0/subdir
make   top_distdir="." distdir="texinfo13-1.0"  dist-info
/usr/pkg/bin/makeinfo  --no-split -I subdir -I ../subdir  -o subdir/main.info 
`test -f 'subdir/main.texi' || echo '../'`subdir/main.texi
list='subdir/main.info';  for base in $list; do  if test -f $base; then d=.; 
else d=..; fi;  for file in $d/$base*; do  relfile=`expr "$file" : 
"$d/\(.*\)"`;  test -f texinfo13-1.0/$relfile ||  cp -p $file 
texinfo13-1.0/$relfile;  done;  done
find texinfo13-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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 
/var/obj/package/devel/automake/work/automake-1.7.1/tests/testSubDir/install-sh 
-c -m a+r {} {} \;  || chmod -R a+r texinfo13-1.0
/bin/sh 
/var/obj/package/devel/automake/work/automake-1.7.1/tests/testSubDir/missing 
--run tar chof - texinfo13-1.0 | GZIP=--best gzip -c >texinfo13-1.0.tar.gz
{ test ! -d texinfo13-1.0  || { find texinfo13-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr texinfo13-1.0; }; }
{ test ! -d texinfo13-1.0  || { find texinfo13-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr texinfo13-1.0; }; }
GZIP=--best gunzip -c texinfo13-1.0.tar.gz | /bin/sh 
/var/obj/package/devel/automake/work/automake-1.7.1/tests/testSubDir/missing 
--run tar xf -
chmod -R a-w texinfo13-1.0; chmod a+w texinfo13-1.0
mkdir texinfo13-1.0/=build
mkdir texinfo13-1.0/=inst
chmod a-w texinfo13-1.0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd texinfo13-1.0/=inst && pwd`  
&& dc_destdir="${TMPDIR-/tmp}/am-dc-$$/"  && cd texinfo13-1.0/=build  && 
../configure --srcdir=.. --prefix="$dc_install_base"    && 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 ../.. && /bin/sh ../mkinstalldirs 
"$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-gzip  && rm 
-f texinfo13-1.0.tar.gz  && make  distcleancheck
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
mkdir -p -- subdir
TEXINPUTS="..:$TEXINPUTS"  MAKEINFO='/usr/pkg/bin/makeinfo  --no-split -I 
subdir -I ../subdir'  texi2dvi -o subdir/main.dvi `test -f 'subdir/main.texi' 
|| echo '../'`subdir/main.texi
This is TeX, Version 3.14159 (Web2C 7.3.1)

(/var/obj/package/devel/automake/work/automake-1.7.1/tests/testSubDir/build/tex
info13-1.0/subdir/main.texi
(/var/obj/package/devel/automake/work/automake-1.7.1/tests/testSubDir/build/tex
info13-1.0/texinfo.tex Loading texinfo [version 2002-10-13.14]: Basics, pdf,
fonts, page headings, tables, conditionals, indexing, sectioning, toc,
environments, defuns, macros, cross references,
(/opt/pkg/share/texmf/tex/plain/dvips/epsf.tex) localization,
and turning on texinfo input format.)
(/var/obj/package/devel/automake/work/automake-1.7.1/tests/testSubDir/build/tex
info13-1.0/subdir/version.texi)
(/var/obj/package/devel/automake/work/automake-1.7.1/tests/testSubDir/build/tex
info13-1.0/subdir/inc.texi) [1] )
Output written on main.dvi (1 page, 232 bytes).
Transcript written on main.log.
/bin/sh ../mkinstalldirs 
/var/obj/package/devel/automake/work/automake-1.7.1/tests/testSubDir/build/texinfo13-1.0/=inst/info
mkdir -p -- 
/var/obj/package/devel/automake/work/automake-1.7.1/tests/testSubDir/build/texinfo13-1.0/=inst/info
 /usr/bin/install -c -m 644 ../subdir/main.info 
/var/obj/package/devel/automake/work/automake-1.7.1/tests/testSubDir/build/texinfo13-1.0/=inst/info/subdir/main.info
install: 
/var/obj/package/devel/automake/work/automake-1.7.1/tests/testSubDir/build/texinfo13-1.0/=inst/info/subdir/main.info:
 No such file or directory
*** Error code 1

Stop.
make: stopped in 
/var/obj/package/devel/automake/work/automake-1.7.1/tests/testSubDir/build/texinfo13-1.0/=build
*** Error code 1

Stop.
make: stopped in 
/var/obj/package/devel/automake/work/automake-1.7.1/tests/testSubDir/build/texinfo13-1.0/=build
*** Error code 1

Stop.
make: stopped in 
/var/obj/package/devel/automake/work/automake-1.7.1/tests/testSubDir/build
FAIL: texinfo13.test
=== Running test ./yacc7.test
+ pwd
/var/obj/package/devel/automake/work/automake-1.7.1/tests/testSubDir
+ cat
+ cat
+ cat
+ set -e
+ /usr/pkg/bin/perl 
/var/obj/package/devel/automake/work/automake-1.7.1/tests/testSubDir/../../aclocal
 -I 
/var/obj/package/devel/automake/work/automake-1.7.1/tests/testSubDir/../../m4 
--acdir=/var/obj/package/devel/automake/work/automake-1.7.1/tests/../m4
+ /usr/pkg/bin/perl 
/var/obj/package/devel/automake/work/automake-1.7.1/tests/testSubDir/../../automake
 --libdir=/var/obj/package/devel/automake/work/automake-1.7.1/tests/../lib 
--foreign -Werror -Wall -a
+ /bin/sh /var/obj/package/devel/automake/work/automake-1.7.1/lib/missing --run 
autoconf
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... cc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of cc... gcc
checking for bison... bison -y
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make foo.h
bison -y  -d `test -f 'foo.y' || echo './'`foo.y
sed '/^#/ s|y\.tab\.c|foo.c|' y.tab.c >foo.c
rm -f y.tab.c
if test -f y.tab.h; then  to=`echo "foo_H" | sed  -e 
'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'  -e 
's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'`;  sed "/^#/ s/Y_TAB_H/$to/g" y.tab.h 
>foo.ht;  rm -f y.tab.h;  if cmp -s foo.ht foo.h; then  rm -f foo.ht ; else  mv 
foo.ht foo.h;  fi;  fi
if test -f y.output; then  mv y.output foo.output;  fi
`foo.h' is up to date.
+ test -f foo.h
+ rm -f foo.h foo.c
+ make check-dist
bison -y  -d `test -f 'foo.y' || echo './'`foo.y
sed '/^#/ s|y\.tab\.c|foo.c|' y.tab.c >foo.c
rm -f y.tab.c
if test -f y.tab.h; then  to=`echo "foo_H" | sed  -e 
'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'  -e 
's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'`;  sed "/^#/ s/Y_TAB_H/$to/g" y.tab.h 
>foo.ht;  rm -f y.tab.h;  if cmp -s foo.ht foo.h; then  rm -f foo.ht ; else  mv 
foo.ht foo.h;  fi;  fi
if test -f y.output; then  mv y.output foo.output;  fi
{ test ! -d yacc7-1.0  || { find yacc7-1.0 -type d ! -perm -200 -exec chmod u+w 
{} ';'  && rm -fr yacc7-1.0; }; }
mkdir yacc7-1.0
find yacc7-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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 
/var/obj/package/devel/automake/work/automake-1.7.1/tests/testSubDir/install-sh 
-c -m a+r {} {} \;  || chmod -R a+r yacc7-1.0
test -f yacc7-1.0/foo.y
test -f yacc7-1.0/foo.c
test -f yacc7-1.0/foo.h
+ rm -f foo.h
+ make foo.h
bison -y  -d `test -f 'foo.y' || echo './'`foo.y
sed '/^#/ s|y\.tab\.c|foo.c|' y.tab.c >foo.c
rm -f y.tab.c
if test -f y.tab.h; then  to=`echo "foo_H" | sed  -e 
'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'  -e 
's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'`;  sed "/^#/ s/Y_TAB_H/$to/g" y.tab.h 
>foo.ht;  rm -f y.tab.h;  if cmp -s foo.ht foo.h; then  rm -f foo.ht ; else  mv 
foo.ht foo.h;  fi;  fi
if test -f y.output; then  mv y.output foo.output;  fi
+ test -f foo.h
+ make foo.c
`foo.c' is up to date.
+ test -f foo.h
+ test -f foo.c
+ make distclean
test -z "foo" || rm -f foo
rm -f *.o core *.core
rm -f *.tab.c
rm -rf ./.deps
rm -f Makefile 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f config.status config.cache config.log  configure.lineno
+ test -f foo.h
+ test -f foo.c
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... cc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of cc... gcc
checking for bison... bison -y
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make maintainer-clean
test -z "foo" || rm -f foo
rm -f *.o core *.core
rm -f *.tab.c
rm -rf ./.deps
rm -f Makefile 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
This command is intended for maintainers to use
it deletes files that may require special tools to rebuild.
rm -f foo.h
rm -f foo.c
rm -f config.status config.cache config.log  configure.lineno
rm -rf autom4te.cache
+ test ! -f foo.h
+ test ! -f foo.c
+ :
PASS: yacc7.test
=====================================
1 of 2 tests failed
Please report to address@hidden
=====================================
gmake[2]: *** [check-TESTS] Error 1
gmake[2]: Leaving directory 
`/var/obj/package/devel/automake/work/automake-1.7.1/tests'
gmake[1]: *** [check-am] Error 2
gmake[1]: Leaving directory 
`/var/obj/package/devel/automake/work/automake-1.7.1/tests'
gmake: *** [check-recursive] Error 1
*** Error code 2

Stop.
make: stopped in /work/woods/m-NetBSD-pkgsrc/devel/automake
*** Error code 1

Stop.
make: stopped in /work/woods/m-NetBSD-pkgsrc/devel/automake



-- 
                                                                Greg A. Woods

+1 416 218-0098;            <address@hidden>;           <address@hidden>
Planix, Inc. <address@hidden>; VE3TCP; Secrets of the Weird <address@hidden>




reply via email to

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