Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 205326 - dev-python/python-xlib-0.13 with USE="doc" depends on app-text/tetex. This blocks app-text/texlive-core.
Summary: dev-python/python-xlib-0.13 with USE="doc" depends on app-text/tetex. This bl...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-11 13:59 UTC by Howard B. Golden
Modified: 2008-02-12 19:59 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Howard B. Golden 2008-01-11 13:59:48 UTC
The dev-python/python-xlib-0.13 ebuild depends on app-text/tetex if USE="doc". This blocks app-text/texlive-core.

If it is possible to generate the python-xlib documentation with other flavors of TeX than tetex, then the dependency should be changed to something else that would  not block app-text/texlive-core. I'm don't know what is the correct dependency to use. However, I suspect that virtual/tetex would work. (I will try this and report back.)

Reproducible: Always

Steps to Reproduce:
1. emerge dev-python/python-xlib-0.13
2. emerge texlive-core
Actual Results:  
[blocks B     ] app-text/tetex (is blocking app-text/texlive-core-2007-r11)

Expected Results:  
Should allow using app-text/texlive-core (and possibly other flavors of TeX) to generate documentation.
Comment 1 Howard B. Golden 2008-01-11 14:29:18 UTC
I modified the dev-python/python-xlib-0.13 ebuild, changing the app-text/tetex dependency to virtual/tetex. This unblocked app-text/texlive-core.

With app-text/texlive-core installed, I successfully emerged the modified python-xlib-0.13 ebuild with USE="doc". Therefore, I believe that virtual/tetex might be a better dependency than app-text/tetex. (Perhaps a lesser TeX dependency would be even better. I don't know enough about TeX to decide.)
Comment 2 Christian Faulhammer (RETIRED) gentoo-dev 2008-02-12 19:59:45 UTC
I corrected the dependency to virtual/latex-base, so people have a real choice. Thanks for the patience.