https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-tex/latex2pydata-0.4.0 fails to compile. Discovered on: amd64 (internal ref: ci) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Created attachment 911549 [details] build.log build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary: ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any ! ==> Fatal error occurred, no output PDF file produced! ! LaTeX Error: File `fourier.sty' not found.
(In reply to Agostino Sarubbo from comment #2) > ! LaTeX Error: File `fourier.sty' not found. This file is provided by the dev-texlive/texlive-fontsextra package, however upon installing another file(s) seem to be missing as well: ``` (/usr/share/texmf-dist/tex/latex/graphics/mathcolor.ltx)) (/usr/share/texmf-dist/tex/latex/xcolor/svgnam.def) ! LaTeX Error: File `upquote.sty' not found. Type X to quit or <RETURN> to proceed, or enter new name. (Default extension: sty) Enter file name: ! Emergency stop. <read *> l.47 \begingroup ^^M ! ==> Fatal error occurred, no output PDF file produced! Transcript written on latex2pydata.log. * pdflatex failed, trying texi2dvi /usr/bin/texi2dvi: latex exited with bad status, quitting. * ERROR: dev-tex/latex2pydata-0.4.0::gentoo failed (install phase): * (no error message) * * Call stack: * ebuild.sh, line 136: Called src_install * environment, line 4064: Called latex-package_src_install * environment, line 3153: Called latex-package_src_doinstall 'all' * environment, line 3144: Called latex-package_src_doinstall 'styles' 'fonts' 'bin' 'doc' * environment, line 3135: Called latex-package_src_doinstall 'tex' 'dtx' 'dvi' 'ps' 'pdf' * environment, line 3102: Called die ```
This is a circular dependency with latexextra-2024 that was uncovered here. It is already fixed in the package's version in ::tex-overlay and will (and can only) be fixed once texlive 2024 is merged into ::gentoo.
still reproducible with tex 2024 tinderbox run
Unable to reproduce yet, latex2pydata emerges without issues for me.
My assumption is it must have been fixed by: commit dc347e7d0bae9603da338cfa41d738fb7994f02b Author: Florian Schmaus <flow@gentoo.org> Date: Fri Nov 29 10:40:42 2024 +0100 dev-tex/latex2pydata: sync with ::tex-overlay, update for tl 2024 Signed-off-by: Florian Schmaus <flow@gentoo.org> ago, can you give fresh logs?
Created attachment 913434 [details] build.log build.log
The new error is different: ``` ! LaTeX Error: File `fourier.sty' not found. ``` It needs dev-texlive/texlive-fontsextra.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=447e16b85a14c2dfe7ee644922f114924368510f commit 447e16b85a14c2dfe7ee644922f114924368510f Author: Florian Schmaus <flow@gentoo.org> AuthorDate: 2024-12-06 14:53:15 +0000 Commit: Florian Schmaus <flow@gentoo.org> CommitDate: 2024-12-06 14:53:15 +0000 dev-tex/latex2pydata: add missing fontsextra BDEPEND Closes: https://bugs.gentoo.org/944464 Signed-off-by: Florian Schmaus <flow@gentoo.org> dev-tex/latex2pydata/latex2pydata-0.4.1.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-)