Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors

Makes fails Ubuntu 11.10 Erlang R1403

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #67939
    Bob Johnson
    Guest

    Hello,

    After running configure, makes fails with the following:

    CLASSPATH=/home/user/otp_src_R14B/lib/jinterface/java_src/ javac -d /home/user/otp_src_R14B/lib/jinterface/priv/ OtpSystem.java
    /bin/sh: jar: not found
    make[4]: *** [/home/user/otp_src_R14B/lib/jinterface/priv/OtpErlang.jar] Error 127
    make[4]: Leaving directory `/home/user/otp_src_R14B/lib/jinterface/java_src/com/ericsson/otp/erlang’
    make[3]: *** [opt] Error 2
    make[3]: Leaving directory `/home/user/otp_src_R14B/lib/jinterface/java_src’
    make[2]: *** [opt] Error 2
    make[2]: Leaving directory `/home/user/otp_src_R14B/lib/jinterface’
    make[1]: *** [opt] Error 2
    make[1]: Leaving directory `/home/user/otp_src_R14B/lib’
    make: *** [fourth_bootstrap_build] Error 2

    Any help would be appreciated. I couldn’t find much help on Google. I installed libssl0.9.8 as well (read it was needed for Ubuntu 11.10).

    #67940
    Bob Johnson
    Guest

    Never mind. Issues with PATH. It was looking to wrong version of JAVA.

    #67941
    Tim Wang
    Guest

    I encounter the similar fail,
    the following:
    make[2]: Entering directory `/root/software/otp_src_R15B02/lib/jinterface’
    === Entering application jinterface
    make[3]: Entering directory `/root/software/otp_src_R15B02/lib/jinterface/java_src’
    make[4]: Entering directory `/root/software/otp_src_R15B02/lib/jinterface/java_src/com/ericsson/otp/erlang’
    if [ ! -d “/root/software/otp_src_R15B02/lib/jinterface/priv/” ];then mkdir “/root/software/otp_src_R15B02/lib/jinterface/priv/”; fi
    /bin/sh: 1: jar: not found
    make[4]: *** [/root/software/otp_src_R15B02/lib/jinterface/priv/OtpErlang.jar] Error 127
    make[4]: Leaving directory `/root/software/otp_src_R15B02/lib/jinterface/java_src/com/ericsson/otp/erlang’
    make[3]: *** [opt] Error 2
    make[3]: Leaving directory `/root/software/otp_src_R15B02/lib/jinterface/java_src’
    make[2]: *** [opt] Error 2
    make[2]: Leaving directory `/root/software/otp_src_R15B02/lib/jinterface’
    make[1]: *** [opt] Error 2
    make[1]: Leaving directory `/root/software/otp_src_R15B02/lib’
    make: *** [tertiary_bootstrap_build] Error 2

    Could you give some solutions?

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Telecom Design’ is closed to new topics and replies.