GNU bug report logs - #64044
[PATCH] gnu: mesa: Fix VDPAU drivers path.

Previous Next

Package: guix-patches;

Reported by: Guillaume Le Vaillant <glv <at> posteo.net>

Date: Tue, 13 Jun 2023 13:12:01 UTC

Severity: normal

Tags: patch

Done: John Kehayias <john.kehayias <at> protonmail.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 64044 in the body.
You can then email your comments to 64044 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#64044; Package guix-patches. (Tue, 13 Jun 2023 13:12:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Guillaume Le Vaillant <glv <at> posteo.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 13 Jun 2023 13:12:01 GMT) Full text and rfc822 format available.

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

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Guillaume Le Vaillant <glv <at> posteo.net>
Subject: [PATCH] gnu: mesa: Fix VDPAU drivers path.
Date: Tue, 13 Jun 2023 13:10:43 +0000
The VDPAU_DRIVER_PATH environment variable must contain only one directory.

* gnu/packages/gl.scm (mesa)[native-search-paths]: Fix specification for
  VDPAU_DRIVER_PATH.
---
 gnu/packages/gl.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 9885bde712..a5b5ade22a 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -517,6 +517,7 @@ (define-public mesa
      (list (search-path-specification
             ;; Ensure the Mesa VDPAU drivers can be found.
             (variable "VDPAU_DRIVER_PATH")
+            (separator #f)
             (files '("lib/vdpau")))))
     (home-page "https://mesa3d.org/")
     (synopsis "OpenGL and Vulkan implementations")

base-commit: b94cbbbce70f59b795526a0ed305facf041e6faa
-- 
2.40.1





Information forwarded to guix-patches <at> gnu.org:
bug#64044; Package guix-patches. (Thu, 29 Jun 2023 16:04:02 GMT) Full text and rfc822 format available.

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

From: John Kehayias <john.kehayias <at> protonmail.com>
To: Guillaume Le Vaillant <glv <at> posteo.net>
Cc: 64044 <at> debbugs.gnu.org
Subject: Re: bug#64044: [PATCH] gnu: mesa: Fix VDPAU drivers path.
Date: Thu, 29 Jun 2023 16:03:04 +0000
Hi Guillaume,

On Tue, Jun 13, 2023 at 01:10 PM, Guillaume Le Vaillant wrote:

> The VDPAU_DRIVER_PATH environment variable must contain only one directory.
>
> * gnu/packages/gl.scm (mesa)[native-search-paths]: Fix specification for
>   VDPAU_DRIVER_PATH.
> ---
>  gnu/packages/gl.scm | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
> index 9885bde712..a5b5ade22a 100644
> --- a/gnu/packages/gl.scm
> +++ b/gnu/packages/gl.scm
> @@ -517,6 +517,7 @@ (define-public mesa
>       (list (search-path-specification
>              ;; Ensure the Mesa VDPAU drivers can be found.
>              (variable "VDPAU_DRIVER_PATH")
> +            (separator #f)
>              (files '("lib/vdpau")))))
>      (home-page "https://mesa3d.org/")
>      (synopsis "OpenGL and Vulkan implementations")
>
> base-commit: b94cbbbce70f59b795526a0ed305facf041e6faa

Thanks. I'm applying this on a mesa-updates branch which will appear
soon and you can see discussion on guix-devel. My plan is to have this
built with the mesa update (to 23.1.3) and then merge to master.

John





Information forwarded to guix-patches <at> gnu.org:
bug#64044; Package guix-patches. (Fri, 30 Jun 2023 12:44:01 GMT) Full text and rfc822 format available.

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

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: John Kehayias <john.kehayias <at> protonmail.com>
Cc: 64044 <at> debbugs.gnu.org
Subject: Re: bug#64044: [PATCH] gnu: mesa: Fix VDPAU drivers path.
Date: Fri, 30 Jun 2023 12:42:10 +0000
[Message part 1 (text/plain, inline)]
John Kehayias <john.kehayias <at> protonmail.com> skribis:

> I'm applying this on a mesa-updates branch which will appear
> soon and you can see discussion on guix-devel. My plan is to have this
> built with the mesa update (to 23.1.3) and then merge to master.

Ok, thanks.
[signature.asc (application/pgp-signature, inline)]

Reply sent to John Kehayias <john.kehayias <at> protonmail.com>:
You have taken responsibility. (Mon, 31 Jul 2023 15:22:02 GMT) Full text and rfc822 format available.

Notification sent to Guillaume Le Vaillant <glv <at> posteo.net>:
bug acknowledged by developer. (Mon, 31 Jul 2023 15:22:02 GMT) Full text and rfc822 format available.

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

From: John Kehayias <john.kehayias <at> protonmail.com>
To: Guillaume Le Vaillant <glv <at> posteo.net>
Cc: 64044-done <at> debbugs.gnu.org
Subject: Re: bug#64044: [PATCH] gnu: mesa: Fix VDPAU drivers path.
Date: Mon, 31 Jul 2023 15:21:35 +0000
On Fri, Jun 30, 2023 at 12:42 PM, Guillaume Le Vaillant wrote:

> John Kehayias <john.kehayias <at> protonmail.com> skribis:
>
>> I'm applying this on a mesa-updates branch which will appear
>> soon and you can see discussion on guix-devel. My plan is to have this
>> built with the mesa update (to 23.1.3) and then merge to master.
>
> Ok, thanks.

Pushed as c7cf2efb7abcc7a5a7ce9606c9d876d00ddde9ad. Thanks!





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 29 Aug 2023 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 346 days ago.

Previous Next


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