在Mac OS X上使用Homebrew尝试安装RabbitMQ时无法编译Erlang R14B03

时间:2011-09-03 18:25:22

标签: erlang rabbitmq celery homebrew

我正在开发一个django应用程序,它将使用Celery通知系统。要使用Celery,我需要安装RabbitMQ服务器。我正在尝试使用自制软件安装它。所以我只是:

sudo brew install rabbitmq

但是erlang是安装的先决条件。所以Homebrew尝试编译erlang-otp(R14B03),但在这个过程中它总是被卡住几个小时。我甚至让它坐了一夜,没有任何事情发生。所以我中止了汇编并做了:

sudo brew install -v erlang

查看编译的进度。它被卡住了并声明了以下错误:

=== 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>>,<<11 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"

我已多次尝试过,但我得到的结果相同。可能是因为我有错误版本的autoconf?你们有没有类似的经历?有什么建议可以成功编译?

我很感激帮助。非常感谢提前。

3 个答案:

答案 0 :(得分:0)

Erlang在使用Xcode 4的编译器时遇到了问题。

如果使用CFLAGS = -O0关闭优化,您应该可以编译它。

答案 1 :(得分:0)

您可以从Erlang Solutions获得适用于Mac OSX的预编译软件包。

答案 2 :(得分:0)

我在使用Xcode 4.1的新Lion安装时遇到了同样的问题。以下命令成功安装了erlang。

brew install erlang --use-gcc