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 Alex.Leach
Recipients Alex.Leach, Arfrever, jared.jennings, loewis, meador.inge, skrah, theller
Date 2012-04-16.18:15:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334600151.92.0.326929527599.issue4130@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the assurance. I found it strange because compilation only fails when building shared binaries. My static build of Python-2.7.3, with icc seems to work fine, except for this libffi issue.

Turns out I needed dejagnu to run the tests in libffi's `make check`, which is why it passed before when it shouldn't have.
I'll liaise with the libffi authors to try and come up with a working solution.
History
Date User Action Args
2012-04-16 18:15:51Alex.Leachsetrecipients: + Alex.Leach, loewis, theller, Arfrever, jared.jennings, skrah, meador.inge
2012-04-16 18:15:51Alex.Leachsetmessageid: <1334600151.92.0.326929527599.issue4130@psf.upfronthosting.co.za>
2012-04-16 18:15:51Alex.Leachlinkissue4130 messages
2012-04-16 18:15:51Alex.Leachcreate