WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] errors with make tools and make docs

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] errors with make tools and make docs
From: "Yann Boutin" <yann.boutin@xxxxxxxxx>
Date: Tue, 6 Mar 2007 22:55:48 +0100
Delivery-date: Tue, 06 Mar 2007 13:54:57 -0800
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=MhovWbrVxMbwSzxFQrNN3DwvtIniyBVrCxeKec4aajX+HdP6Gp4JOwDZDOAqFx5pjBdn9eNe3OtTqlzUeXhqpeIqJh70iAVRWoGAGnuqTzeTJkCyy7mTUyfPRfSsvr08KIunsmeWa9bI1LSmL4gD1QAuQMZK79Pl9PZPD514SxI=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=IGoo87XxzBZnXeBe5zjB6EiK6vEYnp1WHBgAh+sWy9uFHbIn5eayzQIohlZ1F+8Qop7JSjZFNevi9cgNCaiULhRTRfDaipV6zdHbpWcnLtiNUBHRI3keQuxLWW36ZSZksLXqMyFxEjJBXSgk0ZmkxR6mIGlQViOHA5gQh0QcM0w=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
2) make docs fails when converting latex to html

  Here's the error:

make[2]: Entering directory `/usr/src/xen-3.0.3-testing.hg/docs'
install -d -m0755 html/user
latex2html -split 0 -show_section_numbers -toc_depth 3 -nonavigation \
        -numbered_footnotes -local_icons -noinfo -math -dir html/user \
        src/user.tex 1>/dev/null 2>/dev/null
make[2]: *** [html/user/index.html] Error 2
make[2]: Leaving directory `/usr/src/xen-3.0.3-testing.hg/docs'
make[1]: *** [html] Error 2
rm user.dvi interface.dvi
make[1]: Leaving directory `/usr/src/xen-3.0.3-testing.hg/docs'

  Now I have latex2html and all other packages listed as required by Xen
for documentation installed.

  The second issue really isn't as important; I can get pdf and
man-pages and such built and installed without a problem.  I do,
however, want and need the tools installed properly.  Any help would be
appreciated.

-Ricardo-

You can remove doc generation with the USE variable.

gentoo ~ # USE=-doc emerge -pv app-emulation/xen app-emulation/xen-tools

Yann

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Xen-users] errors with make tools and make docs, Yann Boutin <=