ProcessOne SiteCustomer Helpdesk and FeedbackFollow us on Twitter
 
   
 
Error installing erl_interface?
Posted: 09 November 2008 10:43 AM   [ Ignore ]
Newbie
Rank
Total Posts:  6
Joined  2008-11-04

Using the new cean release I’ve been able to install some packages (debugger, tools). But when I went to install erl_interface I got an error message. This is on Mac OS X 10.5.5. I’ve added the alias suggested in the FAQ and installed cean into /usr/local/cean Can anyone help?

Erlang (BEAM) emulator version 5.6.4 [source] [smp:2] [async-threads:0] [kernel-poll:false]

executing user profile in /Users/myname/.erlang
Eshell V5.6.4 (abort with ^G)
1> cean:installed().
[“cean”,“compiler”,“crypto”,“debugger”,“gs”,“hipe”,
“ibrowse”,“inets”,“kernel”,“mnesia”,“runtime_tools”,
“stdlib”,“tools”,“webtool”]
2> cean:install(erl_interface).
+ erl_interface
** exception error: no function clause matching lists:last([])
    in function cean:install/4

Profile
 
 
Posted: 10 November 2008 12:11 AM   [ Ignore ]   [ # 1 ]
Newbie
Rank
Total Posts:  25
Joined  2007-03-20

Greetings,

Could you please tell me what you get when you do:
cean:available(erl_interface).


bengt

Profile
 
 
Posted: 10 November 2008 09:11 AM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  6
Joined  2008-11-04

I’ll check tonight when I get home.
But FWIW, I also have the same problem with my remote Westhost VPS server. There is says [ërl_interface-3.5.7”] available.I was able to get cean up and running there smoothly. But now the same error message as on my Macbook at home.
So I think it’s either the way(paths?) I’ve installed cean or it could be something in the packaging?

Can someone else try to install erl_interface on their box with the latest cean?

Thanks

Profile
 
 
Posted: 10 November 2008 06:05 PM   [ Ignore ]   [ # 3 ]
Newbie
Rank
Total Posts:  6
Joined  2008-11-04

From my Macbook at home.

Eshell V5.6.4 (abort with ^G)
1> cean:available(erl_interface).
[“erl_interface-3.5.7”]
2>

Profile