Critical Problem with 'tlmgr' on UNIX.

Karl Berry karl at freefriends.org
Sat Jun 22 23:06:07 CEST 2024


Hi Paul,

       Undefined subroutine &TeXLive::TLPDB::_post_install_package

Thanks for the report. Evidently it should be _post_install_pkg.
I made the change for tonight's update.

    implying that this problem has been around for at least that long.

I think the conclusion is that tlmgr install --file is rarely used.

    advise who should be informed of this error.

This was the right place to report it. --thanks again, karl.

--- Master/tlpkg/TeXLive/TLPDB.pm	(revision 71591)
+++ Master/tlpkg/TeXLive/TLPDB.pm	(working copy)
@@ -1677,7 +1677,7 @@
              . "@installfiles\n"); 
       next;
     }
-    _post_install_package ($self, $tlpobj);
+    _post_install_pkg ($self, $tlpobj);
 
     # remember that we installed this package correctly
     $ret++;


More information about the tex-live mailing list.