<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jan 6, 2014 at 2:09 AM, Chris Angelico <span dir="ltr"><<a href="mailto:rosuav@gmail.com" target="_blank">rosuav@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">The first build my new root buildbot did showed errors in the 2.7 test<br>
suite, but I thought little of it as quite a few other 2.7 buildbots<br>
are showing red, too. But it seems they're showing different errors,<br>
so there might be something wrong with the setup.<br>
<br>
<a href="http://buildbot.python.org/all/builders/AMD64%20Debian%20root%202.7/builds/3/steps/test/logs/stdio" target="_blank">http://buildbot.python.org/all/builders/AMD64%20Debian%20root%202.7/builds/3/steps/test/logs/stdio</a><br>


<br>
First off, it's complaining about being unable to build _curses<br>
(lacking curses.h). Is that a mandatory prereq that I should install,<br>
or should Python be compatible with not having it?<br></blockquote><div><br></div><div>Yes, curses should be considered entirely optional so the tests should still pass (as long as the build doesn't error out then the compiler message about not being able to build curses is not critical).</div>

<div><br></div><div>-Brett</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Then further down, several SSL tests attempt:<br>
<br>
s.connect_ex(("<a href="http://svn.python.org" target="_blank">svn.python.org</a>", 444)))<br>
<br>
and get back EAGAIN when they're expecting ECONNREFUSED. Possibly my<br>
firewall's delaying things somewhat and it's timing out with a signal;<br>
when I try manually, the connection times out.<br>
<br>
Are these failures a problem? Should they be fixed? The 3.x builds are<br>
all coming up green.<br>
<br>
ChrisA<br>
_______________________________________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org">Python-Dev@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-dev" target="_blank">https://mail.python.org/mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="https://mail.python.org/mailman/options/python-dev/brett%40python.org" target="_blank">https://mail.python.org/mailman/options/python-dev/brett%40python.org</a><br>
</blockquote></div><br></div></div>