Your message dated Sat, 17 Aug 2013 04:33:00 +0000
with message-id <e1vaycc-0000eh...@franck.debian.org>
and subject line Bug#712304: fixed in glx-alternatives 0.4.0
has caused the Debian Bug report #712304,
regarding glx-diversions: broken symlinks with libgl1-mesa-glx 9.1.3-6
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 ow...@bugs.debian.org
immediately.)


-- 
712304: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=712304
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: glx-diversions
Version: 0.3.0
Severity: serious

In Mesa 9.1 the libGL installation has changed, especially libGL.so.1 no
longer points to libGL.so.1.2 but rather libGL.so.1.2.0:

,----
| $ ls -l /usr/lib/i386-linux-gnu/libGL.so*
| lrwxrwxrwx 1 root root     14 Jun  7 21:37 /usr/lib/i386-linux-gnu/libGL.so 
-> libGL.so.1.2.0
| lrwxrwxrwx 1 root root     14 Jun  7 21:37 /usr/lib/i386-linux-gnu/libGL.so.1 
-> libGL.so.1.2.0
| -rw-r--r-- 1 root root 354876 Jun  7 21:37 
/usr/lib/i386-linux-gnu/libGL.so.1.2.0
`----

Installing glx-diversions in this situation leads to broken symlinks
(see Package-specific info below), and the glx-alternative-mesa package
silently fails to set up any alternatives, AFAICS.

Even after purging the glx-diversions package, broken symlinks remain:

,----
| # aptitude purge --purge-unused glx-alternative-mesa
| The following packages will be REMOVED:
|   glx-alternative-mesa{p} glx-diversions{pu} nvidia-installer-cleanup{pu} 
| 0 packages upgraded, 0 newly installed, 3 to remove and 9 not upgraded.
| Need to get 0 B of archives. After unpacking 227 kB will be freed.
| Do you want to continue? [Y/n/?] 
| (Reading database ... 200494 files and directories currently installed.)
| Removing glx-alternative-mesa ...
| Removing glx-diversions ...
| Removing 'diversion of /usr/lib/libGL.so.1.2.0 to 
/usr/lib/mesa-diverted/libGL.so.1.2.0 by glx-diversions'
| Removing 'diversion of /usr/lib/i386-linux-gnu/libGL.so.1.2.0 to 
/usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1.2.0 by glx-diversions'
| Removing 'diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1.2.0 to 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1.2.0 by glx-diversions'
| Removing 'diversion of /usr/lib/libGL.so.1.2 to 
/usr/lib/mesa-diverted/libGL.so.1.2 by glx-diversions'
| Removing 'diversion of /usr/lib/i386-linux-gnu/libGL.so.1.2 to 
/usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1.2 by glx-diversions'
| Removing 'diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1.2 to 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1.2 by glx-diversions'
| Removing 'diversion of /usr/lib/libGL.so.1 to 
/usr/lib/mesa-diverted/libGL.so.1 by glx-diversions'
| Removing 'diversion of /usr/lib/i386-linux-gnu/libGL.so.1 to 
/usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1 by glx-diversions'
| Removing 'diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1 to 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1 by glx-diversions'
| Removing 'diversion of /usr/lib/libGL.so to /usr/lib/mesa-diverted/libGL.so 
by glx-diversions'
| Removing 'diversion of /usr/lib/i386-linux-gnu/libGL.so to 
/usr/lib/mesa-diverted/i386-linux-gnu/libGL.so by glx-diversions'
| Removing 'diversion of /usr/lib/x86_64-linux-gnu/libGL.so to 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so by glx-diversions'
| Purging configuration files for glx-diversions ...
| Removing nvidia-installer-cleanup ...
| Purging configuration files for nvidia-installer-cleanup ...
|                                 
| # ls -l /usr/lib/i386-linux-gnu/libGL.so*
| lrwxrwxrwx 1 root root     10 Jun 15 10:27 /usr/lib/i386-linux-gnu/libGL.so 
-> libGL.so.1
| lrwxrwxrwx 1 root root     12 Jun 15 10:27 /usr/lib/i386-linux-gnu/libGL.so.1 
-> libGL.so.1.2
| -rw-r--r-- 1 root root 354876 Jun  7 21:37 
/usr/lib/i386-linux-gnu/libGL.so.1.2.0
`----

I had to reinstall libgl1-mesa-glx (and libgl1-mesa-dev for the libGL.so
symlink) to fix that.


-- Package-specific info:
Diversions:
diversion of /usr/lib/i386-linux-gnu/libGL.so to 
/usr/lib/mesa-diverted/i386-linux-gnu/libGL.so by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGL.so.1 to 
/usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1 by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGL.so.1.2 to 
/usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1.2 by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGL.so.1.2.0 to 
/usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1.2.0 by glx-diversions
diversion of /usr/lib/libGL.so to /usr/lib/mesa-diverted/libGL.so by 
glx-diversions
diversion of /usr/lib/libGL.so.1 to /usr/lib/mesa-diverted/libGL.so.1 by 
glx-diversions
diversion of /usr/lib/libGL.so.1.2 to /usr/lib/mesa-diverted/libGL.so.1.2 by 
glx-diversions
diversion of /usr/lib/libGL.so.1.2.0 to /usr/lib/mesa-diverted/libGL.so.1.2.0 
by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so to 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1 to 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1.2 to 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1.2 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1.2.0 to 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1.2.0 by glx-diversions

/usr/lib/mesa-diverted:
total 124
drwxr-xr-x   4 root root   4096 Jun 15 10:35 .
drwxr-xr-x 149 root root 110592 Jun 15 10:35 ..
drwxr-xr-x   2 root root   4096 Jun 15 10:35 i386-linux-gnu
drwxr-xr-x   2 root root   4096 May  5 18:26 x86_64-linux-gnu

/usr/lib/mesa-diverted/i386-linux-gnu/:
total 356
drwxr-xr-x 2 root root   4096 Jun 15 10:35 .
drwxr-xr-x 4 root root   4096 Jun 15 10:35 ..
lrwxrwxrwx 1 root root     10 Jun 15 10:35 libGL.so -> libGL.so.1
lrwxrwxrwx 1 root root     12 Jun 15 10:35 libGL.so.1 -> libGL.so.1.2
-rw-r--r-- 1 root root 354876 Jun  7 21:37 libGL.so.1.2.0

/usr/lib/mesa-diverted/x86_64-linux-gnu/:
total 8
drwxr-xr-x 2 root root 4096 May  5 18:26 .
drwxr-xr-x 4 root root 4096 Jun 15 10:35 ..

Alternative 'glx':


File System:
-rw-r--r-- 1 root root 466180 Apr 17 13:20 
/usr/lib/xorg/modules/extensions/libglx.so

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 3.10.0-rc5-nouveau (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 glx-diversions depends on:
ii  dpkg                      1.16.10
ii  nvidia-installer-cleanup  20130505+1

Versions of packages glx-diversions recommends:
ii  glx-alternative-mesa  0.3.0

glx-diversions suggests no packages.

Versions of packages glx-diversions is related to:
pn  glx-alternative-fglrx          <none>
ii  glx-alternative-mesa           0.3.0
pn  glx-alternative-nvidia         <none>
pn  libgl1-dev                     <none>
ii  libgl1-mesa-glx [libgl1]       9.1.3-6
pn  libgl1-nvidia-glx-any          <none>
pn  nvidia-glx-any                 <none>
pn  xserver-xorg-video-nvidia-any  <none>

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: glx-alternatives
Source-Version: 0.4.0

We believe that the bug you reported is fixed in the latest version of
glx-alternatives, which is due to be installed in the Debian FTP archive.

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 712...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Beckmann <a...@debian.org> (supplier of updated glx-alternatives 
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 ftpmas...@ftp-master.debian.org)


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

Format: 1.8
Date: Sat, 17 Aug 2013 06:11:06 +0200
Source: glx-alternatives
Binary: glx-diversions glx-alternative-mesa glx-alternative-nvidia 
glx-alternative-fglrx
Architecture: source amd64
Version: 0.4.0
Distribution: unstable
Urgency: low
Maintainer: Debian NVIDIA Maintainers <pkg-nvidia-de...@lists.alioth.debian.org>
Changed-By: Andreas Beckmann <a...@debian.org>
Description: 
 glx-alternative-fglrx - allows the selection of FGLRX as GLX provider
 glx-alternative-mesa - allows the selection of MESA as GLX provider
 glx-alternative-nvidia - allows the selection of NVIDIA as GLX provider
 glx-diversions - prepare for using accelerated GLX implementations from GPU 
vendor
Closes: 712304
Changes: 
 glx-alternatives (0.4.0) unstable; urgency=low
 .
   * Accept libGL.so.1.2.0 (from MESA 9.x) as a valid target of the diverted
     libGL.so.1 symlink.  (Closes: #712304)
   * Add triggers for arm-linux-gnueabihf, too.
   * Upload to unstable.
Checksums-Sha1: 
 47c644587e3de1875d01e6b413377b9f087d1563 1946 glx-alternatives_0.4.0.dsc
 ddf7985a5f3411d0e2b326e7ed9d3ecf114f98aa 10311 glx-alternatives_0.4.0.tar.gz
 a481512d40de5fcce84af1ec6c05181a24780fab 8706 glx-diversions_0.4.0_amd64.deb
 747a2cbad39d410d14e05e9f2640c17d57bfddc1 2846 
glx-alternative-mesa_0.4.0_amd64.deb
 b84aee090ac3273d2ff5f4f0e07b66c95ca6b60a 3440 
glx-alternative-nvidia_0.4.0_amd64.deb
 a0d3c93aec46107d839109fd498442184d0c5902 3610 
glx-alternative-fglrx_0.4.0_amd64.deb
Checksums-Sha256: 
 10539a40759fc7d77178db06345b9d7a8518acf7176dea8be791d1fc9ed688c8 1946 
glx-alternatives_0.4.0.dsc
 38aa5fccad3866ded21b1d8729de53c7541f14b64db2a03ba386a05445ea54e8 10311 
glx-alternatives_0.4.0.tar.gz
 34034b8104225551c9c08fcb60bac69e99cb43c670d65ec527f2d03e8660e1e1 8706 
glx-diversions_0.4.0_amd64.deb
 f5bab4c32c587aed81d6ee99e4048057264872308dcfd02bb31ad0aa7cbc100a 2846 
glx-alternative-mesa_0.4.0_amd64.deb
 549c74ebe4acdf1d99216a1a7e0467b56f7fb0e602b82f3df0feed7f803c5825 3440 
glx-alternative-nvidia_0.4.0_amd64.deb
 f29de6f454f12611359459eb6916b459ddb0c7e6cde4215241aa3b06cb7f7564 3610 
glx-alternative-fglrx_0.4.0_amd64.deb
Files: 
 82f00c918259ccfc2e879779afed4b26 1946 contrib/libs optional 
glx-alternatives_0.4.0.dsc
 70d6c4955ade4e2012a458e4db43a64f 10311 contrib/libs optional 
glx-alternatives_0.4.0.tar.gz
 3cdf0cc2fb850fac074b624eea421721 8706 contrib/libs optional 
glx-diversions_0.4.0_amd64.deb
 3e05284c3b4839481f6c8db8017247b5 2846 contrib/libs optional 
glx-alternative-mesa_0.4.0_amd64.deb
 875638d577d133e91b5b3bc50a42d295 3440 contrib/libs optional 
glx-alternative-nvidia_0.4.0_amd64.deb
 9cfdf4dcddbd9cecb8a71fec38beb9b2 3610 contrib/libs optional 
glx-alternative-fglrx_0.4.0_amd64.deb

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

iQIcBAEBCAAGBQJSDvkIAAoJEF+zP5NZ6e0IqvoP/0dn8Gc6GsixJsdmzoy+hZTE
pCWMub2C/sU2xCMeSf1ViHmyU+NsYX0CY1uzSF82rbRJEBXen47HYXUZJ/JKZMfw
QbBnN9/EOcfLNP7kAXD6IULqYFbN2zwDB9Gs8q3tQsX1irym/snqRR6KzHuV41e/
lhNvIb7CnOgdO8v8fZiYpgkouKIB+SrHFsdtcwOznI0fK2/Jhm/POAWUmssBXYuw
k5Q8dsqWlHy0pvoqu4+eSP02kjLh9fIfzZDqz6WGqPIQfDeY+M/71JkcUkvPNJ3/
Svr43448q1Rij8hy2R2o0NXBxloGiwk9ElarUaCfTC7aMzbF98kvfxwPQ2/T2JiU
idb7eEghm387sEVuNj0ISQHiS7HBv9V48Vo3vPEbn05kMiDwwKHul0yzG5iJy1wM
SzfYykl8hox6TDWiGBWH7Bh7C3Q+kmUaNHBzyOiw/CXZXOw/R5jkWnakLFqfMqRG
MuIAeYONgxr0nRl1lT443kDCROZWvvwEEk9mIfMPLp0ruSQU7faAieIxN6mxzhSO
EKI1jUmcFMRO9718XTdzMpA9IStnpgIk+sNgJs7BwFw8XEMDP6gPiJbv/GdbGvMU
jJSPzcSY6B6GiKd/0NhOWtadDrapqOEElyM0W5u9FjFCDVh7rI4GMmSQGZ47FT7J
zbLJH8aJaslRpu295rre
=6gyS
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to