After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 587237 - ImportError: /usr/lib/python2.5/site-packages/libxml2mod.so: undefined symbol: xmlParseQuotedString
ImportError: /usr/lib/python2.5/site-packages/libxml2mod.so: undefined symbol...
Status: RESOLVED DUPLICATE of bug 586912
Product: gnome-doc-utils
Classification: Deprecated
Component: build utils
0.17.x
Other All
: Normal critical
: ---
Assigned To: gnome-doc-utils maintainers
gnome-doc-utils maintainers
Depends on:
Blocks:
 
 
Reported: 2009-06-28 23:03 UTC by David Ronis
Modified: 2009-06-29 00:09 UTC
See Also:
GNOME target: ---
GNOME version: 2.27/2.28



Description David Ronis 2009-06-28 23:03:32 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):
  • File "/home/ronis/Project/notar/GNOME/garnome/desktop/gnome-doc-utils/work/main.d/gnome-doc-utils-0.17.2/doc/xslt/../../xml2po/xml2po", line 35 in <module>
    import libxml2
  • File "/usr/lib/python2.5/site-packages/libxml2.py", line 1 in <module>
    import libxml2mod
ImportError: /usr/lib/python2.5/site-packages/libxml2mod.so: undefined symbol: x
mlParseQuotedString
make[3]: *** [de/gnome-doc-xslt.xml] Error 1
Comment 1 Shaun McCance 2009-06-28 23:58:43 UTC
Hi David,

Thanks for the bug report.  Does the patch in bug #586912 solve this problem for you?
Comment 2 David Ronis 2009-06-29 00:07:28 UTC
It does.  Thanks

Comment 3 Shaun McCance 2009-06-29 00:09:40 UTC

*** This bug has been marked as a duplicate of 586912 ***