Package: python-biopython Version: 1.40b-1 Severity: important Tags: patch Our automated buildd log filter[1] detected a problem[2] that will cause your package to segfault on architectures where the size of a pointer is greater than the size of an integer, such as ia64.
[1]http://people.debian.org/~dannf/check-implicit-pointer-functions [2]Function `mmcif_get_string' implicitly converted to pointer at Bio/PDB/mmCIF/MMCIFlexmodule.c:47 --- python-biopython-1.40b/Bio/PDB/mmCIF/MMCIFlexmodule.c~ 2003-10-10 05:23:38.000000000 -0600 +++ python-biopython-1.40b/Bio/PDB/mmCIF/MMCIFlexmodule.c 2005-09-02 15:47:44.000000000 -0600 @@ -1,5 +1,7 @@ #include <Python.h> +char *mmcif_get_string(void); + FILE *fp; static PyObject *MMCIFlex_open_file(PyObject *self, PyObject *args) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]