Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 576450

Summary: dev-texlive/texlive-xetex-2015: texlive-luatex requires euenc module
Product: Gentoo Linux Reporter: Michał Gasewicz <rozstrojenie.jazni>
Component: [OLD] DevelopmentAssignee: Alexis Ballier <aballier>
Status: RESOLVED WORKSFORME    
Severity: normal CC: jstein, tex
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Michał Gasewicz 2016-03-04 15:23:15 UTC
LuaLaTeX requires euenc module in texlive-xetex. Without it \usepackege{polyglossia} throws LaTeX Error: Encoding scheme `EU2' unknown.
Comment 1 Alexis Ballier gentoo-dev 2016-12-01 14:25:13 UTC
$ grep RDEPEND texlive-luatex/texlive-luatex-2015.ebuild 
RDEPEND="${DEPEND} dev-texlive/texlive-xetex


seems ok to me
Comment 2 Michał Gasewicz 2016-12-01 14:56:38 UTC
I've added euenc to TEXLIVE_MODULE_CONTENTS in my local texlive-xetex ebuild. Texlive-luatex package needs this change to work properly. This module was included in earlier versions of texlive-xetex ebuild.
Comment 3 Alexis Ballier gentoo-dev 2016-12-01 18:03:45 UTC
euenc is in tl-latexrecommended in tl 2015

however, we have the following (R)DEPEND chain:

tl-luatex -> tl-xetex -> tl-latexextra -> tl-latexrecommended

so it should be fine and, actually, adding euenc to TEXLIVE_MODULE_CONTENTS in texlive-xetex should trigger package collisions
Comment 4 Michał Gasewicz 2016-12-02 13:46:10 UTC
You're right, it's my mistake. My latexrecommended got downgraded. Sorry for the noise.