bug-autoconf
[Top][All Lists]
Advanced

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

Re: Autoconf-2.53 make check fails on OpenServer 5.0.6a


From: Akim Demaille
Subject: Re: Autoconf-2.53 make check fails on OpenServer 5.0.6a
Date: 13 Mar 2002 10:31:15 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp)

| Below is the what I see with make check.
| Making check in bin
| make[1]: Entering directory `/usr/zenez/build/osr5/autoconf-2.53/bin'
| make[1]: Nothing to be done for `check'.
| make[1]: Leaving directory `/usr/zenez/build/osr5/autoconf-2.53/bin'
| Making check in tests
| make[1]: Entering directory `/usr/zenez/build/osr5/autoconf-2.53/tests'
| /usr/local/bin/make  autoconf autoheader autoreconf autom4te autoscan 
autoupdate ifnames
| make[2]: Entering directory `/usr/zenez/build/osr5/autoconf-2.53/tests'
| make[2]: `autoconf' is up to date.
| make[2]: `autoheader' is up to date.
| make[2]: `autoreconf' is up to date.
| make[2]: `autom4te' is up to date.
| make[2]: `autoscan' is up to date.
| make[2]: `autoupdate' is up to date.
| make[2]: `ifnames' is up to date.
| make[2]: Leaving directory `/usr/zenez/build/osr5/autoconf-2.53/tests'
| /usr/local/bin/make  check-local
| make[2]: Entering directory `/usr/zenez/build/osr5/autoconf-2.53/tests'
| /bin/ksh ./testsuite
| ./testsuite[460]: syntax error at line 464 : `;;' unexpected
| make[2]: *** [check-local] Error 2
| make[2]: Leaving directory `/usr/zenez/build/osr5/autoconf-2.53/tests'
| make[1]: *** [check-am] Error 2
| make[1]: Leaving directory `/usr/zenez/build/osr5/autoconf-2.53/tests'
| make: *** [check-recursive] Error 1
| 
| Thanks,

Could you run the following command?

/tmp/autoconf-2.53/tests % cat -n testsuite | sed -n '450,470p'  nostromo 10:30
   450  157;acfunctions.at:29;AC_FUNC_STRFTIME;
   451  158;acfunctions.at:30;AC_FUNC_STRNLEN;
   452  159;acfunctions.at:31;AC_FUNC_STRTOD;
   453  160;acfunctions.at:32;AC_FUNC_UTIME_NULL;
   454  161;acfunctions.at:33;AC_FUNC_VPRINTF;
   455  162;aclibs.at:9;AC_HAVE_LIBRARY;autoupdate
   456  163;foreign.at:27;Libtool;
   457  '
   458  
   459  
   460  while test $# -gt 0; do
   461    case $1 in
   462      --help | -h )
   463          at_help_p=:
   464          ;;
   465  
   466      --list | -l )
   467          at_list_p=:
   468          ;;
   469  
   470      --version | -V )



reply via email to

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