[squeak-dev] MNU in MCMcmUpdater >> #updateFromRepositories

Bert Freudenberg bert at freudenbergs.de
Mon Jan 27 13:46:44 UTC 2014


On 26.01.2014, at 20:25, Frank Shearar <frank.shearar at gmail.com> wrote:

> UndefinedObject(Object)>>doesNotUnderstand: #dependencies
> [] in [] in [] in [] in MCMcmUpdater class>>updateFromRepositories
> 
> I've seen it a couple times before, and never quite figured out why.
> This method has two senders of #dependencies. This is the one by the
> "Skip packages that are not in the image" comment.

That must mean that config is nil. Which means that versionNamed: failed to load the version. Which probably means that the config listed a file that does not exist.

For debugging it might help to log the error suppressed in MCFileBasedRepository>>versionNamed: on FileDoesNotExistException.

- Bert -


-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4142 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20140127/e1685a09/smime.bin


More information about the Squeak-dev mailing list