Message115375
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. |
|
Date |
User |
Action |
Args |
2010-09-02 13:58:31 | sable | set | recipients:
+ sable, nnorwitz, pitrou, dickdunbar, loris |
2010-09-02 13:58:28 | sable | link | issue941346 messages |
2010-09-02 13:58:27 | sable | create | |
|