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 545581 - xmllint.c: xmlGetNodePath not available --without-tree
xmllint.c: xmlGetNodePath not available --without-tree
Status: RESOLVED FIXED
Product: libxml2
Classification: Platform
Component: general
2.6.31
Other All
: Normal normal
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2008-07-30 20:18 UTC by Robert Schwebel
Modified: 2009-08-10 12:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Robert Schwebel 2008-07-30 20:18:39 UTC
Steps to reproduce:
rsc@thebe:libxml2-2.6.32$ ./configure --without-c14n --without-catalog --without-debug --without-docbook --without-fexceptions --without-ftp --without-history --without-html --without-http --without-iconv --without-iso8859x --without-legacy --without-mem-debug --without-minimum --without-output --with-pattern --with-push --with-python=no --with-reader --with-regexps --without-run-debug --without-sax1 --with-schemas --without-schematron --without-threads --without-threads-alloc --without-tree --without-valid --without-writer --without-xinclude --without-xpath --without-xptr --without-modules --without-zlib

make


Stack trace:
xmllint.o: In function `processNode':
/home/rsc/svn/oselas/bsp/pengutronix/OSELAS.BSP-Pengutronix-AllYes-trunk/platform-phyCORE-PXA270/build-target/libxml2-2.6.32/libxml2-2.6.32/xmllint.c:1758: undefined reference to `xmlGetNodePath'

Other information:
xmllint.c assumes that it can use xmlGetNodePath() under #ifdef LIBXML_PATTERN_ENABLED, but it is only available if --with-tree is enabled.

Bug happens in libxml2-2.6.32 (but no bugzilla entry for that version so far)
Comment 1 Daniel Veillard 2009-08-10 12:47:36 UTC
Okay should be fixed now, but definitely not a critical bug IMHO

Daniel