For the quickest reply, please use our new Customer Helpdesk and Feedback platform
 
   
 
Noob having trouble with cean:available().
Posted: 01 February 2009 12:22 PM   [ Ignore ]
Newbie
Rank
Total Posts:  1
Joined  2009-02-01

I installed the cean zip file on my Windows system, copied the ibrowse package from the distribution as described elsewhere on this list

Several commands do not seem to work though….

available seems to go to the wrong URL

11> cean:available().
[”      <li class=\“last\”><a >Contribute</a></li>”,
”      <li><a >Home</a></li>”,
”      <li><a >About</a></li>”,
”      <li><a >Documentation</a></li>”,
”      <li><a >Downloads</a></li>”,
”      <li><a >FAQ</a></li>”,
”      <li><a >Packages</a></li>”,
”      <li><a >”,
”    <img >”,
”    The Comprehensive Erlang Archive Network”,
”    <ul class=\“nav\”>”,”  </div>”,
”  <div id=\“content\”>”,”  <div id=\“header\”>”,
”  <div id=\“strip\”>”,”  © 2008”,”  </div>”,
”  <div id=\“footer\”>”,”  <div id=\“wrapper\”>”,
”  <li><a >Skip to Content</a></li>”,
”  <li><a >Skip to Navigation</a></li>”,
“<!DOCTYPE HTML PUBLIC \”“,”</body>”,”</div>”,”</head>”,
“</html>”,”</ul>”,
[...]|...]

Upgrade does not work either, but I suppose that’s expected in view of the above…

The base system is 5.6.5 (R12B-5) downloaded from the Erlang site…

cean:version().
“CEAN Erlang/OTP”

I also downloaded the minimal CEAN installer to another directory on my desktop and did the same:

14> cean:available(). 
[“anal”,“appmon”,“asn1”,“assoc”,“bfile”,“bic”,“bloom”,“btt”,
“bucket_grid”,“builder”,“byteorder”,“ccviewer”,“ce”,“cean”,
“claw”,“common_test”,“compiler”,“cosEvent”,“cosEventDomain”,
“cosFileTransfer”,“cosNotification”,“cosProperty”,“cosTime”,
“cosTransactions”,“crone”,“crypto”,“dbus”,“debugger”,
[...]|...]

17> cean:upgrade().
cean: no newer package available
ibrowse: no newer package available
kernel: no newer package available
mnesia: no newer package available
runtime_tools: no newer package available
stdlib: no newer package available
ok

4> cean:version(). 
“CEAN Erlang/OTP R12B-4 erts-5.6.4 windows prod”

Unfortunately I am too much of a Noob to know which packages to download to
upgrade the minimal CEAN distribution to the OTP distribution.

Profile