0

Mac osx に otp R14B04 リリースをインストールしようとしています。

./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"

どんな指針も大いに役立ちます。

4

1 に答える 1

1

MacPorts の既知の問題のようです。詳細については、以下を参照してください。

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

于 2012-05-03T16:05:30.153 に答える