Re: [Bug 1238244] Re: pyconfig.h is missing HAVE_MEMMOVE

2014-07-28 Thread Dimitri John Ledkov
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

[Bug 1238244] Re: pyconfig.h is missing HAVE_MEMMOVE

2014-07-28 Thread Dimitri John Ledkov
Also please stop using PyXML, it's last release was in 2004 10 years ago. I daubt it will be fixed. Instead use import xml from python2.7 standard library, which is available out of the box. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1238244] Re: pyconfig.h is missing HAVE_MEMMOVE

2014-06-24 Thread Matt Black
I can confirm the bug exists installing PyXML 0.8.4 (latest at time of writing) from pypi on Ubuntu trusty 14.04. 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. grep HAVE_MEMMOVE

[Bug 1238244] Re: pyconfig.h is missing HAVE_MEMMOVE

2014-06-24 Thread Matthias Klose
no, your test is broken, and it looks like you didn't read xnox comment. -- 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

[Bug 1238244] Re: pyconfig.h is missing HAVE_MEMMOVE

2014-05-23 Thread d❤vid seaward
I can confirm that HAVE_MEMMOVE doesn't appear in pyconfig.h on my 14.04 system either. (Replicated lack of output to Łukasz's grep command.) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1238244

[Bug 1238244] Re: pyconfig.h is missing HAVE_MEMMOVE

2014-05-23 Thread Dimitri John Ledkov
HAVE_MEMMOVE is absolutely defined, if one includes python2.7's pyconfig.h: $ cat test.c #include pyconfig.h int main () { return HAVE_MEMMOVE; } $ gcc `python-config --cflags` -o test test.c $ ./test $ echo $? 1 Python headers are split between arch-agnostic and arch-specific headers, to

[Bug 1238244] Re: pyconfig.h is missing HAVE_MEMMOVE

2014-05-06 Thread Łukasz Nowak
I am using trusty, libpython2.7-dev version 2.7.6-8 and I do not have HAVE_MEMMOVE in /usr/include/python2.7/pyconfig.h: $ grep HAVE_MEMMOVE /usr/include/python2.7/pyconfig.h $ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1238244] Re: pyconfig.h is missing HAVE_MEMMOVE

2014-03-22 Thread Matthias Klose
the definition exists in 14.04 (trusty) ** Changed in: python2.7 (Ubuntu) Status: Confirmed = Fix Released -- 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

[Bug 1238244] Re: pyconfig.h is missing HAVE_MEMMOVE

2013-10-31 Thread Mark Saniscalchi
This also affects other libraries that appear to rely on this file, such as cElementTree. -- 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

[Bug 1238244] Re: pyconfig.h is missing HAVE_MEMMOVE

2013-10-11 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: python2.7 (Ubuntu) Status: New = Confirmed -- 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: