software update again
I'm trying to have an actual pharo4 image to work on. So I like to do "software update". Sometimes it doesn't work and that is ok. But the last weeks I didn't manage to update once. Everytime there was a GT-* package that could not be found. To be clear here I'm talking about a 404 from smalltalkhub. I've tried to update a 40557 image and the error I get is that ZnHttpUnsuccessful: 404 Not found for /mc/Pharo/Pharo40/main/GT-Spotter-StefanReichhart.190.mcz Don't know how these errors are introduced. Norbert
On 17 Mar 2015, at 11:57, Norbert Hartl <norbert@hartl.name> wrote:
I'm trying to have an actual pharo4 image to work on. So I like to do "software update". Sometimes it doesn't work and that is ok. But the last weeks I didn't manage to update once. Everytime there was a GT-* package that could not be found. To be clear here I'm talking about a 404 from smalltalkhub.
I've tried to update a 40557 image and the error I get is that
ZnHttpUnsuccessful: 404 Not found
for
/mc/Pharo/Pharo40/main/GT-Spotter-StefanReichhart.190.mcz
Don't know how these errors are introduced.
-> GT is loaded via a Configuration. -> this load from the GT repo, *not* Pharo40. So this means that it looks in the wrong place I wonder why. Maybe we should copy the mcz files? This would be good anyway: all code of Pharo40 is in the Pharo40 repo. Marcus
-> GT is loaded via a Configuration. -> this load from the GT repo, *not* Pharo40. So this means that it looks in the wrong place I wonder why. Maybe we should copy the mcz files? This would be good anyway: all code of Pharo40 is in the Pharo40 repo. Marcus Yes!
no, copying should not be the solution. but⦠being able to reconstruct an update is a good reason to not use generic versions (like #development) and instead provide a real fixed version :P we will need to review this⦠but not now⦠for Pharo 5. Esteban
On 17 Mar 2015, at 18:10, stepharo <stepharo@free.fr> wrote:
-> GT is loaded via a Configuration. -> this load from the GT repo, *not* Pharo40. So this means that it looks in the wrong place I wonder why. Maybe we should copy the mcz files? This would be good anyway: all code of Pharo40 is in the Pharo40 repo. Marcus Yes!
participants (4)
-
Esteban Lorenzano -
Marcus Denker -
Norbert Hartl -
stepharo