Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 923395 - dev-texlive/texlive-langpolish-2021 fails to compile: env: fmtutil: No such file or directory
Summary: dev-texlive/texlive-langpolish-2021 fails to compile: env: fmtutil: No such f...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alexis Ballier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-31 08:15 UTC by Agostino Sarubbo
Modified: 2024-03-29 14:15 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,50.29 KB, text/plain)
2024-01-31 08:15 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-01-31 08:15:21 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-texlive/texlive-langpolish-2021 fails to compile.
Discovered on: arm64 (internal ref: tinderbox_arm64)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-01-31 08:15:23 UTC
Created attachment 883778 [details]
build.log

build log and emerge --info
Comment 2 Florian Schmaus gentoo-dev 2024-01-31 08:52:07 UTC
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.