[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bison 1.29 make check fails on hppa-hpux*,sparc-solaris2.6
From: |
Will Partain |
Subject: |
Re: bison 1.29 make check fails on hppa-hpux*,sparc-solaris2.6 |
Date: |
Fri, 21 Sep 2001 17:50:56 +0100 |
> Thanks for the reports, it turns out to be a problem in the test
> suite. Please, give a try to
>
> http://www.lrde.epita.fr/~akim/download/bison-1.29a.tar.gz
>
> instead.
OK, the results of that are:
Both hppa-hpux10.20 and hppa-hpux11 successful (as expected)
ia32-linux-rh6.2, ia32-linux-rh7.1, sparc-solaris2.6 and
sparc-solaris8 all failed with some variation of:
...
Making check in m4
make[1]: Entering directory `/d/ark-builds/bison--1.29a/ia32-linux-rh7.1/m4'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/d/ark-builds/bison--1.29a/ia32-linux-rh7.1/m4'
Making check in tests
make[1]: Entering directory
`/d/ark-builds/bison--1.29a/ia32-linux-rh7.1/tests'
/usr/bin/make check-local
make[2]: Entering directory
`/d/ark-builds/bison--1.29a/ia32-linux-rh7.1/tests'
make[2]: Leaving directory
`/d/ark-builds/bison--1.29a/ia32-linux-rh7.1/tests'
make[1]: Leaving directory
`/d/ark-builds/bison--1.29a/ia32-linux-rh7.1/tests'
make[2]: *** No rule to make target `package.m4', needed by `testsuite'.
Stop.
make[1]: *** [check-am] Error 2
make: *** [check-recursive] Error 1
Hope this helps; keep up the good work,
Will