[tex-live] fmtutil-sys bug
Norbert Preining
preining at logic.at
Sat Apr 18 17:39:33 CEST 2015
Hi Zdenek, (hi Mojca)
> cannot remove path when cwd is /tmp/Mp1Dlms0LS for /tmp/Mp1Dlms0LS: at
> /usr/share/perl/5.14/File/Temp.pm line 902
Ah, that helps ...
Can you please apply this simple patch, add one line, and see if that
makes the error go away?
Index: fmtutil.pl
===================================================================
--- fmtutil.pl (revision 36907)
+++ fmtutil.pl (working copy)
@@ -362,6 +362,7 @@
print_info("Not selected formats: $nobuild\n") if ($nobuild);
print_info("Not available formats: $notavail\n") if ($notavail);
print_info("Failure during builds: $err\n") if ($err);
+ chdir($thisdir);
return 0;
}
> fmtutil [WARNING]: inifile cslatex-utf8.ini for cslatex/pdftex not found.
According to your other message, I ignore this error for now.
Norbert
------------------------------------------------------------------------
PREINING, Norbert http://www.preining.info
JAIST, Japan TeX Live & Debian Developer
GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
------------------------------------------------------------------------
More information about the tex-live
mailing list