Bug#708040: closed by Cyril Brulebois k...@debian.org (Re: Bug#708040: libgl1-mesa-dri: uninstallable)

2013-05-13 Thread Rémi Vanicat
ow...@bugs.debian.org (Debian Bug Tracking System) writes:

k...@debian.org (Cyril Brulebois) writes:
 Salvo Tomaselli tipos...@tiscali.it (12/05/2013):
  Package: libgl1-mesa-dri
  Version: 8.0.5-4+b1
  Severity: grave
  Justification: renders package unusable
 
 No. dpkg is buggy and doesn't allow for coinstallability of binNMU'd
 packages. libgl1-mesa-dri itself is installable.

I understand that it is link to a bug in dpkg, but today,
libgl1-mesa-dri and some other package are uninstallable on some
system. I so believe that the bug should remain open (at least to let
apt-listbugs warn its user that the might have difficulties with this).

@Salvo: running 
  dpkg -i --force-overwrite 
/var/cache/apt/archives/libgl1-mesa-dri_8.0.5-4+b1_i386.deb 
/var/cache/apt/archives/libgl1-mesa-dri_8.0.5-4+b1_amd64.deb

should fix your problem. There will probably be other conflict that will
need similar forcing to 
-- 
Rémi Vanicat


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87sj1r5qww@gmail.com



Processed: forcibly merging 708029 708091

2013-05-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forcemerge 708029 708091
Bug #708029 [libgl1-mesa-glx] libgl1-mesa-glx: Update fails due to different 
changelog.Debian.gz in amd64 and i386
Bug #708091 [libgl1-mesa-glx] libgl1-mesa-glx: trying to overwrite shared 
'/usr/share/doc/libgl1-mesa-glx/changelog.Debian.gz - all mesa packages
Severity set to 'important' from 'normal'
Merged 708029 708091
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
708029: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708029
708091: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708091
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.136842703910423.transcr...@bugs.debian.org



Bug#708040: libgl1-mesa-dri: uninstallable

2013-05-13 Thread Salvo Tomaselli
 I understand that it is link to a bug in dpkg, but today,
 libgl1-mesa-dri and some other package are uninstallable on some
 system. I so believe that the bug should remain open (at least to let
 apt-listbugs warn its user that the might have difficulties with this).
Which is exactly why I set an high priority on the bug.

   dpkg -i --force-overwrite
 /var/cache/apt/archives/libgl1-mesa-dri_8.0.5-4+b1_i386.deb
 /var/cache/apt/archives/libgl1-mesa-dri_8.0.5-4+b1_amd64.deb
 
 should fix your problem. There will probably be other conflict that will
 need similar forcing to
Thanks, I didn't know about this. Usually I just go by removing the 
/usr/share/doc/package directory.


-- 
Salvo Tomaselli

http://web.student.chalmers.se/~saltom/


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/97749695.MVuJ78zVfP@hal9000



xorg-server: Changes to 'ubuntu'

2013-05-13 Thread Maarten Lankhorst
 debian/changelog |6 ++
 debian/patches/include-selection-h.patch |   12 
 debian/patches/series|1 +
 3 files changed, 19 insertions(+)

New commits:
commit 7213e91a6791210c7380adebf72224b1d1aeb439
Author: Maarten Lankhorst maarten.lankho...@canonical.com
Date:   Wed May 8 14:05:15 2013 +0200

release to saucy

diff --git a/debian/changelog b/debian/changelog
index 0dd047d..96072ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xorg-server (2:1.13.3-0ubuntu8) saucy; urgency=low
+
+  * Fixup build error on saucy.
+
+ -- Maarten Lankhorst maarten.lankho...@ubuntu.com  Wed, 08 May 2013 
14:02:12 +0200
+
 xorg-server (2:1.13.3-0ubuntu7) saucy; urgency=low
 
   * Add patch to fixup optimus again.
diff --git a/debian/patches/include-selection-h.patch 
b/debian/patches/include-selection-h.patch
new file mode 100644
index 000..e145c36
--- /dev/null
+++ b/debian/patches/include-selection-h.patch
@@ -0,0 +1,12 @@
+diff --git a/dix/window.c b/dix/window.c
+index 49ef4a0..5b87238 100644
+--- a/dix/window.c
 b/dix/window.c
+@@ -110,6 +110,7 @@ Equipment Corporation.
+ #include input.h
+ #include inputstr.h
+ #include resource.h
++#include selection.h
+ #include colormapst.h
+ #include cursorstr.h
+ #include dixstruct.h
diff --git a/debian/patches/series b/debian/patches/series
index 9af5361..86df27f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -54,3 +54,4 @@ xf86-actually-set-the-compat-output-in-the-failure-c.patch
 autoconfig-fixup-tell-changed-so-randr-clients-can-t.patch
 config-add-no-removal.patch
 CVE-2013-1940.patch
+include-selection-h.patch


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ubni9-0001lc...@vasks.debian.org



xorg-server: Changes to 'ubuntu'

2013-05-13 Thread Maarten Lankhorst
 debian/changelog  |
7 +
 debian/patches/dri1-fix-dri1-startup-since-459c6da0f907ba33d733c7e6.patch |   
52 ++
 debian/patches/series |
1 
 3 files changed, 60 insertions(+)

New commits:
commit beeca7cf09872350afcf81c2263e91e8bab5f060
Author: Tormod Volden debian.tor...@gmail.com
Date:   Mon May 13 09:38:04 2013 +0200

Cherry-pick patch from 1.14 to fix DRI1 regression. (LP: #1083032)

- dri1-fix-dri1-startup-since-459c6da0f907ba33d733c7e6.patch

diff --git a/debian/changelog b/debian/changelog
index 96072ac..7694365 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xorg-server (2:1.13.3-0ubuntu9) saucy; urgency=low
+
+  * Cherry-pick patch from 1.14 to fix DRI1 regression. (LP: #1083032)
+- dri1-fix-dri1-startup-since-459c6da0f907ba33d733c7e6.patch
+
+ -- Tormod Volden debian.tor...@gmail.com  Sun, 12 May 2013 11:30:46 +0200
+
 xorg-server (2:1.13.3-0ubuntu8) saucy; urgency=low
 
   * Fixup build error on saucy.
diff --git 
a/debian/patches/dri1-fix-dri1-startup-since-459c6da0f907ba33d733c7e6.patch 
b/debian/patches/dri1-fix-dri1-startup-since-459c6da0f907ba33d733c7e6.patch
new file mode 100644
index 000..81a156f
--- /dev/null
+++ b/debian/patches/dri1-fix-dri1-startup-since-459c6da0f907ba33d733c7e6.patch
@@ -0,0 +1,52 @@
+From 785af88ab0120036e0ce3d0139f3c560ff71e10b Mon Sep 17 00:00:00 2001
+From: Dave Airlie airl...@redhat.com
+Date: Wed, 26 Sep 2012 16:16:40 +1000
+Subject: [PATCH] dri1: fix dri1 startup since
+ 459c6da0f907ba33d733c7e62a116184ba2f14e5
+
+This commit regresses dri1 since it moves the drmSetServerInfo from being
+called at module load time to extension init time. However DRIScreenInit
+relies on this being called before it gets control.
+
+This patches moves the call into DRIScreenInit and seems to work here.
+
+Signed-off-by: Dave Airlie airl...@redhat.com
+---
+ hw/xfree86/dri/dri.c |7 +--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+diff --git a/hw/xfree86/dri/dri.c b/hw/xfree86/dri/dri.c
+index 398178e..6292e87 100644
+--- a/hw/xfree86/dri/dri.c
 b/hw/xfree86/dri/dri.c
+@@ -320,6 +320,7 @@ DRIScreenInit(ScreenPtr pScreen, DRIInfoPtr pDRIInfo, int 
*pDRMFD)
+ ScrnInfoPtr pScrn = xf86ScreenToScrn(pScreen);
+ DRIContextFlags flags = 0;
+ DRIContextPrivPtr pDRIContextPriv;
++static Bool drm_server_inited;
+ 
+ /* If the DRI extension is disabled, do not initialize the DRI */
+ if (noXFree86DRIExtension) {
+@@ -345,6 +346,10 @@ DRIScreenInit(ScreenPtr pScreen, DRIInfoPtr pDRIInfo, int 
*pDRMFD)
+ return FALSE;
+ }
+ #endif
++if (drm_server_inited == FALSE) {
++drmSetServerInfo(DRIDRMServerInfo);
++drm_server_inited = TRUE;
++}
+ 
+ if (!DRIOpenDRMMaster(pScrn, pDRIInfo-SAREASize,
+   pDRIInfo-busIdString, pDRIInfo-drmDriverName))
+@@ -791,8 +796,6 @@ DRIExtensionInit(void)
+ 
+ RegisterBlockAndWakeupHandlers(DRIBlockHandler, DRIWakeupHandler, NULL);
+ 
+-drmSetServerInfo(DRIDRMServerInfo);
+-
+ return TRUE;
+ }
+ 
+-- 
+1.7.10.4
+
diff --git a/debian/patches/series b/debian/patches/series
index 86df27f..7cc09b9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -39,6 +39,7 @@ xf86-dont-enable-gpuscreens.patch
 500_pointer_barrier_thresholds.diff
 ## upstream patches
 os-use-libunwind-to-generate-backtraces.patch
+dri1-fix-dri1-startup-since-459c6da0f907ba33d733c7e6.patch
 
 # hybrid graphics fixes for xserver 1.13
 228_autobind_gpu.patch


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ubnj4-0003ff...@vasks.debian.org



Bug#708031: compiz-gtk: Icons disappears or replaced with monitor icon

2013-05-13 Thread Daniel Huhardeaux


Add: starting Chromium gives a red toolbar, only readable information is 
New TAB, favorits links and menu. URL area is blank, no icons nor 
indication about close, maximize, minimize, parameters icon also 
disappear. On mouse information (text when mouse is over a button) is 
OK. Web pages are shown as they should.


With Iceweasel everything is OK

--
Daniel


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/5190e0f3.1070...@tootai.net



Bug#707068: GF108GL Massive graphics corruption

2013-05-13 Thread Bastien ROUCARIÈS
Le mardi 7 mai 2013 20:26:31, Sven Joachim a écrit :
 On 2013-05-07 10:42 +0200, Bastien ROUCARIÈS wrote:
  Package: xserver-xorg-video-nouveau
  Version: 1:1.0.7-1
  Severity: important
  
  Dear Maintainer,
  
  Try to reproduce #699534 I get a new bug a massive graphics corruption,
  that I could reproduce quickly.
  
  How can I help this time ?
 
 Not sure if this is related to the 3D driver… could you please try to
 deactivate it?  To do so, run
 
 echo LIBGL_ALWAYS_SOFTWARE=1  /etc/environment
 
 and restart your display manager.

After one day no corruption.

Bastien
 
 Cheers,
Sven

-- 
Dr-Ing Bastien ROUCARIÈS Université de Cergy/SATIE ENS Cachan


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/31140367.23858.1368460423901.JavaMail.root@kuzco



Bug#707068: GF108GL Massive graphics corruption

2013-05-13 Thread Sven Joachim
Control: reassign -1 libgl1-mesa-dri 8.0.5-4

On 2013-05-13 17:53 +0200, Bastien ROUCARIÈS wrote:

 Le mardi 7 mai 2013 20:26:31, Sven Joachim a écrit :
 On 2013-05-07 10:42 +0200, Bastien ROUCARIÈS wrote:
  Package: xserver-xorg-video-nouveau
  Version: 1:1.0.7-1
  Severity: important
  
  Dear Maintainer,
  
  Try to reproduce #699534 I get a new bug a massive graphics corruption,
  that I could reproduce quickly.
  
  How can I help this time ?
 
 Not sure if this is related to the 3D driver… could you please try to
 deactivate it?  To do so, run
 
 echo LIBGL_ALWAYS_SOFTWARE=1  /etc/environment
 
 and restart your display manager.

 After one day no corruption.

Thanks, reassigning to the package with the 3D driver then.
Investigation will have to wait until there's a newer Mesa version in
the archive.

Cheers,
   Sven


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87d2suu9ks@turtle.gmx.de



Processed: Re: Bug#707068: GF108GL Massive graphics corruption

2013-05-13 Thread Debian Bug Tracking System
Processing control commands:

 reassign -1 libgl1-mesa-dri 8.0.5-4
Bug #707068 [xserver-xorg-video-nouveau] GF108GL Massive graphics corruption
Bug reassigned from package 'xserver-xorg-video-nouveau' to 'libgl1-mesa-dri'.
No longer marked as found in versions xserver-xorg-video-nouveau/1:1.0.7-1.
Ignoring request to alter fixed versions of bug #707068 to the same values 
previously set
Bug #707068 [libgl1-mesa-dri] GF108GL Massive graphics corruption
Marked as found in versions mesa/8.0.5-4.

-- 
707068: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=707068
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.b707068.13684626074228.transcr...@bugs.debian.org



Bug#708055: Needs real re-upload

2013-05-13 Thread Sven-Haegar Koch
hallo,

I suppose binary-rebuilds are broken for multiarch packages, mesa needs 
a real re-upload (with most likely only the changelog adapted) - the 
auto-generated changelog entries are really different, not just a gz 
problem:


i386:
-
mesa (8.0.5-4+b1) sid; urgency=low

  * Binary-only non-maintainer upload for i386; no source changes.
  * Rebuild against libffi6

 -- i386 Build Daemon (murphy) buildd_i386-mur...@buildd.debian.org  Sun, 12 
May 2013 09:36:04 +


amd64:
--
mesa (8.0.5-4+b1) sid; urgency=low

  * Binary-only non-maintainer upload for amd64; no source changes.
  * Rebuild against libffi6

 -- amd64 Builddd Daemon (barber) buildd_amd64-bar...@buildd.debian.org  Sun, 
12 May 2013 09:40:10 +


c'ya
sven-haegar

-- 
Three may keep a secret, if two of them are dead.
- Ben F.


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/alpine.deb.2.02.1305131820110.8...@aurora64.sdinet.de



Processed (with 1 errors): more merges

2013-05-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 package libgl1-mesa-glx
Limiting to bugs with field 'package' containing at least one of 
'libgl1-mesa-glx'
Limit currently set to 'package':'libgl1-mesa-glx'

 merge 708029 708097 708108
Bug #708029 [libgl1-mesa-glx] libgl1-mesa-glx: Update fails due to different 
changelog.Debian.gz in amd64 and i386
Bug #708091 [libgl1-mesa-glx] libgl1-mesa-glx: trying to overwrite shared 
'/usr/share/doc/libgl1-mesa-glx/changelog.Debian.gz - all mesa packages
Bug #708091 [libgl1-mesa-glx] libgl1-mesa-glx: trying to overwrite shared 
'/usr/share/doc/libgl1-mesa-glx/changelog.Debian.gz - all mesa packages
Bug #708097 [libgl1-mesa-glx] libgl1-mesa-glx: Cyclic dependency between 
libgl1-mesa-glx libglapi-mesa - fails to upgrade
Bug #708108 [libgl1-mesa-glx] libgl1-mesa-glx: Can't be updated as others mesa 
packages are depending on 8.0.5-4+b1
Merged 708029 708091 708097 708108
 forcemerge 708029 708055
Bug #708029 [libgl1-mesa-glx] libgl1-mesa-glx: Update fails due to different 
changelog.Debian.gz in amd64 and i386
Bug #708091 [libgl1-mesa-glx] libgl1-mesa-glx: trying to overwrite shared 
'/usr/share/doc/libgl1-mesa-glx/changelog.Debian.gz - all mesa packages
Bug #708097 [libgl1-mesa-glx] libgl1-mesa-glx: Cyclic dependency between 
libgl1-mesa-glx libglapi-mesa - fails to upgrade
Bug #708108 [libgl1-mesa-glx] libgl1-mesa-glx: Can't be updated as others mesa 
packages are depending on 8.0.5-4+b1
package: libglapi-mesa' does not match at least one of libgl1-mesa-glx
Failed to forcibly merge 708029: limit failed for bugs: 708097, 708108, 708055, 
708029, 708091.

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
708029: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708029
708091: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708091
708097: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708097
708108: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708108
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13684802841078.transcr...@bugs.debian.org