Hi,
that will not work.
and it will never work like that sadly.
You are trying to use gofer as apt-get, and that���s not how it works��� you cannot just update packages to have a working image with newer versions.
The way pharo should work is:
- there is the update process (world menu, system, update system) who will try to update the pharo system. That means not external project (like for instance seaside) will be updated.
Please notice that this process is currently BROKEN, so you cannot try it now.
We will restore it, but so far no time to work on it (also, is not top priority because is not of frequent use: most people needing to update just download an image and start over again, which is super easy to automatise using zeroconf and command line scripts).
- you can update your installed projects by downloading newer configuration versions and applying them. But again, more frequent is to just doing it in a newer image.
the reason why this is not really used is because pharo (smalltalk) extensibility is powerful but complicated to manage, due the amount of overriding methods, etc.
cheers,
Esteban
���Hi Stephan
I'm trying to have my image updated to the last version of each package that I'm using.
I'm trying first:
Gofer upgrade (to update Gofer)
and then to update:
Gofer gofer update (also have an error)���
���Any advice to have all my third party packages updated?���
���Thanks���