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

Bug 466442

Summary: =dev-texlive/texlive-cjk-2012 can't be installed because of dependency issues
Product: Gentoo Linux Reporter: poletti.marco
Component: [OLD] DevelopmentAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description poletti.marco 2013-04-19 08:37:58 UTC
This is dev-texlive/texlive-basic-2012's DEPEND:

DEPEND=">=dev-texlive/texlive-basic-2012
>=app-text/texlive-core-2010[cjk]
>=dev-texlive/texlive-latex-2011
!!<dev-texlive/texlive-langcjk-2012
"

I guess the double negation is a typo. Now =dev-texlive/texlive-langcjk-2012 depends on !!<dev-texlive/texlive-langcjk-2012, that is, <dev-texlive/texlive-langcjk-2012 and therefore can't be installed.



Reproducible: Always
Comment 1 poletti.marco 2013-04-19 08:40:39 UTC
Sorry, it's dev-texlive/texlive-langcjk-2012, not dev-texlive/texlive-basic-2012.
I fixed the bug title, but the first line in the bug description is still incorrect (it should say "dev-texlive/texlive-langcjk-2012" instead).
Comment 2 Richard Li 2013-04-19 13:32:23 UTC
In ebuilds, !! is a more rigorous version of !. See man 5 ebuild.

Just run "emerge -C texlive-langcjk" before updating world.
Comment 3 poletti.marco 2013-04-19 14:44:04 UTC
Right, sorry.
I'm closing this as invalid then.