Debian Bug report logs - #401644
python-lxml: import dies with objectify.so: undefined symbol: previousElement

version graph

Package: python-lxml; Maintainer for python-lxml is Matthias Klose <doko@debian.org>; Source for python-lxml is src:lxml (PTS, buildd, popcon).

Reported by: Ryan Nowakowski <tubaman@fattuba.com>

Date: Tue, 5 Dec 2006 00:48:02 UTC

Severity: serious

Found in version lxml/1.1.1-1

Fixed in version lxml/1.1.2-1

Done: Matthias Klose <doko@debian.org>

Bug is archived. No further changes may be made.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, Matthias Klose <doko@debian.org>:
Bug#401644; Package python-lxml. (full text, mbox, link).


Acknowledgement sent to Ryan Nowakowski <tubaman@fattuba.com>:
New Bug report received and forwarded. Copy sent to Matthias Klose <doko@debian.org>. (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: Ryan Nowakowski <tubaman@fattuba.com>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: python-lxml: import dies with objectify.so: undefined symbol: previousElement
Date: Mon, 04 Dec 2006 18:30:55 -0600
Package: python-lxml
Version: 1.1.1-1
Severity: normal


I'm unable to import objectify:

Python 2.4.4 (#2, Oct 20 2006, 00:23:25)
[GCC 4.1.2 20061015 (prerelease) (Debian 4.1.1-16.1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from lxml import etree
>>> from lxml import objectify
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: /usr/lib/python2.4/site-packages/lxml/objectify.so: undefined symbol: previousElement
>>>

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages python-lxml depends on:
ii  libc6                      2.3.6.ds1-8   GNU C Library: Shared libraries
ii  libxml2                    2.6.27.dfsg-1 GNOME XML library
ii  libxslt1.1                 1.1.18-3      XSLT processing library - runtime 
ii  python                     2.4.4-1       An interactive high-level object-o
ii  python-central             0.5.12        register and build utility for Pyt

python-lxml recommends no packages.

-- no debconf information



Information forwarded to debian-bugs-dist@lists.debian.org, Matthias Klose <doko@debian.org>:
Bug#401644; Package python-lxml. (full text, mbox, link).


Acknowledgement sent to Ryan Nowakowski <tubaman@fattuba.com>:
Extra info received and forwarded to list. Copy sent to Matthias Klose <doko@debian.org>. (full text, mbox, link).


Message #10 received at 401644@bugs.debian.org (full text, mbox, reply):

From: Ryan Nowakowski <tubaman@fattuba.com>
To: 401644@bugs.debian.org
Subject: additional info
Date: Tue, 5 Dec 2006 13:12:15 -0600
Here's an ldd on etree.so and objectify.so:

rnowakowski@dsktp-06:~/build/lxml-1.1.1$ ldd -d /usr/lib/python2.4/site-packages/lxml/etree.so
undefined symbol: PyTraceBack_Type      (/usr/lib/python2.4/site-packages/lxml/etree.so)
undefined symbol: PyExc_RuntimeError    (/usr/lib/python2.4/site-packages/lxml/etree.so)
undefined symbol: _Py_NoneStruct        (/usr/lib/python2.4/site-packages/lxml/etree.so)
undefined symbol: PyString_Type (/usr/lib/python2.4/site-packages/lxml/etree.so)
undefined symbol: PyUnicode_Type        (/usr/lib/python2.4/site-packages/lxml/etree.so)
undefined symbol: PyExc_AssertionError  (/usr/lib/python2.4/site-packages/lxml/etree.so)
undefined symbol: PyExc_SystemError     (/usr/lib/python2.4/site-packages/lxml/etree.so)
undefined symbol: PyExc_ValueError      (/usr/lib/python2.4/site-packages/lxml/etree.so)
undefined symbol: PyFile_Type   (/usr/lib/python2.4/site-packages/lxml/etree.so)
undefined symbol: PyExc_TypeError       (/usr/lib/python2.4/site-packages/lxml/etree.so)
undefined symbol: PyBaseString_Type     (/usr/lib/python2.4/site-packages/lxml/etree.so)
undefined symbol: PyExc_IndexError      (/usr/lib/python2.4/site-packages/lxml/etree.so)
undefined symbol: PyTuple_Type  (/usr/lib/python2.4/site-packages/lxml/etree.so)
undefined symbol: PyClass_Type  (/usr/lib/python2.4/site-packages/lxml/etree.so)
undefined symbol: PyDict_Type   (/usr/lib/python2.4/site-packages/lxml/etree.so)
undefined symbol: PyExc_NotImplementedError     (/usr/lib/python2.4/site-packages/lxml/etree.so)
undefined symbol: PyBool_Type   (/usr/lib/python2.4/site-packages/lxml/etree.so)
undefined symbol: PyInstance_Type       (/usr/lib/python2.4/site-packages/lxml/etree.so)
undefined symbol: PyType_Type   (/usr/lib/python2.4/site-packages/lxml/etree.so)
undefined symbol: PyObject_GC_Del       (/usr/lib/python2.4/site-packages/lxml/etree.so)
undefined symbol: PyExc_NameError       (/usr/lib/python2.4/site-packages/lxml/etree.so)
        linux-gate.so.1 =>  (0xffffe000)
        libexslt.so.0 => /usr/lib/libexslt.so.0 (0xb7ef4000)
        libxslt.so.1 => /usr/lib/libxslt.so.1 (0xb7ec1000)
        libxml2.so.2 => /usr/lib/libxml2.so.2 (0xb7da7000)
        libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb7d95000)
        libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7c64000)
        libgcrypt.so.11 => /usr/lib/libgcrypt.so.11 (0xb7c13000)
        libgpg-error.so.0 => /usr/lib/libgpg-error.so.0 (0xb7c0f000)
        libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7be9000)
        libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7be5000)
        libz.so.1 => /usr/lib/libz.so.1 (0xb7bd1000)
        /lib/ld-linux.so.2 (0x80000000)
        libnsl.so.1 => /lib/tls/i686/cmov/libnsl.so.1 (0xb7bbb000)


wakowski@dsktp-06:~/build/lxml-1.1.1$ ldd -d /usr/lib/python2.4/site-packages/lxml/objectify.so
undefined symbol: PyTraceBack_Type      (/usr/lib/python2.4/site-packages/lxml/objectify.so)
undefined symbol: _Py_NoneStruct        (/usr/lib/python2.4/site-packages/lxml/objectify.so)
undefined symbol: PyString_Type (/usr/lib/python2.4/site-packages/lxml/objectify.so)
undefined symbol: previousElement       (/usr/lib/python2.4/site-packages/lxml/objectify.so)
undefined symbol: PyExc_DeprecationWarning      (/usr/lib/python2.4/site-packages/lxml/objectify.so)
undefined symbol: PyExc_SystemError     (/usr/lib/python2.4/site-packages/lxml/objectify.so)
undefined symbol: PyExc_ValueError      (/usr/lib/python2.4/site-packages/lxml/objectify.so)
undefined symbol: PyExc_TypeError       (/usr/lib/python2.4/site-packages/lxml/objectify.so)
undefined symbol: PyBaseString_Type     (/usr/lib/python2.4/site-packages/lxml/objectify.so)
undefined symbol: PyExc_IndexError      (/usr/lib/python2.4/site-packages/lxml/objectify.so)
undefined symbol: PyTuple_Type  (/usr/lib/python2.4/site-packages/lxml/objectify.so)
undefined symbol: PyExc_AttributeError  (/usr/lib/python2.4/site-packages/lxml/objectify.so)
undefined symbol: PyClass_Type  (/usr/lib/python2.4/site-packages/lxml/objectify.so)
undefined symbol: nextElement   (/usr/lib/python2.4/site-packages/lxml/objectify.so)
undefined symbol: PyList_Type   (/usr/lib/python2.4/site-packages/lxml/objectify.so)
undefined symbol: PyExc_NotImplementedError     (/usr/lib/python2.4/site-packages/lxml/objectify.so)
undefined symbol: PyBool_Type   (/usr/lib/python2.4/site-packages/lxml/objectify.so)
undefined symbol: PyInstance_Type       (/usr/lib/python2.4/site-packages/lxml/objectify.so)
undefined symbol: PyType_Type   (/usr/lib/python2.4/site-packages/lxml/objectify.so)
undefined symbol: PyObject_GC_Del       (/usr/lib/python2.4/site-packages/lxml/objectify.so)
undefined symbol: PyExc_Exception       (/usr/lib/python2.4/site-packages/lxml/objectify.so)
undefined symbol: PyExc_NameError       (/usr/lib/python2.4/site-packages/lxml/objectify.so)
        linux-gate.so.1 =>  (0xffffe000)
        libexslt.so.0 => /usr/lib/libexslt.so.0 (0xb7f3e000)
        libxslt.so.1 => /usr/lib/libxslt.so.1 (0xb7f0b000)
        libxml2.so.2 => /usr/lib/libxml2.so.2 (0xb7df1000)
        libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb7ddf000)
        libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7cae000)
        libgcrypt.so.11 => /usr/lib/libgcrypt.so.11 (0xb7c5d000)
        libgpg-error.so.0 => /usr/lib/libgpg-error.so.0 (0xb7c59000)
        libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7c33000)
        libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7c2f000)
        libz.so.1 => /usr/lib/libz.so.1 (0xb7c1b000)
        /lib/ld-linux.so.2 (0x80000000)
        libnsl.so.1 => /lib/tls/i686/cmov/libnsl.so.1 (0xb7c05000)



Information forwarded to debian-bugs-dist@lists.debian.org, Matthias Klose <doko@debian.org>:
Bug#401644; Package python-lxml. (full text, mbox, link).


Acknowledgement sent to Ryan Nowakowski <tubaman@fattuba.com>:
Extra info received and forwarded to list. Copy sent to Matthias Klose <doko@debian.org>. (full text, mbox, link).


Message #15 received at 401644@bugs.debian.org (full text, mbox, reply):

From: Ryan Nowakowski <tubaman@fattuba.com>
To: 401644@bugs.debian.org
Subject: fixed in 1.1.2
Date: Tue, 5 Dec 2006 13:27:22 -0600
This bug appears to be fixed in 1.1.2



Reply sent to Matthias Klose <doko@debian.org>:
You have taken responsibility. (full text, mbox, link).


Notification sent to Ryan Nowakowski <tubaman@fattuba.com>:
Bug acknowledged by developer. (full text, mbox, link).


Message #20 received at 401644-close@bugs.debian.org (full text, mbox, reply):

From: Matthias Klose <doko@debian.org>
To: 401644-close@bugs.debian.org
Subject: Bug#401644: fixed in lxml 1.1.2-1
Date: Thu, 07 Dec 2006 18:47:05 +0000
Source: lxml
Source-Version: 1.1.2-1

We believe that the bug you reported is fixed in the latest version of
lxml, which is due to be installed in the Debian FTP archive:

lxml_1.1.2-1.diff.gz
  to pool/main/l/lxml/lxml_1.1.2-1.diff.gz
lxml_1.1.2-1.dsc
  to pool/main/l/lxml/lxml_1.1.2-1.dsc
lxml_1.1.2.orig.tar.gz
  to pool/main/l/lxml/lxml_1.1.2.orig.tar.gz
python-lxml_1.1.2-1_i386.deb
  to pool/main/l/lxml/python-lxml_1.1.2-1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 401644@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose <doko@debian.org> (supplier of updated lxml package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu,  7 Dec 2006 19:24:53 +0100
Source: lxml
Binary: python-lxml
Architecture: source i386
Version: 1.1.2-1
Distribution: unstable
Urgency: medium
Maintainer: Matthias Klose <doko@debian.org>
Changed-By: Matthias Klose <doko@debian.org>
Description: 
 python-lxml - pythonic binding for the libxml2 and libxslt libraries
Closes: 401644
Changes: 
 lxml (1.1.2-1) unstable; urgency=medium
 .
   * New upstream version.
     - fix import of lxml.objectify. Closes: #401644.
Files: 
 2329838880c42ead79988fa42cab7045 721 python optional lxml_1.1.2-1.dsc
 d18ecaacdecf7c9f02a6e9aecb16c720 640469 python optional lxml_1.1.2.orig.tar.gz
 389d88357ddb894c73138f0f7165ead6 4440 python optional lxml_1.1.2-1.diff.gz
 ea6e3128bc102098ae793ca847c48f7d 311666 python optional python-lxml_1.1.2-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFeF/IStlRaw+TLJwRAqZBAJ40F17uoDZ4EdiyFT7uRBx7cTJ0MQCfa+cU
rl5ECrDXsG+zfocJFQOw3zE=
=7Ram
-----END PGP SIGNATURE-----




Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Mon, 25 Jun 2007 10:35:30 GMT) (full text, mbox, link).


Bug unarchived. Request was from Andreas Pfotenhauer <pfote@ypsilon.net> to control@bugs.debian.org. (Tue, 02 Oct 2007 08:39:02 GMT) (full text, mbox, link).


Bug no longer marked as fixed in version 1.1.1. Request was from Andreas Pfotenhauer <pfote@ypsilon.net> to control@bugs.debian.org. (Tue, 02 Oct 2007 08:39:02 GMT) (full text, mbox, link).


Severity set to `serious' from `normal' Request was from Andreas Pfotenhauer <pfote@ypsilon.net> to control@bugs.debian.org. (Tue, 02 Oct 2007 08:39:03 GMT) (full text, mbox, link).


Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Mon, 16 Mar 2009 08:51:31 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Sat Jan 6 02:29:08 2018; Machine Name: buxtehude

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.