Problems with cean:upgrade()
Posted: 22 February 2008 12:35 PM   [ Ignore ]
Newbie
Rank
Total Posts:  2
Joined  2008-02-21

Hi,

cean:upgrade() upgrades a few packages every time.
Every invocation of cean:upgrade() loades these packages through the wire again.

I’m using lastest cean for amd64 (developer edition).
cean:version().
“CEAN Erlang/OTP R11B-4 erts-5.5.4 linux-amd64 devel”

Any additional informations i can provide?

5> cean:upgrade().
+ appmon md5=<<62,20,10,136,244,134,11,102,172,67,63,204,224,158,159,212>>
cean: no newer package available
+ compiler md5=<<23,66,219,207,3,115,7,10,62,22,27,116,160,217,99,69>>
+ crypto md5=<<91,135,93,126,254,252,206,122,253,59,91,122,113,134,109,82>>
+ gs md5=<<182,167,15,170,5,232,219,8,156,127,182,39,43,187,5,255>>
+ hipe md5=<<251,38,205,204,231,57,25,3,59,197,27,161,63,103,233,138>>
+ kernel md5=<<146,105,62,191,196,89,32,100,180,21,98,202,11,48,89,184>>
+ runtime_tools md5=<<131,46,49,234,202,107,240,150,173,213,19,255,197,209,139,
164>>
+ stdlib md5=<<197,126,9,120,149,94,183,213,7,55,205,102,136,241,4,20>>
ok

6> cean:upgrade().
+ appmon md5=<<62,20,10,136,244,134,11,102,172,67,63,204,224,158,159,212>>
cean: no newer package available
+ compiler md5=<<23,66,219,207,3,115,7,10,62,22,27,116,160,217,99,69>>
+ crypto md5=<<91,135,93,126,254,252,206,122,253,59,91,122,113,134,109,82>>
+ gs md5=<<182,167,15,170,5,232,219,8,156,127,182,39,43,187,5,255>>
+ hipe md5=<<251,38,205,204,231,57,25,3,59,197,27,161,63,103,233,138>>
+ kernel md5=<<146,105,62,191,196,89,32,100,180,21,98,202,11,48,89,184>>
+ runtime_tools md5=<<131,46,49,234,202,107,240,150,173,213,19,255,197,209,139,
164>>
+ stdlib md5=<<197,126,9,120,149,94,183,213,7,55,205,102,136,241,4,20>>
ok

cu,
michael

Profile
 
 
Posted: 03 April 2008 10:16 AM   [ Ignore ]   [ # 1 ]
Moderator
Avatar
RankRankRank
Total Posts:  97
Joined  2006-11-13

bug noted, i’m working on
thanks.

Profile