On Tue, Nov 24, 2009 at 8:52 PM, Bart Van Assche
<[email protected]> wrote:
> On Tue, Nov 24, 2009 at 7:30 PM, Erez Zilber <[email protected]> wrote:
>> I/O error : Attempt to load network entity
>> http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl
>
> Hello Erez,
>
> Have you already had a look at the file docs/README ? It lists the
> packages that must be installed before documentation generation works.
> The following bug report might also be interesting to you (not sure
> it's still up to date): https://bugs.kde.org/show_bug.cgi?id=162121.
>
> Bart.
>

I read docs/README and was able to make some progress. However, I'm
still looking for the pdfxmltex & pdftops packages for CentOS 5. Do
you know if they are available (as RPMs)? Maybe I'm looking for the
wrong package name?

I'm currently failing here:

Writing license.gfdl.html for chapter(license.gfdl)
Writing licenses.html for book(licenses)
Writing index.html for set(set-index)
for x in /usr/share/xml/docbook/stylesheet/nwalsh/current/manpages/docbook.xsl
/usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl
/usr/share/sgml/docbook/xsl-stylesheets-1.69.1-5.1/manpages/docbook.xsl
; do \
            if test -f $x; then \
                echo "Using manpage stylesheet: $x"; \
                export XML_CATALOG_FILES=/etc/xml/catalog && \
                xsltproc --nonet --xinclude -o ./ $x
../docs/xml/manpages-index.xml; \
                exit 0; \
            fi; \
        done; \
        echo ""; \
        echo "Error: I can't find the XSL_MAN_STYLE file";     \
        echo "Please check where it lives on your system, and"      \
             "amend the line 'XSL_MAN_STYLES = ' in this Makefile."; \
        exit 1;
Using manpage stylesheet:
/usr/share/sgml/docbook/xsl-stylesheets-1.69.1-5.1/manpages/docbook.xsl
Error: no ID for constraint linkend: manual-core.comment.
Writing valgrind.1 for refentry(valgrind)
Writing cg_annotate.1 for refentry(cg_annotate)
Writing callgrind_annotate.1 for refentry(callgrind-annotate)
Writing callgrind_control.1 for refentry(callgrind-control)
Writing ms_print.1 for refentry(ms_print)
Generating PDF file: ../docs/print/index.pdf (please be patient)...
export XML_CATALOG_FILES=/etc/xml/catalog && \
        mkdir -p ../docs/print && \
        mkdir -p ../docs/print/images && \
        xsltproc --nonet --xinclude -o ../docs/print/index.fo
../docs/lib/vg-fo.xsl ../docs/xml/index.xml && \
        (cd ../docs/print && \
         ( pdfxmltex index.fo && \
           pdfxmltex index.fo && \
           pdfxmltex index.fo ) &> print.log < /dev/null && \
         echo "Generating PS file: ../docs/print/index.ps ..." && \
         pdftops index.pdf && \
         rm -f *.log *.aux *.fo *.out)
Making portrait pages on USletter paper (8.5inx11in)
make[2]: *** [print-docs] Error 127
make[2]: Leaving directory `/home1/erez.zilber/work/tmp/vlg/valgrind-3.5.0/docs'
make[1]: *** [distdir] Error 2
make[1]: Leaving directory `/home1/erez.zilber/work/tmp/vlg/valgrind-3.5.0/docs'
make: *** [distdir] Error 1

Thanks,
Erez

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Valgrind-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to