Your message dated Fri, 30 Nov 2012 17:03:58 +0000
with message-id <e1teu0m-0003n5...@franck.debian.org>
and subject line Bug#693653: fixed in mgltools-opengltk 1.5.6~rc3~cvs.20120601-2
has caused the Debian Bug report #693653,
regarding OpenGL function fails and blocks Pmv and Autodocktools
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
693653: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=693653
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: mgltools-opengltk
Version: 1.5.6~rc3~cvs.20120601-1
Severity: serious
Tags: patch


It seems like some platform specific size specifications in
Swig wrappers have caused some issue. The patch below we
have locally tested to solve the issue for us and now we wait
for a confirmation by upstream.

SM+TA

Index: opengltk/extent/dejavu.i
===================================================================
RCS file: /opt/cvs/opengltkDIST/opengltk/extent/dejavu.i,v
retrieving revision 1.65
diff -u -r1.65 dejavu.i
--- opengltk/extent/dejavu.i    16 Oct 2009 22:49:12 -0000      1.65
+++ opengltk/extent/dejavu.i    18 Nov 2012 23:03:43 -0000
@@ -3222,7 +3222,7 @@
 
 %typemap(in) const float *coords
 {
-  long buffer_len;
+  Py_ssize_t buffer_len;
   if (PyObject_AsWriteBuffer( $input, (void**)&$1, &buffer_len))
     return NULL;
   if (! $1) return PyErr_Format( PyExc_ValueError,
Index: opengltk/extent/glArrayTypemap.i
===================================================================
RCS file: /opt/cvs/opengltkDIST/opengltk/extent/glArrayTypemap.i,v
retrieving revision 1.3
diff -u -r1.3 glArrayTypemap.i
--- opengltk/extent/glArrayTypemap.i    30 Jul 2007 21:28:55 -0000      1.3
+++ opengltk/extent/glArrayTypemap.i    18 Nov 2012 23:03:43 -0000
@@ -107,7 +107,7 @@
   {
     if (isContiguosBuffer((PyObject*)$input))
     { 
-      int buffer_len;
+      Py_ssize_t buffer_len;
       array = NULL;
       if (PyObject_AsReadBuffer( $input, (const void**)&$1, &buffer_len))
         return NULL;
@@ -124,7 +124,7 @@
   }
   else
   {
-    int buffer_len;
+    Py_ssize_t buffer_len;
     array = NULL;
     if (PyObject_AsReadBuffer( $input, (const void**)&$1, &buffer_len))
       return NULL;
@@ -153,7 +153,7 @@
   {
     if (isContiguosBuffer((PyObject*)$input))
     { 
-      int buffer_len;
+      Py_ssize_t buffer_len;
       array = NULL;
       if (PyObject_AsReadBuffer( $input, (const void**)&$1, &buffer_len))
         return NULL;
@@ -173,7 +173,7 @@
   }
   else
   {
-    int buffer_len;
+    Py_ssize_t buffer_len;
     array = NULL;
     if (PyObject_AsReadBuffer( $input, (const void**)&$1, &buffer_len))
       return NULL;
@@ -202,7 +202,7 @@
   {
     if (isContiguosBuffer((PyObject*)$input))
     { 
-      int buffer_len;
+      Py_ssize_t buffer_len;
       array = NULL;
       if (PyObject_AsReadBuffer( $input, (const void**)&$1, &buffer_len))
         return NULL;
@@ -222,7 +222,7 @@
   }
   else
   {
-    int buffer_len;
+    Py_ssize_t buffer_len;
     array = NULL;
     if (PyObject_AsReadBuffer( $input, (const void**)&$1, &buffer_len))
       return NULL;
Index: opengltk/extent/gltypemap.i
===================================================================
RCS file: /opt/cvs/opengltkDIST/opengltk/extent/gltypemap.i,v
retrieving revision 1.3
diff -u -r1.3 gltypemap.i
--- opengltk/extent/gltypemap.i 11 Jun 2009 22:45:13 -0000      1.3
+++ opengltk/extent/gltypemap.i 18 Nov 2012 23:03:43 -0000
@@ -63,7 +63,7 @@
   GLvoid*,
   GLint[ANY]
 {
-  long buffer_len;
+  Py_ssize_t buffer_len;
   if (PyObject_AsWriteBuffer( $input, (void**)&$1, &buffer_len))
     return NULL;
   if (! $1) return PyErr_Format( PyExc_ValueError,



-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.5-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mgltools-opengltk depends on:
ii  libc6                             2.13-36
ii  libgl1-mesa-glx [libgl1]          8.0.5-1
ii  libglu1-mesa                      8.0.4-2
ii  libx11-6                          2:1.5.0-1
ii  libxext6                          2:1.3.1-2
ii  libxmu6                           2:1.1.1-1
ii  libxt6                            1:1.1.3-1
ii  mgltools-gle                      1.5.6~rc3+cvs.20121117-1
ii  python                            2.7.3-3
ii  python-numpy [python-numpy-abi9]  1:1.6.2-1
ii  tk                                8.5.0-2
ii  tk8.4                             8.4.19-5
ii  tk8.5                             8.5.11-2

mgltools-opengltk recommends no packages.

mgltools-opengltk suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: mgltools-opengltk
Source-Version: 1.5.6~rc3~cvs.20120601-2

We believe that the bug you reported is fixed in the latest version of
mgltools-opengltk, which is due to be installed in the Debian FTP archive.

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 693...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille <ti...@debian.org> (supplier of updated mgltools-opengltk 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 ftpmas...@debian.org)


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

Format: 1.8
Date: Fri, 30 Nov 2012 17:39:00 +0100
Source: mgltools-opengltk
Binary: mgltools-opengltk
Architecture: source amd64
Version: 1.5.6~rc3~cvs.20120601-2
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Andreas Tille <ti...@debian.org>
Description: 
 mgltools-opengltk - Opengltk Python extension
Closes: 693653
Changes: 
 mgltools-opengltk (1.5.6~rc3~cvs.20120601-2) unstable; urgency=low
 .
   * debian/patches/opengl.patch: Apply patch from Steffen Moeller
     <steffen_moel...@gmx.de>
     Closes: #693653
Checksums-Sha1: 
 47f494356f528c40b0c6507631659054b6e02180 1818 
mgltools-opengltk_1.5.6~rc3~cvs.20120601-2.dsc
 6d30eef3ce9549803e6ae41510b23d2132094f18 8305 
mgltools-opengltk_1.5.6~rc3~cvs.20120601-2.debian.tar.gz
 fcab9d4b05d3384f40f4e4e9a5147d28a33a7297 621848 
mgltools-opengltk_1.5.6~rc3~cvs.20120601-2_amd64.deb
Checksums-Sha256: 
 331e1a5a1f6709935b34a3617b79eeeb1fa3be3b1276ae1f77a935f497b23b90 1818 
mgltools-opengltk_1.5.6~rc3~cvs.20120601-2.dsc
 666207352f48fa531f2e05f532bc67ee2aa9e682eed1eed7ea3a7de1291e7a06 8305 
mgltools-opengltk_1.5.6~rc3~cvs.20120601-2.debian.tar.gz
 2416750c4670d7272dc623c59392cae44a0b102c3c157f6b6eef60d9b50b6d0e 621848 
mgltools-opengltk_1.5.6~rc3~cvs.20120601-2_amd64.deb
Files: 
 5f5467e8b52b0071664feea822014b08 1818 non-free/science optional 
mgltools-opengltk_1.5.6~rc3~cvs.20120601-2.dsc
 b551edc1b0f2d029e4cf1969e9e01e14 8305 non-free/science optional 
mgltools-opengltk_1.5.6~rc3~cvs.20120601-2.debian.tar.gz
 74c5fa875c5e534bcb30b67a926bf76b 621848 non-free/science optional 
mgltools-opengltk_1.5.6~rc3~cvs.20120601-2_amd64.deb

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

iEYEARECAAYFAlC44ukACgkQYDBbMcCf01r7yQCgv3V50EZicPDCze3CdUrrPJNa
/DYAn3pWt7tP5wc8QfTay7VLXs0W9gpF
=XOex
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to