[issue17857] sqlite modules doesn't build with 2.7.4 on Mac OS X 10.4

2013-05-12 Thread Georg Brandl
Georg Brandl added the comment: Cherry-picked to 3.2 branch. -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17857 ___ ___

[issue17857] sqlite modules doesn't build with 2.7.4 on Mac OS X 10.4

2013-05-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset d5b5116bf953 by Serhiy Storchaka in branch '3.2': Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, http://hg.python.org/cpython/rev/d5b5116bf953 -- ___ Python tracker

[issue17857] sqlite modules doesn't build with 2.7.4 on Mac OS X 10.4

2013-05-01 Thread Georg Brandl
Georg Brandl added the comment: Would be nice, yes. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17857 ___ ___ Python-bugs-list mailing list

[issue17857] sqlite modules doesn't build with 2.7.4 on Mac OS X 10.4

2013-04-30 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- nosy: +benjamin.peterson, larry priority: normal - release blocker status: closed - open versions: +Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17857

[issue17857] sqlite modules doesn't build with 2.7.4 on Mac OS X 10.4

2013-04-30 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I think this fix should be included in the next regression release. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17857 ___

[issue17857] sqlite modules doesn't build with 2.7.4 on Mac OS X 10.4

2013-04-30 Thread Ned Deily
Ned Deily added the comment: Georg, do you want a 3.2 patch for this as well? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17857 ___ ___

[issue17857] sqlite modules doesn't build with 2.7.4 on Mac OS X 10.4

2013-04-29 Thread Ben Harper
Ben Harper added the comment: This issue, like 14572, is also effecting Python 2.7.4 on CentOS 5. I can confirm the patch fixes this issue on CentOS5. -- nosy: +bharper ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17857

[issue17857] sqlite modules doesn't build with 2.7.4 on Mac OS X 10.4

2013-04-29 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- resolution: - fixed stage: patch review - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17857

[issue17857] sqlite modules doesn't build with 2.7.4 on Mac OS X 10.4

2013-04-29 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: Thanks, Serhiy. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17857 ___ ___ Python-bugs-list mailing list

[issue17857] sqlite modules doesn't build with 2.7.4 on Mac OS X 10.4

2013-04-28 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: On 28.04.2013 05:20, Ned Deily wrote: Ned Deily added the comment: Marc-Andre, can you elaborate on why you think Python 3 is not affected? The changes for Issue17073 also added sqlite3_int64 to 3.2, 3.3, and default and, for me on 10.4,

[issue17857] sqlite modules doesn't build with 2.7.4 on Mac OS X 10.4

2013-04-28 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- assignee: - serhiy.storchaka ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17857 ___ ___

[issue17857] sqlite modules doesn't build with 2.7.4 on Mac OS X 10.4

2013-04-28 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Patch for issue14572 was applied only to 2.7 and then I backported the bug back from 3.x. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17857 ___

[issue17857] sqlite modules doesn't build with 2.7.4 on Mac OS X 10.4

2013-04-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset 44fe1f5b07e3 by Serhiy Storchaka in branch '2.7': Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, http://hg.python.org/cpython/rev/44fe1f5b07e3 New changeset b677f656c0bf by Serhiy Storchaka in branch '3.3': Issue #17857:

[issue17857] sqlite modules doesn't build with 2.7.4 on Mac OS X 10.4

2013-04-28 Thread Ned Deily
Ned Deily added the comment: Fix verified on OS X 10.4 for 2.7, 3.3, and default. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17857 ___ ___

[issue17857] sqlite modules doesn't build on 2.7.4 with Mac OS X 10.4

2013-04-27 Thread Marc-Andre Lemburg
New submission from Marc-Andre Lemburg: This is essentially the same issue as http://bugs.python.org/issue14572. The following addition in Python 2.7.4 (compared to 2.7.3) reintroduced the same problem in a different place: --- Python-2.7.3/Modules/_sqlite/util.h 2012-04-10 01:07:33.0

[issue17857] sqlite modules doesn't build on 2.7.4 with Mac OS X 10.4

2013-04-27 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: Adding the same people to the nosy list as on issue #14572. -- nosy: +Joakim.Sernbrant, Marc.Abramowitz, dmalcolm, ned.deily, petri.lehtinen, python-dev type: - compile error ___ Python tracker

[issue17857] sqlite modules doesn't build on 2.7.4 with Mac OS X 10.4

2013-04-27 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: The regression was introduced in issue17073. -- nosy: +serhiy.storchaka ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17857 ___

[issue17857] sqlite modules doesn't build with 2.7.4 on Mac OS X 10.4

2013-04-27 Thread Marc-Andre Lemburg
Changes by Marc-Andre Lemburg m...@egenix.com: -- title: sqlite modules doesn't build on 2.7.4 with Mac OS X 10.4 - sqlite modules doesn't build with 2.7.4 on Mac OS X 10.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17857

[issue17857] sqlite modules doesn't build with 2.7.4 on Mac OS X 10.4

2013-04-27 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Here is a patch for 2.7. Please test. Should it be fixed on 3.x? -- keywords: +patch Added file: http://bugs.python.org/file30035/sqlite_int64.patch ___ Python tracker rep...@bugs.python.org

[issue17857] sqlite modules doesn't build with 2.7.4 on Mac OS X 10.4

2013-04-27 Thread Ned Deily
Ned Deily added the comment: The patch does solve the build problem for 2.7 on 10.4 (Tiger). The same problem exists for 3.3 and default as well. I see the Tiger buildbots aren't failing with this problem; I suspect that's because there is a newer version of libsqlite3 being supplied in

[issue17857] sqlite modules doesn't build with 2.7.4 on Mac OS X 10.4

2013-04-27 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: On 27.04.2013 22:27, Serhiy Storchaka wrote: Serhiy Storchaka added the comment: Here is a patch for 2.7. Please test. Should it be fixed on 3.x? Thanks, Serhiy. I can confirm that the patch fixes the problem with 2.7.4 on Mac OS X (and probably

[issue17857] sqlite modules doesn't build with 2.7.4 on Mac OS X 10.4

2013-04-27 Thread Ned Deily
Ned Deily added the comment: Marc-Andre, can you elaborate on why you think Python 3 is not affected? The changes for Issue17073 also added sqlite3_int64 to 3.2, 3.3, and default and, for me on 10.4, _sqlite3.so currently fails to build in all three. (I don't think 3.2 is worth worrying