Your message dated Thu, 05 Jul 2007 12:17:07 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#430876: fixed in libextractor 0.5.18a-1 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: python-extractor Version: 1:0.5-2 Severity: grave Justification: renders package unusable Hi ! I have a very strange behaviour when I try to extract keywords from a file. Here a pydb strace of the execution of the extract.py example file on a textlive-pstricks doc distribution pdf file : $ pydb ./extract.py /usr/share/doc/texlive-pstricks/generic/pstricks/voss/bsp02.pdf (/usr/share/doc/python-extractor/examples/extract.py:24): 24 """ (Pydb) n (/usr/share/doc/python-extractor/examples/extract.py:25): 25 import extractor (Pydb) n (/usr/share/doc/python-extractor/examples/extract.py:26): 26 import sys (Pydb) n (/usr/share/doc/python-extractor/examples/extract.py:28): 28 xtract = extractor.Extractor() (Pydb) (/usr/share/doc/python-extractor/examples/extract.py:29): 29 for arg in sys.argv[1:]: (Pydb) (/usr/share/doc/python-extractor/examples/extract.py:30): 30 print "Keywords from %s:" % arg (Pydb) Keywords from /usr/share/doc/texlive-pstricks/generic/pstricks/voss/bsp02.pdf: (/usr/share/doc/python-extractor/examples/extract.py:31): 31 keys = xtract.extract(arg) (Pydb) s --Call level 0 (/var/lib/python-support/python2.4/extractor.py:172): extract 172 def extract(self, filename=None, data=None, size=None): (Pydb) n (/var/lib/python-support/python2.4/extractor.py:187): extract 187 if not filename and not (data and size): (Pydb) n (/var/lib/python-support/python2.4/extractor.py:189): extract 189 elif filename: (Pydb) n (/var/lib/python-support/python2.4/extractor.py:190): extract 190 return self.extractFromFile(filename) (Pydb) s ----Call level 1 (/var/lib/python-support/python2.4/extractor.py:194): extractFromFile 194 def extractFromFile(self, filename): (Pydb) n (/var/lib/python-support/python2.4/extractor.py:229): extractFromFile 229 self.keywords_p = libextractor.EXTRACTOR_getKeywords(self.extractors, filename) (Pydb) s ** (process:23365): CRITICAL **: gsf_input_memory_get_type: assertion `gsf_input_memory_type != 0' failed (process:23365): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed ** (process:23365): CRITICAL **: gsf_shared_memory_get_type: assertion `gsf_shared_memory_type != 0' failed (process:23365): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed Another strange thing is that I tested the extract on another computer and I experienced no crash. So I hesitated between "normal" (because on another computer it does not crash) and "grave" severity. I choosed the last one because on my computer, it crashes and render the package unusable ;-) I hope we will able to find the origin of this problem. Cheers, Romain. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.21 (SMP w/2 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages python-extractor depends on: ii libextractor1c2a 0.5.18-3 extracts meta-data from files of a ii python 2.4.4-6 An interactive high-level object-o ii python-ctypes 1.0.1-1 Python package to create and manip ii python-support 0.6.4 automated rebuilding support for p Versions of packages python-extractor recommends: ii libextractor-plugins 0.5.18-3 extracts meta-data from files of a -- no debconf information
--- End Message ---
--- Begin Message ---Source: libextractor Source-Version: 0.5.18a-1 We believe that the bug you reported is fixed in the latest version of libextractor, which is due to be installed in the Debian FTP archive: extract_0.5.18a-1_i386.deb to pool/main/libe/libextractor/extract_0.5.18a-1_i386.deb libextractor-dev_0.5.18a-1_i386.deb to pool/main/libe/libextractor/libextractor-dev_0.5.18a-1_i386.deb libextractor-plugins_0.5.18a-1_i386.deb to pool/main/libe/libextractor/libextractor-plugins_0.5.18a-1_i386.deb libextractor1c2a_0.5.18a-1_i386.deb to pool/main/libe/libextractor/libextractor1c2a_0.5.18a-1_i386.deb libextractor_0.5.18a-1.diff.gz to pool/main/libe/libextractor/libextractor_0.5.18a-1.diff.gz libextractor_0.5.18a-1.dsc to pool/main/libe/libextractor/libextractor_0.5.18a-1.dsc libextractor_0.5.18a.orig.tar.gz to pool/main/libe/libextractor/libextractor_0.5.18a.orig.tar.gz 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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Daniel Baumann <[EMAIL PROTECTED]> (supplier of updated libextractor 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 [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Thu, 5 Jul 2007 13:52:00 +0200 Source: libextractor Binary: libextractor-plugins extract libextractor1c2a libextractor-dev Architecture: source i386 Version: 0.5.18a-1 Distribution: unstable Urgency: medium Maintainer: Daniel Baumann <[EMAIL PROTECTED]> Changed-By: Daniel Baumann <[EMAIL PROTECTED]> Description: extract - displays meta-data from files of arbitrary type libextractor-dev - extracts meta-data from files of arbitrary type (development) libextractor-plugins - extracts meta-data from files of arbitrary type (plugins) libextractor1c2a - extracts meta-data from files of arbitrary type (library) Closes: 430876 Changes: libextractor (0.5.18a-1) unstable; urgency=medium . * New upstream release: - Fixes a problem with libgsf (Closes: #430876). - Dropped 01-include.dpatch, included in upstream. Files: e34fe3c9ef5252dd93739f37b7a2c5a8 834 devel optional libextractor_0.5.18a-1.dsc 1623ee0670c2da8ce12d68a7c98dc1e0 7915435 devel optional libextractor_0.5.18a.orig.tar.gz b755f0509e6308f519a618cf7404900c 5621 devel optional libextractor_0.5.18a-1.diff.gz 098666fb0a01b6858aa45f94a29ccade 7603772 libs optional libextractor1c2a_0.5.18a-1_i386.deb ebcbbdcc3b3b2bfd054cbbe10f1493b7 217562 libs optional libextractor-plugins_0.5.18a-1_i386.deb 226b47d8e1897e758f69d8ad0731eedb 24076 libdevel optional libextractor-dev_0.5.18a-1_i386.deb 99132e8034e0bee2295fa5864ac008b8 53382 utils optional extract_0.5.18a-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGjN6V+C5cwEsrK54RAtwwAJ9HMVuL12K2Xa5kv+uO+osTd+aIQwCeJ+9i PixoEk1aamhvNRCgpqFPEGk= =wtGv -----END PGP SIGNATURE-----
--- End Message ---

