For the quickest reply, please use our new Customer Helpdesk and Feedback platform
 
   
 
install erl_interface broken (on OS X)
Posted: 22 May 2007 08:48 AM   [ Ignore ]
Newbie
Rank
Total Posts:  23
Joined  2007-05-06

It get’s shown as installed, but has no ebin directory. below the errormessage I got:


4> cean:install(erl_interface).
+ erl_interface md5=<<44,66,152,31,141,85,222,122,79,72,174,119,219,73,43,99>>

=ERROR REPORT==== 22-May-2007::04:44:02 ===
Error in process <0.31.0> with exit value: {function_clause,[{filename,join,[{error,bad_name},“bin”]},{filename,join,1},{cean,’-install/4-fun-3-’,3},{lists,foreach,2},{cean,install,4},{erl_eval,do_apply,5},{shell,exprs,6},{shell,eval_loop,3}]}

** exited: {function_clause,[{filename,join,[{error,bad_name},“bin”]},
                    {filename,join,1},
                    {cean,’-install/4-fun-3-’,3},
                    {lists,foreach,2},
                    {cean,install,4},
                    {erl_eval,do_apply,5},
                    {shell,exprs,6},
                    {shell,eval_loop,3}]} **

Profile
 
 
Posted: 22 May 2007 08:50 PM   [ Ignore ]   [ # 1 ]
Newbie
Rank
Total Posts:  25
Joined  2007-03-20

greetings,

i can reproduce the problem. i will look into it.


bengt

Profile
 
 
Posted: 22 May 2007 10:17 PM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  25
Joined  2007-03-20

i have made a change to cean.erl that makes it possible to install packages without priv directories (the old version assumed that there was one). the new version will be emailed to Christophe Romain. while he fixes cean_installer.bin.sh i can send it to anybody that is in a real hurry.


bengt

Profile