Testing Full image assembling (was : Re: Voluntering to be the integrator of the Full Image)

Lic. Edgar J. De Cleene edgardec2001 at yahoo.com.ar
Sat Aug 21 11:21:26 UTC 2004


Here the first try: ( and fist crash)

1) Creating a new directory named 3.7 Full.
2) Putting in 3.7g.5983.image, .changes and .sources in it. (From fresh
backup zip)
3) Advancing to 5985 (last this morning)
4) Install Diego / Goran script.
5) When trying to open mail db in Celeste Installl get the attached.
6) I on modem and choose proceed. Still loading packages.... :)


Edgar

-------------- next part --------------
Error: I need a valid Mail DB to process: Please setup Celeste before opening CelesteAddressBook
21 August 2004 8:11:26 am

VM: Mac OS - a SmalltalkImage
Image: Squeak3.7gamma [latest update: #5985]

SecurityManager state:
Restricted: false
FileAccess: true
SocketAccess: true
Working Dir Macintosh HD:Users:edgar:Public:SqueakDevelop:3.7 Full
Trusted Dir Macintosh HD:Users:edgar:Public:SqueakDevelop:3.7 Full
Untrusted Dir foobar:tooBar:forSqueak:bogus

CelesteAddressBook class(Object)>>error:
	Receiver: CelesteAddressBook
	Arguments and temporary variables: 
		aString: 	'I need a valid Mail DB to process: Please setup Celeste before openin...etc...
	Receiver's instance variables: 
		superclass: 	Model
		methodDict: 	a MethodDictionary(#addNewContact->a CompiledMethod (158) #alert:->...etc...
		format: 	146
		instanceVariables: 	#('sortByFreq' 'mutex' 'contactList' 'mailDB' 'statusBar' 's...etc...
		organization: 	('menu-actions' exploreSelectedContact loadFromDiskMenuAction mor...etc...
		subclasses: 	nil
		name: 	#CelesteAddressBook
		classPool: 	nil
		sharedPools: 	nil
		environment: 	a SystemDictionary(lots of globals)
		category: 	nil

CelesteAddressBook class>>open
	Receiver: CelesteAddressBook
	Arguments and temporary variables: 
		database: 	nil
		dbName: 	'EMAIL'
	Receiver's instance variables: 
		superclass: 	Model
		methodDict: 	a MethodDictionary(#addNewContact->a CompiledMethod (158) #alert:->...etc...
		format: 	146
		instanceVariables: 	#('sortByFreq' 'mutex' 'contactList' 'mailDB' 'statusBar' 's...etc...
		organization: 	('menu-actions' exploreSelectedContact loadFromDiskMenuAction mor...etc...
		subclasses: 	nil
		name: 	#CelesteAddressBook
		classPool: 	nil
		sharedPools: 	nil
		environment: 	a SystemDictionary(lots of globals)
		category: 	nil

CelesteAddressBook class>>initialize
	Receiver: CelesteAddressBook
	Arguments and temporary variables: 

	Receiver's instance variables: 
		superclass: 	Model
		methodDict: 	a MethodDictionary(#addNewContact->a CompiledMethod (158) #alert:->...etc...
		format: 	146
		instanceVariables: 	#('sortByFreq' 'mutex' 'contactList' 'mailDB' 'statusBar' 's...etc...
		organization: 	('menu-actions' exploreSelectedContact loadFromDiskMenuAction mor...etc...
		subclasses: 	nil
		name: 	#CelesteAddressBook
		classPool: 	nil
		sharedPools: 	nil
		environment: 	a SystemDictionary(lots of globals)
		category: 	nil

MCMethodDefinition>>postload
	Receiver: a MCMethodDefinition(CelesteAddressBook class>>initialize)
	Arguments and temporary variables: 

	Receiver's instance variables: 
		classIsMeta: 	true
		source: 	'initialize
	CelesteAddressBook openHelp; open.'
		category: 	#installation
		selector: 	#initialize
		className: 	#CelesteAddressBook
		timeStamp: 	'gg 2/9/2003 17:16'


--- The full stack ---
CelesteAddressBook class(Object)>>error:
CelesteAddressBook class>>open
CelesteAddressBook class>>initialize
MCMethodDefinition>>postload
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MCMethodDefinition(MCDefinition)>>postloadOver:
[] in MCPackageLoader>>basicLoad {[:ea | ea   postloadOver: (self obsoletionFor: ea)]}
[] in OrderedCollection(SequenceableCollection)>>do:displayingProgress: {[:each :i |  bar value: i.  aBlock value: each]}
OrderedCollection(SequenceableCollection)>>withIndexDo:
[] in OrderedCollection(SequenceableCollection)>>do:displayingProgress: {[:bar | self   withIndexDo: [:each :i |     bar value: i.    aBlock value: e...]}
ProgressInitiationException>>defaultAction
UndefinedObject>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
ProgressInitiationException(Exception)>>signal
ProgressInitiationException>>display:at:from:to:during:
ProgressInitiationException class>>display:at:from:to:during:
String>>displayProgressAt:from:to:during:
OrderedCollection(SequenceableCollection)>>do:displayingProgress:
[] in MCPackageLoader>>basicLoad {[additions   do: [:ea | self tryToLoad: ea]   displayingProgress: 'Loading.....]}
BlockContext>>on:do:
[] in MCPackageLoader>>basicLoad {[[additions   do: [:ea | self tryToLoad: ea]   displayingProgress: 'Loading....]}
BlockContext>>ensure:
MCPackageLoader>>basicLoad
[] in MCPackageLoader>>load {[self basicLoad]}
[] in MCPackageLoader>>useNewChangeSetDuring: {[aBlock value]}
BlockContext>>ensure:
MCPackageLoader>>useNewChangeSetDuring:
MCPackageLoader>>load
MCVersionLoader>>load
...etc...


More information about the Squeak-dev mailing list