[issue12592] modify configure.in to detect OpenBSD 5.x

2011-07-22 Thread Charles-François Natali
Charles-François Natali added the comment: Patch committed. Rémi, thanks for reporting this (and other OpenBSD-specific bugs :-). -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker

[issue12592] modify configure.in to detect OpenBSD 5.x

2011-07-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 63de97ae832e by Charles-François Natali in branch 'default': Merge - Issue #12592: Make Python build on OpenBSD 5 (and future major http://hg.python.org/cpython/rev/63de97ae832e -- ___ Python tracker

[issue12592] modify configure.in to detect OpenBSD 5.x

2011-07-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9c7f9d5841ff by Charles-François Natali in branch '3.2': Issue #12592: Make Python build on OpenBSD 5 (and future major releases). http://hg.python.org/cpython/rev/9c7f9d5841ff -- ___ Python tracker

[issue12592] modify configure.in to detect OpenBSD 5.x

2011-07-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset b24a2ccae56a by Charles-François Natali in branch '2.7': Issue #12592: Make Python build on OpenBSD 5 (and future major releases). http://hg.python.org/cpython/rev/b24a2ccae56a -- nosy: +python-dev ___ P

[issue12592] modify configure.in to detect OpenBSD 5.x

2011-07-22 Thread Antoine Pitrou
Antoine Pitrou added the comment: Looks fine to me. -- versions: +Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue12592] modify configure.in to detect OpenBSD 5.x

2011-07-22 Thread Charles-François Natali
Charles-François Natali added the comment: Patch attached (this one should also work with future major releases). -- keywords: +needs review, patch nosy: +neologix, pitrou stage: -> patch review Added file: http://bugs.python.org/file22720/configure_openbsd.diff __

[issue12592] modify configure.in to detect OpenBSD 5.x

2011-07-20 Thread rpointel
New submission from rpointel : Hi, I tested to build Python 2.7 and Python 3.2.1 (it would be the same with others versions of Python) and it failed to build on OpenBSD 5.0 (beta version). This is the diff to correctly work on OpenBSD 5.x: --- configure.in.orig Sat Jul 9 08:58:56 2011 +++ c