2012-05-03 53 views
0

我試圖在mac osx上安裝otp R14B04發行版。erlang在mac osx上發生錯誤10.7.x

./configure順利,但make給了我這個錯誤:

make -f i386-apple-darwin11.3.0/Makefile TYPE=opt 
make[3]: Nothing to be done for `all'. 
cd lib && \ 
     ERL_TOP=/Users/abhinavsingh/Documents/otp_src_R14B04 PATH=/Users/abhinavsingh/Documents/otp_src_R14B04/bootstrap/bin:${PATH} \ 
     make opt SECONDARY_BOOTSTRAP=true 
=== Entering application hipe 
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>>,<<54 bytes>>,<<9 bytes>>,<<3 bytes>>,<<2 bytes>>,<<5 bytes>>,<<19 bytes>>,<<2 bytes>>,<<8 bytes>>,<<8 bytes>>,<<5 bytes>>,<<7 bytes>>,<<5 bytes>>,<<11 bytes>>,<<2 bytes>>,<<11 bytes>>,<<15 bytes>>,<<4 bytes>>,<<57 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" 

任何指針將有很大的幫助。

+0

配置二郎神與下列選項'CFLAGS = -O0的./configure --enable-線程--enable-達爾文64bit'使其工作完美... –

回答

1

這似乎是一個已知的MacPorts問題。有關詳細信息,請參考:

https://trac.macports.org/ticket/31698

+0

這現在是絕對瘋狂的事情......讓我看看......感謝指針...... –