bug-texinfo
[Top][All Lists]
Advanced

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

checking the texinfo package


From: Ralf Wildenhues
Subject: checking the texinfo package
Date: Fri, 6 Oct 2006 16:54:09 +0200
User-agent: Mutt/1.5.13 (2006-09-08)

Hello,

The first change below helps to make this work:
  ../texinfo/configure && make check

The second helps to find a source file.

Weirdly, if I use this instead:
  `pwd`/../texinfo/configure
  make check

then suddenly tests in util/ start popping up, and some fail, too:
| SKIP: bibtex.test
| FAIL: dvipdf.test
| SKIP: latex2html.test
| PASS: local.test
| FAIL: texi2dvi.test
| ====================================
| 2 of 3 tests failed
| (2 tests were not run)
| Please report to address@hidden
| ====================================

Gotta run now, so no time to analyze it yet.  Hope it helps anyway.

Cheers,
Ralf

2006-10-06  Ralf Wildenhues  <address@hidden>

        * makeinfo/Makefile.am: Build `makeinfo' before doing tests.
        * makeinfo/tests/quote-args: Add missing $srcdir.

Index: makeinfo/Makefile.am
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/Makefile.am,v
retrieving revision 1.9
diff -u -r1.9 Makefile.am
--- makeinfo/Makefile.am        21 Jun 2006 08:08:48 -0000      1.9
+++ makeinfo/Makefile.am        6 Oct 2006 14:49:15 -0000
@@ -29,4 +29,4 @@
 
 EXTRA_DIST = README
 
-SUBDIRS = tests
+SUBDIRS = . tests
Index: makeinfo/tests/quote-args
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/tests/quote-args,v
retrieving revision 1.1
diff -u -r1.1 quote-args
--- makeinfo/tests/quote-args   10 Jul 2006 13:14:25 -0000      1.1
+++ makeinfo/tests/quote-args   6 Oct 2006 14:49:15 -0000
@@ -12,7 +12,7 @@
 
 EOT
 
-../makeinfo --plaintex quote-args.txi | diff - quote-args.samp
+../makeinfo --plaintex $srcdir/quote-args.txi | diff - quote-args.samp
 exit_code=$?
 
 rm quote-args.samp




reply via email to

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