While trying to compile xen-bk.2.0 unstable,at my debian 3.1 machine everthing went fine until make docs here`s the error message ------------------------------------------------------------------------------------------------------- make -C docs all || true make[2]: Entering directory `/root/xen-2.0.bk/docs'' latex interface >/dev/null if [ -e interface.toc ] ; then latex interface >/dev/null ; fi dvips -Ppdf -G0 -o interface.ps interface.dvi This is dvips(k) 5.92b Copyright 2002 Radical Eye Software (www.radicaleye.com) '' TeX output 2004.09.16:0716'' -> interface.ps <tex.pro><alt-rule.pro><texc.pro><f7b6d320.enc><74afc74c.enc><aae443f0.enc> <bbad153f.enc><09fbbfac.enc><texps.pro><special.pro>. <cmtt10.pfb> <cmsy10.pfb><cmmi10.pfb><cmti10.pfb><cmr17.pfb><cmsl10.pfb><cmr10.pfb> <cmbx10.pfb><cmr12.pfb><cmbx12.pfb>[1<eps/xenlogo.eps>] [2] [1] [2] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] ps2pdf interface.ps interface.pdf latex2html --split 0 --nonavigation --noinfo --math interface.tex 1>/dev/null 2>/dev/null make[2]: *** [interface.html] Error 127 rm interface.dvi make[2]: Leaving directory `/root/xen-2.0.bk/docs'' make[1]: Leaving directory `/root/xen-2.0.bk ----------------------------------------------------------------------------------------------------- any pointer is greatly appreciated ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
Edit docs/Makefile and get rid of uses of 1>/dev/null and 2>/dev/null. Then we will see an error message. -- Keir> While trying to compile xen-bk.2.0 unstable,at my debian 3.1 machine > everthing went fine until make docs > here`s the error message > ------------------------------------------------------------------------------------------------------- > make -C docs all || true > make[2]: Entering directory `/root/xen-2.0.bk/docs'' > latex interface >/dev/null > if [ -e interface.toc ] ; then latex interface >/dev/null ; fi > dvips -Ppdf -G0 -o interface.ps interface.dvi > This is dvips(k) 5.92b Copyright 2002 Radical Eye Software (www.radicaleye.com) > '' TeX output 2004.09.16:0716'' -> interface.ps > <tex.pro><alt-rule.pro><texc.pro><f7b6d320.enc><74afc74c.enc><aae443f0.enc> > <bbad153f.enc><09fbbfac.enc><texps.pro><special.pro>. <cmtt10.pfb> > <cmsy10.pfb><cmmi10.pfb><cmti10.pfb><cmr17.pfb><cmsl10.pfb><cmr10.pfb> > <cmbx10.pfb><cmr12.pfb><cmbx12.pfb>[1<eps/xenlogo.eps>] [2] [1] [2] [1] [2] > [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] > [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] > ps2pdf interface.ps interface.pdf > latex2html --split 0 --nonavigation --noinfo --math interface.tex > 1>/dev/null 2>/dev/null > make[2]: *** [interface.html] Error 127 > rm interface.dvi > make[2]: Leaving directory `/root/xen-2.0.bk/docs'' > make[1]: Leaving directory `/root/xen-2.0.bk > ----------------------------------------------------------------------------------------------------- > any pointer is greatly appreciated > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/xen-devel------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel