Package: texlive-latex-recommended Version: 2018.20181106-1 Severity: serious Control: affects -1 src:pycorrfit
https://buildd.debian.org/status/package.php?p=pycorrfit&suite=sid This FTBFS in pycorrfit boils down to the following regression: $ cat test.tex \documentclass{article} \usepackage{fancyvrb} \usepackage[svgnames]{xcolor} \begin{document} Hello world \end{document} $ latex test This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2019/dev/Debian) (preloaded format=latex) restricted \write18 enabled. entering extended mode (./test.tex LaTeX2e <2018-04-01> patch level 5 (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls Document Class: article 2014/09/29 v1.4h Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo)) (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty Style option: `fancyvrb' v3.0 <2018/11/01> (tvz) (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/dvips.def)) (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty)) ! LaTeX Error: Option clash for package xcolor. See the LaTeX manual or LaTeX Companion for explanation. Type H <return> for immediate help. ... l.4 \begin {document} ?