bug-automake
[Top][All Lists]
Advanced

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

Re: Regression test results on 1.7d on i686-linux: 1 failure


From: Dalibor Topic
Subject: Re: Regression test results on 1.7d on i686-linux: 1 failure
Date: Sun, 23 Nov 2003 19:29:58 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312

Hi Alexandre,

thanks for the quick reply.

Alexandre Duret-Lutz wrote:
"Dalibor" == Dalibor Topic <address@hidden> writes:


 Dalibor> Hi all,

 Dalibor> I'm doing my bit in helping make automake 1.8 come out
 Dalibor> in a good shape by proving some testing on platforms i
 Dalibor> can reach. So here's the first report:

Thanks for doing this.
[...]

 Dalibor> The txinfo21.test fails. Here's the verbose output:
 Dalibor> bash-2.05a$ cd tests/
 Dalibor> bash-2.05a$  env VERBOSE=x TESTS='txinfo21.test' make -e check
[...]
 Dalibor> + test -d main.html
 Dalibor> FAIL: txinfo21.test

Could you run `ls -Rl testSubDir' after this test has failed?

bash-2.05a$ cd tests/
bash-2.05a$ ls -Rl testSubDir
testSubDir:
total 256
-rw-r--r--    1 topic    AG2-Hiwi    19865 Nov 23 18:05 aclocal.m4
drwxr-xr-x    2 topic    AG2-Hiwi     4096 Nov 23 18:05 autom4te.cache
-rw-r--r--    1 topic    AG2-Hiwi     5325 Nov 23 18:05 config.log
-rwxr-xr-x    1 topic    AG2-Hiwi    21654 Nov 23 18:05 config.status
-rwxr-xr-x    1 topic    AG2-Hiwi    79010 Nov 23 18:05 configure
-rw-r--r--    1 topic    AG2-Hiwi      114 Nov 23 18:05 configure.in
-rwxr-xr-x    1 topic    AG2-Hiwi    14841 Nov 23 18:05 depcomp
-rwxr-xr-x    1 topic    AG2-Hiwi     8316 Nov 23 18:05 install-sh
drwxr-xr-x    2 topic    AG2-Hiwi     4096 Nov 23 18:05 main
-rw-r--r--    1 topic    AG2-Hiwi      174 Nov 23 18:05 main.info
-rw-r--r--    1 topic    AG2-Hiwi       81 Nov 23 18:05 main.texi
-rw-r--r--    1 topic    AG2-Hiwi    23951 Nov 23 18:05 Makefile
-rw-r--r--    1 topic    AG2-Hiwi       54 Nov 23 18:05 Makefile.am
-rw-r--r--    1 topic    AG2-Hiwi    23452 Nov 23 18:05 Makefile.in
-rwxr-xr-x    1 topic    AG2-Hiwi    10678 Nov 23 18:05 missing
drwxr-xr-x    3 topic    AG2-Hiwi     4096 Nov 23 18:05 rec
drwxr-xr-x    3 topic    AG2-Hiwi     4096 Nov 23 18:05 sub
lrwxrwxrwx 1 topic AG2-Hiwi 58 Nov 23 18:05 texinfo.tex -> /tmp/topic/automake/automake-1.7d/tests/../lib/texinfo.tex

testSubDir/autom4te.cache:
total 200
-rw-r--r--    1 topic    AG2-Hiwi    79314 Nov 23 18:05 output.0
-rw-r--r--    1 topic    AG2-Hiwi    79314 Nov 23 18:05 output.1
-rw-r--r--    1 topic    AG2-Hiwi    12453 Nov 23 18:05 requests
-rw-r--r--    1 topic    AG2-Hiwi     7282 Nov 23 18:05 traces.0
-rw-r--r--    1 topic    AG2-Hiwi     5646 Nov 23 18:05 traces.1

testSubDir/main:
total 4
-rw-r--r--    1 topic    AG2-Hiwi      388 Nov 23 18:05 index.html

testSubDir/rec:
total 44
drwxr-xr-x    2 topic    AG2-Hiwi     4096 Nov 23 18:05 main
-rw-r--r--    1 topic    AG2-Hiwi      174 Nov 23 18:05 main.info
-rw-r--r--    1 topic    AG2-Hiwi       81 Nov 23 18:05 main.texi
-rw-r--r--    1 topic    AG2-Hiwi    12536 Nov 23 18:05 Makefile
-rw-r--r--    1 topic    AG2-Hiwi       26 Nov 23 18:05 Makefile.am
-rw-r--r--    1 topic    AG2-Hiwi    12032 Nov 23 18:05 Makefile.in
lrwxrwxrwx 1 topic AG2-Hiwi 58 Nov 23 18:05 texinfo.tex -> /tmp/topic/automake/automake-1.7d/tests/../lib/texinfo.tex

testSubDir/rec/main:
total 4
-rw-r--r--    1 topic    AG2-Hiwi      388 Nov 23 18:05 index.html

testSubDir/sub:
total 12
drwxr-xr-x    2 topic    AG2-Hiwi     4096 Nov 23 18:05 main
-rw-r--r--    1 topic    AG2-Hiwi      184 Nov 23 18:05 main.info
-rw-r--r--    1 topic    AG2-Hiwi       81 Nov 23 18:05 main.texi

testSubDir/sub/main:
total 4
-rw-r--r--    1 topic    AG2-Hiwi      388 Nov 23 18:05 index.html

I'd like to know if something like main.html exists.  Maybe it wil
be a file instead of being a directory (as expected).  Does you

I don't see it. there is main/index.html, though.

version of makeinfo produces single-file output by default when
building html?

bash-2.05a$ makeinfo --version
makeinfo (GNU texinfo) 4.1

how do I check that? The info file says:

`--html'
     Generate HTML output rather than Info.  *Note makeinfo html::.  By
     default, the HTML output is split into one output file per source
     node, and the split output is written into a subdirectory with the
     name of the top-level info file.

cheers,
dalibor topic





reply via email to

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