<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;"><div>Hi folks<br></div><div><br></div><div>I was trying to spin up the latest image/vm pair from trunk on linux64x64 for the Roassal install methodology and got a new bug..<br></div><div>I am assuming Linus' law will apply and somebody will find this bug to be shallow....</div><div><br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div>Error: updateMapName must be specified<br></div></blockquote><div><br></div><div>Pops up immediately when attempting to install the extra packages at the end of the magnificent preferences wizard.<br></div><div><br></div><div>Bug appears to start in<br></div><div><br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div><div>PreferenceWizardMorph >> installLatestUpdates<br></div><div><br></div><div>MCConfiguration ensureOpenTranscript: false.<br></div><div>[MCMcmUpdater default doUpdate: false]<br></div><div>ensure: [MCConfiguration ensureOpenTranscript: true].<br></div></div></blockquote><div>and barfs at<br></div><div><br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div><div>MCMcmUpdater >>register<br></div><div>"Register this instance, keyed by repository and update map name. Each update<br></div><div>maintains its own lastUpdateMap. The registry permits multilple updaters to be<br></div><div>maintained, with each updater keeping track of its own last update map."updateMapName isEmpty ifTrue:  [self error: 'updateMapName must be specified'].<br></div><div><br></div><div>repository ifNil: [self error: 'repository is ', repository asString].<br></div><div>updateMapName ifNil: [self error: 'updateMapName is ', updateMapName asString].<br></div><div><b>updateMapName isEmpty ifTrue:  [self error: 'updateMapName must be specified'].</b><br></div><div>((Registry ifNil: [Registry := Dictionary new])<br></div><div>at: repository<br></div><div>ifAbsentPut: [Dictionary new])<br></div><div>at: updateMapName put: self<br></div></div></blockquote><div><br></div><div><br></div><div><br></div><div>cheers,<br></div><div><br></div><div>tty<br></div></div><br></body></html>