[issue19901] tests fail due to unsupported SO_REUSEPORT when building Python 3.3.2-r2

Gregory P. Smith report at bugs.python.org
Sat Dec 14 21:38:03 CET 2013


Gregory P. Smith added the comment:

You didn't do anything wrong. You were running 3.3.3 which is the latest release of 3.3.  Portage is Gentoo's thing, you'd have to ask the gentoo python portage ebuild maintainer and point them at the commit with the additional patch to apply if you want it fixed there.  (or file a bug on gentoo's bug tracking system and point it at this one)

In general gentoo is one of the more up to date distros (compared to everything else) but it is always helpful to try checking out and compiling the latest source tree from hg.python.org as described in http://docs.python.org/devguide/ (on the 3.3 branch in your case) when reporting an issue.

I just happened to have noticed this problem myself and fixed it without bothering to file an issue about it a few weeks before you ran into it. :)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19901>
_______________________________________


More information about the Python-bugs-list mailing list