Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 175475 - dev-python/python-xlib-0.13 docs not generated
Summary: dev-python/python-xlib-0.13 docs not generated
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-21 17:56 UTC by Rob Cakebread (RETIRED)
Modified: 2007-04-21 20:13 UTC (History)
0 users

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 Rob Cakebread (RETIRED) gentoo-dev 2007-04-21 17:56:58 UTC
python-xlib-0.12 came with the ps and html docs and info files already generated by upstream.

As of 0.13 we'll need to add doc? ( sys-apps/texinfo ) and whatever else is needed; I'm not sure how to fix this:


(cd info; make)
make[1]: Entering directory `/var/tmp/portage/dev-python/python-xlib-0.13/work/python-xlib-0.13/doc/info'
makeinfo --force --no-split -P ../src ../src/python-xlib.texi
make[1]: Leaving directory `/var/tmp/portage/dev-python/python-xlib-0.13/work/python-xlib-0.13/doc/info'
(cd ps; make)
make[1]: Entering directory `/var/tmp/portage/dev-python/python-xlib-0.13/work/python-xlib-0.13/doc/ps'
if test -f python-xlib.aux; then \
           cp python-xlib.aux python-xlib.auxtmp; \
        else touch python-xlib.auxtmp; fi
texi2dvi -b ../src/python-xlib.texi
You don't have a working TeX binary (tex) installed anywhere in
your PATH, and texi2dvi cannot proceed without one.  If you want to use
this script, you'll need to install TeX (if you don't have it) or change
your PATH or TEX environment variable (if you do).  See the --help
output for more details.

For information about obtaining TeX, please see http://www.tug.org.  If
you happen to be using Debian, you can get it with this command:
  apt-get install tetex-bin
make[1]: *** [python-xlib.dvi] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-python/python-xlib-0.13/work/python-xlib-0.13/doc/ps'
make: *** [ps] Error 2
Comment 1 Rob Cakebread (RETIRED) gentoo-dev 2007-04-21 20:13:16 UTC
Fixed in CVS. 
Added IUSE="doc" and new deps.