Your message dated Wed, 16 Nov 2005 20:02:14 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#334446: fixed in freeglut 2.4.0-3
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 17 Oct 2005 22:27:28 +0000
>From [EMAIL PROTECTED] Mon Oct 17 15:27:28 2005
Return-path: <[EMAIL PROTECTED]>
Received: from gateway.ottawa.transgaming.com (ottawa.transgaming.com) 
[209.217.80.34] 
        by spohr.debian.org with smtp (Exim 3.36 1 (Debian))
        id 1ERdS3-0004cN-00; Mon, 17 Oct 2005 15:27:27 -0700
Received: (qmail 26535 invoked from network); 17 Oct 2005 22:27:25 -0000
X-Virus-Scanned: by amavis-ng-0.1.6.4-03dc on mail.ottawa.transgaming.com
Received: from pc-00134 (HELO renegade) (192.168.99.134)
  by galahad.ottawa.transgaming.com (192.168.99.219) with ESMTP; 17 Oct 2005 
22:27:25 -0000
Received: from ovek by renegade with local (Exim 4.54)
        id 1ERdS0-0003yV-Tp
        for [EMAIL PROTECTED]; Mon, 17 Oct 2005 18:27:24 -0400
Subject: freeglut3: GLUT_CURSOR_INHERIT is broken
From: Ove Kaaven <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Date: Mon, 17 Oct 2005 18:27:24 -0400
Message-Id: <[EMAIL PROTECTED]>
Mime-Version: 1.0
X-Mailer: Evolution 2.2.3 
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: freeglut3
Version: 2.4.0-2
Severity: important

glutSetCursor(GLUT_CURSOR_INHERIT) will always abort the program
with the error "Failed to create cursor".

As far as I can see, the freeglut package's source code contains

            case GLUT_CURSOR_INHERIT:
                cursor = None;
                break;

followed by

        if ( ( cursorIDToUse != GLUT_CURSOR_NONE ) && ( cursor == None ) ) {
            fgError( "Failed to create cursor" );
        }

which will clearly always be the case for GLUT_CURSOR_INHERIT, and always
abort the program.

(I also note that for GLUT_CURSOR_NONE, cursor won't actually be None,
which makes the first part of that "if" expression totally meaningless
as it stands.)

This breaks FlightGear; it will no longer start.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-k7
Locale: LANG=no_NO, LC_CTYPE=no_NO (charmap=ISO-8859-1)

Versions of packages freeglut3 depends on:
ii  libc6                2.3.5-4             GNU C Library: Shared libraries an
ii  libglu1-xorg [libglu 6.8.2.dfsg.1-9      Mesa OpenGL utility library [X.Org
ii  libx11-6             4.3.0.dfsg.1-12.0.1 X Window System protocol client li
ii  libxext6             4.3.0.dfsg.1-12.0.1 X Window System miscellaneous exte
ii  libxxf86vm1          6.8.2.dfsg.1-7      X Video Mode selection library
ii  xlibmesa-gl [libgl1] 4.3.0.dfsg.1-12.0.1 Mesa 3D graphics library [XFree86]
ii  xlibs                6.8.2.dfsg.1-9      X Window System client libraries m

-- no debconf information


---------------------------------------
Received: (at 334446-close) by bugs.debian.org; 17 Nov 2005 04:12:03 +0000
>From [EMAIL PROTECTED] Wed Nov 16 20:12:03 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1EcayU-0003bJ-0i; Wed, 16 Nov 2005 20:02:14 -0800
From: Jamie Wilkinson <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#334446: fixed in freeglut 2.4.0-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 16 Nov 2005 20:02:14 -0800
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: freeglut
Source-Version: 2.4.0-3

We believe that the bug you reported is fixed in the latest version of
freeglut, which is due to be installed in the Debian FTP archive:

freeglut3-dbg_2.4.0-3_i386.deb
  to pool/main/f/freeglut/freeglut3-dbg_2.4.0-3_i386.deb
freeglut3-dev_2.4.0-3_i386.deb
  to pool/main/f/freeglut/freeglut3-dev_2.4.0-3_i386.deb
freeglut3_2.4.0-3_i386.deb
  to pool/main/f/freeglut/freeglut3_2.4.0-3_i386.deb
freeglut_2.4.0-3.diff.gz
  to pool/main/f/freeglut/freeglut_2.4.0-3.diff.gz
freeglut_2.4.0-3.dsc
  to pool/main/f/freeglut/freeglut_2.4.0-3.dsc



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.
Jamie Wilkinson <[EMAIL PROTECTED]> (supplier of updated freeglut 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, 17 Nov 2005 14:43:12 +1100
Source: freeglut
Binary: freeglut3-dbg freeglut3-dev freeglut3
Architecture: source i386
Version: 2.4.0-3
Distribution: unstable
Urgency: low
Maintainer: Jamie Wilkinson <[EMAIL PROTECTED]>
Changed-By: Jamie Wilkinson <[EMAIL PROTECTED]>
Description: 
 freeglut3  - OpenGL Utility Toolkit
 freeglut3-dbg - OpenGL Utility Toolkit debugging information
 freeglut3-dev - OpenGL Utility Toolkit development files
Closes: 334446
Changes: 
 freeglut (2.4.0-3) unstable; urgency=low
 .
   * Fix GLUT_CURSOR_INHERIT bug, with patch from Vilhelm Sjöberg
     <[EMAIL PROTECTED]>, via Enrique Vaamonde <[EMAIL PROTECTED]>.
     (Closes: #334446)
Files: 
 510c28ecf702ded7863cb7d81c0fd58d 756 graphics optional freeglut_2.4.0-3.dsc
 9857bc5e8e1b50315f2e860807e8f887 106825 graphics optional 
freeglut_2.4.0-3.diff.gz
 f3aeb4bef9903ee2b51f98cf44aa9033 85090 libs optional freeglut3_2.4.0-3_i386.deb
 e9c54d7506b1e3850d9dc9999522e7f4 156050 libdevel optional 
freeglut3-dev_2.4.0-3_i386.deb
 cdec3eb0236846e96ef34274a901fa2e 138810 libdevel optional 
freeglut3-dbg_2.4.0-3_i386.deb

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

iD8DBQFDe/9M5u9oNyz9HDgRAouMAJ9Nvv3JayJS7x81L8m4zatIVQ3JJgCglXJL
HtTnJ5ueD0vmgcVPZypRl1k=
=3GzA
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to