[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#584163: marked as done (mesa: Flightgear won't start anymore: Errors out with "Not able to create requested visual")



Your message dated Fri, 04 Jun 2010 09:45:00 +0000
with message-id <E1OKTSW-0005sV-Qd@ries.debian.org>
and subject line Bug#584163: fixed in mesa 7.7.1-3
has caused the Debian Bug report #584163,
regarding mesa: Flightgear won't start anymore: Errors out with "Not able to create requested visual"
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 owner@bugs.debian.org
immediately.)


-- 
584163: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=584163
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: mesa
Version: 7.7.1-2
Severity: important


Ave people

Since updating my system from mesa 7.7.1-1 to 7.7.1-2, Flightgear (git/svn) won't start
anymore. It refuses with the message "Error: Not able to create requested
visual". A little google fu  found more people had the same problem. It's
a regression in mesa, but luckily also a fix is available.

Thread with more people with the same problem:
http://forum.openscenegraph.org/viewtopic.php?t=5653

Bugreport at freedesktop with patch for (upstream) mesa 7.8
https://bugs.freedesktop.org/show_bug.cgi?id=28280
(patch also included in this mail)

I tested mesa 7.7.1-2 with this patch and can confirm that the patch also
works for (debian) mesa 7.7.1-2

Please include this patch in the next mesa package update en keep up the good work!

Greetz
Martijn Uffing






-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing'), (70, 'unstable'), (50, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-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
diff --git a/src/glx/x11/glxext.c b/src/glx/x11/glxext.c
index bdc6e31..fd5f076 100644
--- a/src/glx/x11/glxext.c
+++ b/src/glx/x11/glxext.c
@@ -438,6 +438,9 @@ __glXInitializeVisualConfigFromTags(__GLcontextModes * config, int count,
       case GLX_Y_INVERTED_EXT:
          config->yInverted = *bp++;
          break;
+      case GLX_USE_GL:
+         if (fbconfig_style_tags) *bp++;
+         break;
       case None:
          i = count;
          break;

--- End Message ---
--- Begin Message ---
Source: mesa
Source-Version: 7.7.1-3

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

libgl1-mesa-dev_7.7.1-3_i386.deb
  to main/m/mesa/libgl1-mesa-dev_7.7.1-3_i386.deb
libgl1-mesa-dri-dbg_7.7.1-3_i386.deb
  to main/m/mesa/libgl1-mesa-dri-dbg_7.7.1-3_i386.deb
libgl1-mesa-dri_7.7.1-3_i386.deb
  to main/m/mesa/libgl1-mesa-dri_7.7.1-3_i386.deb
libgl1-mesa-glx-dbg_7.7.1-3_i386.deb
  to main/m/mesa/libgl1-mesa-glx-dbg_7.7.1-3_i386.deb
libgl1-mesa-glx_7.7.1-3_i386.deb
  to main/m/mesa/libgl1-mesa-glx_7.7.1-3_i386.deb
libgl1-mesa-swx11-dbg_7.7.1-3_i386.deb
  to main/m/mesa/libgl1-mesa-swx11-dbg_7.7.1-3_i386.deb
libgl1-mesa-swx11-dev_7.7.1-3_i386.deb
  to main/m/mesa/libgl1-mesa-swx11-dev_7.7.1-3_i386.deb
libgl1-mesa-swx11-i686_7.7.1-3_i386.deb
  to main/m/mesa/libgl1-mesa-swx11-i686_7.7.1-3_i386.deb
libgl1-mesa-swx11_7.7.1-3_i386.deb
  to main/m/mesa/libgl1-mesa-swx11_7.7.1-3_i386.deb
libglu1-mesa-dev_7.7.1-3_i386.deb
  to main/m/mesa/libglu1-mesa-dev_7.7.1-3_i386.deb
libglu1-mesa_7.7.1-3_i386.deb
  to main/m/mesa/libglu1-mesa_7.7.1-3_i386.deb
libglw1-mesa-dev_7.7.1-3_i386.deb
  to main/m/mesa/libglw1-mesa-dev_7.7.1-3_i386.deb
libglw1-mesa_7.7.1-3_i386.deb
  to main/m/mesa/libglw1-mesa_7.7.1-3_i386.deb
libosmesa6-dev_7.7.1-3_i386.deb
  to main/m/mesa/libosmesa6-dev_7.7.1-3_i386.deb
libosmesa6_7.7.1-3_i386.deb
  to main/m/mesa/libosmesa6_7.7.1-3_i386.deb
mesa-common-dev_7.7.1-3_i386.deb
  to main/m/mesa/mesa-common-dev_7.7.1-3_i386.deb
mesa-utils_7.7.1-3_i386.deb
  to main/m/mesa/mesa-utils_7.7.1-3_i386.deb
mesa_7.7.1-3.diff.gz
  to main/m/mesa/mesa_7.7.1-3.diff.gz
mesa_7.7.1-3.dsc
  to main/m/mesa/mesa_7.7.1-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 584163@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau <jcristau@debian.org> (supplier of updated mesa 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 03 Jun 2010 17:52:40 +0200
Source: mesa
Binary: libgl1-mesa-swx11 libgl1-mesa-swx11-dbg libgl1-mesa-swx11-i686 libgl1-mesa-swx11-dev libgl1-mesa-glx libgl1-mesa-glx-dbg libgl1-mesa-dri libgl1-mesa-dri-dbg libgl1-mesa-dev mesa-common-dev libosmesa6 libosmesa6-dev libglu1-mesa libglu1-mesa-dev libglw1-mesa libglw1-mesa-dev mesa-utils
Architecture: source i386
Version: 7.7.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Changed-By: Julien Cristau <jcristau@debian.org>
Description: 
 libgl1-mesa-dev - A free implementation of the OpenGL API -- GLX development files
 libgl1-mesa-dri - A free implementation of the OpenGL API -- DRI modules
 libgl1-mesa-dri-dbg - Debugging symbols for the Mesa DRI modules
 libgl1-mesa-glx - A free implementation of the OpenGL API -- GLX runtime
 libgl1-mesa-glx-dbg - Debugging symbols for the Mesa GLX runtime
 libgl1-mesa-swx11 - A free implementation of the OpenGL API -- runtime
 libgl1-mesa-swx11-dbg - A free implementation of the OpenGL API -- debugging symbols
 libgl1-mesa-swx11-dev - A free implementation of the OpenGL API -- development files
 libgl1-mesa-swx11-i686 - Mesa OpenGL runtime [i686 optimized]
 libglu1-mesa - The OpenGL utility library (GLU)
 libglu1-mesa-dev - The OpenGL utility library -- development files
 libglw1-mesa - A free implementation of the OpenGL API -- runtime
 libglw1-mesa-dev - A free implementation of the OpenGL API -- development files
 libosmesa6 - Mesa Off-screen rendering extension
 libosmesa6-dev - Mesa Off-screen rendering extension -- development files
 mesa-common-dev - Developer documentation for Mesa
 mesa-utils - Miscellaneous Mesa GL utilities
Closes: 584163
Changes: 
 mesa (7.7.1-3) unstable; urgency=medium
 .
   * Pull from mesa_7_7_branch to get the fix for a regression introduced in
     7.7.1-2 (closes: #584163)
Checksums-Sha1: 
 b724bf23bf17b43f74eaf593e551e7e75c3ceae2 2478 mesa_7.7.1-3.dsc
 03aa70618dcd13139be50330c5120ebe36201af8 2412405 mesa_7.7.1-3.diff.gz
 acd4d079f3beedc4d798e49e3088bd9c36d65960 1018240 libgl1-mesa-swx11_7.7.1-3_i386.deb
 c0bf56f4cff86b52abf0b88c3f4c8ff373f81306 4295328 libgl1-mesa-swx11-dbg_7.7.1-3_i386.deb
 32cf43ad413f65e3f80dce022c837ece06538170 1016960 libgl1-mesa-swx11-i686_7.7.1-3_i386.deb
 b99af002427af980ae9db49d3da656b7ab403d6c 1160304 libgl1-mesa-swx11-dev_7.7.1-3_i386.deb
 8bdebbbae77deee737b4bdaeebf0ad8de6b66780 153184 libgl1-mesa-glx_7.7.1-3_i386.deb
 98e4f242dd1bd0a311e5a5fa509810f5efaf2058 616706 libgl1-mesa-glx-dbg_7.7.1-3_i386.deb
 ebf47b0283cb27814e4fd1e3e463d9ab9ced3261 14312138 libgl1-mesa-dri_7.7.1-3_i386.deb
 b2d429f413d77c6fdc261929830d6d589cab1d0e 68619460 libgl1-mesa-dri-dbg_7.7.1-3_i386.deb
 bf0351ac514ba7c000bff12ac81108071f23fd4e 24112 libgl1-mesa-dev_7.7.1-3_i386.deb
 56d2217b0ab8bb18492c72bb4d720de6dd6efc90 2350270 mesa-common-dev_7.7.1-3_i386.deb
 a31e122502892856cd81b19b8bee16a75db52a66 2691562 libosmesa6_7.7.1-3_i386.deb
 47238258d0f448abc2d98844353b68f49ed4c113 3101414 libosmesa6-dev_7.7.1-3_i386.deb
 398edea50896b6e5f9509523985033213467cbd8 213738 libglu1-mesa_7.7.1-3_i386.deb
 7190139a7fe378ec02d9106d1301f008e30ca6eb 266612 libglu1-mesa-dev_7.7.1-3_i386.deb
 dffb6fc5d324fa8ef4ba48a07dc5ab2433efc3ae 31360 libglw1-mesa_7.7.1-3_i386.deb
 2277aee991d892e6eced061e4f538b536e3f036c 32336 libglw1-mesa-dev_7.7.1-3_i386.deb
 279118a5a9ff9d94f28fccaa7fa98863e0b5cceb 47016 mesa-utils_7.7.1-3_i386.deb
Checksums-Sha256: 
 08bba08d25fb2aac53605e4d48355e17c518b057c9900916397177c32a666e08 2478 mesa_7.7.1-3.dsc
 2c291d6d51b0d790f8c40bffe2dc4e8588334d7ece33b2727ca644c4b0488c2e 2412405 mesa_7.7.1-3.diff.gz
 6179aa1fa09fd9a9a8dbb89816f5582d1b3290a82ae73614bbbf4d03d38b0c68 1018240 libgl1-mesa-swx11_7.7.1-3_i386.deb
 99ec014aa6c39637f33ba4a728cc60577e1d762b2dd358a6814a4c780811f13a 4295328 libgl1-mesa-swx11-dbg_7.7.1-3_i386.deb
 8df959aa35c0108e9192e9e7bea539beb76b9b748275c44adcc33cd800f954e8 1016960 libgl1-mesa-swx11-i686_7.7.1-3_i386.deb
 71efa7dd685bfea6911be76d028bdfe6df80b6dd0535e20ed02141d00d584eaa 1160304 libgl1-mesa-swx11-dev_7.7.1-3_i386.deb
 2bdb12a4f6e07d3fb6de0e949c6aa795b2ee463339732bcf260b7dfe616b7eff 153184 libgl1-mesa-glx_7.7.1-3_i386.deb
 38da7625f16a5565f41fab803fbead1f4073da2a2687647d2fc2ea7dd41e632e 616706 libgl1-mesa-glx-dbg_7.7.1-3_i386.deb
 3b0a538a272679b615c202bc5eda60fd2ac20ef33e305aeb31ab1138731b8aa8 14312138 libgl1-mesa-dri_7.7.1-3_i386.deb
 2216eb0f455d3c74542ddf42560becdc497dc0bac1f452cab1e602153e1a3a3e 68619460 libgl1-mesa-dri-dbg_7.7.1-3_i386.deb
 3d7725e95672f4de80bc6e3f711c2073c25818718a9c1baca5d45b9fd895656e 24112 libgl1-mesa-dev_7.7.1-3_i386.deb
 984152c64076ac0bff937f0017e8f6ffd29222017c442223c658c662ca879c13 2350270 mesa-common-dev_7.7.1-3_i386.deb
 01ced5565449be044aedcca65ac376719eb7ab502ac8927dce622a87cfbed3be 2691562 libosmesa6_7.7.1-3_i386.deb
 6e795ea0849e3e438327ad80e7fe45f2815165e592b17ee7893d1bdda16699c0 3101414 libosmesa6-dev_7.7.1-3_i386.deb
 7ea7a3b7dc92b9b3ab2d17ac2b2e72129cb3cea3549afe0f872f00832b03c737 213738 libglu1-mesa_7.7.1-3_i386.deb
 d4d075b231e7acac8bd13bea1faf1a3c725b0ff3a483b9bb5d206e5f1150c99e 266612 libglu1-mesa-dev_7.7.1-3_i386.deb
 d9e47dcdef69b550cd2b56637a5bc32b0af4016b4f4d3dca720b55472da93892 31360 libglw1-mesa_7.7.1-3_i386.deb
 8b1010e405e40f2272eb869075c6ae04219362cdef6cb5cf846d9bf2c7ea3ac9 32336 libglw1-mesa-dev_7.7.1-3_i386.deb
 ce75ea18a7f21648a4cd8afb5184190c683f13429ee672b0e062b614ac444e9e 47016 mesa-utils_7.7.1-3_i386.deb
Files: 
 a4fa0d71e0850f01725d84be72abe1ad 2478 graphics optional mesa_7.7.1-3.dsc
 7674007b6776e13a2122a5964a515112 2412405 graphics optional mesa_7.7.1-3.diff.gz
 e40f30f4baf8bc05ca23afd9e771e8b3 1018240 libs extra libgl1-mesa-swx11_7.7.1-3_i386.deb
 264c182b5ffd8b88567f65298ae89fd3 4295328 debug extra libgl1-mesa-swx11-dbg_7.7.1-3_i386.deb
 396909163d53262781c1044353d30dc4 1016960 libs extra libgl1-mesa-swx11-i686_7.7.1-3_i386.deb
 f7fa2d18daaf33f88f6aa39361fc8ddf 1160304 libdevel extra libgl1-mesa-swx11-dev_7.7.1-3_i386.deb
 94f62b25238a2913e7c35fe5f603fb92 153184 libs optional libgl1-mesa-glx_7.7.1-3_i386.deb
 eb8d20e77c02bcd18f9fac60d3fb8892 616706 debug extra libgl1-mesa-glx-dbg_7.7.1-3_i386.deb
 c8419349c3a7e79b9cb625f2b5491fe5 14312138 libs optional libgl1-mesa-dri_7.7.1-3_i386.deb
 32b9d0334526b1ae46bbd8de860aa2bd 68619460 debug extra libgl1-mesa-dri-dbg_7.7.1-3_i386.deb
 0692e3f3b3266adfecbf04bc9ee6f239 24112 libdevel optional libgl1-mesa-dev_7.7.1-3_i386.deb
 baf8aaad7d9f075e41c99409e2abdee2 2350270 libdevel optional mesa-common-dev_7.7.1-3_i386.deb
 6a1c53061a65157b1572e5231fdf8905 2691562 libs optional libosmesa6_7.7.1-3_i386.deb
 a3b9e751e02ac80a574b146c0ab14861 3101414 libdevel optional libosmesa6-dev_7.7.1-3_i386.deb
 c4a305ca886c3ed04827bc974f123279 213738 libs optional libglu1-mesa_7.7.1-3_i386.deb
 6c08cd8c94f9a24bd1c417a452b14ac2 266612 libdevel optional libglu1-mesa-dev_7.7.1-3_i386.deb
 4bf2a3c9e8726ee0837344115ed058ea 31360 libs optional libglw1-mesa_7.7.1-3_i386.deb
 951c7d3ec4e5fdcf2f82495a7e567b93 32336 libdevel optional libglw1-mesa-dev_7.7.1-3_i386.deb
 51a5a4b03c449a7a8880fad7f4653f6e 47016 x11 optional mesa-utils_7.7.1-3_i386.deb

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

iQIcBAEBCAAGBQJMCMP/AAoJEDEBgAUJBeQMSosP/jhkKUlqXVFXwi68gLo1SQfU
WhmiPrSf1wehOWyBA5q3+NhTSyUSaZVGmA2T0TZazjeeDE1kyo7CCY2Ek1JIEEhe
c1ACWDGdSM70jhNxnVtQJKnkbUhrxKaRcuyr2M2XHlBxnc3h7ghqgcvYMSo8QJhb
Ra/Zr7e7pG09ko+FFqAChRedNtyZNeFTVocGxKYz5HAYK233mtcqF5yCufpx5Tsf
iEnzUd8vf7JCSBgVXLHojyQ5DLygeDxBTiokZZgR6JHhNFQU/48PnAhTVtJ3v0nr
Hr/D1S/B52q50eb0QXRVuJVStVnuKikFxLn3gOdsbaLoAixit1lKRkaD5jiynzmS
XjHXlAVWgIv/xbFcmmx2nPp85n/cjUHkfBn3imeSQqJsT63evdXD3PcrHMtZiVa3
edVERo1XAjESmSgg+s2NE8CjlM8+dLKImBXkCgCiSgxR554JUBAGWqaZEJbrtFj7
V8uBWd8Pcfh7h9glL7qkYSur0gbPeZh0fRCGx2QHUJ/cdVQaTBM5XiRoycExgkw7
5IingMUYv/UldpuDu/o9MF09r6vSlH9q2Sv1gmSqpgcEMeZW9Iyx1G8rMg6bDdkH
RHxOmEaJot1Ttg6CKbVfb2fisiME05Lj1hklQUupbqfaW6pzPXdKwbJ5zwJJkiMI
fGAF4oKtrlxTd20onUNs
=9U1e
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: