On 24 June 2014 23:23, Matt Black <1238...@bugs.launchpad.net> wrote:
> I can confirm the bug exists installing PyXML 0.8.4 (latest at time of
> writing) from pypi on Ubuntu trusty 14.04.
>

Please report a bug to PyXML upstream, with a note that HAVE_MEMMOVE
detection is wrong upstream and instead should use something like this
instead of header parsing:

    import sysconfig; sysconfig.get_config_var("HAVE_MEMMOVE")

Since that correctly detects that memmove is defined in Ubuntu, and
will work in any python compilations.

> http://pastebin.com/VY7FFmtA
>
> Following xnox comments above, I checked for HAVE_MEMMOVE, and he's
> quite right. Obviously the build is still broken though.
>

No, clearly the build is correct =)))) please re-read my comment again.

Regards,

Dimitri.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1238244

Title:
  pyconfig.h is missing HAVE_MEMMOVE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1238244/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to