Summary: | dev-texlive/texlive-langpolish-2021 fails to compile: env: fmtutil: No such file or directory | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Alexis Ballier <aballier> |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | CC: | flow, tex |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=927276 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 883778 [details]
build.log
build log and emerge --info
fmtutil is provided by texlive-core on which texlive-langpolish, indirectly due to texlive-module.eclass, has a RDEPEND declared, but no DEPEND (which would assumably fix this). DEPEND=>=dev-texlive/texlive-latex-2021 >=dev-texlive/texlive-basic-2021 RDEPEND=>=dev-texlive/texlive-latex-2021 >=dev-texlive/texlive-basic-2021 >=app-text/texlive-core-2021 I wonder if more dev-texlive/* packages are affected by this. Tex Live 2021 is gone from ::gentoo, and this issue has not been reported as reproduced with newer TeX Live versions. |