Package: texlive-latex-extra
Version: 2024.20241102-1
Severity: normal

Since the last update of texlive-latex-extra package I cannot build a document using the minted package.

Here is a minimal sample file using minted:

#######################################

\documentclass[a4paper]{article}

\usepackage{minted}

\begin{document}
\begin{minted}{text}
Test
\end{minted}
\end{document}

#######################################


When I try to build the PDF file from this, I get:

#> pdflatex --shell-escape sample.tex
...
sh: 1: latexminted: not found
system returned with code 32512
...
! Package minted Error: minted v3+ executable is not installed or is not added
to PATH.
...

So, I looked for something similar to latexminted on the system and I found 
this:

/usr/share/texlive/texmf-dist/scripts/minted/latexminted.py

Then, I added this path to my PATH:

#> export PATH=$PATH:/usr/share/texlive/texmf-dist/scripts/minted

But, this wasn't enough... I got the exact same error.

So, I created a symbolic link 'latexminted -> latexminted.py' and it worked.

I am not sure I see exactly how to solve this in the package, but at least this is a temporary workaround for people interested in it.

Thanks for all the work of maintainers,this is precious ! ;-)



-- Package-specific info:

##################################
minimal input file


##################################
other files

######################################
 List of ls-R files

-rw-r--r-- 1 root root 3067 Nov  5 10:50 /var/lib/texmf/ls-R
lrwxrwxrwx 1 root root 29 Oct 12 2022 /usr/share/texmf/ls-R -> /var/lib/texmf/ls-R-TEXMFMAIN lrwxrwxrwx 1 root root 31 Nov 4 14:40 /usr/share/texlive/texmf-dist/ls-R -> /var/lib/texmf/ls-R-TEXLIVEDIST lrwxrwxrwx 1 root root 31 Nov 4 14:40 /usr/share/texlive/texmf-dist/ls-R -> /var/lib/texmf/ls-R-TEXLIVEDIST
######################################
 Config files
-rw-r--r-- 1 root root 475 Jun 12  2023 /etc/texmf/web2c/texmf.cnf
lrwxrwxrwx 1 root root 33 Nov 4 14:40 /usr/share/texmf/web2c/fmtutil.cnf -> /var/lib/texmf/fmtutil.cnf-DEBIAN lrwxrwxrwx 1 root root 32 Nov 4 14:40 /usr/share/texmf/web2c/updmap.cfg -> /var/lib/texmf/updmap.cfg-DEBIAN -rw-r--r-- 1 root root 3130 Nov 5 10:49 /var/lib/texmf/tex/generic/config/language.dat
######################################
 Files in /etc/texmf/web2c/
total 8
-rw-r--r-- 1 root root 283 Feb 28  2019 mktex.cnf
-rw-r--r-- 1 root root 475 Jun 12  2023 texmf.cnf
######################################
 md5sums of texmf.d
ca40c66f144b4bafc3e59a2dd32ecb9c  /etc/texmf/texmf.d/00debian.cnf

-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (900, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.11.2-amd64 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages texlive-latex-extra depends on:
ii  libcommons-logging-java    1.3.0-1
ii  libpdfbox-java             1:1.8.16-5
ii  preview-latex-style        13.2-1
ii  python3                    3.12.6-1
ii  tex-common                 6.18
ii  texlive-base               2024.20241102-1
ii  texlive-binaries           2024.20240313.70630+ds-5
ii  texlive-latex-recommended  2024.20241102-1
ii  texlive-pictures           2024.20241102-1

Versions of packages texlive-latex-extra recommends:
ii  default-jre                     2:1.21-76
ii  libspreadsheet-parseexcel-perl  0.6600-1
ii  texlive-fonts-recommended       2024.20241102-1
ii  texlive-plain-generic           2024.20241102-1

Versions of packages texlive-latex-extra suggests:
pn  icc-profiles             <none>
ii  libfile-which-perl       1.27-2
ii  python3-pygments         2.18.0+dfsg-1
pn  texlive-latex-extra-doc  <none>
ii  texlive-science          2024.20241102-1

Versions of packages tex-common depends on:
ii  ucf  3.0043+nmu1

Versions of packages tex-common suggests:
ii  debhelper  13.20

Versions of packages texlive-latex-extra is related to:
ii  tex-common        6.18
ii  texlive-binaries  2024.20240313.70630+ds-5

-- no debconf information

-- debsums errors found:
debsums: changed file /usr/share/texlive/texmf-dist/tex/latex/media9/players/VPlayer.swf (from texlive-latex-extra package)

Reply via email to