* [gentoo-user] Xen Doc compilation failed => latex2html pb
@ 2007-04-15 14:01 galevsky
2007-04-16 12:47 ` galevsky
0 siblings, 1 reply; 3+ messages in thread
From: galevsky @ 2007-04-15 14:01 UTC (permalink / raw
To: gentoo-user
Hi,
I emerged app-emulation/xen-tools-3.0.2-r4 on my gentoo box but the
compilation failed with the DOC use flag :
[...]
make: Entering directory
`/var/tmp/portage/app-emulation/xen-tools-3.0.2-r4/work/xen-3.0.2/docs'
latex src/user.tex >/dev/null
latex src/interface.tex >/dev/null
make[1]: Entering directory
`/var/tmp/portage/app-emulation/xen-tools-3.0.2-r4/work/xen-3.0.2/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
if [ -e user.toc ] ; then latex src/user.tex >/dev/null ; fi
if [ -e interface.toc ] ; then latex src/interface.tex >/dev/null ; fi
make[1]: Entering directory
`/var/tmp/portage/app-emulation/xen-tools-3.0.2-r4/work/xen-3.0.2/docs'
install -d -m0755 man1
install -d -m0755 ps
dvips -Ppdf -G0 -o ps/user.ps.new user.dvi
pod2man --release=xen-unstable --name=`echo man1/xm.1 | sed 's/^man1.//'| \
sed 's/.1//'` -s 1 -c "Xen" man/xm.pod.1 man1/xm.1
This is dvips(k) 5.95b Copyright 2005 Radical Eye Software (www.radicaleye.com)
' TeX output 2007.04.15:1612' -> ps/user.ps.new
<tex.pro><alt-rule.pro><8r.enc><texps.pro><special.pro>. <cmsy8.pfb>
<cmsy10.pfb><cmmi10.pfb>[1<figs/xenlogo.eps>] [2] [1] [2] [3] [4] [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]
[35] [36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49]
[50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62]
mv ps/user.ps.new ps/user.ps
install -d -m0755 ps
dvips -Ppdf -G0 -o ps/interface.ps.new interface.dvi
This is dvips(k) 5.95b Copyright 2005 Radical Eye Software (www.radicaleye.com)
' TeX output 2007.04.15:1612' -> ps/interface.ps.new
<tex.pro><alt-rule.pro><8r.enc><texps.pro><special.pro>. <cmmi10.pfb>
<cmsy10.pfb>[1<figs/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] [35] [36] [37] [38]
[39] [40] [41] [42] [43] [44] [45] [46] [47]
mv ps/interface.ps.new ps/interface.ps
install -d -m0755 pdf
ps2pdf ps/user.ps pdf/user.pdf.new
install -d -m0755 man5
pod2man --release=xen-unstable --name=`echo man5/xend-config.sxp.5 |
sed 's/^man5.//'| \
sed 's/.5//'` -s 5 -c "Xen" man/xend-config.sxp.pod.5
man5/xend-config.sxp.5
install -d -m0755 man5
pod2man --release=xen-unstable --name=`echo man5/xmdomain.cfg.5 | sed
's/^man5.//'| \
sed 's/.5//'` -s 5 -c "Xen" man/xmdomain.cfg.pod.5
man5/xmdomain.cfg.5
make[1]: Leaving directory
`/var/tmp/portage/app-emulation/xen-tools-3.0.2-r4/work/xen-3.0.2/docs'
install -d -m0755 pdf
ps2pdf ps/interface.ps pdf/interface.pdf.new
mv pdf/user.pdf.new pdf/user.pdf
install -d -m0755 html/interface
latex2html -split 0 -show_section_numbers -toc_depth 3 -nonavigation \
-numbered_footnotes -local_icons -noinfo -math -dir html/interface \
src/interface.tex 1>/dev/null 2>/dev/null
mv pdf/interface.pdf.new pdf/interface.pdf
make[1]: *** [html/user/index.html] Error 2
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [html/interface/index.html] Error 2
make[1]: Leaving directory
`/var/tmp/portage/app-emulation/xen-tools-3.0.2-r4/work/xen-3.0.2/docs'
make: *** [html] Error 2
rm user.dvi interface.dvi
make: Leaving directory
`/var/tmp/portage/app-emulation/xen-tools-3.0.2-r4/work/xen-3.0.2/docs'
!!! ERROR: app-emulation/xen-tools-3.0.2-r4 failed.
Call stack:
ebuild.sh, line 1614: Called dyn_compile
ebuild.sh, line 971: Called qa_call 'src_compile'
environment, line 3633: Called src_compile
xen-tools-3.0.2-r4.ebuild, line 147: Called die
!!! compiling docs failed
!!! If you need support, post the topmost build error, and the call
stack if relevant.
!!! A complete build log is located at
'/root/ebuild-logs/app-emulation:xen-tools-3.0.2-r4:20070415-141126.log'.
So I did a manual "make html" without 1 and 2 > /dev/nul:
Everything was fine until the build of images:
[...]
94/95:section:..."B.2 Installing vnet support" for user.html
;.,.....,..,,.,.;.........
95/95:chapter:.."C. Glossary of Terms" for user.html
;.,........................;
.
Doing footnotes ...
Writing image file ...
Fatal (syswait): exec " ./images.tex" failed: Permission denied
at /usr/lib/latex2html/latex2html.pl line 3760
Cannot read logfile './images.log': No such file or directory
Compilation failed in require at /usr/bin/latex2html line 39.
make[1]: *** [html/user/index.html] Error 2
make[1]: Leaving directory
`/var/tmp/portage/app-emulation/xen-tools-3.0.2-r4/work/xen-3.0.2/docs'
make: *** [html] Error 2
Here is the line 3760:
sub make_latex_images{
&close_dbm_database if $DJGPP;
local($dd) = $dd; $dd = '/' if ($dd eq "\\");
local($latex_call) = "$LATEX .$dd${PREFIX}images.tex";
print "$latex_call\n" if (($DEBUG)||($VERBOSITY > 1));
L2hos->syswait($latex_call);
<===== 3760
&open_dbm_database if $DJGPP;
}
Any idea ? I am not used to latex2html generation, so can someone give
me the way ? Why a permission error message ?
Many thanks.
Gal'
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-user] Xen Doc compilation failed => latex2html pb
2007-04-15 14:01 [gentoo-user] Xen Doc compilation failed => latex2html pb galevsky
@ 2007-04-16 12:47 ` galevsky
0 siblings, 0 replies; 3+ messages in thread
From: galevsky @ 2007-04-16 12:47 UTC (permalink / raw
To: gentoo-user
Hi,
I emerged app-emulation/xen-tools-3.0.2-r4 on my gentoo box but the
compilation failed with the DOC use flag :
[...]
make: Entering directory
`/var/tmp/portage/app-emulation/xen-tools-3.0.2-r4/work/xen-3.0.2/docs'
latex src/user.tex >/dev/null
latex src/interface.tex >/dev/null
make[1]: Entering directory
`/var/tmp/portage/app-emulation/xen-tools-3.0.2-r4/work/xen-3.0.2/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
if [ -e user.toc ] ; then latex src/user.tex >/dev/null ; fi
if [ -e interface.toc ] ; then latex src/interface.tex >/dev/null ; fi
make[1]: Entering directory
`/var/tmp/portage/app-emulation/xen-tools-3.0.2-r4/work/xen-3.0.2/docs'
install -d -m0755 man1
install -d -m0755 ps
dvips -Ppdf -G0 -o ps/user.ps.new user.dvi
pod2man --release=xen-unstable --name=`echo man1/xm.1 | sed 's/^man1.//'| \
sed 's/.1//'` -s 1 -c "Xen" man/xm.pod.1 man1/xm.1
This is dvips(k) 5.95b Copyright 2005 Radical Eye Software (www.radicaleye.com)
' TeX output 2007.04.15:1612' -> ps/user.ps.new
<tex.pro><alt-rule.pro><8r.enc><texps.pro><special.pro>. <cmsy8.pfb>
<cmsy10.pfb><cmmi10.pfb>[1<figs/xenlogo.eps>] [2] [1] [2] [3] [4] [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]
[35] [36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49]
[50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62]
mv ps/user.ps.new ps/user.ps
install -d -m0755 ps
dvips -Ppdf -G0 -o ps/interface.ps.new interface.dvi
This is dvips(k) 5.95b Copyright 2005 Radical Eye Software (www.radicaleye.com)
' TeX output 2007.04.15:1612' -> ps/interface.ps.new
<tex.pro><alt-rule.pro><8r.enc><texps.pro><special.pro>. <cmmi10.pfb>
<cmsy10.pfb>[1<figs/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] [35] [36] [37] [38]
[39] [40] [41] [42] [43] [44] [45] [46] [47]
mv ps/interface.ps.new ps/interface.ps
install -d -m0755 pdf
ps2pdf ps/user.ps pdf/user.pdf.new
install -d -m0755 man5
pod2man --release=xen-unstable --name=`echo man5/xend-config.sxp.5 |
sed 's/^man5.//'| \
sed 's/.5//'` -s 5 -c "Xen" man/xend-config.sxp.pod.5
man5/xend-config.sxp.5
install -d -m0755 man5
pod2man --release=xen-unstable --name=`echo man5/xmdomain.cfg.5 | sed
's/^man5.//'| \
sed 's/.5//'` -s 5 -c "Xen" man/xmdomain.cfg.pod.5
man5/xmdomain.cfg.5
make[1]: Leaving directory
`/var/tmp/portage/app-emulation/xen-tools-3.0.2-r4/work/xen-3.0.2/docs'
install -d -m0755 pdf
ps2pdf ps/interface.ps pdf/interface.pdf.new
mv pdf/user.pdf.new pdf/user.pdf
install -d -m0755 html/interface
latex2html -split 0 -show_section_numbers -toc_depth 3 -nonavigation \
-numbered_footnotes -local_icons -noinfo -math -dir html/interface \
src/interface.tex 1>/dev/null 2>/dev/null
mv pdf/interface.pdf.new pdf/interface.pdf
make[1]: *** [html/user/index.html] Error 2
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [html/interface/index.html] Error 2
make[1]: Leaving directory
`/var/tmp/portage/app-emulation/xen-tools-3.0.2-r4/work/xen-3.0.2/docs'
make: *** [html] Error 2
rm user.dvi interface.dvi
make: Leaving directory
`/var/tmp/portage/app-emulation/xen-tools-3.0.2-r4/work/xen-3.0.2/docs'
!!! ERROR: app-emulation/xen-tools-3.0.2-r4 failed.
Call stack:
ebuild.sh, line 1614: Called dyn_compile
ebuild.sh, line 971: Called qa_call 'src_compile'
environment, line 3633: Called src_compile
xen-tools-3.0.2-r4.ebuild, line 147: Called die
!!! compiling docs failed
!!! If you need support, post the topmost build error, and the call
stack if relevant.
!!! A complete build log is located at
'/root/ebuild-logs/app-emulation:xen-tools-3.0.2-r4:20070415-141126.log'.
So I did a manual "make html" without 1 and 2 > /dev/nul:
Everything was fine until the build of images:
[...]
94/95:section:..."B.2 Installing vnet support" for user.html
;.,.....,..,,.,.;.........
95/95:chapter:.."C. Glossary of Terms" for user.html
;.,........................;
.
Doing footnotes ...
Writing image file ...
Fatal (syswait): exec " ./images.tex" failed: Permission denied
at /usr/lib/latex2html/latex2html.pl line 3760
Cannot read logfile './images.log': No such file or directory
Compilation failed in require at /usr/bin/latex2html line 39.
make[1]: *** [html/user/index.html] Error 2
make[1]: Leaving directory
`/var/tmp/portage/app-emulation/xen-tools-3.0.2-r4/work/xen-3.0.2/docs'
make: *** [html] Error 2
Here is the line 3760:
sub make_latex_images{
&close_dbm_database if $DJGPP;
local($dd) = $dd; $dd = '/' if ($dd eq "\\");
local($latex_call) = "$LATEX .$dd${PREFIX}images.tex";
print "$latex_call\n" if (($DEBUG)||($VERBOSITY > 1));
L2hos->syswait($latex_call);
<===== 3760
&open_dbm_database if $DJGPP;
}
Any idea ? I am not used to latex2html generation, so can someone give
me the way ? Why a permission error message ?
Many thanks.
Gal'
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] Xen Doc compilation failed => latex2html pb
@ 2007-04-19 20:09 galevsky
0 siblings, 0 replies; 3+ messages in thread
From: galevsky @ 2007-04-19 20:09 UTC (permalink / raw
To: gentoo-user
No one can advise me to open a bug or consider my own configuration ?
Am I alone facing pb with Xen doc compilation ?
Gal'
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-04-19 20:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-15 14:01 [gentoo-user] Xen Doc compilation failed => latex2html pb galevsky
2007-04-16 12:47 ` galevsky
-- strict thread matches above, loose matches on Subject: below --
2007-04-19 20:09 galevsky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox