bug-texinfo
[Top][All Lists]
Advanced

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

Re: @image vs. gif


From: Akim Demaille
Subject: Re: @image vs. gif
Date: Mon, 24 Jan 2005 17:36:01 +0100
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.3 (gnu/linux)

>>> "Karl" == Karl Berry <address@hidden> writes:

 >     ../assignments.texi:7008: @image file `assignments.img/appel-c.gif'
 >     (for HTML) not readable: No such file or directory.

 > (1) It should have found your .jpg (I guess it did?).

Nope, it doesn't.  I guess that 4.7 was not finding it either, but
didn't report it.

tc-assignments/trunk/_build % ls ../assignments.img              nostromo Err 1
appel-c.jpg
appel-java-1.jpg
appel-java-2.jpg
appel-ml.jpg
bjarne.jpg
compilers-principles-techniques-and-tools.jpg
c++-primer.jpg
design-patterns.jpg
effective-c++.jpg
effective-stl.jpg
lex-and-yacc.jpg
modern-c++-design.jpg
the-design-and-evolution-of-c++.jpg
the-elements-of-style.jpg

This is 4.8:

tc-assignments/trunk/_build % LC_ALL=C makeinfo --enable-encoding 
--number-sections --fill-column=76 --html -I .. ../assignments.texi |& head -10
../assignments.texi:7008: @image file `assignments.img/appel-c.gif' (for HTML) 
not readable: No such file or directory.
../assignments.texi:7017: @image file `assignments.img/appel-java-1.gif' (for 
HTML) not readable: No such file or directory.
../assignments.texi:7028: @image file `assignments.img/appel-ml.gif' (for HTML) 
not readable: No such file or directory.
../assignments.texi:7072: @image file `assignments.img/appel-java-2.gif' (for 
HTML) not readable: No such file or directory.
../assignments.texi:7163: @image file `assignments.img/bjarne.gif' (for HTML) 
not readable: No such file or directory.
../assignments.texi:7251: @image file `assignments.img/c++-primer.gif' (for 
HTML) not readable: No such file or directory.
../assignments.texi:7287: @image file 
`assignments.img/compilers-principles-techniques-and-tools.gif' (for HTML) not 
readable: No such file or directory.
../assignments.texi:7349: @image file `assignments.img/design-patterns.gif' 
(for HTML) not readable: No such file or directory.
../assignments.texi:7376: @image file `assignments.img/effective-c++.gif' (for 
HTML) not readable: No such file or directory.
../assignments.texi:7397: @image file `assignments.img/effective-stl.gif' (for 
HTML) not readable: No such file or directory.

This is 4.7: no warning, no failure.

tc-assignments/trunk/_build % LC_ALL=C /usr/bin/makeinfo --enable-encoding 
--number-sections --fill-column=76 --html -I .. ../assignments.texi |& head -10 



For some reason, it doesn't seem to be willing to try JPG in -I ..:

tc-assignments/trunk/_build % LC_ALL=C strace makeinfo --enable-encoding 
--number-sections --fill-column=76 --html -I .. ../assignments.texi |& grep 
appel-c
access("assignments.img/appel-c.png", R_OK) = -1 ENOENT (No such file or 
directory)
stat64("..//assignments.img/appel-c.png", 0xbfffeeac) = -1 ENOENT (No such file 
or directory)
stat64("./assignments.img/appel-c.png", 0xbfffeeac) = -1 ENOENT (No such file 
or directory)
stat64("../assignments.img/appel-c.png", 0xbfffeeac) = -1 ENOENT (No such file 
or directory)
access("assignments.img/appel-c.jpg", R_OK) = -1 ENOENT (No such file or 
directory)
access("assignments.img/appel-c.gif", R_OK) = -1 ENOENT (No such file or 
directory)
stat64("..//assignments.img/appel-c.gif", 0xbfffeeac) = -1 ENOENT (No such file 
or directory)
stat64("./assignments.img/appel-c.gif", 0xbfffeeac) = -1 ENOENT (No such file 
or directory)
stat64("../assignments.img/appel-c.gif", 0xbfffeeac) = -1 ENOENT (No such file 
or directory)
access("assignments.img/appel-c.gif", R_OK) = -1 ENOENT (No such file or 
directory)
write(2, "@image file `assignments.img/app"..., address@hidden file 
`assignments.img/appel-c.gif' (for HTML) not readable: No such file or 
directory) = 92
access("assignments.img/appel-c.png", R_OK) = -1 ENOENT (No such file or 
directory)
stat64("..//assignments.img/appel-c.png", 0xbfffedfc) = -1 ENOENT (No such file 
or directory)
stat64("./assignments.img/appel-c.png", 0xbfffedfc) = -1 ENOENT (No such file 
or directory)
stat64("../assignments.img/appel-c.png", 0xbfffedfc) = -1 ENOENT (No such file 
or directory)
access("assignments.img/appel-c.jpg", R_OK) = -1 ENOENT (No such file or 
directory)
access("assignments.img/appel-c.gif", R_OK) = -1 ENOENT (No such file or 
directory)
stat64("..//assignments.img/appel-c.gif", 0xbfffedfc) = -1 ENOENT (No such file 
or directory)
stat64("./assignments.img/appel-c.gif", 0xbfffedfc) = -1 ENOENT (No such file 
or directory)
stat64("../assignments.img/appel-c.gif", 0xbfffedfc) = -1 ENOENT (No such file 
or directory)
access("assignments.img/appel-c.gif", R_OK) = -1 ENOENT (No such file or 
directory)
write(2, "@image file `assignments.img/app"..., address@hidden file
`assignments.img/a

The only tries on JPG are:

tc-assignments/trunk/_build % LC_ALL=C strace makeinfo --enable-encoding 
--number-sections --fill-column=76 --html -I .. ../assignments.texi |& grep 
appel-c | grep -i jpg
access("assignments.img/appel-c.jpg", R_OK) = -1 ENOENT (No such file or 
directory)
access("assignments.img/appel-c.jpg", R_OK) = -1 ENOENT (No such file or 
directory)

nothing about ../assignments.img/appel-c.jpg.




reply via email to

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