The error message about the source files being too old is just a
warning, everything will be generated as they should be.
Unfortunately fmtutil does not see it that way, the warning format in
the logs is identical to error messages and fmtutil interprets that as a
possible error and will act accordingly [1].
The solution is to change the latex.ltx file so that either the warning
is displayed using different format, or the time the files are
considered old is changed (however, making it double makes you have the
same problem after next five years).
For me, something like [2] seems to solve the problem.
Regards,
Jussi
[1]
if test -f $fmtfile; then
grep '^! ' $format.log >/dev/null 2>&1 &&
log_failure "\`$engine -ini $tcxflag $jobswitch $prgswitch
$texargs' possibly failed."
else
log_failure "\`$engine -ini $tcxflag $jobswitch $prgswitch
$texargs' failed"
fi
[2]
http://scratchbox.org/cgi-bin/darcsweb.cgi?r=1.0/sb-doctools-devkit;a=annotate_plain;f=doctools/tetex/files/reformat-warning-old-sources.patch;h=20090602131054-902ad-469817845078f6e9328c4ed91cd7262e2df7e7be.gz
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org