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

Reply To: Makes fails Ubuntu 11.10 Erlang R1403

#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?