Apparently repositories are broken. When installing from:
(Installer ss project: 'MetacelloRepository') install: 'ConfigurationOfSeaside30'. (Smalltalk at: #ConfigurationOfSeaside30) load. There's an error while loading OB-Morphic-cwp.117 whith the message: Error couldn't resolve OB-Morphic-cwp.177 ... This error didn't happen about 2 weeks ago... (something changed these days) Best regards, CdAB _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
On Tue, 21 Dec 2010, Casimiro de Almeida Barreto wrote:
> Apparently repositories are broken. When installing from: > > (Installer ss project: 'MetacelloRepository') > install: 'ConfigurationOfSeaside30'. > (Smalltalk at: #ConfigurationOfSeaside30) load. > > > There's an error while loading OB-Morphic-cwp.117 whith the message: > > Error couldn't resolve OB-Morphic-cwp.177 ... > > This error didn't happen about 2 weeks ago... (something changed these days) Probably just a network problem. It works for me. Levente > > Best regards, > > CdAB > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Em 21-12-2010 13:35, Levente Uzonyi escreveu:
> On Tue, 21 Dec 2010, Casimiro de Almeida Barreto wrote: > >> Apparently repositories are broken. When installing from: >> >> (Installer ss project: 'MetacelloRepository') >> install: 'ConfigurationOfSeaside30'. >> (Smalltalk at: #ConfigurationOfSeaside30) load. >> >> >> There's an error while loading OB-Morphic-cwp.117 whith the message: >> >> Error couldn't resolve OB-Morphic-cwp.177 ... >> >> This error didn't happen about 2 weeks ago... (something changed >> these days) > > Probably just a network problem. It works for me. always tried to load from local cache & how file was not there it complained... An improvement would be checking file existence & integrity & if check fails, load file again. > > > Levente > >> >> Best regards, >> >> CdAB >> _______________________________________________ >> seaside mailing list >> [hidden email] >> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside >> > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by CdAB63
I'll second Levente's comment.
Before releasing a configuration I always test of Pharo/Squeak/GLASS and for Squeak I have been using 4.1 ... Should I start including Squeak4.2 or has it not stabilized yet? Dale On 12/21/2010 05:47 AM, Casimiro de Almeida Barreto wrote: > Apparently repositories are broken. When installing from: > > (Installer ss project: 'MetacelloRepository') > install: 'ConfigurationOfSeaside30'. > (Smalltalk at: #ConfigurationOfSeaside30) load. > > > There's an error while loading OB-Morphic-cwp.117 whith the message: > > Error couldn't resolve OB-Morphic-cwp.177 ... > > This error didn't happen about 2 weeks ago... (something changed these days) > > Best regards, > > CdAB > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by CdAB63
Casimiro,
That might be possible to do from within Metacello (Metacello relies on Gofer and Monticello), but I already have put in retry logic, so I will look into the possibilites (http://code.google.com/p/metacello/issues/detail?id=103) .. Thanks, Dale On 12/21/2010 09:32 AM, Casimiro de Almeida Barreto wrote: > Em 21-12-2010 13:35, Levente Uzonyi escreveu: >> On Tue, 21 Dec 2010, Casimiro de Almeida Barreto wrote: >> >>> Apparently repositories are broken. When installing from: >>> >>> (Installer ss project: 'MetacelloRepository') >>> install: 'ConfigurationOfSeaside30'. >>> (Smalltalk at: #ConfigurationOfSeaside30) load. >>> >>> >>> There's an error while loading OB-Morphic-cwp.117 whith the message: >>> >>> Error couldn't resolve OB-Morphic-cwp.177 ... >>> >>> This error didn't happen about 2 weeks ago... (something changed >>> these days) >> >> Probably just a network problem. It works for me. > Apparently there was a problem during download. After that installer > always tried to load from local cache& how file was not there it > complained... > > An improvement would be checking file existence& integrity& if check > fails, load file again. > >> >> >> Levente >> >>> >>> Best regards, >>> >>> CdAB >>> _______________________________________________ >>> seaside mailing list >>> [hidden email] >>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside >>> >> _______________________________________________ >> seaside mailing list >> [hidden email] >> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside >> > CdAB > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Dale Henrichs
Squeak 4.2 is not yet released. It is targeted for this month but
January seems a more realistic projection IMO given the that holiday season is upon us. The Squeak trunk is remarkably stable, and if you test with an updated trunk image, then for all practical purposes you are testing with a 4.2 pre-release. By "trunk" I mean any Squeak 4.x image that is tracking the update stream. Dave On Tue, Dec 21, 2010 at 09:52:42AM -0800, Dale Henrichs wrote: > I'll second Levente's comment. > > Before releasing a configuration I always test of Pharo/Squeak/GLASS and > for Squeak I have been using 4.1 ... Should I start including Squeak4.2 > or has it not stabilized yet? > > Dale > > On 12/21/2010 05:47 AM, Casimiro de Almeida Barreto wrote: > >Apparently repositories are broken. When installing from: > > > > (Installer ss project: 'MetacelloRepository') > > install: 'ConfigurationOfSeaside30'. > > (Smalltalk at: #ConfigurationOfSeaside30) load. > > > > > >There's an error while loading OB-Morphic-cwp.117 whith the message: > > > >Error couldn't resolve OB-Morphic-cwp.177 ... > > > >This error didn't happen about 2 weeks ago... (something changed these > >days) > > > >Best regards, > > > >CdAB > >_______________________________________________ > >seaside mailing list > >[hidden email] > >http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > > > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |