[issue5033] setup.py crashes if sqlite version contains 'beta'

2013-02-23 Thread Petri Lehtinen
Petri Lehtinen added the comment: Applied, thanks! -- nosy: +petri.lehtinen resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker _

[issue5033] setup.py crashes if sqlite version contains 'beta'

2013-02-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8b177aea9ddd by Petri Lehtinen in branch '2.7': Issue #5033: Fix building of the sqlite3 extension module http://hg.python.org/cpython/rev/8b177aea9ddd New changeset 73d5dd480558 by Petri Lehtinen in branch '3.2': Issue #5033: Fix building of the sq

[issue5033] setup.py crashes if sqlite version contains 'beta'

2013-02-23 Thread Andreas Pelme
Andreas Pelme added the comment: This bug still exists in 2.7 and 3.4. If SQLITE_VERSION in sqlite3.h (/usr/include/sqlite3.h on Mac OS) ends with beta, such as #define SQLITE_VERSION"3.7.12beta" make will fail. The regex changed suggested above fixes this. The attached patch contai

[issue5033] setup.py crashes if sqlite version contains 'beta'

2013-02-23 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- stage: needs patch -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue5033] setup.py crashes if sqlite version contains 'beta'

2013-02-22 Thread Ezio Melotti
Changes by Ezio Melotti : -- keywords: +easy stage: -> needs patch versions: +Python 3.3, Python 3.4 -Python 3.1 ___ Python tracker ___ __

[issue5033] setup.py crashes if sqlite version contains 'beta'

2010-11-17 Thread Éric Araujo
Éric Araujo added the comment: The regex is still the same. I’ll try changing the version string in sqlite and trigger the bug. -- assignee: ghaering -> nosy: +eric.araujo, tarek versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python

[issue5033] setup.py crashes if sqlite version contains 'beta'

2010-09-16 Thread Mark Lawrence
Mark Lawrence added the comment: A one line fix is given in msg80370, can this be applied,should the issue be closed or what? -- nosy: +BreamoreBoy ___ Python tracker ___ __

[issue5033] setup.py crashes if sqlite version contains 'beta'

2009-03-20 Thread Gerhard Häring
Changes by Gerhard Häring : -- assignee: -> ghaering nosy: +ghaering priority: -> low ___ Python tracker ___ ___ Python-bugs-list mai

[issue5033] setup.py crashes if sqlite version contains 'beta'

2009-01-22 Thread blahblahwhat
New submission from blahblahwhat : When I try to 'make' Python 2.6.1: Traceback (most recent call last): File "./setup.py", line 1880, in main() File "./setup.py", line 1875, in main 'Lib/smtpd.py'] File "/home/apps/Python-2.6.1/Lib/distutils/core.py", line 152, in setup dist