Created
September 17, 2011 18:26
-
-
Save sebm/1224202 to your computer and use it in GitHub Desktop.
My error log from trying to install Erlang via homebrew
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... redacted ... | |
/usr/bin/llvm-gcc -m64 -O3 -march=core2 -w -pipe -I/private/tmp/homebrew-erlang-R14B03-5PBu/erlang-otp-e416814/erts/i386-apple-darwin10.8.0 -no-cpp-precomp -D_XOPEN_SOURCE -DHAVE_CONFIG_H -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -I/private/tmp/homebrew-erlang-R14B03-5PBu/erlang-otp-e416814/erts/include -I/private/tmp/homebrew-erlang-R14B03-5PBu/erlang-otp-e416814/erts/include/i386-apple-darwin10.8.0 -I/private/tmp/homebrew-erlang-R14B03-5PBu/erlang-otp-e416814/erts/include/internal -I/private/tmp/homebrew-erlang-R14B03-5PBu/erlang-otp-e416814/erts/include/internal/i386-apple-darwin10.8.0 -DEPMD_PORT_NO=4369 -o /private/tmp/homebrew-erlang-R14B03-5PBu/erlang-otp-e416814/erts/obj/i386-apple-darwin10.8.0/epmd.o -c epmd.c | |
/usr/bin/llvm-gcc -m64 -O3 -march=core2 -w -pipe -I/private/tmp/homebrew-erlang-R14B03-5PBu/erlang-otp-e416814/erts/i386-apple-darwin10.8.0 -no-cpp-precomp -D_XOPEN_SOURCE -DHAVE_CONFIG_H -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -I/private/tmp/homebrew-erlang-R14B03-5PBu/erlang-otp-e416814/erts/include -I/private/tmp/homebrew-erlang-R14B03-5PBu/erlang-otp-e416814/erts/include/i386-apple-darwin10.8.0 -I/private/tmp/homebrew-erlang-R14B03-5PBu/erlang-otp-e416814/erts/include/internal -I/private/tmp/homebrew-erlang-R14B03-5PBu/erlang-otp-e416814/erts/include/internal/i386-apple-darwin10.8.0 -DEPMD_PORT_NO=4369 -o /private/tmp/homebrew-erlang-R14B03-5PBu/erlang-otp-e416814/erts/obj/i386-apple-darwin10.8.0/epmd_cli.o -c epmd_cli.c | |
/usr/bin/llvm-gcc -m64 -O3 -march=core2 -w -pipe -I/private/tmp/homebrew-erlang-R14B03-5PBu/erlang-otp-e416814/erts/i386-apple-darwin10.8.0 -no-cpp-precomp -D_XOPEN_SOURCE -DHAVE_CONFIG_H -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -I/private/tmp/homebrew-erlang-R14B03-5PBu/erlang-otp-e416814/erts/include -I/private/tmp/homebrew-erlang-R14B03-5PBu/erlang-otp-e416814/erts/include/i386-apple-darwin10.8.0 -I/private/tmp/homebrew-erlang-R14B03-5PBu/erlang-otp-e416814/erts/include/internal -I/private/tmp/homebrew-erlang-R14B03-5PBu/erlang-otp-e416814/erts/include/internal/i386-apple-darwin10.8.0 -DEPMD_PORT_NO=4369 -o /private/tmp/homebrew-erlang-R14B03-5PBu/erlang-otp-e416814/erts/obj/i386-apple-darwin10.8.0/epmd_srv.o -c epmd_srv.c | |
/usr/bin/llvm-gcc -m64 -o /private/tmp/homebrew-erlang-R14B03-5PBu/erlang-otp-e416814/bin/i386-apple-darwin10.8.0/epmd /private/tmp/homebrew-erlang-R14B03-5PBu/erlang-otp-e416814/erts/obj/i386-apple-darwin10.8.0/epmd.o /private/tmp/homebrew-erlang-R14B03-5PBu/erlang-otp-e416814/erts/obj/i386-apple-darwin10.8.0/epmd_cli.o /private/tmp/homebrew-erlang-R14B03-5PBu/erlang-otp-e416814/erts/obj/i386-apple-darwin10.8.0/epmd_srv.o -lutil -ldl -lm -L../../lib/internal/i386-apple-darwin10.8.0 -lerts_internal -lm | |
make -f i386-apple-darwin10.8.0/Makefile TYPE=opt | |
make[3]: Nothing to be done for `all'. | |
cd lib && \ | |
ERL_TOP=/private/tmp/homebrew-erlang-R14B03-5PBu/erlang-otp-e416814 PATH=/private/tmp/homebrew-erlang-R14B03-5PBu/erlang-otp-e416814/bootstrap/bin:${PATH} \ | |
make opt SECONDARY_BOOTSTRAP=true | |
=== Entering application hipe | |
(cd ../main && make hipe.hrl) | |
sed -e "s;%VSN%;3.8;" ../../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>>,<<16 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