Re: [Pharo-project] Metacello issue on Linux

2011-02-04 Thread Stéphane Ducasse
Good to know because it looked strange to me that the bug was in MC/metaMC. Now I prefer to hear that this is not the linux vm. Was fun to do parallel debugging. Stef > We tracked down this bug. > > It is related to retrieving entries of directory on linux. > > For some unknown reason 'self

Re: [Pharo-project] Metacello issue on Linux

2011-02-04 Thread Igor Stasenko
On 4 February 2011 14:21, Dale Henrichs wrote: > Igor, > > I don't have a PharoCore1.3what's the name of the mcz file that is being > written? > > I would guess that monticello is trying to make a copy of the file in the > package-cache when there is already an existing copy ... > > Do you h

Re: [Pharo-project] Metacello issue on Linux

2011-02-04 Thread Dale Henrichs
Igor, I don't have a PharoCore1.3what's the name of the mcz file that is being written? I would guess that monticello is trying to make a copy of the file in the package-cache when there is already an existing copy ... Do you happen to be using the package-cache as your source repository

[Pharo-project] Metacello issue on Linux

2011-02-04 Thread Igor Stasenko
Hello.. i trying to load VMMaker using metacello config on linux .. and it seems like a file system/plugins working differently there, so during package loading i got FileExists exception (for .mcz files which happen to be already in package-cache). The error triggered in MCCacheRepository(MCDir