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 pda
Recipients pda, rosslagerwall
Date 2012-04-10.02:52:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334026353.34.0.281847155594.issue14527@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, I think my libffi setup is okay, but python apparently doesn't (according to the deeper-down log files I didn't initially know about).  The following is a suspicious-looking snippet from build/temp.hp-ux-B.11.31-ia64-2.7/libffi/config.log... I have to question the usefulness of that linker error message.  My immediate thought is that maybe conftstm.o is a 32-bit object file, but I don't see anything earlier in the log to indicate it was even created.

configure:6159: gcc463 -o conftest  -I. -IInclude -I./Include  -D_TERMIOS_INCLUDED  -I/usr/local/lp64/include -mlp64 -L/usr/local/src/Python-2.7.2 -L/usr/local/lp64/lib conftest.c conftstm.o >&5
ld: Mismatched Data ABI. Expected EF_IA_64_ABI64 but found None in file conftstm.o
Fatal error.
History
Date User Action Args
2012-04-10 02:52:33pdasetrecipients: + pda, rosslagerwall
2012-04-10 02:52:33pdasetmessageid: <1334026353.34.0.281847155594.issue14527@psf.upfronthosting.co.za>
2012-04-10 02:52:32pdalinkissue14527 messages
2012-04-10 02:52:32pdacreate