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

Bug 382013

Summary: virtual/latex-base blocks texlive-2010
Product: Gentoo Linux Reporter: typograph
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal CC: SebastianLuther
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description typograph 2011-09-06 07:33:25 UTC
Since texlive-2010 is stabilized, emerging texlive fails, because virtual/latex-base, needed e.g by app-text/dvipng or sci-mathematics/maxima, requires <texlive-latexrecommended-2009

Reproducible: Always

Steps to Reproduce:
1. emerge app-text/texlive virtual/latex-base
2.
3.
Actual Results:  
emerge failed

Expected Results:  
emerge succeeds
Comment 1 Sebastian Luther (few) 2011-09-06 07:54:33 UTC
The dependencies of virtual/latex-base-1.0 are:
|| ( ( dev-texlive/texlive-latexrecommended dev-texlive/texlive-fontutils ) <dev-texlive/texlive-latexrecommended-2009 app-text/ptex )

Under normal circumstances it should install dev-texlive/texlive-latexrecommended and dev-texlive/texlive-fontutils. You need to find out why it does not for you.
Comment 2 typograph 2011-09-06 16:30:49 UTC
(In reply to comment #1)
> The dependencies of virtual/latex-base-1.0 are:
> || ( ( dev-texlive/texlive-latexrecommended dev-texlive/texlive-fontutils )
> <dev-texlive/texlive-latexrecommended-2009 app-text/ptex )
> 
> Under normal circumstances it should install
> dev-texlive/texlive-latexrecommended and dev-texlive/texlive-fontutils. You
> need to find out why it does not for you.

You are right. I misread the dependency line when checking for possible reasons. It originally failed in paludis, and when I checked with portage, I just checked that it fails and didn't notice that texlive-fontutils was masked under portage.

I'll redirect my problem to paludis authors, thanks.