public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in profiles/targets/desktop/kde: package.mask
@ 2013-12-01 21:40 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas HAttel (dilfridge) @ 2013-12-01 21:40 UTC (permalink / raw
  To: gentoo-commits

dilfridge    13/12/01 21:40:28

  Added:                package.mask
  Log:
  Mask recent nvidia drivers in KDE profiles because of sigprocmask corruption, bug 487558

Revision  Changes    Path
1.1                  profiles/targets/desktop/kde/package.mask

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/desktop/kde/package.mask?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/desktop/kde/package.mask?rev=1.1&content-type=text/plain

Index: package.mask
===================================================================

# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/kde/package.mask,v 1.1 2013/12/01 21:40:28 dilfridge Exp $
#
# When you add an entry to the top of this file, add your name, the date, and
# an explanation of why something is getting masked. Please be extremely
# careful not to commit atoms that are not valid, as it can cause large-scale
# breakage, especially if it ends up in the daily snapshot.

# Andreas K. Huettel <dilfridge@gentoo.org> (1 Dec 2013)
# Mask recent nvidia drivers because of sigprocmask corruption, bug 487558
# (this hits akonadi and makes significant parts of KDE hang)
>x11-drivers/nvidia-drivers-325.15





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in profiles/targets/desktop/kde: package.mask
@ 2014-01-05 16:50 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas HAttel (dilfridge) @ 2014-01-05 16:50 UTC (permalink / raw
  To: gentoo-commits

dilfridge    14/01/05 16:50:46

  Modified:             package.mask
  Log:
  Make nvidia-drivers mask more stringent, since according to user reports also 319.76 seems to be affected

Revision  Changes    Path
1.2                  profiles/targets/desktop/kde/package.mask

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/desktop/kde/package.mask?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/desktop/kde/package.mask?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/desktop/kde/package.mask?r1=1.1&r2=1.2

Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/targets/desktop/kde/package.mask,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- package.mask	1 Dec 2013 21:40:28 -0000	1.1
+++ package.mask	5 Jan 2014 16:50:46 -0000	1.2
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/kde/package.mask,v 1.1 2013/12/01 21:40:28 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/kde/package.mask,v 1.2 2014/01/05 16:50:46 dilfridge Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -9,4 +9,5 @@
 # Andreas K. Huettel <dilfridge@gentoo.org> (1 Dec 2013)
 # Mask recent nvidia drivers because of sigprocmask corruption, bug 487558
 # (this hits akonadi and makes significant parts of KDE hang)
->x11-drivers/nvidia-drivers-325.15
+=x11-drivers/nvidia-drivers-319*
+=x11-drivers/nvidia-drivers-331*





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in profiles/targets/desktop/kde: package.mask
@ 2014-01-14 18:02 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas HAttel (dilfridge) @ 2014-01-14 18:02 UTC (permalink / raw
  To: gentoo-commits

dilfridge    14/01/14 18:02:27

  Modified:             package.mask
  Log:
  Unmask nvidia-drivers-331.38 since the signal mask bug is hopefully fixed there

Revision  Changes    Path
1.3                  profiles/targets/desktop/kde/package.mask

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/desktop/kde/package.mask?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/desktop/kde/package.mask?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/desktop/kde/package.mask?r1=1.2&r2=1.3

Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/targets/desktop/kde/package.mask,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- package.mask	5 Jan 2014 16:50:46 -0000	1.2
+++ package.mask	14 Jan 2014 18:02:27 -0000	1.3
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/kde/package.mask,v 1.2 2014/01/05 16:50:46 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/kde/package.mask,v 1.3 2014/01/14 18:02:27 dilfridge Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -10,4 +10,4 @@
 # Mask recent nvidia drivers because of sigprocmask corruption, bug 487558
 # (this hits akonadi and makes significant parts of KDE hang)
 =x11-drivers/nvidia-drivers-319*
-=x11-drivers/nvidia-drivers-331*
+=x11-drivers/nvidia-drivers-331.20





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in profiles/targets/desktop/kde: package.mask
@ 2014-03-31 22:14 Tom Wijsman (tomwij)
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Wijsman (tomwij) @ 2014-03-31 22:14 UTC (permalink / raw
  To: gentoo-commits

tomwij      14/03/31 22:14:36

  Removed:              package.mask
  Log:
  [QA] Remove obsolete KDE broken NVIDIA drivers sigprocmask mask.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-03-31 22:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-31 22:14 [gentoo-commits] gentoo-x86 commit in profiles/targets/desktop/kde: package.mask Tom Wijsman (tomwij)
  -- strict thread matches above, loose matches on Subject: below --
2014-01-14 18:02 Andreas HAttel (dilfridge)
2014-01-05 16:50 Andreas HAttel (dilfridge)
2013-12-01 21:40 Andreas HAttel (dilfridge)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox