Installing new dependencies when updating a package
Yukai Chou
muzimuzhi at gmail.com
Fri Sep 27 16:29:03 CEST 2024
I encountered a similar case today, when updating minted from r72368
to r72375 [1].
r72375 adds a "latexminted" user-level executable, but a regular "sudo
tlmgr update --all" failed in installing the executable. I have to run
sudo tlmgr install --reinstall minted
to have "minted.universal-darwin" installed.
[1] https://tug.org/svn/texlive?view=revision&revision=72375
Karl Berry <karl at freefriends.org> 于2024年9月26日周四 05:29写道:
>
> Hi Yukai,
>
> When updating a package, I find its newly added dependencies (recorded
> in DEPENDS.txt) are not automatically installed.
>
> I think I must defer to Norbert, without doing a bunch of research.
>
> When updating a package, I find its newly added dependencies (recorded
> in DEPENDS.txt) are not automatically installed.
>
> The DEPENDS.txt is not used directly. But in this case, I did manage to
> remember to update minted.tlpsrc with the new dependencies, including
> latex2pydata, so the bug seems valid. The tlpsrc file is used to build
> the new texlive.tlpdb file nightly, which is what tlmgr actually uses.
> (Someday maybe I'll automate updating the tlpsrc list from DEPENDS.txt.)
>
> Thanks for the report,
> Karl
>
More information about the tex-live
mailing list.