noob tries to cean:install(yaws).
Posted: 20 June 2007 04:25 PM   [ Ignore ]
Newbie
Rank
Total Posts:  4
Joined  2007-06-20

Was trying to start yaws on windows,  got this:

Erlang (BEAM) emulator version 5.5.4 [async-threads:0]

Eshell V5.5.4  
(abort with ^G)
1> cean:install(yaws).
error: ibrowse not downloaded: connection_closed
error
: xmlrpc not downloaded: connection_closed
yaws was not installed
. failed to install all dependencies.
ok
2
> cean:install(ibrowse).
error: ibrowse not downloaded: connection_closed
error
3
> cean:install(xmlrpc).
error: xmlrpc not downloaded: connection_closed
error
4
> cean:install(someting).
error: someting not downloaded: connection_closed
error
5
> cean:install(yaws).
error: ibrowse not downloaded: connection_closed
error
: xmlrpc not downloaded: connection_closed
yaws was not installed
. failed to install all dependencies.
ok

Thanks for any tips!
-R

Profile
 
 
Posted: 21 June 2007 02:53 PM   [ Ignore ]   [ # 1 ]
Moderator
Avatar
RankRankRankRank
Total Posts:  107
Joined  2006-11-13

i guess you are running on a very slow connection, or have a bad proxy setting.
many problems (concerning yaws among other things) are corrected from CEAN 1.3.
CEAN 1.3 release has been delayed for few days (need some testings) and is almost ready.

Profile
 
 
Posted: 25 June 2007 06:55 PM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  4
Joined  2007-06-20

Yeah,  it worked ok at home…must be my env at work.

Profile
 
 
Posted: 25 June 2007 07:35 PM   [ Ignore ]   [ # 3 ]
Moderator
Avatar
RankRankRankRank
Total Posts:  107
Joined  2006-11-13

so this is probably proxy setting
you can define it by editing start.sh

Profile
 
 
Posted: 27 June 2007 07:07 PM   [ Ignore ]   [ # 4 ]
Newbie
Rank
Total Posts:  4
Joined  2007-06-20
Christophe Romain - 25 June 2007 07:35 PM

so this is probably proxy setting
you can define it by editing start.sh

I don’t use an http proxy at work.

I tried setting it to blank in start.bat

@echo off
set ERL_MAX_PORTS
=32000
set CEAN_SERVER
=http://cean.process-one.net
rem set HTTP_PROXY=your.proxy.host:port
set HTTP_PROXY
=

cd erlang\erts-5.5.4\windows\bin
start werl
.exe

Maybe the port number is blocked.  I can use ruby gems ok,  php pear as well.

What port does CEAN use?

Thanks,
-R

Profile
 
 
Posted: 27 June 2007 09:39 PM   [ Ignore ]   [ # 5 ]
Moderator
Avatar
RankRankRankRank
Total Posts:  107
Joined  2006-11-13

CEAN just use port 80, so no firewall problem here.
i have no clue about your problem by now

Profile
 
 
Posted: 28 June 2007 03:48 PM   [ Ignore ]   [ # 6 ]
Newbie
Rank
Total Posts:  4
Joined  2007-06-20

Well,  I don’t think CEAN package system is for the total erlang noob. 

Am going to have to get it out of the way and probably build it piece by piece.

Can’t get it working on either Solaris or Linux (wrong versions,  wrong libs,
wrong shell language, etc). In any case I can’t be debugging packaging system
error messages as an erlang noob.

Thanks.

Profile
 
 
Posted: 08 November 2007 01:08 AM   [ Ignore ]   [ # 7 ]
Newbie
Rank
Total Posts:  1
Joined  2007-11-08

I have looked at the faq. 
http://cean.process-one.net/faq/

It mentions about start.bat in windows installation of erlang.  I have installed erlang5.5.5 OPT R11B and there is no windows folder and ther is no start.bat.

I am trying to install yaws on my windows xp box.  Getting the following error:


2> cean:install(yaws).
error: yaws not found in download
error

Profile