[tex-live] minor tlmgr -gui issues
Norbert Preining
preining at logic.at
Mon May 31 18:34:39 CEST 2010
On Di, 01 Jun 2010, Norbert Preining wrote:
> > * A purely cosmetic thing: after a context update, I get this report
> >
> > regenerating fmtutil.cnf in /home/taco/texlive/2010/texmf-var
> > running fmtutil-sys --byfmt cont-fr ...
> ...
> > This also lists the formats that are disabled in fmtutil.cnf, so the
> > messages are mildly misleading: they imply that the cont-fr etc.
> > formats are actually generated. I have no idea whether this is
> > easy to change, but it would be nice if it could print 'disabled' or
> > something like that for the formats that actually are disabled.
>
> I will check that, it should not happen.
Fixed, diff for tlmgr.pl:
--- tlmgr.pl (revision 18646)
+++ tlmgr.pl (working copy)
@@ -649,6 +649,8 @@
# now rebuild all other formats
for my $f (keys %do_enable) {
next if defined($updated_engines{$format_to_engine{$f}});
+ # ignore disabled formats
+ next if !$::execute_actions{'enable'}{'formats'}{$f}{'mode'};
log ("(re)creating format dump $f\n");
$errors += do_cmd_and_check("fmtutil-sys --byfmt $f");
$done_formats{$f} = 1;
Best wishes
Norbert
------------------------------------------------------------------------
Norbert Preining preining@{jaist.ac.jp, logic.at, debian.org}
JAIST, Japan TeX Live & Debian Developer
DSA: 0x09C5B094 fp: 14DF 2E6C 0307 BE6D AD76 A9C0 D2BF 4AA3 09C5 B094
------------------------------------------------------------------------
HAMBLEDON (n.)
The sound of a single-engine aircraft flying by, heard whilst lying in
a summer field in England, which somehow concentrates the silence and
sense of space and timelessness and leaves one with a profound feeling
of something or other.
--- Douglas Adams, The Meaning of Liff
More information about the tex-live
mailing list