[Pharo-project] pharotaskforces broken on squeaksource
Hi, It seems that the http://www.squeaksource.com/PharoTaskForces repository is broken. When I try to connect to it via Monticello, I get a "SubscriptOutOfBounds: 0". The problem seems to be that the repository somehow has a file called '.mcz' (which is obviously wrong): (MCHttpRepository location: 'http://www.squeaksource.com/PharoTaskForces' user: '' password: '') readableFileNames select: [:each | each beginsWith: '.'] Anyone know why this happened? Or how to fix this? Cheers, Doru -- www.tudorgirba.com "It's not how it is, it is how we see it."
No idea but we should fix it. Stef
Hi,
It seems that the http://www.squeaksource.com/PharoTaskForces repository is broken.
When I try to connect to it via Monticello, I get a "SubscriptOutOfBounds: 0". The problem seems to be that the repository somehow has a file called '.mcz' (which is obviously wrong):
(MCHttpRepository location: 'http://www.squeaksource.com/PharoTaskForces' user: '' password: '') readableFileNames select: [:each | each beginsWith: '.']
Anyone know why this happened? Or how to fix this?
Cheers, Doru
-- www.tudorgirba.com
"It's not how it is, it is how we see it."
Hi,
It seems that the http://www.squeaksource.com/PharoTaskForces repository is broken.
When I try to connect to it via Monticello, I get a "SubscriptOutOfBounds: 0". The problem seems to be that the repository somehow has a file called '.mcz' (which is obviously wrong):
(MCHttpRepository location: 'http://www.squeaksource.com/PharoTaskForces' user: '' password: '') readableFileNames select: [:each | each beginsWith: '.']
Anyone know why this happened?
no idea.
Or how to fix this?
- Open a bug entry is the minimal action if you want people to spend time fixing it. - So I did it look at the fixes I proposed in http://code.google.com/p/pharo/issues/detail?id=7311 now my solution could be better: to only show file following a strict pattern. - I also fix probably a concurrency bug created by a fork somewhere to speed it up. stef
Tudor Girba-2 wrote
Or how to fix this?
The immediate problem can be fixed by deleting the version on sqs, no? Requires admin access i.e. Stéphane Ducasse, Alexandre Bergel, Marcus Denker, Alain Plantec -- View this message in context: http://forum.world.st/pharotaskforces-broken-on-squeaksource-tp4664764p46650... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
Indeed, I thought of that, too. But, the problem is that the web interface only shows one single package versions, probably because after the restart the index in the image was not updated. In any case, my original question was why do we have a ".mcz" file at all? But, I will look into the fix of Stef. And, tomorrow I will go to SCG and see if we can actually remove the offending file from the file system. Cheers, Doru On Jan 24, 2013, at 2:14 AM, "Sean P. DeNigris" <sean@clipperadams.com> wrote:
Tudor Girba-2 wrote
Or how to fix this?
The immediate problem can be fixed by deleting the version on sqs, no? Requires admin access i.e. Stéphane Ducasse, Alexandre Bergel, Marcus Denker, Alain Plantec
-- View this message in context: http://forum.world.st/pharotaskforces-broken-on-squeaksource-tp4664764p46650... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
-- www.tudorgirba.com "Every thing has its own flow."
Ok I published a new version of the fix and let me know. Indeed removing the file physically would be good too. I do not have access to it. Stef
Indeed, I thought of that, too. But, the problem is that the web interface only shows one single package versions, probably because after the restart the index in the image was not updated.
In any case, my original question was why do we have a ".mcz" file at all? But, I will look into the fix of Stef. And, tomorrow I will go to SCG and see if we can actually remove the offending file from the file system.
Cheers, Doru
On Jan 24, 2013, at 2:14 AM, "Sean P. DeNigris" <sean@clipperadams.com> wrote:
Tudor Girba-2 wrote
Or how to fix this?
The immediate problem can be fixed by deleting the version on sqs, no? Requires admin access i.e. Stéphane Ducasse, Alexandre Bergel, Marcus Denker, Alain Plantec
-- View this message in context: http://forum.world.st/pharotaskforces-broken-on-squeaksource-tp4664764p46650... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
-- www.tudorgirba.com
"Every thing has its own flow."
participants (3)
-
Sean P. DeNigris -
Stéphane Ducasse -
Tudor Girba