hi,
My named is Arnaud Jean Baptiste, i work with VMMaker and, i have try to load VMMaker via Gofer on Pharo (severals versions of the image, rc, alpha, dev). and then the : when i load the VMMaker package gofer don't find any version and raise a exception. The code: Gofer new squeaksource: 'VMMaker'; addPackage: 'VMMaker'; load. raise a unbound exception. i have open a issue : http://code.google.com/p/pharo/issues/detail?id=1397 I can reproduce the problem with another project like balloon3D _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Hi Jean,
did you try to update to the latest version of Gofer from <http://source.lukas-renggli.ch/flair>. Gofer gofer update I noticed a similar problem with other malformed package names and probably already fixed the issue. Lukas 2009/11/4 arnaud Jean Baptiste <[hidden email]>: > hi, > My named is Arnaud Jean Baptiste, i work with VMMaker and, i have try to > load VMMaker via Gofer on Pharo (severals versions of the image, rc, alpha, > dev). > and then the : > when i load the VMMaker package gofer don't find any version and raise a > exception. > The code: > > Gofer new squeaksource: 'VMMaker'; > addPackage: 'VMMaker'; > load. > > raise a unbound exception. > i have open a issue : http://code.google.com/p/pharo/issues/detail?id=1397 > I can reproduce the problem with another project like balloon3D > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > -- Lukas Renggli http://www.lukas-renggli.ch _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Now, yes
i have try to update gofer. and that alway return the same exception : 'subscript is out of bounds: 1' On Nov 4, 2009, at 10:36 AM, Lukas Renggli wrote: > Hi Jean, > > did you try to update to the latest version of Gofer from > <http://source.lukas-renggli.ch/flair>. > > Gofer gofer update > > I noticed a similar problem with other malformed package names and > probably already fixed the issue. > > Lukas > > 2009/11/4 arnaud Jean Baptiste <[hidden email]>: >> hi, >> My named is Arnaud Jean Baptiste, i work with VMMaker and, i have >> try to >> load VMMaker via Gofer on Pharo (severals versions of the image, >> rc, alpha, >> dev). >> and then the : >> when i load the VMMaker package gofer don't find any version and >> raise a >> exception. >> The code: >> >> Gofer new squeaksource: 'VMMaker'; >> addPackage: 'VMMaker'; >> load. >> >> raise a unbound exception. >> i have open a issue : http://code.google.com/p/pharo/issues/detail?id=1397 >> I can reproduce the problem with another project like balloon3D >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> > > > > -- > Lukas Renggli > http://www.lukas-renggli.ch > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Sorry, I forgot to merge the changes. Please try again to update Gofer
Gofer gofer update and then your load script should work. Lukas 2009/11/4 arnaud Jean Baptiste <[hidden email]>: > Now, yes > i have try to update gofer. > and that alway return the same exception : > > 'subscript is out of bounds: 1' > > > On Nov 4, 2009, at 10:36 AM, Lukas Renggli wrote: > >> Hi Jean, >> >> did you try to update to the latest version of Gofer from >> <http://source.lukas-renggli.ch/flair>. >> >> Gofer gofer update >> >> I noticed a similar problem with other malformed package names and >> probably already fixed the issue. >> >> Lukas >> >> 2009/11/4 arnaud Jean Baptiste <[hidden email]>: >>> hi, >>> My named is Arnaud Jean Baptiste, i work with VMMaker and, i have >>> try to >>> load VMMaker via Gofer on Pharo (severals versions of the image, >>> rc, alpha, >>> dev). >>> and then the : >>> when i load the VMMaker package gofer don't find any version and >>> raise a >>> exception. >>> The code: >>> >>> Gofer new squeaksource: 'VMMaker'; >>> addPackage: 'VMMaker'; >>> load. >>> >>> raise a unbound exception. >>> i have open a issue : http://code.google.com/p/pharo/issues/detail?id=1397 >>> I can reproduce the problem with another project like balloon3D >>> _______________________________________________ >>> Pharo-project mailing list >>> [hidden email] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>> >> >> >> >> -- >> Lukas Renggli >> http://www.lukas-renggli.ch >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > -- Lukas Renggli http://www.lukas-renggli.ch _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
that work thank a lot.
On Nov 4, 2009, at 10:53 AM, Lukas Renggli wrote: > Sorry, I forgot to merge the changes. Please try again to update Gofer > > Gofer gofer update > > and then your load script should work. > > Lukas > > 2009/11/4 arnaud Jean Baptiste <[hidden email]>: >> Now, yes >> i have try to update gofer. >> and that alway return the same exception : >> >> 'subscript is out of bounds: 1' >> >> >> On Nov 4, 2009, at 10:36 AM, Lukas Renggli wrote: >> >>> Hi Jean, >>> >>> did you try to update to the latest version of Gofer from >>> <http://source.lukas-renggli.ch/flair>. >>> >>> Gofer gofer update >>> >>> I noticed a similar problem with other malformed package names and >>> probably already fixed the issue. >>> >>> Lukas >>> >>> 2009/11/4 arnaud Jean Baptiste <[hidden email]>: >>>> hi, >>>> My named is Arnaud Jean Baptiste, i work with VMMaker and, i have >>>> try to >>>> load VMMaker via Gofer on Pharo (severals versions of the image, >>>> rc, alpha, >>>> dev). >>>> and then the : >>>> when i load the VMMaker package gofer don't find any version and >>>> raise a >>>> exception. >>>> The code: >>>> >>>> Gofer new squeaksource: 'VMMaker'; >>>> addPackage: 'VMMaker'; >>>> load. >>>> >>>> raise a unbound exception. >>>> i have open a issue : http://code.google.com/p/pharo/issues/detail?id=1397 >>>> I can reproduce the problem with another project like balloon3D >>>> _______________________________________________ >>>> Pharo-project mailing list >>>> [hidden email] >>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>>> >>> >>> >>> >>> -- >>> Lukas Renggli >>> http://www.lukas-renggli.ch >>> >>> _______________________________________________ >>> Pharo-project mailing list >>> [hidden email] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> > > > > -- > Lukas Renggli > http://www.lukas-renggli.ch > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Lukas Renggli
I will run that script for 1.1.
Stef On Nov 4, 2009, at 10:53 AM, Lukas Renggli wrote: > Sorry, I forgot to merge the changes. Please try again to update Gofer > > Gofer gofer update > > and then your load script should work. > > Lukas > > 2009/11/4 arnaud Jean Baptiste <[hidden email]>: >> Now, yes >> i have try to update gofer. >> and that alway return the same exception : >> >> 'subscript is out of bounds: 1' >> >> >> On Nov 4, 2009, at 10:36 AM, Lukas Renggli wrote: >> >>> Hi Jean, >>> >>> did you try to update to the latest version of Gofer from >>> <http://source.lukas-renggli.ch/flair>. >>> >>> Gofer gofer update >>> >>> I noticed a similar problem with other malformed package names and >>> probably already fixed the issue. >>> >>> Lukas >>> >>> 2009/11/4 arnaud Jean Baptiste <[hidden email]>: >>>> hi, >>>> My named is Arnaud Jean Baptiste, i work with VMMaker and, i have >>>> try to >>>> load VMMaker via Gofer on Pharo (severals versions of the image, >>>> rc, alpha, >>>> dev). >>>> and then the : >>>> when i load the VMMaker package gofer don't find any version and >>>> raise a >>>> exception. >>>> The code: >>>> >>>> Gofer new squeaksource: 'VMMaker'; >>>> addPackage: 'VMMaker'; >>>> load. >>>> >>>> raise a unbound exception. >>>> i have open a issue : http://code.google.com/p/pharo/issues/detail?id=1397 >>>> I can reproduce the problem with another project like balloon3D >>>> _______________________________________________ >>>> Pharo-project mailing list >>>> [hidden email] >>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>>> >>> >>> >>> >>> -- >>> Lukas Renggli >>> http://www.lukas-renggli.ch >>> >>> _______________________________________________ >>> Pharo-project mailing list >>> [hidden email] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> > > > > -- > Lukas Renggli > http://www.lukas-renggli.ch > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Maybe you should also update Gofer for Pharo 1.0, because there is a
similar problem with the Seaside 2.8 repository. Lukas 2009/11/4 Stéphane Ducasse <[hidden email]>: > I will run that script for 1.1. > > Stef > > On Nov 4, 2009, at 10:53 AM, Lukas Renggli wrote: > >> Sorry, I forgot to merge the changes. Please try again to update Gofer >> >> Gofer gofer update >> >> and then your load script should work. >> >> Lukas >> >> 2009/11/4 arnaud Jean Baptiste <[hidden email]>: >>> Now, yes >>> i have try to update gofer. >>> and that alway return the same exception : >>> >>> 'subscript is out of bounds: 1' >>> >>> >>> On Nov 4, 2009, at 10:36 AM, Lukas Renggli wrote: >>> >>>> Hi Jean, >>>> >>>> did you try to update to the latest version of Gofer from >>>> <http://source.lukas-renggli.ch/flair>. >>>> >>>> Gofer gofer update >>>> >>>> I noticed a similar problem with other malformed package names and >>>> probably already fixed the issue. >>>> >>>> Lukas >>>> >>>> 2009/11/4 arnaud Jean Baptiste <[hidden email]>: >>>>> hi, >>>>> My named is Arnaud Jean Baptiste, i work with VMMaker and, i have >>>>> try to >>>>> load VMMaker via Gofer on Pharo (severals versions of the image, >>>>> rc, alpha, >>>>> dev). >>>>> and then the : >>>>> when i load the VMMaker package gofer don't find any version and >>>>> raise a >>>>> exception. >>>>> The code: >>>>> >>>>> Gofer new squeaksource: 'VMMaker'; >>>>> addPackage: 'VMMaker'; >>>>> load. >>>>> >>>>> raise a unbound exception. >>>>> i have open a issue : http://code.google.com/p/pharo/issues/detail?id=1397 >>>>> I can reproduce the problem with another project like balloon3D >>>>> _______________________________________________ >>>>> Pharo-project mailing list >>>>> [hidden email] >>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>>>> >>>> >>>> >>>> >>>> -- >>>> Lukas Renggli >>>> http://www.lukas-renggli.ch >>>> >>>> _______________________________________________ >>>> Pharo-project mailing list >>>> [hidden email] >>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>> >>> >>> _______________________________________________ >>> Pharo-project mailing list >>> [hidden email] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>> >> >> >> >> -- >> Lukas Renggli >> http://www.lukas-renggli.ch >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > -- Lukas Renggli http://www.lukas-renggli.ch _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Adrian?
Can you do that? Issue 1409: update gofer Stef On Nov 4, 2009, at 3:55 PM, Lukas Renggli wrote: > Maybe you should also update Gofer for Pharo 1.0, because there is a > similar problem with the Seaside 2.8 repository. > > Lukas > > 2009/11/4 Stéphane Ducasse <[hidden email]>: >> I will run that script for 1.1. >> >> Stef >> >> On Nov 4, 2009, at 10:53 AM, Lukas Renggli wrote: >> >>> Sorry, I forgot to merge the changes. Please try again to update >>> Gofer >>> >>> Gofer gofer update >>> >>> and then your load script should work. >>> >>> Lukas >>> >>> 2009/11/4 arnaud Jean Baptiste <[hidden email]>: >>>> Now, yes >>>> i have try to update gofer. >>>> and that alway return the same exception : >>>> >>>> 'subscript is out of bounds: 1' >>>> >>>> >>>> On Nov 4, 2009, at 10:36 AM, Lukas Renggli wrote: >>>> >>>>> Hi Jean, >>>>> >>>>> did you try to update to the latest version of Gofer from >>>>> <http://source.lukas-renggli.ch/flair>. >>>>> >>>>> Gofer gofer update >>>>> >>>>> I noticed a similar problem with other malformed package names and >>>>> probably already fixed the issue. >>>>> >>>>> Lukas >>>>> >>>>> 2009/11/4 arnaud Jean Baptiste <[hidden email]>: >>>>>> hi, >>>>>> My named is Arnaud Jean Baptiste, i work with VMMaker and, i have >>>>>> try to >>>>>> load VMMaker via Gofer on Pharo (severals versions of the image, >>>>>> rc, alpha, >>>>>> dev). >>>>>> and then the : >>>>>> when i load the VMMaker package gofer don't find any version and >>>>>> raise a >>>>>> exception. >>>>>> The code: >>>>>> >>>>>> Gofer new squeaksource: 'VMMaker'; >>>>>> addPackage: 'VMMaker'; >>>>>> load. >>>>>> >>>>>> raise a unbound exception. >>>>>> i have open a issue : http://code.google.com/p/pharo/issues/detail?id=1397 >>>>>> I can reproduce the problem with another project like balloon3D >>>>>> _______________________________________________ >>>>>> Pharo-project mailing list >>>>>> [hidden email] >>>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Lukas Renggli >>>>> http://www.lukas-renggli.ch >>>>> >>>>> _______________________________________________ >>>>> Pharo-project mailing list >>>>> [hidden email] >>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo- >>>>> project >>>> >>>> >>>> _______________________________________________ >>>> Pharo-project mailing list >>>> [hidden email] >>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>>> >>> >>> >>> >>> -- >>> Lukas Renggli >>> http://www.lukas-renggli.ch >>> >>> _______________________________________________ >>> Pharo-project mailing list >>> [hidden email] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> > > > > -- > Lukas Renggli > http://www.lukas-renggli.ch > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
yes
Adrian On Nov 4, 2009, at 16:16 , Stéphane Ducasse wrote: > Adrian? > Can you do that? > Issue 1409: update gofer > Stef > > On Nov 4, 2009, at 3:55 PM, Lukas Renggli wrote: > >> Maybe you should also update Gofer for Pharo 1.0, because there is a >> similar problem with the Seaside 2.8 repository. >> >> Lukas >> >> 2009/11/4 Stéphane Ducasse <[hidden email]>: >>> I will run that script for 1.1. >>> >>> Stef >>> >>> On Nov 4, 2009, at 10:53 AM, Lukas Renggli wrote: >>> >>>> Sorry, I forgot to merge the changes. Please try again to update >>>> Gofer >>>> >>>> Gofer gofer update >>>> >>>> and then your load script should work. >>>> >>>> Lukas >>>> >>>> 2009/11/4 arnaud Jean Baptiste <[hidden email]>: >>>>> Now, yes >>>>> i have try to update gofer. >>>>> and that alway return the same exception : >>>>> >>>>> 'subscript is out of bounds: 1' >>>>> >>>>> >>>>> On Nov 4, 2009, at 10:36 AM, Lukas Renggli wrote: >>>>> >>>>>> Hi Jean, >>>>>> >>>>>> did you try to update to the latest version of Gofer from >>>>>> <http://source.lukas-renggli.ch/flair>. >>>>>> >>>>>> Gofer gofer update >>>>>> >>>>>> I noticed a similar problem with other malformed package names >>>>>> and >>>>>> probably already fixed the issue. >>>>>> >>>>>> Lukas >>>>>> >>>>>> 2009/11/4 arnaud Jean Baptiste <[hidden email]>: >>>>>>> hi, >>>>>>> My named is Arnaud Jean Baptiste, i work with VMMaker and, i >>>>>>> have >>>>>>> try to >>>>>>> load VMMaker via Gofer on Pharo (severals versions of the image, >>>>>>> rc, alpha, >>>>>>> dev). >>>>>>> and then the : >>>>>>> when i load the VMMaker package gofer don't find any version and >>>>>>> raise a >>>>>>> exception. >>>>>>> The code: >>>>>>> >>>>>>> Gofer new squeaksource: 'VMMaker'; >>>>>>> addPackage: 'VMMaker'; >>>>>>> load. >>>>>>> >>>>>>> raise a unbound exception. >>>>>>> i have open a issue : http://code.google.com/p/pharo/issues/detail?id=1397 >>>>>>> I can reproduce the problem with another project like balloon3D >>>>>>> _______________________________________________ >>>>>>> Pharo-project mailing list >>>>>>> [hidden email] >>>>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Lukas Renggli >>>>>> http://www.lukas-renggli.ch >>>>>> >>>>>> _______________________________________________ >>>>>> Pharo-project mailing list >>>>>> [hidden email] >>>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo- >>>>>> project >>>>> >>>>> >>>>> _______________________________________________ >>>>> Pharo-project mailing list >>>>> [hidden email] >>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo- >>>>> project >>>>> >>>> >>>> >>>> >>>> -- >>>> Lukas Renggli >>>> http://www.lukas-renggli.ch >>>> >>>> _______________________________________________ >>>> Pharo-project mailing list >>>> [hidden email] >>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>> >>> >>> _______________________________________________ >>> Pharo-project mailing list >>> [hidden email] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>> >> >> >> >> -- >> Lukas Renggli >> http://www.lukas-renggli.ch >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |