[issue6802] build fails on Snow Leopard

2009-09-06 Thread Bryan Blackburn
Bryan Blackburn added the comment: The patch has one issue in the added AC_TRY_RUN ( http://svn.python.org/view/python/trunk/configure.in? annotate=74672&pathrev=74672#l1542 ): it doesn't like the two [[...]] and main() needs a closing brace, }. Otherwise, it fails on 10.5.8 (Xcode 3.1.3, In

[issue6802] build fails on Snow Leopard

2009-09-06 Thread Joshua Root
Joshua Root added the comment: It works now. Thanks! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue6802] build fails on Snow Leopard

2009-09-06 Thread Ronald Oussoren
Ronald Oussoren added the comment: You're right. I've fixed this in r74686. -- ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue6802] build fails on Snow Leopard

2009-09-06 Thread Mark Dickinson
Mark Dickinson added the comment: Looks like there's a spurious comma in line 110 of lib/plat- mac/macresource.py in the release26-maint branch: if instance(arg, AttributeError), or arg[0] in (-37, -39): -- ___ Python tracker

[issue6802] build fails on Snow Leopard

2009-09-06 Thread Joshua Root
Joshua Root added the comment: Should line 110 of Lib/plat-mac/macresource.py say 'isinstance' rather than 'instance'? -- ___ Python tracker ___

[issue6802] build fails on Snow Leopard

2009-09-06 Thread Joshua Root
Joshua Root added the comment: Tried again after ensuring that ~/test was completely empty; no difference. -- ___ Python tracker ___

[issue6802] build fails on Snow Leopard

2009-09-06 Thread Ronald Oussoren
Ronald Oussoren added the comment: Could you retry the build after cleaning the target directory? I've seem simular failures in the past and haven't been able to find the root cause of that problem. -- ___ Python tracker

[issue6802] build fails on Snow Leopard

2009-09-06 Thread Joshua Root
Joshua Root added the comment: I tried release26-maint just now (r74683) and it errored out during make install. New log attached. -- Added file: http://bugs.python.org/file14846/release26-maint.log ___ Python tracker

[issue6802] build fails on Snow Leopard

2009-09-06 Thread Ronald Oussoren
Ronald Oussoren added the comment: Fixed in r74672 (trunk), r74681 (2.6), r74682 (3.x) and r74683 (3.1) With the default configure flags you'll end up with a 64-bit build of Python on Snow Leopard, including a 64-bit copy of IDLE. -- resolution: accepted -> fixed stage: -> committed/

[issue6802] build fails on Snow Leopard

2009-09-03 Thread Brett Cannon
Brett Cannon added the comment: On Thu, Sep 3, 2009 at 07:28, Ronald Oussoren wrote: > > Ronald Oussoren added the comment: > > My current plan is to fix this issue, and the issue of 64-bit universal > builds on SL in the weekend. > > BTW. I'm not planning to fix this for 2.5 and 2.4, AFAIK bot

[issue6802] build fails on Snow Leopard

2009-09-03 Thread Ronald Oussoren
Ronald Oussoren added the comment: My current plan is to fix this issue, and the issue of 64-bit universal builds on SL in the weekend. BTW. I'm not planning to fix this for 2.5 and 2.4, AFAIK both are no maintained beyond critical security patches. -- _

[issue6802] build fails on Snow Leopard

2009-09-03 Thread fideli
Changes by fideli : -- nosy: +fideli ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mail

[issue6802] build fails on Snow Leopard

2009-09-01 Thread Mark Miller
Mark Miller added the comment: This patch allows compiling, and forces everything to be x86_64. However, Python 2.6.2 still dies when attempting to install: cd Mac && make installmacsubtree DESTDIR="" DYLD_FRAMEWORK_PATH=/tmp/Python-2.6.2: ../python.exe ./scripts/cachersrc.py -v /tmp/opt/l

[issue6802] build fails on Snow Leopard

2009-08-31 Thread Jason Montleon
Changes by Jason Montleon : -- nosy: +xaoslaad ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue6802] build fails on Snow Leopard

2009-08-31 Thread Ned Deily
Ned Deily added the comment: With the patch installed, no regressions were seen running my standard set of OSX installer builds/installs/regtests on 10.4 and 10.5. -- ___ Python tracker ___

[issue6802] build fails on Snow Leopard

2009-08-31 Thread Mark Dickinson
Mark Dickinson added the comment: The patch works for me. Thanks. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue6802] build fails on Snow Leopard

2009-08-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: The attached patch (configure-in-sl.patch) fixes the build issue on SL, I haven't committed the patch yet because it needs testing on 10.5/10.4. NOTE: the patch touches configure.in without also patching configure. Therefore you need to run 'autoconf' after a

[issue6802] build fails on Snow Leopard

2009-08-30 Thread Preston Kutzner
Changes by Preston Kutzner : -- nosy: +grdnwsl ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue6802] build fails on Snow Leopard

2009-08-30 Thread Mitchell Hashimoto
Changes by Mitchell Hashimoto : -- nosy: +mitchellh ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue6802] build fails on Snow Leopard

2009-08-30 Thread Jesse Noller
Jesse Noller added the comment: I'll note I am not doing framework builds, however people have run into problems with non framework builds and macports/old versions of gettext. -- ___ Python tracker __

[issue6802] build fails on Snow Leopard

2009-08-30 Thread Joshua Root
Joshua Root added the comment: Noting for completeness that: * 3.0.1 behaves the same as 3.1.1 (works without --enable-framework). * 2.5.4 fails with 'cc1: error: unrecognized command line option "-Wno- long-double"'. Once this is removed from the configure script, it then fails in mactoolbox

[issue6802] build fails on Snow Leopard

2009-08-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: The default value for the -arch flag changed in SL. It used to be the same as the output of the arch command (i386 on intel systems) and now is x86-64. I'll create a patch for configure to automaticly detect the right value. As a workaround you can build

[issue6802] build fails on Snow Leopard

2009-08-29 Thread Ned Deily
Ned Deily added the comment: As Jeese points out, there are suspicious signs of MacPorts in the log: "/opt/local/bin/ginstall -c -d -m 755 Python.framework/Versions/2.6" Try removing all /opt/local entries from your $PATH and try again with export MACOSX_DEPLOYMENT_TARGET=10.6 -- no

[issue6802] build fails on Snow Leopard

2009-08-29 Thread dmw
Changes by dmw : -- nosy: +dmw ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/op

[issue6802] build fails on Snow Leopard

2009-08-29 Thread Joshua Root
Joshua Root added the comment: Note that this problem appears to be x86_64-specific (caused by "- arch_only i386"), and only happens if you configure with --enable- framework. -- ___ Python tracker

[issue6802] build fails on Snow Leopard

2009-08-29 Thread Jesse Noller
Jesse Noller added the comment: 2.6.2 maint compiles fine too - again, with a clean install of Snow Leopard, no macports. -- ___ Python tracker ___ _

[issue6802] build fails on Snow Leopard

2009-08-29 Thread Jesse Noller
Jesse Noller added the comment: 3k and trunk compile fine for me. Clean snow leopard install. My first suggestion is nuking macports. -- nosy: +jnoller ___ Python tracker ___ __

[issue6802] build fails on Snow Leopard

2009-08-29 Thread Brett Cannon
Brett Cannon added the comment: For those trying to debug this, to silence the math.h warnings, set MACOSX_DEPLOYMENT_TARGET to 10.6 or something. -- ___ Python tracker ___

[issue6802] build fails on Snow Leopard

2009-08-29 Thread Brett Cannon
Changes by Brett Cannon : -- nosy: +brett.cannon ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue6802] build fails on Snow Leopard

2009-08-29 Thread Erik S. LaBianca
Changes by Erik S. LaBianca : -- nosy: +easel ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue6802] build fails on Snow Leopard

2009-08-29 Thread Eric Smith
Changes by Eric Smith : -- nosy: +eric.smith ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue6802] build fails on Snow Leopard

2009-08-29 Thread Mark Dickinson
Mark Dickinson added the comment: This also applies to trunk, py3k and release31-maint. -- versions: +Python 2.7, Python 3.1, Python 3.2 ___ Python tracker ___ __

[issue6802] build fails on Snow Leopard

2009-08-29 Thread Mark Dickinson
Changes by Mark Dickinson : -- nosy: +marketdickinson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue6802] build fails on Snow Leopard

2009-08-29 Thread Bryan Blackburn
Changes by Bryan Blackburn : -- nosy: +blb ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

[issue6802] build fails on Snow Leopard

2009-08-29 Thread Joshua Root
New submission from Joshua Root : Building Python 2.6.2 on Mac OS X 10.6 (final version, 10A432) fails. Full build transcript is attached. Other system details: Xcode 3.2, hardware is MacPro1,1 -- assignee: ronaldoussoren components: Build, Macintosh files: py26-snowleopard.log message