<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, Sans-Serif;font-size:12pt">Hello,<br style="" class=""><br style="" class="">I seem to have compiled OTP 17 on Ubuntu 14.04 without any problems (havent ran the tests yet), but what should be a routine saving of man pages produces an avalanche of <br style="" class=""><br style="" class="">troff: fatal error: can't open `/usr/lib/erlang/man/mangz/DoesBackingStore.3.gz': No such file or directory<br style="" class=""><br style="" class="">for pretty much all the man pages. In fact the mangz directory was never created by make install, not that it made a difference when I created it manually. I thought that maybe fop was what I was missing, but now that I am making the docs it is clear fop is in full effect. Finally the docs failed too, some java error that does not concern me much, as follows: <br style="" class=""><br
 style="" class="">fop -c /home/z/otp_src_17.0/bootstrap/lib/erl_docgen/priv/fop.xconf -fo ../pdf/jinterface-1.5.9.fo -pdf ../pdf/jinterface-1.5.9.pdf<br style="" class="">Rendered page #1.<br style="" class="">Rendered page #2.<br style="" class="">Rendered page #3.<br style="" class="">Line 2 of a paragraph overflows the available area by more than 50 points. (See position 199:224)<br style="" class="">Rendered page #4.<br style="" class="">Rendered page #5.<br style="" class="">Rendered page #6.<br style="" class="">Rendered page #7.<br style="" class="">Rendered page #8.<br style="" class="">Rendered page #9.<br style="" class="">Rendered page #10.<br style="" class="">Rendered page #11.<br style="" class="">Rendered page #12.<br style="" class="">/usr/bin/install -c -m 644 notes.gif ../html/notes.gif<br style="" class="">/usr/bin/install -c -m 644 ref_man.gif ../html/ref_man.gif<br style="" class="">/usr/bin/install -c -m 644 user_guide.gif
 ../html/user_guide.gif<br style="" class="">date=`date +"%B %e, %Y"`; \<br style="" class="">        xsltproc --noout \<br style="" class="">          --stringparam outdir ../html \<br style="" class="">          --stringparam docgen "/home/z/otp_src_17.0/bootstrap/lib/erl_docgen" \<br style="" class="">          --stringparam topdocdir "../../../../doc" \<br style="" class="">          --stringparam pdfdir "../pdf" \<br style="" class="">          --xinclude  --stringparam mod2app_file "/home/z/otp_src_17.0/make/x86_64-unknown-linux-gnu/mod2app.xml" \<br style="" class="">          --stringparam gendate "$date" \<br style=""
 class="">          --stringparam appname "jinterface" \<br style="" class="">          --stringparam appver "1.5.9" \<br style="" class="">          --stringparam stylesheet "otp_doc.css" \<br style="" class="">          --stringparam winprefix "Erlang" \<br style="" class="">          --stringparam logo "erlang-logo.png" \<br style="" class="">          --stringparam pdfname "" \<br style="" class="">          -path /home/z/otp_src_17.0/bootstrap/lib/erl_docgen/priv/dtd \<br style="" class="">          -path /home/z/otp_src_17.0/bootstrap/lib/erl_docgen/priv/dtd_html_entities \<br style=""
 class="">            /home/z/otp_src_17.0/bootstrap/lib/erl_docgen/priv/xsl/db_html.xsl book.xml<br style="" class="">(cd ../../java_src;javadoc -sourcepath . -d ../doc/html/java \<br style="" class="">                -windowtitle 'Java-Erlang Interface Library' com.ericsson.otp.erlang)<br style="" class="">Loading source files for package com.ericsson.otp.erlang...<br style="" class="">Constructing Javadoc information...<br style="" class="">Creating destination directory: "../doc/html/java/"<br style="" class="">Standard Doclet version 1.8.0_05<br style="" class="">Building tree for all the packages and classes...<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/AbstractConnection.html...<br style="" class="">./com/ericsson/otp/erlang/AbstractConnection.java:213: warning: no @param for e<br style=""
 class="">    public abstract void deliver(Exception e);<br style="" class="">                         ^<br style="" class="">./com/ericsson/otp/erlang/AbstractConnection.java:218: warning: no @param for msg<br style="" class="">    public abstract void deliver(OtpMsg msg);<br style="" class="">                         ^<br style="" class="">./com/ericsson/otp/erlang/AbstractConnection.java:232: warning: no @param for from<br style="" class="">    protected void sendBuf(final OtpErlangPid from, final String dest,<br style="" class="">                   ^<br style=""
 class="">./com/ericsson/otp/erlang/AbstractConnection.java:269: error: @param name not found<br style="" class="">     * @param msg<br style="" class="">              ^<br style="" class="">./com/ericsson/otp/erlang/AbstractConnection.java:276: warning: no @param for from<br style="" class="">    protected void sendBuf(final OtpErlangPid from, final OtpErlangPid dest,<br style="" class="">                   ^<br style="" class="">./com/ericsson/otp/erlang/AbstractConnection.java:276: warning: no @param for payload<br style="" class="">    protected void sendBuf(final OtpErlangPid from, final OtpErlangPid dest,<br style="" class="">                   ^<br style=""
 class="">./com/ericsson/otp/erlang/AbstractConnection.java:382: warning: no @param for from<br style="" class="">    protected void sendLink(final OtpErlangPid from, final OtpErlangPid dest)<br style="" class="">                   ^<br style="" class="">./com/ericsson/otp/erlang/AbstractConnection.java:418: warning: no @param for from<br style="" class="">    protected void sendUnlink(final OtpErlangPid from, final OtpErlangPid dest)<br style="" class="">                   ^<br style="" class="">./com/ericsson/otp/erlang/AbstractConnection.java:460: warning: no @param for from<br style="" class="">    protected void sendExit2(final OtpErlangPid from, final OtpErlangPid dest,<br style=""
 class="">                   ^<br style="" class="">./com/ericsson/otp/erlang/AbstractConnection.java:42: warning: empty <p> tag<br style="" class=""> * <p><br style="" class="">   ^<br style="" class="">./com/ericsson/otp/erlang/AbstractConnection.java:181: warning: no @param for self<br style="" class="">    protected AbstractConnection(final OtpLocalNode self, final OtpPeer other)<br style="" class="">              ^<br style="" class="">./com/ericsson/otp/erlang/AbstractConnection.java:181: warning: no @param for other<br style="" class="">    protected AbstractConnection(final OtpLocalNode self, final OtpPeer other)<br style="" class="">              ^<br style=""
 class="">./com/ericsson/otp/erlang/AbstractConnection.java:138: warning: no @param for self<br style="" class="">    protected AbstractConnection(final OtpLocalNode self, final Socket s)<br style="" class="">              ^<br style="" class="">./com/ericsson/otp/erlang/AbstractConnection.java:138: warning: no @param for s<br style="" class="">    protected AbstractConnection(final OtpLocalNode self, final Socket s)<br style="" class="">              ^<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/AbstractNode.html...<br style="" class="">./com/ericsson/otp/erlang/AbstractNode.java:246: warning: no @param for cookie<br style="" class="">    public String setCookie(final String cookie) {<br style=""
 class="">                  ^<br style="" class="">./com/ericsson/otp/erlang/AbstractNode.java:150: warning: no @param for node<br style="" class="">    protected AbstractNode(final String node) {<br style="" class="">              ^<br style="" class="">./com/ericsson/otp/erlang/AbstractNode.java:157: warning: no @param for name<br style="" class="">    protected AbstractNode(final String name, final String cookie) {<br style="" class="">              ^<br style="" class="">./com/ericsson/otp/erlang/AbstractNode.java:157: warning: no @param for cookie<br style="" class="">    protected AbstractNode(final String name, final String cookie) {<br style=""
 class="">              ^<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/GenericQueue.html...<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpAuthException.html...<br style="" class="">./com/ericsson/otp/erlang/OtpAuthException.java:34: warning: no @param for s<br style="" class="">    public OtpAuthException(final String s) {<br style="" class="">           ^<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpConnection.html...<br style="" class="">./com/ericsson/otp/erlang/OtpConnection.java:124: warning: no @return<br style="" class="">    public int msgCount() {<br style="" class="">               ^<br style=""
 class="">./com/ericsson/otp/erlang/OtpConnection.java:407: error: @param name not found<br style="" class="">     * @param msg<br style="" class="">              ^<br style="" class="">./com/ericsson/otp/erlang/OtpConnection.java:414: warning: no @param for payload<br style="" class="">    public void sendBuf(final OtpErlangPid dest, final OtpOutputStream payload)<br style="" class="">                ^<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpCookedConnection.html...<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpEpmd.html...<br style="" class="">./com/ericsson/otp/erlang/OtpEpmd.java:107: warning: no @param for port<br style="" class="">    public static void useEpmdPort(int port) {<br style=""
 class="">                       ^<br style="" class="">./com/ericsson/otp/erlang/OtpEpmd.java:120: warning: no @param for node<br style="" class="">    public static int lookupPort(final AbstractNode node) throws IOException {<br style="" class="">                      ^<br style="" class="">./com/ericsson/otp/erlang/OtpEpmd.java:158: warning: no @param for node<br style="" class="">    public static void unPublishPort(final OtpLocalNode node) {<br style="" class="">                       ^<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpErlangAtom.html...<br style=""
 class="">./com/ericsson/otp/erlang/OtpErlangAtom.java:80: warning: no @param for t<br style="" class="">    public OtpErlangAtom(final boolean t) {<br style="" class="">           ^<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpErlangBinary.html...<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpErlangBitstr.html...<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpErlangBoolean.html...<br style="" class="">./com/ericsson/otp/erlang/OtpErlangBoolean.java:52: warning: no @param for buf<br style="" class="">    public OtpErlangBoolean(final OtpInputStream buf)<br style="" class="">           ^<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpErlangByte.html...<br style="" class="">Generating
 ../doc/html/java/com/ericsson/otp/erlang/OtpErlangChar.html...<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpErlangDecodeException.html...<br style="" class="">./com/ericsson/otp/erlang/OtpErlangDecodeException.java:32: warning: no @param for msg<br style="" class="">    public OtpErlangDecodeException(final String msg) {<br style="" class="">           ^<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpErlangDouble.html...<br style="" class="">./com/ericsson/otp/erlang/OtpErlangDouble.java:39: warning: no @param for d<br style="" class="">    public OtpErlangDouble(final double d) {<br style="" class="">           ^<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpErlangException.html...<br style=""
 class="">./com/ericsson/otp/erlang/OtpErlangException.java:37: warning: no @param for msg<br style="" class="">    public OtpErlangException(final String msg) {<br style="" class="">           ^<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpErlangExit.html...<br style="" class="">./com/ericsson/otp/erlang/OtpErlangExit.java:102: warning: no @return<br style="" class="">    public OtpErlangObject reason() {<br style="" class="">                           ^<br style="" class="">./com/ericsson/otp/erlang/OtpErlangExit.java:109: warning: no @return<br style="" class="">    public OtpErlangPid pid() {<br style=""
 class="">                        ^<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpErlangExternalFun.html...<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpErlangFloat.html...<br style="" class="">./com/ericsson/otp/erlang/OtpErlangFloat.java:34: warning: no @param for f<br style="" class="">    public OtpErlangFloat(final float f) {<br style="" class="">           ^<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpErlangFun.html...<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpErlangInt.html...<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpErlangList.html...<br style="" class="">./com/ericsson/otp/erlang/OtpErlangList.java:95:
 warning: no description for @param<br style="" class="">     * @param lastTail<br style="" class="">       ^<br style="" class="">./com/ericsson/otp/erlang/OtpErlangList.java:96: warning: no description for @throws<br style="" class="">     * @throws OtpErlangException<br style="" class="">       ^<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpErlangList.SubList.html...<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpErlangLong.html...<br style="" class="">./com/ericsson/otp/erlang/OtpErlangLong.java:54: error: @param name not found<br style="" class="">     * @param val<br style="" class="">              ^<br style="" class="">./com/ericsson/otp/erlang/OtpErlangLong.java:57: warning: no @param for v<br style=""
 class="">    public OtpErlangLong(final BigInteger v) {<br style="" class="">           ^<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpErlangMap.html...<br style="" class="">./com/ericsson/otp/erlang/OtpErlangMap.java:61: error: @param name not found<br style="" class="">     * @param elems<br style="" class="">              ^<br style="" class="">./com/ericsson/otp/erlang/OtpErlangMap.java:63: error: @param name not found<br style="" class="">     * @param start<br style="" class="">              ^<br style="" class="">./com/ericsson/otp/erlang/OtpErlangMap.java:71: warning: no @param for keys<br style="" class="">    public OtpErlangMap(final OtpErlangObject[] keys, final int
 kstart,<br style="" class="">           ^<br style="" class="">./com/ericsson/otp/erlang/OtpErlangMap.java:71: warning: no @param for kstart<br style="" class="">    public OtpErlangMap(final OtpErlangObject[] keys, final int kstart,<br style="" class="">           ^<br style="" class="">./com/ericsson/otp/erlang/OtpErlangMap.java:71: warning: no @param for kcount<br style="" class="">    public OtpErlangMap(final OtpErlangObject[] keys, final int kstart,<br style="" class="">           ^<br style="" class="">./com/ericsson/otp/erlang/OtpErlangMap.java:71: warning: no @param for values<br style="" class="">    public OtpErlangMap(final OtpErlangObject[] keys, final int kstart,<br style="" class="">           ^<br
 style="" class="">./com/ericsson/otp/erlang/OtpErlangMap.java:71: warning: no @param for vstart<br style="" class="">    public OtpErlangMap(final OtpErlangObject[] keys, final int kstart,<br style="" class="">           ^<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpErlangObject.html...<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpErlangObject.Hash.html...<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpErlangPid.html...<br style="" class="">./com/ericsson/otp/erlang/OtpErlangPid.java:165: error: @param name not found<br style="" class="">     * @param port<br style="" class="">              ^<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpErlangPort.html...<br style=""
 class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpErlangRangeException.html...<br style="" class="">./com/ericsson/otp/erlang/OtpErlangRangeException.java:39: warning: no @param for msg<br style="" class="">    public OtpErlangRangeException(final String msg) {<br style="" class="">           ^<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpErlangRef.html...<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpErlangShort.html...<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpErlangString.html...<br style="" class="">./com/ericsson/otp/erlang/OtpErlangString.java:193: warning: no @param for bytes<br style="" class="">    public static String newString(final byte[] bytes) {<br style=""
 class="">                         ^<br style="" class="">./com/ericsson/otp/erlang/OtpErlangString.java:193: warning: no @return<br style="" class="">    public static String newString(final byte[] bytes) {<br style="" class="">                         ^<br style="" class="">./com/ericsson/otp/erlang/OtpErlangString.java:45: error: invalid use of @return<br style="" class="">     * @return an Erlang string with Unicode code units.<br style="" class="">       ^<br style="" class="">./com/ericsson/otp/erlang/OtpErlangString.java:53: warning: no @param for list<br style="" class="">    public OtpErlangString(final OtpErlangList list)<br
 style="" class="">           ^<br style="" class="">./com/ericsson/otp/erlang/OtpErlangString.java:38: warning: no @param for str<br style="" class="">    public OtpErlangString(final String str) {<br style="" class="">           ^<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpErlangTuple.html...<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpErlangUInt.html...<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpErlangUShort.html...<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpException.html...<br style="" class="">./com/ericsson/otp/erlang/OtpException.java:35: warning: no @param for msg<br style="" class="">    public OtpException(final String msg) {<br style=""
 class="">           ^<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpExternal.html...<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpInputStream.html...<br style="" class="">./com/ericsson/otp/erlang/OtpInputStream.java:110: warning: no @param for buf<br style="" class="">    public int readN(final byte[] buf) throws OtpErlangDecodeException {<br style="" class="">               ^<br style="" class="">./com/ericsson/otp/erlang/OtpInputStream.java:123: warning: no @param for buf<br style="" class="">    public int readN(final byte[] buf, final int off, final int len)<br style="" class="">               ^<br style="" class="">./com/ericsson/otp/erlang/OtpInputStream.java:123:
 warning: no @param for off<br style="" class="">    public int readN(final byte[] buf, final int off, final int len)<br style="" class="">               ^<br style="" class="">./com/ericsson/otp/erlang/OtpInputStream.java:123: warning: no @param for len<br style="" class="">    public int readN(final byte[] buf, final int off, final int len)<br style="" class="">               ^<br style="" class="">./com/ericsson/otp/erlang/OtpInputStream.java:138: warning: no @return<br style="" class="">    public int peek() throws OtpErlangDecodeException {<br style="" class="">               ^<br style="" class="">./com/ericsson/otp/erlang/OtpInputStream.java:138: warning: no @throws for
 com.ericsson.otp.erlang.OtpErlangDecodeException<br style="" class="">    public int peek() throws OtpErlangDecodeException {<br style="" class="">               ^<br style="" class="">./com/ericsson/otp/erlang/OtpInputStream.java:39: warning: no description for @param<br style="" class="">     * @param buf<br style="" class="">       ^<br style="" class="">./com/ericsson/otp/erlang/OtpInputStream.java:48: warning: no description for @param<br style="" class="">     * @param flags<br style="" class="">       ^<br style="" class="">./com/ericsson/otp/erlang/OtpInputStream.java:50: warning: no @param for buf<br style="" class="">    public OtpInputStream(final byte[] buf, final int flags) {<br style=""
 class="">           ^<br style="" class="">./com/ericsson/otp/erlang/OtpInputStream.java:59: warning: no description for @param<br style="" class="">     * @param flags<br style="" class="">       ^<br style="" class="">./com/ericsson/otp/erlang/OtpInputStream.java:61: warning: no @param for buf<br style="" class="">    public OtpInputStream(final byte[] buf, final int offset, final int length,<br style="" class="">           ^<br style="" class="">./com/ericsson/otp/erlang/OtpInputStream.java:61: warning: no @param for offset<br style="" class="">    public OtpInputStream(final byte[] buf, final int offset, final int length,<br style="" class="">           ^<br style=""
 class="">./com/ericsson/otp/erlang/OtpInputStream.java:61: warning: no @param for length<br style="" class="">    public OtpInputStream(final byte[] buf, final int offset, final int length,<br style="" class="">           ^<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpLocalNode.html...<br style="" class="">./com/ericsson/otp/erlang/OtpLocalNode.java:42: warning: no @param for node<br style="" class="">    protected OtpLocalNode(final String node) {<br style="" class="">              ^<br style="" class="">./com/ericsson/otp/erlang/OtpLocalNode.java:50: warning: no @param for node<br style="" class="">    protected OtpLocalNode(final String node, final String cookie) {<br style="" class="">             
 ^<br style="" class="">./com/ericsson/otp/erlang/OtpLocalNode.java:50: warning: no @param for cookie<br style="" class="">    protected OtpLocalNode(final String node, final String cookie) {<br style="" class="">              ^<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpMbox.html...<br style="" class="">./com/ericsson/otp/erlang/OtpMbox.java:423: error: unexpected end tag: </p><br style="" class="">     * </p><br style="" class="">       ^<br style="" class="">./com/ericsson/otp/erlang/OtpMbox.java:427: warning: no @param for reason<br style="" class="">    public void exit(final String reason) {<br style="" class="">                ^<br style=""
 class="">./com/ericsson/otp/erlang/OtpMbox.java:458: warning: no @param for to<br style="" class="">    public void exit(final OtpErlangPid to, final String reason) {<br style="" class="">                ^<br style="" class="">./com/ericsson/otp/erlang/OtpMbox.java:458: warning: no @param for reason<br style="" class="">    public void exit(final OtpErlangPid to, final String reason) {<br style="" class="">                ^<br style="" class="">./com/ericsson/otp/erlang/OtpMbox.java:598: warning: no @return<br style="" class="">    public boolean ping(final String node, final long timeout) {<br style="" class="">                   ^<br style=""
 class="">./com/ericsson/otp/erlang/OtpMbox.java:632: warning: no @param for name<br style="" class="">    public OtpErlangPid whereis(final String name) {<br style="" class="">                        ^<br style="" class="">./com/ericsson/otp/erlang/OtpMbox.java:76: error: unexpected end tag: </p><br style="" class=""> * </p><br style="" class="">   ^<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpMsg.html...<br style="" class="">./com/ericsson/otp/erlang/OtpMsg.java:187: warning: no @return<br style="" class="">    public int type() {<br style="" class="">               ^<br style="" class="">./com/ericsson/otp/erlang/OtpMsg.java:33: error: unknown tag: lu<br style="" class=""> *
 The header information that is available is as follows: <lu><br style="" class="">                                                           ^<br style="" class="">./com/ericsson/otp/erlang/OtpMsg.java:34: error: tag not allowed here: <li><br style="" class=""> * <li> a tag indicating the type of message<br style="" class="">   ^<br style="" class="">./com/ericsson/otp/erlang/OtpMsg.java:35: error: tag not allowed here: <li><br style="" class=""> * <li> the intended recipient of the message, either as a<br style="" class="">   ^<br style="" class="">./com/ericsson/otp/erlang/OtpMsg.java:37: error: tag not
 allowed here: <li><br style="" class=""> * <li> (sometimes) the sender of the message. Due to some eccentric<br style="" class="">   ^<br style="" class="">./com/ericsson/otp/erlang/OtpMsg.java:40: error: unknown tag: lu<br style="" class=""> * is {@link OtpMsg#regSendTag regSendTag} contain sender information. </lu><br style="" class="">                                                                       ^<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpNode.html...<br style="" class="">./com/ericsson/otp/erlang/OtpNode.java:304: warning: no
 @param for name<br style="" class="">    public OtpErlangPid whereis(final String name) {<br style="" class="">                        ^<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpNode.Acceptor.html...<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpNode.Mailboxes.html...<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpNodeStatus.html...<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpOutputStream.html...<br style="" class="">./com/ericsson/otp/erlang/OtpOutputStream.java:205: error: @param name not found<br style="" class="">     * @param buf<br style="" class="">              ^<br style=""
 class="">./com/ericsson/otp/erlang/OtpOutputStream.java:209: warning: no @param for bytes<br style="" class="">    public void writeN(final byte[] bytes) {<br style="" class="">                ^<br style="" class="">./com/ericsson/otp/erlang/OtpOutputStream.java:640: error: @param name not found<br style="" class="">     * @param s<br style="" class="">              ^<br style="" class="">./com/ericsson/otp/erlang/OtpOutputStream.java:643: warning: no @param for us<br style="" class="">    public void write_ushort(final short us) {<br style="" class="">                ^<br style="" class="">./com/ericsson/otp/erlang/OtpOutputStream.java:64: warning: no @param for size<br style=""
 class="">    public OtpOutputStream(final int size) {<br style="" class="">           ^<br style="" class="">./com/ericsson/otp/erlang/OtpOutputStream.java:71: warning: no @param for o<br style="" class="">    public OtpOutputStream(final OtpErlangObject o) {<br style="" class="">           ^<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpPeer.html...<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpSelf.html...<br style="" class="">./com/ericsson/otp/erlang/OtpSelf.java:71: warning: no @throws for java.io.IOException<br style="" class="">    public OtpSelf(final String node) throws IOException {<br style="" class="">           ^<br style="" class="">./com/ericsson/otp/erlang/OtpSelf.java:85: warning: no
 @throws for java.io.IOException<br style="" class="">    public OtpSelf(final String node, final String cookie) throws IOException {<br style="" class="">           ^<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/OtpServer.html...<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/package-frame.html...<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/package-summary.html...<br style="" class="">Generating ../doc/html/java/com/ericsson/otp/erlang/package-tree.html...<br style="" class="">Generating ../doc/html/java/constant-values.html...<br style="" class="">Generating ../doc/html/java/serialized-form.html...<br style="" class="">Building index for all the packages and classes...<br style="" class="">Generating ../doc/html/java/overview-tree.html...<br style="" class="">Generating ../doc/html/java/index-all.html...<br
 style="" class="">Generating ../doc/html/java/deprecated-list.html...<br style="" class="">Building index for all classes...<br style="" class="">Generating ../doc/html/java/allclasses-frame.html...<br style="" class="">Generating ../doc/html/java/allclasses-noframe.html...<br style="" class="">Generating ../doc/html/java/index.html...<br style="" class="">Generating ../doc/html/java/help-doc.html...<br style="" class="">16 errors<br style="" class="">74 warnings<br style="" class="">make[5]: *** [jdoc] Error 1<br style="" class=""><br style="" class=""><br style="" class=""><div style="" class=""><br style=""></div></div></body></html>