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 sable
Recipients dickdunbar, loris, nnorwitz, pitrou, sable
Date 2010-09-02.13:58:27
SpamBayes Score 2.1094237e-15
Marked as misclassified No
Message-id <4C7FAD80.3060005@users.sourceforge.net>
In-reply-to <1283292976.5.0.979258468994.issue941346@psf.upfronthosting.co.za>
Content
Le 01/09/2010 00:16, Antoine Pitrou a écrit :
> In dynamic builds, there seem to be lots of messages such as:
>
> ld: 0711-224 WARNING: Duplicate symbol: .PyLong_FromString
> ld: 0711-224 WARNING: Duplicate symbol: PyLong_FromString
>
> Are you sure this is normal?

This is not normal, but I always had this warning and this does not 
prevent the libraries from working OK.
I will try to see if I can clean that.

> In any case, if you find a way to cleanup ld_so_aix, this should probably be checked in anyway. I doubt anybody else tests under AIX, so it's reasonable to trust you on this.
>
> Even better if you manage to diagnose and/or fix some of the test failures, by the way. (if not, you can still open separate issues for each of them)

Great! this is the kind of answer I was looking for. I will cleanup my 
patch to make it compatible with Python 2.7 and Python 3.1.2 and test it 
with those 2 versions.

I will also correct as many unitary tests as possible with this platform.
I already have a patch for issue 4026.
History
Date User Action Args
2010-09-02 13:58:31sablesetrecipients: + sable, nnorwitz, pitrou, dickdunbar, loris
2010-09-02 13:58:28sablelinkissue941346 messages
2010-09-02 13:58:27sablecreate