[issue11810] _socket fails to build on OpenIndiana

2011-04-11 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue11810] _socket fails to build on OpenIndiana

2011-04-10 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +barry ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue11810] _socket fails to build on OpenIndiana

2011-04-10 Thread Carl Brewer
Carl Brewer added the comment: Plone ships with a "universal installer" which expects particular versions of python (and PIL etc etc) which makes it easy to build on, for example, many Linux distros, but it's just not working on Open[Solaris|Indiana] and also NetBSD (pkgsrc's python2.6 is bro

[issue11810] _socket fails to build on OpenIndiana

2011-04-10 Thread Antoine Pitrou
Antoine Pitrou added the comment: > I know this is closed etc... but Plone (the CMS I use) is tied to > various versions of Python, in particular 2.6 at this time. Having it > not build on Open[Solaris/Indiana] means I can't install current > versions of Plone/Zope on this platform. Any chance

[issue11810] _socket fails to build on OpenIndiana

2011-04-10 Thread Carl Brewer
Carl Brewer added the comment: I know this is closed etc... but Plone (the CMS I use) is tied to various versions of Python, in particular 2.6 at this time. Having it not build on Open[Solaris/Indiana] means I can't install current versions of Plone/Zope on this platform. Any chance it coul

[issue11810] _socket fails to build on OpenIndiana

2011-04-09 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- resolution: -> wont fix status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue11810] _socket fails to build on OpenIndiana

2011-04-09 Thread Emile Heitor
Emile Heitor added the comment: Well, pkgsrc is an independent, portable sources-based packaging system which provides a complete set of packages for many architectures. Python is provided as a package per-se, and we do not yet have the ability to fallback to native python version. If this pa

[issue11810] _socket fails to build on OpenIndiana

2011-04-09 Thread Antoine Pitrou
Antoine Pitrou added the comment: > Actually, python 2.6 is the default version in pkgsrc > (http://www.netbsd.org/docs/software/packages.html), and the reason > why i'm pulling up this bug is that python 2.6 failure on SunOS brings > down more than 3000 packages :/ Nevertheless, i'll try a bulk

[issue11810] _socket fails to build on OpenIndiana

2011-04-09 Thread Emile Heitor
Emile Heitor added the comment: Actually, python 2.6 is the default version in pkgsrc (http://www.netbsd.org/docs/software/packages.html), and the reason why i'm pulling up this bug is that python 2.6 failure on SunOS brings down more than 3000 packages :/ Nevertheless, i'll try a bulk build

[issue11810] _socket fails to build on OpenIndiana

2011-04-09 Thread Antoine Pitrou
Antoine Pitrou added the comment: It has been fixed in 2.7.x, not 2.6.x (which is in security fixes-only mode). Can you try with 2.7.1? -- nosy: +pitrou ___ Python tracker ___ _

[issue11810] _socket fails to build on OpenIndiana

2011-04-09 Thread Emile Heitor
New submission from Emile Heitor : This issue http://bugs.python.org/issue8852 seems to happen again since python 2.6.6. Same cause, same consequences. Patching Modules/socketmodule.h with the following fixes it: --- Modules/socketmodule.h.orig 2010-05-09 15:15:40.0 +