Your message dated Fri, 30 Aug 2019 15:57:13 +0000
with message-id <[email protected]>
and subject line Bug#936621: Removed package(s) from unstable
has caused the Debian Bug report #926869,
regarding globs: GLSL_parallax exits with 'OpenGL 2 not supported'
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 [email protected]
immediately.)


-- 
926869: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=926869
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: globs
Version: 0.2.0~svn50-6
Severity: normal



Could not parse benchmark output:
('  OpenGL 2 not supported!\n',)


Looking at the source code in src/tests/benchmarks/GLSL_parallax/main.c line 
100:

        const GLubyte* string;

...


/* ----- Checking for OpenGL 2 --------------- */
        string = glGetString(GL_VERSION);
        if (string[0] != '2') {
                printf("OpenGL 2 not supported!\n");
                exit(-1);
        }


Which is probably not the proper way of doing it anyway.

https://www.khronos.org/registry/OpenGL-Refpages/gl4/html/glGetString.xhtml

Not to mention glGetString is only available in OpenGL 2.0 and up, so
this check feels completly redundant.

'string ='  is also a risky, as string could be reserved name, and be 0
on errors (i.e. when the GL context creation fails).


Quick fix of course is to do string[0] < '2'


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

Kernel: Linux 4.19.0-2-amd64 (SMP w/32 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages globs depends on:
ii  libc6            2.28-8
ii  libgl1           1.1.0-1
ii  libgl1-mesa-glx  19.0.0-1
ii  libsdl-image1.2  1.2.12-10
ii  libsdl1.2debian  1.2.15+dfsg2-4
ii  python           2.7.15-4
ii  python-glade2    2.24.0-5.1+b1

globs recommends no packages.

globs suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 0.2.0~svn50-6+rm

Dear submitter,

as the package globs has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/936621

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to