<div dir="ltr">Fwded<br><br><div class="gmail_quote">On Wed, Feb 24, 2010 at 10:48 PM, Richard Tew <span dir="ltr">&lt;<a href="mailto:richard.m.tew@gmail.com">richard.m.tew@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Thu, Feb 25, 2010 at 8:11 AM, Ariel Ben Yehuda &lt;<a href="mailto:ariel.bys@gmail.com">ariel.bys@gmail.com</a>&gt; wrote:<br>
&gt; test_distutils<br>
&gt;<br>
&gt;<br>
&gt; /usr/bin/ld: cannot find -lpython2.6<br>
&gt;<br>
&gt;<br>
&gt; collect2: ld returned 1 exit status<br>
&gt;<br>
&gt;<br>
&gt; test test_distutils failed -- errors occurred; run in verbose mode for<br>
&gt; details<br>
&gt; ...<br>
&gt; # # I don&#39;t think you need rocket science to understand why test_distutils<br>
&gt; failed<br>
&gt; # # --- it tried to link to libpython2.6, which wasn&#39;t yet installed.<br>
<br>
</div>Hi Ariel,<br>
<br>
The short answer is that this is correct behaviour.<br>
<br>
The long answer is that in order to determine if an error or failure<br>
in Stackless is actually an error or failure IN Stackless, you need to<br>
do the same operations with standard Python.  If the problems<br>
observed, happen both in standard Python and in Stackless Python, then<br>
Stackless is working fine and standard Python is not.<br>
<br>
I do not recall if I ran the unit tests when I checked in the last<br>
merge from standard Python, but I believe I would have.  However, I<br>
just ran the unit tests against a fresh export of both standard and<br>
Stackless Python, and they both exhibited the same failure in<br>
distutils for me.<br>
<br>
We need to document this somewhere.<br>
<br>
Cheers,<br>
Richard.<br>
<br>
_______________________________________________<br>
Stackless mailing list<br>
<a href="mailto:Stackless@stackless.com">Stackless@stackless.com</a><br>
<a href="http://www.stackless.com/mailman/listinfo/stackless" target="_blank">http://www.stackless.com/mailman/listinfo/stackless</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>- Ariel Ben-Yehuda<br>
</div>