1. I manually loaded ConfigurationOfTimeZoneDatabase from
sqs/TimeZoneDatabase
2. "ConfigurationOfTimeZoneDatabase project stableVersion load" -> unknown
selector #stableVersion
3. "ConfigurationOfTimeZoneDatabase project" -> hangs 4e on "Downloading
Metacello-Base-DaleHenrichs.2.mcz"
4. Install Metacello manually via SqS Catalog -> Hangs 4e on "Downloading
Time-PaulDeBruicker.53"; unable to interrupt; eventually crashes with no
crash dump or debug log
The configuration seems to be okay because I successfully loaded in Pharo
6.1 via:
Metacello new
configuration: 'TimeZoneDatabase';
squeaksource: 'TimeZoneDatabase';
load
> there is an undeclared reference to MetacelloMCProject, which does not
> exist in my image. That may account for the hangups.
Hmm, good point. I thought that the old self-bootstrapping Metacello was
guaranteed to work in both Squeak and Pharo (and I see that
ConfigurationOfTimeZoneDatabase has a #squeak platform spec). Maybe I should
ask on the MetaC ML? Are other Squeakers using Metacello? In 5.1?
Yes, see my answer there: http://forum.world.st/TimeZoneDatabase-Can-t-Install-in-Squeak-5-1-tp5073034p5073097.html