[erlang-questions] Make failing on Centos 5.8 for R15B01

Mike Kimber mkimber@REDACTED
Thu Apr 12 18:41:56 CEST 2012


Hipe, no idea as I have no idea what that is. Erlang is a pre-req for Couchdb install so it depends on whether it needs it. The stackoverflow article provided in the previous response did the trick.

Thanks

Mike

________________________________
From: Erik Søe Sørensen [mailto:eriksoe@REDACTED]
Sent: 12 April 2012 17:21
To: Mike Kimber
Cc: erlang-questions@REDACTED
Subject: Re: [erlang-questions] Make failing on Centos 5.8 for R15B01


Can you build Erlang with Hipe disabled, perhaps?
I don't know if you're planning on using Hipe, of course, but that component appears to be the stumbling block for the build process.
Den 12/04/2012 15.15 skrev "Mike Kimber" <mkimber@REDACTED<mailto:mkimber@REDACTED>>:
I'm trying to build Erlang R15B01 on Centos 5.8. I have done this twice before as a root user on two other servers with out issue. However on this production server I have to use sudo and when I run sudo make I get the following error:

=== Entering application hipe
make[3]: Entering directory `/home/kana/Downloads/otp_src_R15B01/lib/hipe/rtl'
(cd ../main && make hipe.hrl)
make[4]: Entering directory `/home/kana/Downloads/otp_src_R15B01/lib/hipe/main'
sed -e "s;%VSN%;3.9.1;" ../../hipe/main/hipe.hrl.src > ../../hipe/main/hipe.hrl
make[4]: Leaving directory `/home/kana/Downloads/otp_src_R15B01/lib/hipe/main'
erlc -W  +debug_info +inline -o../ebin hipe_rtl.erl
pthread/ethr_event.c:98: Fatal error in wait__(): Function not implemented (38)
make[3]: *** [../ebin/hipe_rtl.beam] Aborted
make[3]: Leaving directory `/home/kana/Downloads/otp_src_R15B01/lib/hipe/rtl'
make[2]: *** [opt] Error 2
make[2]: Leaving directory `/home/kana/Downloads/otp_src_R15B01/lib/hipe'
make[1]: *** [opt] Error 2
make[1]: Leaving directory `/home/kana/Downloads/otp_src_R15B01/lib'
make: *** [secondary_bootstrap_build] Error 2


Any one have any ideas of why I'm getting the above? I've googled and the main work around's seem to be trying different released of Erlang, which as I have already proved it cane b installed on Centos 5.8 I'd rather not have to go back and downgrade my other servers.

Thanks

Mike

_______________________________________________
erlang-questions mailing list
erlang-questions@REDACTED<mailto:erlang-questions@REDACTED>
http://erlang.org/mailman/listinfo/erlang-questions
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20120412/ef5901cf/attachment.htm>


More information about the erlang-questions mailing list