all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#30628] [PATCH staging] gnu: mesa: Update to 17.3.6.
@ 2018-02-27  9:49 Rutger Helling
  2018-02-27 14:59 ` Mesa emergency release Marius Bakke
       [not found] ` <handler.30628.B.151972502611757.ack@debbugs.gnu.org>
  0 siblings, 2 replies; 4+ messages in thread
From: Rutger Helling @ 2018-02-27  9:49 UTC (permalink / raw)
  To: 30628


[-- Attachment #1.1: Type: text/plain, Size: 305 bytes --]

This patch updates Mesa to 17.3.6 in staging. I didn't push it right
away, since I know the plan was to merge staging in a few days.

However, I do recommend we push this patch in before, since apparently
17.3.6 fixes a number of problems with Intel GPU hangups that are
present in the 17.3 series.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-mesa-Update-to-17.3.6.patch --]
[-- Type: text/x-patch, Size: 1192 bytes --]

From 06c117103e0b52e247c5141f956ad75d49be92d7 Mon Sep 17 00:00:00 2001
From: Rutger Helling <rhelling@mykolab.com>
Date: Tue, 27 Feb 2018 08:27:36 +0100
Subject: [PATCH] gnu: mesa: Update to 17.3.6.

* gnu/packages/gl.scm (mesa): Update to 17.3.6.
---
 gnu/packages/gl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 6ce7fbc9b..af3d1b681 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -222,7 +222,7 @@ also known as DXTn or DXTC) for Mesa.")
 (define-public mesa
   (package
     (name "mesa")
-    (version "17.3.5")
+    (version "17.3.6")
     (source
       (origin
         (method url-fetch)
@@ -234,7 +234,7 @@ also known as DXTn or DXTC) for Mesa.")
                                   version "/mesa-" version ".tar.xz")))
         (sha256
          (base32
-          "0slksyk2b3j74w6h6sv4kgnblbkmayqwb08lbhhf0wdaiby2i4pb"))
+          "1y7vawz2sbpzdqk4b60w8kfrxb2rfkdjkifyxxfx1jaasj05d4g5"))
         (patches
          (search-patches "mesa-wayland-egl-symbols-check-mips.patch"
                          "mesa-skip-disk-cache-test.patch"))))
-- 
2.16.2


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Mesa emergency release
  2018-02-27  9:49 [bug#30628] [PATCH staging] gnu: mesa: Update to 17.3.6 Rutger Helling
@ 2018-02-27 14:59 ` Marius Bakke
  2018-02-27 15:37   ` Rutger Helling
       [not found] ` <handler.30628.B.151972502611757.ack@debbugs.gnu.org>
  1 sibling, 1 reply; 4+ messages in thread
From: Marius Bakke @ 2018-02-27 14:59 UTC (permalink / raw)
  To: Rutger Helling, 30628; +Cc: guix-devel

[-- Attachment #1: Type: text/plain, Size: 830 bytes --]

Hi!

(+CC guix-devel for visibility)

Rutger Helling <rhelling@mykolab.com> writes:

> This patch updates Mesa to 17.3.6 in staging. I didn't push it right
> away, since I know the plan was to merge staging in a few days.
>
> However, I do recommend we push this patch in before, since apparently
> 17.3.6 fixes a number of problems with Intel GPU hangups that are
> present in the 17.3 series.

Here is the release announcement:

https://lists.freedesktop.org/archives/mesa-announce/2018-February/000403.html

According to the announcement, the regressions were introduced in the
development of 17.3, so we've already had the bugs for a while.

Since updating mesa now would cause a lot of new rebuilds, I think we
should wait.  However, we could graft it if we get reports about GPU
lockups, or maybe even pre-emptively.  WDYT?

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

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

* Re: Mesa emergency release
  2018-02-27 14:59 ` Mesa emergency release Marius Bakke
@ 2018-02-27 15:37   ` Rutger Helling
  0 siblings, 0 replies; 4+ messages in thread
From: Rutger Helling @ 2018-02-27 15:37 UTC (permalink / raw)
  To: Marius Bakke; +Cc: 30628, guix-devel

[-- Attachment #1: Type: text/plain, Size: 1045 bytes --]

Sounds good, I'll wait until the next staging cycle then!

On Tue, 27 Feb 2018 15:59:38 +0100
Marius Bakke <mbakke@fastmail.com> wrote:

> Hi!
> 
> (+CC guix-devel for visibility)
> 
> Rutger Helling <rhelling@mykolab.com> writes:
> 
> > This patch updates Mesa to 17.3.6 in staging. I didn't push it right
> > away, since I know the plan was to merge staging in a few days.
> >
> > However, I do recommend we push this patch in before, since
> > apparently 17.3.6 fixes a number of problems with Intel GPU hangups
> > that are present in the 17.3 series.  
> 
> Here is the release announcement:
> 
> https://lists.freedesktop.org/archives/mesa-announce/2018-February/000403.html
> 
> According to the announcement, the regressions were introduced in the
> development of 17.3, so we've already had the bugs for a while.
> 
> Since updating mesa now would cause a lot of new rebuilds, I think we
> should wait.  However, we could graft it if we get reports about GPU
> lockups, or maybe even pre-emptively.  WDYT?


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* bug#30628: ([PATCH staging] gnu: mesa: Update to 17.3.6.)
       [not found] ` <handler.30628.B.151972502611757.ack@debbugs.gnu.org>
@ 2018-02-27 15:38   ` Rutger Helling
  0 siblings, 0 replies; 4+ messages in thread
From: Rutger Helling @ 2018-02-27 15:38 UTC (permalink / raw)
  To: 30628-done

[-- Attachment #1: Type: text/plain, Size: 82 bytes --]

Closing this bug, since this will get pushed in the next staging cycle
instead.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

end of thread, other threads:[~2018-02-27 15:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-27  9:49 [bug#30628] [PATCH staging] gnu: mesa: Update to 17.3.6 Rutger Helling
2018-02-27 14:59 ` Mesa emergency release Marius Bakke
2018-02-27 15:37   ` Rutger Helling
     [not found] ` <handler.30628.B.151972502611757.ack@debbugs.gnu.org>
2018-02-27 15:38   ` bug#30628: ([PATCH staging] gnu: mesa: Update to 17.3.6.) Rutger Helling

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.