Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 232791 - kde-base/kopete dependency problem with latex USE-Flag [conflict between tetex and texlive]
Summary: kde-base/kopete dependency problem with latex USE-Flag [conflict between tete...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-23 21:54 UTC by Oliver Putz
Modified: 2008-09-03 11:55 UTC (History)
1 user (show)

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


Attachments
depends on virtual/latex-base instead of virtual/tetex (kopete-3.5.9.ebuild,4.03 KB, text/plain)
2008-07-30 10:50 UTC, Robert
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Putz 2008-07-23 21:54:24 UTC
When I try to emerge kde-base/kopete-3.5.9 with useflag "latex" I get:

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] net-libs/libwww-5.4.0-r7  USE="ssl -mysql" 1,118 kB
[ebuild  N    ] app-text/tetex-3.0_p1-r6  USE="X -Xaw3d -doc -motif -neXt -tk" 102,314 kB
[ebuild   R   ] kde-base/kopete-3.5.9  USE="crypt debug latex* ssl -addbookmarks -alias -arts -autoreplace -connectionstatus -contactnotes -gadu -groupwise -highlight -history -irc -jingle -kdeenablefinal -kdehiddenvisibility -netmeeting -nowlistening -sametime -slp -sms -statistics -texteffect -translator -webpresence -winpopup -xinerama -xscreensaver -yahoo" 0 kB
[blocks B     ] app-text/tetex (is blocking app-text/texlive-core-2007-r13)

As far as I understood it the splitted texlive ebuilds are the sucessor of tetex. So Maybe it would be a good idea to update kopetes dependencies accordingly or to at least make it aware of the alternative texlive?

Reproducible: Always

Steps to Reproduce:
1.emerge kopete with USE="latex"
Actual Results:  
Emerge fails with block between texlive and tetex

Expected Results:  
ebuild should use existing texlive latex programs
Comment 1 Robert 2008-07-30 10:50:25 UTC
Created attachment 161706 [details]
depends on virtual/latex-base instead of virtual/tetex

The problem is that the latex USE-flag makes kopete depend on virtual/tetex, which doesn't seem to exist anymore but pulls app-text/tetex as dependency.

I think that it schould depend on virtual/latex-base or maybe even virtual/tex-base instead.
Comment 2 Oliver Putz 2008-08-03 12:59:14 UTC
The new ebuild compiles fine and latex works in kopete. Thanks.
Comment 3 Christian Faulhammer (RETIRED) gentoo-dev 2008-09-03 11:55:57 UTC
The dependency has been fixed.  Thanks for the report.