[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Three failures in autoconf 1.8 testsuite
From: |
Alexandre Duret-Lutz |
Subject: |
Re: Three failures in autoconf 1.8 testsuite |
Date: |
Mon, 15 Dec 2003 23:37:41 +0100 |
User-agent: |
Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) |
>>> "Václav" == Václav Haisman <address@hidden> writes:
Václav> There are three failures in testsuite of 1.8 version of autoconf. I am
Václav> reporting as suggested.
Václav> FAIL: txinfo24.test
Václav> FAIL: txinfo25.test
Václav> FAIL: txinfo28.test
Václav> All of these boil down to the following problem:
Václav> texi2dvi -o main.dvi `test -f 'main.texi' || echo '../'`main.texi
Václav> texi2dvi: Unknown or ambiguous option `-o'.
Václav> texi2dvi: Try `--help' for more information.
Václav> And indeed, texi2dvi on this box shows no sign of -o option:
Thanks for the report! I'm installing the following on HEAD and branch-1-8.
[...]
Václav> It seems that I need to update Texinfo :)
That can't hurt!
2003-12-15 Alexandre Duret-Lutz <address@hidden>
* tests/txinfo24.test, tests/txinfo25.test, tests/txinfo28.test:
Require texi2dvi-o.
Report from Václav Haisman.
Index: THANKS
===================================================================
RCS file: /cvs/automake/automake/THANKS,v
retrieving revision 1.230
diff -u -r1.230 THANKS
--- THANKS 25 Nov 2003 22:07:10 -0000 1.230
+++ THANKS 15 Dec 2003 22:34:55 -0000
@@ -230,6 +230,7 @@
Tim Van Holder address@hidden
Tom Epperly address@hidden
Ulrich Drepper address@hidden
+Václav Haisman address@hidden
Vadim Zeitlin address@hidden
Werner Koch address@hidden
William S Fulton address@hidden
Index: tests/txinfo24.test
===================================================================
RCS file: /cvs/automake/automake/tests/txinfo24.test,v
retrieving revision 1.2
diff -u -r1.2 txinfo24.test
--- tests/txinfo24.test 14 Nov 2003 21:26:01 -0000 1.2
+++ tests/txinfo24.test 15 Dec 2003 22:34:55 -0000
@@ -21,7 +21,7 @@
# Check that info files are built in builddir when needed.
# (Similar to txinfo16.test, plus CLEANFILES.)
-required='makeinfo tex'
+required='makeinfo tex texi2dvi-o'
. ./defs || exit 1
set -e
Index: tests/txinfo25.test
===================================================================
RCS file: /cvs/automake/automake/tests/txinfo25.test,v
retrieving revision 1.2
diff -u -r1.2 txinfo25.test
--- tests/txinfo25.test 14 Nov 2003 21:26:01 -0000 1.2
+++ tests/txinfo25.test 15 Dec 2003 22:34:55 -0000
@@ -21,7 +21,7 @@
# Similar to texinfo24.test, but with two info files, only one of
# which being cleaned.
-required='makeinfo tex'
+required='makeinfo tex texi2dvi-o'
. ./defs || exit 1
set -e
Index: tests/txinfo28.test
===================================================================
RCS file: /cvs/automake/automake/tests/txinfo28.test,v
retrieving revision 1.1
diff -u -r1.1 txinfo28.test
--- tests/txinfo28.test 29 Nov 2003 23:47:02 -0000 1.1
+++ tests/txinfo28.test 15 Dec 2003 22:34:55 -0000
@@ -22,7 +22,7 @@
# Similar to txinfo24.test, but obfuscating filenames with variable references.
# Report from Ralf Corsepius.
-required='makeinfo tex'
+required='makeinfo tex texi2dvi-o'
. ./defs || exit 1
set -e
--
Alexandre Duret-Lutz