Doru, I've seen that ... more changes to the gofer api were made after I did my initial port:(
I'm writing an email to the pharo list covering the problem and will cc it here as well. Dale ----- "Tudor Girba" <[email protected]> wrote: | Hi Dale, | | I did, but there seems to be an error during the bootstrapping of the | | metacello in a new Pharo image. | | Cheers, | Doru | | | On 27 Dec 2009, at 20:06, Dale Henrichs wrote: | | > Doru, | > | > Have you tried 1.0-beta.18 with the "latest gofer"? | > | > Dale | > ----- "Tudor Girba" <[email protected]> wrote: | > | > | Hi, | > | | > | The problem is that Metacello is not quite working with the | latest | > | Gofer. | > | | > | Cheers, | > | Doru | > | | > | | > | On 27 Dec 2009, at 17:39, Alexandre Bergel wrote: | > | | > | > Hi Lukas, | > | > | > | > In a fresh 10502 I evaluated: | > | > -=-=-=-=-=-=-=-=-= | > | > [ Gofer gofer load ] | > | > on: Error | > | > do: [ :err | err retry ]. | > | > Gofer gofer recompile. | > | > Gofer new | > | > squeaksource: 'Mondrian'; | > | > addPackage: 'ConfigurationOfMondrian'; | > | > load. | > | > (Smalltalk at: #ConfigurationOfMondrian) perform: | #loadLastStable. | > | > -=-=-=-=-=-=-=-=-= | > | > | > | > I have the same error. | > | > The error comes from: | > | > | > | > -=-=-=-=-=-=-=-=-= | > | > MetacelloMCProject>>updateProject | > | > "load the latest version of the configuration package" | > | > | > | > | mcLoader | | > | > (mcLoader := self loader) == nil | > | > ifTrue: [ mcLoader := self project loaderClass on: nil ]. | > | > mcLoader doingLoads: [ | > | > | gofer | | > | > gofer := Gofer new. | > | > MCWorkingCopy | > | > managersForClass: self configuration class | > | > do: [:mgr | | > | > gofer add: (GoferPackageReference name: mgr packageName | > | > repository: mgr repositoryGroup) versionReference. | > | > Transcript cr; show: 'Loading -> ', mgr packageName, ' <-' | ]. | > | > gofer load ]. | > | > ^true | > | > -=-=-=-=-=-=-=-=-= | > | > | > | > Cheers, | > | > Alexandre | > | > | > | > On 27 Dec 2009, at 17:27, Lukas Renggli wrote: | > | > | > | >>> After proceeding these warnings, I have a rollback: MNU | > | >>> GoferPackageReference class>>name:repository: | > | >> | > | >> Can you evaluate | > | >> | > | >> [ Gofer gofer load ] | > | >> on: Error | > | >> do: [ :err | err retry ]. | > | >> Gofer gofer recompile. | > | >> | > | >> ? I don't have any senders of #name:repository: to | > | >> GoferPackageReference. | > | >> | > | >> Lukas | > | >> | > | >> -- | > | >> Lukas Renggli | > | >> http://www.lukas-renggli.ch | > | >> | > | >> _______________________________________________ | > | >> Pharo-project mailing list | > | >> [email protected] | > | >> | > | | http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project | > | >> | > | > | > | > -- | > | > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: | > | > Alexandre Bergel http://www.bergel.eu | > | > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. | > | > | > | > | > | > | > | > | > | > | > | > | > | > _______________________________________________ | > | > Pharo-project mailing list | > | > [email protected] | > | > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo- | > project | > | | > | -- | > | www.tudorgirba.com | > | | > | "From an abstract enough point of view, any two things are | similar." | | -- | www.tudorgirba.com | | "What is more important: To be happy, or to make happy?" _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
