[squeak-dev] FileDoesNotExistException on existing changes file during trunk update

Bernhard Pieber bernhard at pieber.com
Sat Aug 30 13:31:54 UTC 2014


Dear fellow Squeakers,

I continued my quest to create a current clean 4.6 trunk imge and still run into problems.

I am on OS X 10.9.4. I use Eliot's latest Cog.app and the 4.5 release image (Squeak4.5-13680.image) from the FTP server. See here [1] for the bash commands I use to set up my starting point.

Then I execute the following script in a workspace:

MCMcmUpdater
	defaultUpdateURL: 'http://source.squeak.org/trunk';
	updateFromServer.

During processing of update-eem.287.mcm a popup menu appears saying that the Squeak4.5-13680.changes file does not exist. This is incorrect because the file exists. When I choose Debug I get FileDoesNotExistException. See the attached PNG and SqueakDebug.log.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: FileDoesNotExistException.png
Type: image/png
Size: 28444 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20140830/ba354750/FileDoesNotExistException.png
-------------- next part --------------


I would be interested if others run into the same problem.

Cheers,
Bernhard

[1]
mkdir trunk
cd trunk

curl -O http://www.mirandabanda.org/files/Cog/VM/VM.r3063/Cog.app-14.32.3063.tgz
gunzip -c Cog.app-14.32.3063.tgz | tar xopf - && rm Cog.app-14.32.3063.tgz

curl -O ftp://ftp.squeak.org/4.5/SqueakV41.sources.zip
unzip SqueakV41.sources.zip && rm SqueakV41.sources.zip

curl -O ftp://ftp.squeak.org/4.5/Squeak4.5-13680.zip
unzip Squeak4.5-13680.zip && rm Squeak4.5-13680.zip

./Cog.app/Contents/MacOS/Squeak Squeak4.5-13680.image

-------------- next part --------------
A non-text attachment was scrubbed...
Name: SqueakDebug FileDoesNotExistException in changes file.log
Type: application/octet-stream
Size: 11774 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20140830/ba354750/SqueakDebugFileDoesNotExistExceptioninchangesfile.obj


More information about the Squeak-dev mailing list