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

Bug 196246

Summary: texlive: improve texlinks usage
Product: Gentoo Linux Reporter: Alexis Ballier <aballier>
Component: Current packagesAssignee: TeX project <tex>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 195815    

Description Alexis Ballier gentoo-dev 2007-10-18 07:34:15 UTC
tetex and the current texlive ebuilds use texlinks for creating symlinks from formats to engines, like latex -> pdftex in /usr/bin for texlive.

The problem of handling files via texlinks is that those files are not under the control of portage, thus unmerging tetex or texlive leaves the symlinks around, pointing to nothing.
I'm almost finished writing/importing the functions of texlinks in the eclass and creating the symlinks there, so that they will be in CONTENTS.

The drawback of doing this is that if somebody had a previously installed version, that will cause collisions with those files that are on the system and don't belong to any package.

As migrating to texlive will be a big step, I think it's the right time to fix that.
Comment 1 Alexis Ballier gentoo-dev 2007-10-21 11:32:09 UTC
this is now fixed by using etexlinks from texlive-common.eclass