Finally: Mac Intel patches

lang er erlangist@REDACTED
Fri Aug 25 21:59:01 CEST 2006


make install

 [...] : which erl
/opt/local/bin/erl
 [...] : erl -smp
Erlang (BEAM) emulator version 5.5 [source] [smp:2] [async-threads:0]

Eshell V5.5  (abort with ^G)
1>

========================================================================
no hipe hint.




and



./testsuite.sh /opt/local
========================================================================
There was an old /tmp/hipe_test_res.... removing
There was an old /tmp/hipe_test_log.... removing
Testing /opt/local
Compiler options: [o2]
The log will be left in /tmp/hipe_test_log
ERL_COMPILER_OPTIONS=[nowarn_shadow_vars]
Recompile: test

*** In trivial_tests: trivial_01_new@REDACTED and trivial_01_old differ!!!
*** In trivial_tests: trivial_02_new@REDACTED and trivial_02_old differ!!!
*** In trivial_tests: trivial_03_new@REDACTED and trivial_03_old differ!!!
*** In trivial_tests: trivial_04_new@REDACTED and trivial_04_old differ!!!
*** In trivial_tests: trivial_05_new@REDACTED and trivial_05_old differ!!!

in log file

1> <HiPE (v 3.5.5)> EXITED with reason
{executing_on_an_unsupported_architecture,undefined} @hipe:1419
*** In trivial_tests: trivial_01_new@REDACTED and
trivial_01_old differ!!!
< {{{emu_result,true},{native_result,true}},{{emu_compile,{ok,trivial_01}},{native_compile,{'EXIT',{{hipe,1419,{executing_on_an_unsupported_architecture,undefined}},[{hipe,o1_opts,0},{hipe,opt_expansions,0},{hipe,expand_options,1},{hipe,pre_init,1},{hipe,'-run_compiler_1/3-fun-0-',4}]}}}}}
1> <HiPE (v 3.5.5)> EXITED with reason
{executing_on_an_unsupported_architecture,undefined} @hipe:1419
*** In trivial_tests: trivial_02_new@REDACTED and
trivial_02_old differ!!!
< {{{emu_result,42},{native_result,42}},{{emu_compile,{ok,trivial_02}},{native_compile,{'EXIT',{{hipe,1419,{executing_on_an_unsupported_architecture,undefined}},[{hipe,o1_opts,0},{hipe,opt_expansions,0},{hipe,expand_options,1},{hipe,pre_init,1},{hipe,'-run_compiler_1/3-fun-0-',4}]}}}}}
1> <HiPE (v 3.5.5)> EXITED with reason
{executing_on_an_unsupported_architecture,undefined} @hipe:1419
*** In trivial_tests: trivial_03_new@REDACTED and
trivial_03_old differ!!!


------------------------------------------------------------------------------------------------
./testsuite.sh --only compiler_tests /opt/local
------------------------------------------------------------------------------------------------
in log file:

compiler_tests/esmb differ!!!
compiler_tests/wings differ!!!
< {{result,{'EXIT',{undef,[{hipe_bifs,constants_size,[]},
compiler_tests/hc differ!!!
< {{result,{'EXIT',{undef,[{hipe_bifs,constants_size,[]},


BR!

james



2006/8/26, Joel Reymont <joelr1@REDACTED>:
>
> On Aug 25, 2006, at 8:30 PM, lang er wrote:
>
> > and at the end there'are many warnings about Unknown functions:
> >
> > Dialyzer will now build auxiliary information needed for subsequent
> > analyses...
> > A PLT for following libs will be built:
> >  [compiler,gs,hipe,kernel,mnesia,stdlib,syntax_tools]
> [...]
> >  Proceeding with analysis... done (passed successfully)
> > make[2]: Nothing to be done for `opt'.
> > === Leaving application dialyzer
>
> I usually ignore the dialyzer warnings.
>
> > Of course, all tests failed:
>
> Did you do make install after dialyzer finished?
>
> Did you run tests with ./testsuite.sh /opt/local ?
>
> --
> http://wagerlabs.com/
>
>
>
>
>
>



More information about the erlang-questions mailing list