Package: gweled Version: 0.6-2 Severity: important Tags: patch -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
Hello, On one of my systems (AMD64 unstable), gweled starts but displays a blank window. No menu options work, and the game is completely unusable. This has been the case for some time now, but since I have other computers with gweled installed, I have ignored the problem. I've recently had a bit of time to investigate further, and it seems to be same same problem as this one reported against gweled packages for Ubuntu: https://launchpad.net/distros/ubuntu/+source/gweled/+bug/39181 I've taken a screenshot of the gweled window to illustrate this issue. Adding -rdynamic to the gcc command line does indeed sort out this problem. I've included a patch to unambiguously point out the change that fixed the problem for me. If you'd find any other information from me useful, please do let me know and I'll get it added to this report as soon as possible. All the best, - -Dave. - -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18 Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1) Versions of packages gweled depends on: ii libart-2.0-2 2.3.17-1 Library of functions for 2D graphi ii libatk1.0-0 1.12.3-1 The ATK accessibility toolkit ii libbonobo2-0 2.14.0-2 Bonobo CORBA interfaces library ii libbonoboui2-0 2.14.0-5 The Bonobo UI library ii libc6 2.3.6.ds1-6 GNU C Library: Shared libraries ii libcairo2 1.2.4-1 The Cairo 2D vector graphics libra ii libfontconfig1 2.4.1-2 generic font configuration library ii libgconf2-4 2.14.0-5 GNOME configuration database syste ii libglade2-0 1:2.6.0-2 library to load .glade files at ru ii libglib2.0-0 2.12.4-1 The GLib library of C routines ii libgnome-keyring0 0.4.9-1 GNOME keyring services library ii libgnome2-0 2.14.1-3 The GNOME 2 library - runtime file ii libgnomecanvas2-0 2.14.0-2 A powerful object-oriented display ii libgnomeui-0 2.14.1-2+b1 The GNOME 2 libraries (User Interf ii libgnomevfs2-0 2.14.2-2+b1 GNOME virtual file-system (runtime ii libgtk2.0-0 2.8.20-2 The GTK+ graphical user interface ii libice6 1:1.0.1-2 X11 Inter-Client Exchange library ii liborbit2 1:2.14.0-2+b1 libraries for ORBit2 - a CORBA ORB ii libpango1.0-0 1.14.5-1 Layout and rendering of internatio ii libpopt0 1.10-3 lib for parsing cmdline parameters ii librsvg2-2 2.14.4-2 SAX-based renderer library for SVG ii libsm6 1:1.0.1-3 X11 Session Management library ii libx11-6 2:1.0.3-1 X11 client-side library ii libxcursor1 1.1.7-4 X cursor management library ii libxext6 1:1.0.1-2 X11 miscellaneous extension librar ii libxfixes3 1:4.0.1-4 X11 miscellaneous 'fixes' extensio ii libxi6 1:1.0.1-3 X11 Input extension library ii libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library ii libxml2 2.6.26.dfsg-4 GNOME XML library ii libxrandr2 2:1.1.0.2-4 X11 RandR extension library ii libxrender1 1:0.9.1-3 X Rendering Extension client libra gweled recommends no packages. - -- no debconf information -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iQIVAwUBRTDpABIA1yCB7VsRAQoiVw//VkAjn3L08bEmAPfryn242PSZ4JjEOdx2 bGHYSWG7hd1fMl3gCbvpvjmVfDnMLLLBzp+QzQLQ0t/CYkbFJ4B9TqU0XMvbmalT rZKrsBzjZdkSVsmllUWgEdYhac2GaOF2nle7sTT3cZACAte8X+EaFUUcmsVfmWkp s8B+eNvlA99bfnOEL2Ds3+WOUI9K1CTUHiVeZ4h4/ryy1t0ulymZkQGZ93Q6UVF5 2v6giXQDGNawcHIphwQ6i6d2uXizAKaKwdcaMLbGFnMEFhGbXM+AZjj6EyaaJa+X 8lLAD21Tt3cN4gePwtZdNDPd9bWAZzQoV9avG4bd7FEloLBsVuskjLYDnN7DNTv9 O+zt76n6igyZuqkW8g3HpHal7QW44hMKt3oRVsYZQ19fzv0FmFlwk8+Ovmsobpq8 bglG8sl+mJQrCxe4ddX+wcLkl/x290eFPyH9qbB9Me8xwpc8Tt5zRi0RIH2sInHa JpZ71cXG1s2bdjlS10fZHxfEiMGUmVGZP6FTPMYKcIOGAvE5hsE+Lb17FblOH+rC qkBDLcwMfpOg22z2UGPqKD0Q2+/x8J+nddWvbJxdpzXfUcm1ZIVd4h0fHg1JNFdO j+fJZ0i9mva2qXqsCMpi1ZP/RjDrzxpPpcZFBTCsrPYksRtdNPB5U/rWN1zOeLiJ 8rP1BWYD59M= =4aC1 -----END PGP SIGNATURE-----
--- gweled-0.6-2-original/debian/rules 2006-10-14 14:24:59.000000000 +0100
+++ gweled-0.6-works/debian/rules 2006-10-14 14:22:46.000000000 +0100
@@ -8,7 +8,7 @@
DEB_CONFIGURE_EXTRA_FLAGS := --bindir=\$${prefix}/games
DEB_DH_FIXPERMS_ARGS := -X/var/games/.*scores -X/usr/games
-CFLAGS := -Wall -g
+CFLAGS := -Wall -g -rdynamic
# Ensure at build time that the library has no dependencies on undefined
# symbols.
gweled-bug.png
Description: PNG image

