the easy fix to get python 2.5 working again
I should have attached this to my earlier email. Since it is explicitly for darwin 8, it shouldn't break anything else. Right? --- Portfile 2007-11-19 12:21:26.000000000 -0800 +++ /tmp/Portfile 2007-11-22 13:58:08.000000000 -0800 @@ -67,8 +67,8 @@ } platform darwin 8 { - configure.compiler gcc-4.0 - configure.args-append --with-cxx=/usr/bin/g++-4.0 + configure.compiler gcc-3.3 + configure.args-append --with-cxx=/usr/bin/g++-3.3 } platform darwin 9 { -- Paul Beard / www.paulbeard.org/ <paulbeard@gmail.com/paulbeard@mac.com>
On Nov 22, 2007, at 16:02, paul beard wrote:
I should have attached this to my earlier email. Since it is explicitly for darwin 8, it shouldn't break anything else. Right?
platform darwin 8 { - configure.compiler gcc-4.0 - configure.args-append --with-cxx=/usr/bin/g++-4.0 + configure.compiler gcc-3.3 + configure.args-append --with-cxx=/usr/bin/g++-3.3 }
I would expect that not to work on Intel Macs, since Apple's gcc 3.3 only compiles PowerPC binaries.
On 11/22/07, Ryan Schmidt <ryandesign@macports.org> wrote:
On Nov 22, 2007, at 16:02, paul beard wrote:
I should have attached this to my earlier email. Since it is explicitly for darwin 8, it shouldn't break anything else. Right?
platform darwin 8 { - configure.compiler gcc-4.0 - configure.args-append --with-cxx=/usr/bin/g++-4.0 + configure.compiler gcc-3.3 + configure.args-append --with-cxx=/usr/bin/g++-3.3 }
I would expect that not to work on Intel Macs, since Apple's gcc 3.3 only compiles PowerPC binaries.
Well, that's all I have to work with. I have no idea if it's working at all on Intel hardware. Anyone else seeing a problem with it? -- Paul Beard / www.paulbeard.org/ <paulbeard@gmail.com/paulbeard@mac.com>
On 23 Nov 2007, at 00:29, paul beard wrote:
On 11/22/07, Ryan Schmidt <ryandesign@macports.org> wrote: On Nov 22, 2007, at 16:02, paul beard wrote:
I should have attached this to my earlier email. Since it is explicitly for darwin 8, it shouldn't break anything else. Right?
platform darwin 8 { - configure.compiler gcc-4.0 - configure.args-append --with-cxx=/usr/bin/g++-4.0 + configure.compiler gcc-3.3 + configure.args-append --with-cxx=/usr/bin/g++- 3.3 }
I would expect that not to work on Intel Macs, since Apple's gcc 3.3 only compiles PowerPC binaries.
Well, that's all I have to work with. I have no idea if it's working at all on Intel hardware. Anyone else seeing a problem with it?
See ticket #13377[1]. I think the problem is the configure flags being passed to python, not the compiler. [1] http://trac.macosforge.org/projects/macports/ticket/13377 Randall Wood rhwood@mac.com http://shyramblings.blogspot.com "The rules are simple: The ball is round. The game lasts 90 minutes. All the rest is just philosophy."
On 11/23/07, Randall Wood <rhwood@mac.com> wrote:
On 23 Nov 2007, at 00:29, paul beard wrote:
On 11/22/07, Ryan Schmidt <ryandesign@macports.org> wrote: On Nov 22, 2007, at 16:02, paul beard wrote:
I should have attached this to my earlier email. Since it is explicitly for darwin 8, it shouldn't break anything else. Right?
platform darwin 8 { - configure.compiler gcc-4.0 - configure.args-append --with-cxx=/usr/bin/g++-4.0 + configure.compiler gcc-3.3 + configure.args-append --with-cxx=/usr/bin/g++- 3.3 }
I would expect that not to work on Intel Macs, since Apple's gcc 3.3 only compiles PowerPC binaries.
Well, that's all I have to work with. I have no idea if it's working at all on Intel hardware. Anyone else seeing a problem with it?
See ticket #13377[1]. I think the problem is the configure flags being passed to python, not the compiler.
[1] http://trac.macosforge.org/projects/macports/ticket/13377
That's as may be: I saw a lot of Google results that suggested that, but I could never get it to work. That ticket is marked as a duplicate, and I have been down the same road as the older one, even unto the same cited webpages. Tried the same Portfile modifications as well. What I did worked, though it may not be ideal for whatever reason. -- Paul Beard / www.paulbeard.org/ <paulbeard@gmail.com/paulbeard@mac.com>
participants (3)
-
paul beard
-
Randall Wood
-
Ryan Schmidt