Home » Topics » Telecom Design » Makes fails Ubuntu 11.10 Erlang R1403
-
Bob JohnsonGuest
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).
Bob JohnsonGuest
Never mind. Issues with PATH. It was looking to wrong version of JAVA.
Tim WangGuest
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?
- The forum ‘Telecom Design’ is closed to new topics and replies.