[erlang-questions] Unable to build R12B on Debian

Matthias Lang matthias@REDACTED
Mon Jan 14 11:12:45 CET 2008


Aaron Lee writes:

 > Is there a binary package which I can install? I tried building it from the
 > source and I got:

R11B is in debian unstable and testing, so you can do:

  apt-get install erlang

But maybe you specifically want the bleeding edge R12B. I'm not aware
of a .deb for R12B, so you'll probably have to figure out why the
build fails for you. Works fine for me on a debian unstable x86 box.

Matthias

----------------------------------------------------------------------

 > 
 > make[2]: Entering directory
 > `/home/.winkler/aaron08544/software/otp_src_R12B-0/erts/start_scripts'
 > /usr/bin/install -c -d
 > /home/aaron08544/software/otp_src_R12B-0/erts/start_scripts/tmp
 > ( cd /home/aaron08544/software/otp_src_R12B-0/erts/start_scripts/tmp && \
 > erl -boot start_clean -noinput +B -eval
 > 'release_handler:create_RELEASES("%ERL_ROOT%",
 > "/home/aaron08544/software/otp_src_R12B-0/erts/start_scripts",
 > "/home/aaron08544/software/otp_src_R12B-0/erts/start_scripts/start_sasl.rel",
 > []), halt()')
 > make[2]: *** [RELEASES.src] Error 139
 > make[2]: Leaving directory
 > `/home/.winkler/aaron08544/software/otp_src_R12B-0/erts/start_scripts'
 > make[1]: *** [local_setup] Error 2
 > make[1]: Leaving directory
 > `/home/.winkler/aaron08544/software/otp_src_R12B-0/erts'
 > make: *** [local_setup] Error 2
 > 
 > -Aaron



More information about the erlang-questions mailing list