GNOME Bugzilla – Bug 685515
Python binding does not work in 2.9.0
Last modified: 2013-04-19 07:06:47 UTC
Created attachment 225842 [details] [review] Patch proposed by YunQiang Su at Debian BTS Original bug report: http://bugs.debian.org/689191 $ python Python 2.7.3 (default, Sep 9 2012, 17:41:34) [GCC 4.7.1] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import libxml2mod Traceback (most recent call last):
+ Trace 230967
>>> YunQiang Su has proposed a patch on Debian BTS to fix this problem by swapping $(libxml2mod_la_OBJECTS) and $(libxml2mod_la_LIBADD). The patch works on fixing this problem (attached to this report).
Okay, that should not be a problem, pushed, https://git.gnome.org/browse/libxml2/commit/?id=c0a8dd14f81198947121bb64877f1e6c021bad84 thanks, Daniel