erlang/otp build problem: snmpc_cmd.xml

Jesper Louis Andersen jesper.louis.andersen@REDACTED
Mon Mar 7 01:25:17 CET 2011


I am on:

jlouis@REDACTED:~/Projects/otp$ git describe
OTP_R14B01-636-gac73b2c

and my 'make docs' build fails with:

date=`date +"%B %e %Y"`; \
	xsltproc --noout \
          --stringparam outdir ../html \
          --stringparam docgen "/home/jlouis/Projects/otp/lib/erl_docgen" \
          --stringparam topdocdir "../../../../doc" \
          --stringparam pdfdir "../pdf" \
          --xinclude  --stringparam mod2app_file
"/home/jlouis/Projects/otp/make/x86_64-unknown-linux-gnu/mod2app.xml"
\
          --stringparam gendate "$date" \
          --stringparam appname "snmp" \
          --stringparam appver "4.19" \
          -path /home/jlouis/Projects/otp/lib/erl_docgen/priv/docbuilder_dtd \
          -path
/home/jlouis/Projects/otp/lib/erl_docgen/priv/dtd_html_entities \
            /home/jlouis/Projects/otp/lib/erl_docgen/priv/xsl/db_html.xsl
book.xml
warning: failed to load external entity "snmpc_cmd.xml"
ref_man.xml:64: element include: XInclude error : could not load
snmpc_cmd.xml, and no fallback was found
make[3]: *** No rule to make target `snmpc_cmd.xml', needed by
`../man1/snmpc.1'.  Stop.
make[3]: Leaving directory `/home/jlouis/Projects/otp/lib/snmp/doc/src'
make[2]: *** [docs] Error 2
make[2]: Leaving directory `/home/jlouis/Projects/otp/lib/snmp'
make[1]: *** [docs] Error 2
make[1]: Leaving directory `/home/jlouis/Projects/otp/lib'
make: *** [docs] Error 2

Is there any way around this? I perhaps miss some package or have an
old version of a package.

-- 
J.


More information about the erlang-questions mailing list