Open paugier opened 5 years ago
Having the same issue with the latest default package from conda
texlive-core 20180414 h3d9e0a8_6 conda-forge
This happens even with the general tlmgr
command.
Hi! Is there any work around for this issue?
+1
TeXLive/TLConfig.pm is missing from texlive-core package see #19
You can manually add the files back in from another version of texlive or install with apt if you are on a linux system.
Against my better judgement, I tried a version of @Adamtaranto suggestion to
manually add the files back in from another version of texlive
by setting PERL5LIB to pickup them up from (old) system texlive, but found it to generate
PERL5LIB=/usr/share/texlive/tlpkg tlmgr --help
Global symbol "$CompressorExtRegexp" requires explicit package name (did you forget to declare "my $CompressorExtRegexp"?) at /n/projects/mec/SRSCHPC2/local/inst/Mambaforge/24.3.0-0/envs/mec_base/bin/tlmgr line 1884.
.... (and many such)
editting the script to comment out use warnings
just exposed the next incompatibility
PERL5LIB=/usr/share/texlive/tlpkg tlmgr --help
"wndws" is not exported by the TeXLive::TLUtils module
"repository_to_array" is not exported by the TeXLive::TLUtils module
Can't continue after import errors at /n/projects/mec/SRSCHPC2/local/inst/Mambaforge/24.3.0-0/envs/mec_base/bin/tlmgr line 100.
like I said, I tried this against my better judgement.
Still wishing this would fix in the feedstock.
I've tried using texlive with conda but
tlmgr
is broken: