[csw-maintainers] Python 3.3 in 64 bits

Ben Walton bwalton at opencsw.org
Sat Jan 12 09:47:46 CET 2013


Do you see a sane way to make the file live (and be referenced in) an
architecture specific directory?  That would solve the problem.

Thanks
-Ben
On Jan 12, 2013 12:30 AM, "Maciej (Matchek) Bliziński" <maciej at opencsw.org>
wrote:

> 2013/1/10 Dagobert Michelsen <dam at opencsw.org>:
> > Indeed. That means it doesn't honour $libdir which it should, right?
> Maybe
> > you can bring this to upstream attention?
>
> Upstream did the right thing. See this file:
>
> /opt/csw/lib/python3.3/_sysconfigdata.py
>
> One difference between pentium_pro and amd64 is this:
>
> - 'DESTSHARED': '/opt/csw/lib/python3.3/lib-dynload',
> + 'DESTSHARED': '/opt/csw/lib/64/python3.3/lib-dynload',
>
> Some other differences:
>
> - 'SIZEOF_LONG': 4,
> - 'SIZEOF_LONG_DOUBLE': 12,
> + 'SIZEOF_LONG': 8,
> + 'SIZEOF_LONG_DOUBLE': 16,
>
> The full diff: http://dpaste.com/872770/
>
> It looks like the upstream did the right thing.
>
> To accommodate both 32-bit and 64-bit versions of Python, we'll have
> to use different _sysconfigdata.py files, which means we'll have to
> configure it differently.
> _______________________________________________
> maintainers mailing list
> maintainers at lists.opencsw.org
> https://lists.opencsw.org/mailman/listinfo/maintainers
> .:: This mailing list's archive is public. ::.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opencsw.org/pipermail/maintainers/attachments/20130112/905a3480/attachment-0001.html>


More information about the maintainers mailing list