GNU bug report logs - #51827
(no subject)

Previous Next

Package: guix-patches;

Reported by: "Danny O'Brien" <danny <at> spesh.com>

Date: Sun, 14 Nov 2021 04:10:01 UTC

Severity: normal

Done: Danny O'Brien <danny <at> spesh.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 51827 in the body.
You can then email your comments to 51827 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#51827; Package guix-patches. (Sun, 14 Nov 2021 04:10:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Danny O'Brien" <danny <at> spesh.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org.

Your message did not contain a Subject field. They are recommended and useful because the title of a $gBug is determined using this field. Please remember to include a Subject field in your messages in future.

(Sun, 14 Nov 2021 04:10:01 GMT) Full text and rfc822 format available.


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Danny O'Brien" <danny <at> spesh.com>
To: <guix-patches <at> gnu.org>
Date: Sat, 13 Nov 2021 20:09:04 +4000
From e5d6ff6c4a4285c0fffe288617c3a11d31013f48 Mon Sep 17 00:00:00 2001
From: Danny O'Brien <danny <at> spesh.com>
Date: Sat, 13 Nov 2021 19:28:58 -0800
Subject: [PATCH staging] gnu: mesa: Update to 20.3.5.

* gnu/packages/gl.scm (mesa): Update to 20.3.5.
---
 gnu/packages/gl.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index a417e363bb..8ac40d41a1 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -235,7 +235,7 @@ (define libva-without-mesa
 (define-public mesa
   (package
     (name "mesa")
-    (version "20.2.4")
+    (version "20.3.5")
     (source
       (origin
         (method url-fetch)
@@ -247,9 +247,7 @@ (define-public mesa
                                   version "/mesa-" version ".tar.xz")))
         (sha256
          (base32
-          "14m09bk7akj0k02lg8fhvvzbdsashlbdsgl2cw7wbqfj2mhdqwh5"))
-        (patches
-         (search-patches "mesa-skip-tests.patch"))))
+          "1klifqyr54q8ar8sncykgqllil98q1ma4i6g9j2c18yzcggp56lh"))))
     (build-system meson-build-system)
     (propagated-inputs
       `(;; The following are in the Requires.private field of gl.pc.
@@ -296,14 +294,16 @@ (define-public mesa
        '(,@(match (%current-system)
              ((or "armhf-linux" "aarch64-linux")
               ;; TODO: Fix svga driver for non-Intel architectures.
-              '("-Dgallium-drivers=etnaviv,freedreno,kmsro,lima,nouveau,panfrost,r300,r600,swrast,tegra,v3d,vc4,virgl"))
+              (list (string-append "-Dgallium-drivers=etnaviv,freedreno,kmsro,"
+                                   "lima,nouveau,panfrost,r300,r600,swrast,"
+                                   "tegra,v3d,vc4,virgl")))
              ("powerpc64le-linux"
               '("-Dgallium-drivers=nouveau,r300,r600,radeonsi,swrast,virgl"))
              (_
               '("-Dgallium-drivers=iris,nouveau,r300,r600,radeonsi,svga,swrast,virgl")))
          ;; Enable various optional features.  TODO: opencl requires libclc,
          ;; omx requires libomxil-bellagio
-         "-Dplatforms=x11,drm,surfaceless,wayland"
+         "-Dplatforms=x11,wayland"
          "-Dglx=dri"        ;Thread Local Storage, improves performance
          ;; "-Dopencl=true"
          ;; "-Domx=true"
-- 
2.33.1





Reply sent to Danny O'Brien <danny <at> spesh.com>:
You have taken responsibility. (Sun, 14 Nov 2021 04:33:01 GMT) Full text and rfc822 format available.

Notification sent to "Danny O'Brien" <danny <at> spesh.com>:
bug acknowledged by developer. (Sun, 14 Nov 2021 04:33:02 GMT) Full text and rfc822 format available.

Message #10 received at 51827-done <at> debbugs.gnu.org (full text, mbox):

From: Danny O'Brien <danny <at> spesh.com>
To: 51827-done <at> debbugs.gnu.org.
Subject: closed - sent in error
Date: Sat, 13 Nov 2021 20:31:34 -0800
closed - sent in error




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 12 Dec 2021 12:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 97 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.