GNOME Bugzilla – Bug 587237
ImportError: /usr/lib/python2.5/site-packages/libxml2mod.so: undefined symbol: xmlParseQuotedString
Last modified: 2009-06-29 00:09:40 UTC
Steps to reproduce: 1. 2. 3. Stack trace: Other information: I'm building in a garnome environment: The exact version of gnome-doc-utils is 0.17.2 (I'm pretty sure that the last released version compiled) and libxml2 is version 2.6.30 (both in garnome's install tree and in the system). The full log of the part of the build that crashed is: if [ -f "C/gnome-doc-xslt.xml" ]; then d="../"; else d="/home/ronis/Project/notar/GNOME/garnome/desktop/gnome-doc-utils/work/main.d/gnome-doc-utils-0.17.2/doc/xslt/"; fi; \ po="de/de.po"; \ if [ -f "${po}" ]; then po="../${po}"; else po="/home/ronis/Project/notar/GNOME/garnome/desktop/gnome-doc-utils/work/main.d/gnome-doc-utils-0.17.2/doc/xslt/${po}"; fi; \ (cd de/ && \ PYTHONPATH="/home/ronis/Project/notar/GNOME/garnome/desktop/gnome-doc-utils/work/main.d/gnome-doc-utils-0.17.2/doc/xslt/../../xml2po/modes:/home/ronis/Project/notar/GNOME/garnome/desktop/gnome-doc-utils/work/main.d/gnome-doc-utils-0.17.2/doc/xslt/../../xml2po/modes" "/home/ronis/Project/notar/GNOME/garnome/desktop/gnome-doc-utils/work/main.d/gnome-doc-utils-0.17.2/doc/xslt/../../xml2po/xml2po" -e -p "${po}" \ "${d}C/gnome-doc-xslt.xml" > gnome-doc-xslt.xml.tmp && \ cp gnome-doc-xslt.xml.tmp gnome-doc-xslt.xml && rm -f gnome-doc-xslt.xml.tmp) Traceback (most recent call last):
+ Trace 216238
import libxml2
import libxml2mod
mlParseQuotedString make[3]: *** [de/gnome-doc-xslt.xml] Error 1
Hi David, Thanks for the bug report. Does the patch in bug #586912 solve this problem for you?
It does. Thanks
*** This bug has been marked as a duplicate of 586912 ***