[issue21187] 2.7 build-installer.py with OS X 10.9

2014-04-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 63a55ed6622b by Ned Deily in branch '2.7': Issue #21187: Fix OS X installer fail-to-build with Xcode 5.1. http://hg.python.org/cpython/rev/63a55ed6622b New changeset a3299de5fc93 by Ned Deily in branch '3.4': Issue #21187: Fix OS X installer fail-to

[issue21187] 2.7 build-installer.py with OS X 10.9

2014-04-09 Thread Ned Deily
Changes by Ned Deily : -- assignee: ronaldoussoren -> ned.deily nosy: +ned.deily ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue21187] 2.7 build-installer.py with OS X 10.9

2014-04-09 Thread Hervé Coatanhay
Hervé Coatanhay added the comment: By the way it seems more like an SQLite / Sleepycat issue as LDFLAGS should be passed to linker not compiler. Proposed modifications are just workarounds to allow Mac installer creation on OS X 10.9. -- ___ Python

[issue21187] 2.7 build-installer.py with OS X 10.9

2014-04-09 Thread Hervé Coatanhay
New submission from Hervé Coatanhay: With XCode 5.1 some changes were made to clang, making it impossible to build Mac OS X installer. Shipped SQLite and Sleepycat DB pass CFLAGS and LDFLAGS to compiler in their compiler check in configure script. In particular -syslibroot option is a linker