Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 199764 - missing dep in app-emulation/xen-tools with USE=doc
Summary: missing dep in app-emulation/xen-tools with USE=doc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Xen Devs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-20 12:49 UTC by Bo Ørsted Andresen (RETIRED)
Modified: 2009-04-27 15:44 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 Bo Ørsted Andresen (RETIRED) gentoo-dev 2007-11-20 12:49:20 UTC
I am using texlive so I fixed this by installing dev-texlive/texlive-latexextra.

make -j2 -C docs
make: Entering directory `/var/tmp/paludis/app-emulation/xen-tools-3.1.2/work/xen-3.1.2/docs'
latex src/user.tex >/dev/null
latex src/interface.tex >/dev/null
make: *** [interface.dvi] Error 1
make: *** Waiting for unfinished jobs....
if [ -e user.toc ] ; then latex src/user.tex >/dev/null ; fi
rm user.dvi
make: Leaving directory `/var/tmp/paludis/app-emulation/xen-tools-3.1.2/work/xen-3.1.2/docs'

!!! ERROR in app-emulation/xen-tools-3.1.2:
!!! In src_compile at line 3575
!!! compiling docs failed

/var/tmp/paludis/app-emulation/xen-tools-3.1.2/work/xen-3.1.2/docs # latex src/interface.tex
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
 %&-line parsing enabled.
entering extended mode
(./src/interface.tex
LaTeX2e <2005/12/01>
Babel <v3.8h> and hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, danish, ukenglish, loaded.
(/usr/share/texmf-dist/tex/latex/base/report.cls
Document Class: report 2005/09/16 v1.4f Standard LaTeX document class
(/usr/share/texmf-dist/tex/latex/base/size11.clo))
(/usr/share/texmf-dist/tex/latex/ntgclass/a4.sty)
(/usr/share/texmf-dist/tex/latex/graphics/graphicx.sty
(/usr/share/texmf-dist/tex/latex/graphics/keyval.sty)
(/usr/share/texmf-dist/tex/latex/graphics/graphics.sty
(/usr/share/texmf-dist/tex/latex/graphics/trig.sty)
(/usr/share/texmf/tex/latex/config/graphics.cfg)
(/usr/share/texmf-dist/tex/latex/graphics/dvips.def))) (./html.sty)
(/usr/share/texmf-dist/tex/latex/setspace/setspace.sty
Package: `setspace' 6.7 <2000/12/01>
) (/usr/share/texmf-dist/tex/latex/psnfss/times.sty)

! LaTeX Error: File `comment.sty' not found.

Type X to quit or <RETURN> to proceed,
Comment 1 Micheal Marineau (RETIRED) gentoo-dev 2007-11-20 18:48:32 UTC
Ah fun, so I need to add that dependency if texlive is installed instead of tetex.
Comment 2 Bo Ørsted Andresen (RETIRED) gentoo-dev 2007-11-20 19:11:51 UTC
(In reply to comment #1)
> Ah fun, so I need to add that dependency if texlive is installed instead of
> tetex.

Either that or a new virtual I suppose.
Comment 3 Patrick Lauer gentoo-dev 2009-04-27 15:44:49 UTC
+  27 Apr 2009; Patrick Lauer <patrick@gentoo.org> xen-tools-3.3.1:
+  Bump to eapi2 for usedeps, fixing depends for use=doc, closes #199764