<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">2014-08-30 15:31 GMT+02:00 Bernhard Pieber <span dir="ltr">&lt;<a href="mailto:bernhard@pieber.com" target="_blank">bernhard@pieber.com</a>&gt;</span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear fellow Squeakers,<br>
<br>
I continued my quest to create a current clean 4.6 trunk imge and still run into problems.<br>
<br>
I am on OS X 10.9.4. I use Eliot&#39;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.<br>
<br>
Then I execute the following script in a workspace:<br>
<br>
MCMcmUpdater<br>
        defaultUpdateURL: &#39;<a href="http://source.squeak.org/trunk" target="_blank">http://source.squeak.org/trunk</a>&#39;;<br>
        updateFromServer.<br>
<br>
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.<br>

<br>
<br><br>
<br>
I would be interested if others run into the same problem.<br>
<br>
Cheers,<br>
Bernhard<br>
<br></blockquote><div><br></div><div>It happens to me from time to time.<br></div><div>I suspect that there are two many files opened before the reclamation facility has a chance to work.<br></div><div>I suspect the read-only copy of change file to open those files.<br>
<br></div><div>I you open the debugger and restart from the right place (?), the update correctly resumes (but it&#39;s not very automated...).<br><br></div><div> <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

[1]<br>
mkdir trunk<br>
cd trunk<br>
<br>
curl -O <a href="http://www.mirandabanda.org/files/Cog/VM/VM.r3063/Cog.app-14.32.3063.tgz" target="_blank">http://www.mirandabanda.org/files/Cog/VM/VM.r3063/Cog.app-14.32.3063.tgz</a><br>
gunzip -c Cog.app-14.32.3063.tgz | tar xopf - &amp;&amp; rm Cog.app-14.32.3063.tgz<br>
<br>
curl -O <a href="ftp://ftp.squeak.org/4.5/SqueakV41.sources.zip" target="_blank">ftp://ftp.squeak.org/4.5/SqueakV41.sources.zip</a><br>
unzip SqueakV41.sources.zip &amp;&amp; rm SqueakV41.sources.zip<br>
<br>
curl -O <a href="ftp://ftp.squeak.org/4.5/Squeak4.5-13680.zip" target="_blank">ftp://ftp.squeak.org/4.5/Squeak4.5-13680.zip</a><br>
unzip Squeak4.5-13680.zip &amp;&amp; rm Squeak4.5-13680.zip<br>
<br>
./Cog.app/Contents/MacOS/Squeak Squeak4.5-13680.image<br>
<br>
<br><br>
<br></blockquote></div><br></div></div>