Package: gauche-gtk
Version: 0.4.1-13
Severity: normal

*** ERROR: given type 5121 doesn't match the passed array (u8vector)
Stack Trace:
_______________________________________
  0  (gl-call-lists (size-of array) GL_UNSIGNED_BYTE array)
        At line 133 of "./f.scm"
  1  (gtk-main)
        At line 182 of "./f.scm"

proposed patch
(maybe it really is a gauche-gl bug or gl-call-lists api change):

diff -Nur gauche-gtk-0.4.1.orig/examples/gtkglext/font.scm 
gauche-gtk-0.4.1/examples/gtkglext/font.scm
--- gauche-gtk-0.4.1.orig/examples/gtkglext/font.scm    2002-09-08 
10:39:01.000000000 +0200
+++ gauche-gtk-0.4.1/examples/gtkglext/font.scm 2010-05-19 21:36:09.000000000 
+0200
@@ -130,7 +130,7 @@
       (gl-raster-pos 10.0 10.0)
       (gl-list-base *font-list-base*)
       (let1 array (string->u8vector *font-string*) ;;ugh...
-        (gl-call-lists (size-of array) GL_UNSIGNED_BYTE array))
+        (gl-call-lists array))
       (if (gdk-gl-drawable-is-double-buffered gldrawable)
           (gdk-gl-drawable-swap-buffers gldrawable)
           (gl-flush))

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages gauche-gtk depends on:
ii  libatk1.0-0                   1.30.0-1   The ATK accessibility toolkit
ii  libc6                         2.10.2-8   Embedded GNU C Library: Shared lib
ii  libcairo2                     1.8.10-4   The Cairo 2D vector graphics libra
ii  libfontconfig1                2.8.0-2.1  generic font configuration library
ii  libfreetype6                  2.3.11-1   FreeType 2 font engine, shared lib
ii  libgauche0                    0.9-15     Gauche runtime shared library
ii  libgl1-mesa-glx [libgl1]      7.7.1-1    A free implementation of the OpenG
ii  libglib2.0-0                  2.24.1-1   The GLib library of C routines
ii  libglu1-mesa [libglu1]        7.7.1-1    The OpenGL utility library (GLU)
ii  libgtk2.0-0                   2.20.1-1   The GTK+ graphical user interface 
ii  libgtkglext1                  1.2.0-1    OpenGL Extension to GTK+ (shared l
ii  libice6                       2:1.0.6-1  X11 Inter-Client Exchange library
ii  libpango1.0-0                 1.28.0-1   Layout and rendering of internatio
ii  libsm6                        2:1.1.1-1  X11 Session Management library
ii  libx11-6                      2:1.3.3-3  X11 client-side library
ii  libxmu6                       2:1.0.5-1  X11 miscellaneous utility library
ii  libxt6                        1:1.0.7-1  X11 toolkit intrinsics library

gauche-gtk recommends no packages.

gauche-gtk suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to