Sorry, was not my intention!  I have updated the config, and <br><br>(ConfigurationOfOmniBrowser project version: &#39;1.2.3&#39;) load<br><br>is now loading in Squeak4.2-10779-alpha.<br><br>Maybe It has not the last version of each package, and it needs to be updated.<br>
<br>Cheers!<br>Guille<br><br><div class="gmail_quote">On Mon, Jan 10, 2011 at 10:38 PM, Levente Uzonyi <span dir="ltr">&lt;<a href="mailto:leves@elte.hu">leves@elte.hu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><div></div><div class="h5"><br>
Quoting Michael Davies &lt;<a href="mailto:mykdavies%2Bsqueak@gmail.com" target="_blank">mykdavies+squeak@gmail.com</a>&gt;:<br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi all,<br>
<br>
I just noticed a problem with the script in the 4.2 beta (and I assume in<br>
4.1).<br>
<br>
The line<br>
<br>
((Smalltalk at: #ConfigurationOfOmniBrowser) project perform: #lastVersion)<br>
load: #( Dev ).<br>
<br>
 fails in<br>
MetacelloFetchingMCSpecLoader(MetacelloCommonMCSpecLoader)&gt;&gt;retryingResolvePackageSpecReferences:gofer:<br>
with error message: &#39;Could not resolve: OB-Morphic [OB-Morphic-cwp.117] in<br>
/Users/mike/Documents/Development/squeak/Squeak4.2beta/package-cache<br>
<a href="http://source.wiresong.ca/ob" target="_blank">http://source.wiresong.ca/ob</a>&#39;.<br>
<br>
This script appears to have been working fine in December (<br>
<a href="http://forum.world.st/loading-Shout-into-trunk-td3071889.html" target="_blank">http://forum.world.st/loading-Shout-into-trunk-td3071889.html</a>)<br>
<br>
Metacello makes my head spin so I can&#39;t even understand what&#39;s gone wrong,<br>
let alone how to resolve this problem.<br>
</blockquote>
<br></div></div>
The script tries to load the latest version which is 1.2.3. It uses baseline 1.2.1. The specification for #squeakCommon in ConfigurationOfOmniBrowser &gt;&gt; #baseline121: is polluted with Pharo specific stuff (starting from ConfigurationOfOmniBrowser-GuillermoPolito.72), so Metacello is looking for Squeak related packages in Pharo repositories.<br>

<br>
You can use this script to load OB until someone updates the configuration:<br>
Installer ss project: &#39;MetacelloRepository&#39;; install: &#39;ConfigurationOfOmniBrowser&#39;.<br>
((Smalltalk at: #ConfigurationOfOmniBrowser) project perform: #version: with: &#39;1.2&#39;) load: #(Dev).<br>
<br>
Note that the configuration doesn&#39;t load the latest version of the packages, because some of them are not compatible with Squeak anymore. If we would like to keep using (an up-to-date version of) OB, then we have to make it Squeak compatible again. Either by cooperating with the current developers or if that&#39;s not possible, by forking it.<br>

<br>
<br>
Levente<br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
Cheers,<br>
Michael<br>
<br>
</blockquote>
<br>
<br>
</blockquote></div><br>