This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients bobatkins, loewis, sergiodj, spacey
Date 2008-06-05.19:08:23
SpamBayes Score 0.0006183523
Marked as misclassified No
Message-id <484839A5.1090305@v.loewis.de>
In-reply-to <1212681223.71.0.636417755317.issue1628484@psf.upfronthosting.co.za>
Content
> So, since this patch allows python to be built 64-bit on a biarch
> system, and without it, the build doesn't work

This is simply not true. I can build Python 2.5 just fine for 64-bit
SPARC, using gcc, with

CC="gcc -m64" ./configure
make

Or, using SunPRO, with

CC="cc -m64" ./configure
make

I tested it myself, and it successfully builds a Python executable
(For gcc, the extension modules fail to load because it picks up
the wrong libgcc_s, which I believe is a gcc installation bug. For
SunPRO, the extension modules also build fine).

So before anything is fixed, I'd like to see an actual, reliable,
reproducable error report. The subject of this report (Python 2.5
64 bit compile fails on Solaris 10 with gcc) is not reproducable,
so I'm tempted to close this report as "works for me".
History
Date User Action Args
2008-06-05 19:08:27loewissetspambayes_score: 0.000618352 -> 0.0006183523
recipients: + loewis, bobatkins, sergiodj, spacey
2008-06-05 19:08:25loewislinkissue1628484 messages
2008-06-05 19:08:24loewiscreate