[issue2559] atom sorting error when building ctypes

2008-04-14 Thread Thomas Heller

Thomas Heller [EMAIL PROTECTED] added the comment:

So closing this as won't fix.

--
resolution:  - wont fix
status: open - closed

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue2559
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue2559] atom sorting error when building ctypes

2008-04-11 Thread Thomas Heller

Thomas Heller [EMAIL PROTECTED] added the comment:

I see this also, on Leopard x86. The linker error is not printed on
Tiger PPC.  At least, the ctypes test suite does work ok so it may be
that it can be ignored.

Googling for this error, I find that it may be related to linker changes
that Apple has made.
One suggestion I found was to link with ld_classic instead of ld;
another was to pass the -dynamic flag instead of -bundle.  However, I do
not known how this can be done in setup.py.

The libffi sources in Python svn were copied from the PyObjC sources;
maybe Ronald has a clue?

--
nosy: +ronaldoussoren
title: atom sorting error when buiding ctypes - atom sorting error when 
building ctypes

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue2559
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue2559] atom sorting error when building ctypes

2008-04-11 Thread Ronald Oussoren

Ronald Oussoren [EMAIL PROTECTED] added the comment:

I'm pretty sure I get the same error when building PyObjC. It seems to be 
a harmless warning though, PyObjC passes all its unittests and those 
really exercise all of libffi.

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue2559
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com