#20286: BUG: python26 bus error ---------------------------------+------------------------------------------ Reporter: jabronson@… | Owner: blb@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: python26 ---------------------------------+------------------------------------------ Comment(by jabronson@…): Replying to [comment:15 santagada@…]:
You could download the python 2.6.2 source and compile it, it does give the same error as macports python. indeed, threadboom gives me the bus error on Leopard with 2.6.2 compiled from source: {{{ ~/tmp/Python-2.6.2/build/universal $ bin/python2.6 ~/tmp/threadboom.py Run Run Run Bus error }}}
I don't understand why the .dmg doesn't and that is one of the reasons why I think this bug is so interesting. Someone should build an universal python 2.6.2 and see if that is the difference. I passed {{{--with-universal-archs=all}}} to configure in order to try to compile a universal binary, but it must not have worked because at the end of {{{make install}}} I got "No rule to make target `update4wayuniversal', needed by `altinstall'. Stop.", and {{{file python2.6}}} gives only "python2.6: Mach-O executable i386". Should I have passed {{{enable- universalsdk}}} or {{{enable-framework}}} as well?
I also upgraded to 10.6 so I can't try it. What changed in 10.6 that would prevent you from seeing the error?
-- Ticket URL: <http://trac.macports.org/ticket/20286#comment:16> MacPorts <http://www.macports.org/> Ports system for Mac OS