Skip to content

Instantly share code, notes, and snippets.

@raymanoz
Created October 26, 2011 13:37
Show Gist options
  • Save raymanoz/1316365 to your computer and use it in GitHub Desktop.
Save raymanoz/1316365 to your computer and use it in GitHub Desktop.
<snip>
/usr/bin/llvm-gcc -m64 -o /private/tmp/homebrew-erlang-R14B04-HG65/erlang-otp-701bea0/bin/i386-apple-darwin11.2.0/epmd /private/tmp/homebrew-erlang-R14B04-HG65/erlang-otp-701bea0/erts/obj/i386-apple-darwin11.2.0/epmd.o /private/tmp/homebrew-erlang-R14B04-HG65/erlang-otp-701bea0/erts/obj/i386-apple-darwin11.2.0/epmd_cli.o /private/tmp/homebrew-erlang-R14B04-HG65/erlang-otp-701bea0/erts/obj/i386-apple-darwin11.2.0/epmd_srv.o -lutil -ldl -lm -L../../lib/internal/i386-apple-darwin11.2.0 -lerts_internal -lm
make -f i386-apple-darwin11.2.0/Makefile TYPE=opt
make[3]: Nothing to be done for `all'.
cd lib && \
ERL_TOP=/private/tmp/homebrew-erlang-R14B04-HG65/erlang-otp-701bea0 PATH=/private/tmp/homebrew-erlang-R14B04-HG65/erlang-otp-701bea0/bootstrap/bin:${PATH} \
make opt SECONDARY_BOOTSTRAP=true
=== Entering application hipe
(cd ../main && make hipe.hrl)
sed -e "s;%VSN%;3.8.1;" ../../hipe/main/hipe.hrl.src > ../../hipe/main/hipe.hrl
erlc -W +debug_info +inline -o../ebin hipe_rtl.erl
(no error logger present) error: "Error in process <0.1.0> with exit value: {{badfun,[<<5 bytes>>,<<69 bytes>>,<<9 bytes>>,<<3 bytes>>,<<2 bytes>>,<<5 bytes>>,<<14 bytes>>,<<2 bytes>>,<<8 bytes>>,<<8 bytes>>,<<5 bytes>>,<<7 bytes>>,<<5 bytes>>,<<11 bytes>>,<<2 bytes>>,<<11 bytes>>,<<15 bytes>>,<<4 bytes>>,<<72 bytes>>,<<5 bytes>>,<<1 byte>>,<<7 bytes>>,<<10 bytes>>,<<7 bytes>>,<<6 bytes>>,<<7 bytes>>,<<7 bytes>>,<<6 bytes>>,<<12 bytes>>]},[{erlang,apply,2}]}\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment