Daniel Veillard wrote: > On Tue, Mar 06, 2007 at 05:20:28PM -0700, Brian Lindahl wrote: >> Ok, it's definitely locked up on the Threaded regression tests - it's >> been spinning on those for a good 3 hours now. > > Seems to indicate that threading is really slow on your platform, or something > else went wrong. > > Daniel >
This is a fresh environment, with the latest Cygwin, and the libxml2 versions stated in my initial email. It's been locked up all night long, and it's a typical WinXP i686 platform. How can I get more information about this failure? Considering we just want to use it as a simple XML and XSD parser in Python, I'm not too concerned about threading issues, unless the library uses threads internally to speed things up. So, can anyone answer/solve my other questions/problems? I'm trying to install the Python rpm? (see below) Thanks, Brian > warning: libxml2-python-2.6.27-1.i386.rpm: V3 DSA signature: NOKEY, > key ID de95bc1f > error: Failed dependencies: > /usr/bin/python is needed by libxml2-python-2.6.27-1 > /usr/lib/python2.4 is needed by libxml2-python-2.6.27-1 > libc.so.6 is needed by libxml2-python-2.6.27-1 > libc.so.6(GLIBC_2.0) is needed by libxml2-python-2.6.27-1 > libc.so.6(GLIBC_2.1.3) is needed by libxml2-python-2.6.27-1 > libc.so.6(GLIBC_2.3.4) is needed by libxml2-python-2.6.27-1 > libc.so.6(GLIBC_2.4) is needed by libxml2-python-2.6.27-1 > libxml2 = 2.6.27 is needed by libxml2-python-2.6.27-1 > libxml2.so.2 is needed by libxml2-python-2.6.27-1 > python(abi) = 2.4 is needed by libxml2-python-2.6.27-1 > rtld(GNU_HASH) is needed by libxml2-python-2.6.27-1 > > Most of these are be installed, but rpm can't find them: > > /usr/bin/python.exe (symbolically link as python?) > /usr/lib/python2.4 (for some reason rpm can't find this?) > /usr/lib/libc.a (can I just symbolically link this as .so.6?) > /usr/local/lib/libxml2.a (symbolically link as .so.2?) > /usr/local/include/libxml2 (for some reason rpm can't find this?) > > What do I need to do for python(abi) and rtld(GNU_HASH)? I can't find > rtld in the Cygwin listings, and I have no clue what python(abi) is, > or where to find it (if it's just another symbolic link). Any help? _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
