Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 944464 - dev-tex/latex2pydata-0.4.0 fails to compile: ! LaTeX Error: File fourier.sty not found
Summary: dev-tex/latex2pydata-0.4.0 fails to compile: ! LaTeX Error: File fourier.sty ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: TeX project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 944463
  Show dependency tree
 
Reported: 2024-11-22 13:33 UTC by Agostino Sarubbo
Modified: 2024-12-06 14:53 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,75.35 KB, text/plain)
2024-11-22 13:33 UTC, Agostino Sarubbo
Details
build.log (build.log,91.09 KB, text/plain)
2024-12-06 13:41 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-11-22 13:33:25 UTC
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
Comment 1 Agostino Sarubbo gentoo-dev 2024-11-22 13:33:27 UTC
Created attachment 911549 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-11-22 13:33:27 UTC
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.
Comment 3 Jakov Smolić archtester gentoo-dev 2024-11-25 00:02:55 UTC
(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
```
Comment 4 Florian Schmaus gentoo-dev 2024-11-25 08:22:14 UTC
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.
Comment 5 Agostino Sarubbo gentoo-dev 2024-12-05 10:37:08 UTC
still reproducible with tex 2024 tinderbox run
Comment 6 Florian Schmaus gentoo-dev 2024-12-06 11:38:06 UTC
Unable to reproduce yet, latex2pydata emerges without issues for me.
Comment 7 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-12-06 11:41:28 UTC
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?
Comment 8 Agostino Sarubbo gentoo-dev 2024-12-06 13:41:33 UTC
Created attachment 913434 [details]
build.log

build.log
Comment 9 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-12-06 13:45:01 UTC
The new error is different:
```
! LaTeX Error: File `fourier.sty' not found.
```

It needs dev-texlive/texlive-fontsextra.
Comment 10 Larry the Git Cow gentoo-dev 2024-12-06 14:53:51 UTC
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(-)