Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mesa: remove ocl-icd from mesa-opencl deps
@ 2020-05-14 20:44 st3r4g
  2020-05-15 16:34 ` ahesford
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: st3r4g @ 2020-05-14 20:44 UTC (permalink / raw)
  To: ml

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

There is a new pull request by st3r4g against master on the void-packages repository

https://github.com/st3r4g/void-packages mesa-opencl-deps
https://github.com/void-linux/void-packages/pull/21975

mesa: remove ocl-icd from mesa-opencl deps
Closes #21899

didn't feel like revbumping just for this, mesa gets updated quite often

A patch file from https://github.com/void-linux/void-packages/pull/21975.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mesa-opencl-deps-21975.patch --]
[-- Type: text/x-diff, Size: 709 bytes --]

From a7003c8bf0d37ea19c2f96483bb1a3df99fca646 Mon Sep 17 00:00:00 2001
From: Stefano Ragni <st3r4g@protonmail.com>
Date: Thu, 14 May 2020 22:35:59 +0200
Subject: [PATCH] mesa: remove ocl-icd from mesa-opencl deps

---
 srcpkgs/mesa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template
index 4c6046a3c45..792cb1df5b0 100644
--- a/srcpkgs/mesa/template
+++ b/srcpkgs/mesa/template
@@ -245,7 +245,7 @@ libxatracker_package() {
 
 mesa-opencl_package() {
 	short_desc="Mesa implementation of OpenCL (r600+ only)"
-	depends="libclc-git ocl-icd"
+	depends="libclc-git"
 	pkg_install() {
 		vmove etc/OpenCL
 		vmove "usr/lib/libMesaOpenCL.so.*"

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

* Re: mesa: remove ocl-icd from mesa-opencl deps
  2020-05-14 20:44 [PR PATCH] mesa: remove ocl-icd from mesa-opencl deps st3r4g
@ 2020-05-15 16:34 ` ahesford
  2020-05-15 17:14 ` [PR PATCH] [Updated] " st3r4g
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ahesford @ 2020-05-15 16:34 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/21975#issuecomment-629359028

Comment:
Looks good to me

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

* Re: [PR PATCH] [Updated] mesa: remove ocl-icd from mesa-opencl deps
  2020-05-14 20:44 [PR PATCH] mesa: remove ocl-icd from mesa-opencl deps st3r4g
  2020-05-15 16:34 ` ahesford
@ 2020-05-15 17:14 ` st3r4g
  2020-05-15 20:59 ` mesa: update to 20.0.7, " HadetTheUndying
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: st3r4g @ 2020-05-15 17:14 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by st3r4g against master on the void-packages repository

https://github.com/st3r4g/void-packages mesa-opencl-deps
https://github.com/void-linux/void-packages/pull/21975

mesa: remove ocl-icd from mesa-opencl deps
Closes #21899

didn't feel like revbumping just for this, mesa gets updated quite often

A patch file from https://github.com/void-linux/void-packages/pull/21975.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mesa-opencl-deps-21975.patch --]
[-- Type: text/x-diff, Size: 1815 bytes --]

From a7003c8bf0d37ea19c2f96483bb1a3df99fca646 Mon Sep 17 00:00:00 2001
From: Stefano Ragni <st3r4g@protonmail.com>
Date: Thu, 14 May 2020 22:35:59 +0200
Subject: [PATCH 1/2] mesa: remove ocl-icd from mesa-opencl deps

---
 srcpkgs/mesa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template
index 4c6046a3c45..792cb1df5b0 100644
--- a/srcpkgs/mesa/template
+++ b/srcpkgs/mesa/template
@@ -245,7 +245,7 @@ libxatracker_package() {
 
 mesa-opencl_package() {
 	short_desc="Mesa implementation of OpenCL (r600+ only)"
-	depends="libclc-git ocl-icd"
+	depends="libclc-git"
 	pkg_install() {
 		vmove etc/OpenCL
 		vmove "usr/lib/libMesaOpenCL.so.*"

From d15c316673a994507540f5be65d7c2cbcf5a9278 Mon Sep 17 00:00:00 2001
From: Stefano Ragni <st3r4g@protonmail.com>
Date: Fri, 15 May 2020 19:14:29 +0200
Subject: [PATCH 2/2] mesa: update to 20.0.7

---
 srcpkgs/mesa/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template
index 792cb1df5b0..a112e3cab20 100644
--- a/srcpkgs/mesa/template
+++ b/srcpkgs/mesa/template
@@ -1,7 +1,7 @@
 # Template file for 'mesa'
 pkgname=mesa
-version=20.0.6
-revision=2
+version=20.0.7
+revision=1
 wrksrc="mesa-${version}"
 build_style=meson
 configure_args="-Dglvnd=true -Dshared-glapi=true -Dgbm=true -Degl=true
@@ -23,7 +23,7 @@ license="MIT, LGPL-2.1-or-later"
 homepage="https://www.mesa3d.org/"
 changelog="https://www.mesa3d.org/relnotes/${version}.html"
 distfiles="https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
-checksum=30b5d8e9201a01a0e88e18bb79850e67b1d28443b34c4c5cacad4bd10f668b96
+checksum=fe6e258fe772c3cd2ac01741bf7408058c3ac02d66acff9a6e669bd72e3ea178
 
 build_options="wayland"
 build_options_default="wayland"

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

* Re: mesa: update to 20.0.7, remove ocl-icd from mesa-opencl deps
  2020-05-14 20:44 [PR PATCH] mesa: remove ocl-icd from mesa-opencl deps st3r4g
  2020-05-15 16:34 ` ahesford
  2020-05-15 17:14 ` [PR PATCH] [Updated] " st3r4g
@ 2020-05-15 20:59 ` HadetTheUndying
  2020-05-15 21:07 ` st3r4g
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: HadetTheUndying @ 2020-05-15 20:59 UTC (permalink / raw)
  To: ml

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

New comment by HadetTheUndying on void-packages repository

https://github.com/void-linux/void-packages/pull/21975#issuecomment-629480415

Comment:
https://www.reddit.com/r/archlinux/comments/gkft1u/mesa_2007_results_in_xorg_crash/

Looks like there have been two updates on Arch's end today, both are resulting is users complaining of crashes.

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

* Re: mesa: update to 20.0.7, remove ocl-icd from mesa-opencl deps
  2020-05-14 20:44 [PR PATCH] mesa: remove ocl-icd from mesa-opencl deps st3r4g
                   ` (2 preceding siblings ...)
  2020-05-15 20:59 ` mesa: update to 20.0.7, " HadetTheUndying
@ 2020-05-15 21:07 ` st3r4g
  2020-05-15 21:08 ` st3r4g
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: st3r4g @ 2020-05-15 21:07 UTC (permalink / raw)
  To: ml

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

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/pull/21975#issuecomment-629484948

Comment:
I've seen it, but that's probably due to Arch compiling with gcc 10. Void is still on 9. Anyway, I'm building 20.0.7 locally to try it out just to be sure

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

* Re: mesa: update to 20.0.7, remove ocl-icd from mesa-opencl deps
  2020-05-14 20:44 [PR PATCH] mesa: remove ocl-icd from mesa-opencl deps st3r4g
                   ` (3 preceding siblings ...)
  2020-05-15 21:07 ` st3r4g
@ 2020-05-15 21:08 ` st3r4g
  2020-05-15 21:14 ` HadetTheUndying
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: st3r4g @ 2020-05-15 21:08 UTC (permalink / raw)
  To: ml

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

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/pull/21975#issuecomment-629484948

Comment:
I've seen it, but that's probably due to Arch compiling with gcc 10 (a gcc bug). Void is still on 9. Anyway, I'm building 20.0.7 locally to try it out just to be sure

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

* Re: mesa: update to 20.0.7, remove ocl-icd from mesa-opencl deps
  2020-05-14 20:44 [PR PATCH] mesa: remove ocl-icd from mesa-opencl deps st3r4g
                   ` (4 preceding siblings ...)
  2020-05-15 21:08 ` st3r4g
@ 2020-05-15 21:14 ` HadetTheUndying
  2020-05-15 21:21 ` st3r4g
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: HadetTheUndying @ 2020-05-15 21:14 UTC (permalink / raw)
  To: ml

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

New comment by HadetTheUndying on void-packages repository

https://github.com/void-linux/void-packages/pull/21975#issuecomment-629489091

Comment:
@st3r4g I'll test it with nouveau in a bit just to be sure, but yeah it seems to be working fine for me now that i finished building.

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

* Re: mesa: update to 20.0.7, remove ocl-icd from mesa-opencl deps
  2020-05-14 20:44 [PR PATCH] mesa: remove ocl-icd from mesa-opencl deps st3r4g
                   ` (5 preceding siblings ...)
  2020-05-15 21:14 ` HadetTheUndying
@ 2020-05-15 21:21 ` st3r4g
  2020-05-15 21:22 ` st3r4g
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: st3r4g @ 2020-05-15 21:21 UTC (permalink / raw)
  To: ml

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

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/pull/21975#issuecomment-629493865

Comment:
Same here, Xwayland crashes were experienced by Arch users but Firefox on Xwayland is running fine here (`x86_64-musl`, `sway`)

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

* Re: mesa: update to 20.0.7, remove ocl-icd from mesa-opencl deps
  2020-05-14 20:44 [PR PATCH] mesa: remove ocl-icd from mesa-opencl deps st3r4g
                   ` (6 preceding siblings ...)
  2020-05-15 21:21 ` st3r4g
@ 2020-05-15 21:22 ` st3r4g
  2020-05-15 21:23 ` st3r4g
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: st3r4g @ 2020-05-15 21:22 UTC (permalink / raw)
  To: ml

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

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/pull/21975#issuecomment-629493865

Comment:
Same here, Xwayland crashes were experienced by Arch users but Firefox on Xwayland is running fine here (`x86_64-musl`, `sway`, Intel GPU)

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

* Re: mesa: update to 20.0.7, remove ocl-icd from mesa-opencl deps
  2020-05-14 20:44 [PR PATCH] mesa: remove ocl-icd from mesa-opencl deps st3r4g
                   ` (7 preceding siblings ...)
  2020-05-15 21:22 ` st3r4g
@ 2020-05-15 21:23 ` st3r4g
  2020-05-15 21:25 ` st3r4g
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: st3r4g @ 2020-05-15 21:23 UTC (permalink / raw)
  To: ml

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

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/pull/21975#issuecomment-629493865

Comment:
Same here, Arch users experienced Xwayland crashes but Firefox on Xwayland is running fine here (`x86_64-musl`, `sway`, Intel GPU)

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

* Re: mesa: update to 20.0.7, remove ocl-icd from mesa-opencl deps
  2020-05-14 20:44 [PR PATCH] mesa: remove ocl-icd from mesa-opencl deps st3r4g
                   ` (8 preceding siblings ...)
  2020-05-15 21:23 ` st3r4g
@ 2020-05-15 21:25 ` st3r4g
  2020-05-17  0:06 ` HadetTheUndying
  2020-05-23  8:44 ` [PR PATCH] [Merged]: " Hoshpak
  11 siblings, 0 replies; 13+ messages in thread
From: st3r4g @ 2020-05-15 21:25 UTC (permalink / raw)
  To: ml

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

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/pull/21975#issuecomment-629496220

Comment:
> both are resulting is users complaining of crashes.

I thought they fixed it with the second revision

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

* Re: mesa: update to 20.0.7, remove ocl-icd from mesa-opencl deps
  2020-05-14 20:44 [PR PATCH] mesa: remove ocl-icd from mesa-opencl deps st3r4g
                   ` (9 preceding siblings ...)
  2020-05-15 21:25 ` st3r4g
@ 2020-05-17  0:06 ` HadetTheUndying
  2020-05-23  8:44 ` [PR PATCH] [Merged]: " Hoshpak
  11 siblings, 0 replies; 13+ messages in thread
From: HadetTheUndying @ 2020-05-17  0:06 UTC (permalink / raw)
  To: ml

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

New comment by HadetTheUndying on void-packages repository

https://github.com/void-linux/void-packages/pull/21975#issuecomment-629722253

Comment:
@st3r4g confirmed that rivision 2 fixed it on the Arch end of things just updating my previous post. No issues on Void at all, should be fine to merge.

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

* Re: [PR PATCH] [Merged]: mesa: update to 20.0.7, remove ocl-icd from mesa-opencl deps
  2020-05-14 20:44 [PR PATCH] mesa: remove ocl-icd from mesa-opencl deps st3r4g
                   ` (10 preceding siblings ...)
  2020-05-17  0:06 ` HadetTheUndying
@ 2020-05-23  8:44 ` Hoshpak
  11 siblings, 0 replies; 13+ messages in thread
From: Hoshpak @ 2020-05-23  8:44 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

mesa: update to 20.0.7, remove ocl-icd from mesa-opencl deps
https://github.com/void-linux/void-packages/pull/21975

Description:
Closes #21899

~~didn't feel like revbumping just for this, mesa gets updated quite often~~
updated also

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

end of thread, other threads:[~2020-05-23  8:44 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-14 20:44 [PR PATCH] mesa: remove ocl-icd from mesa-opencl deps st3r4g
2020-05-15 16:34 ` ahesford
2020-05-15 17:14 ` [PR PATCH] [Updated] " st3r4g
2020-05-15 20:59 ` mesa: update to 20.0.7, " HadetTheUndying
2020-05-15 21:07 ` st3r4g
2020-05-15 21:08 ` st3r4g
2020-05-15 21:14 ` HadetTheUndying
2020-05-15 21:21 ` st3r4g
2020-05-15 21:22 ` st3r4g
2020-05-15 21:23 ` st3r4g
2020-05-15 21:25 ` st3r4g
2020-05-17  0:06 ` HadetTheUndying
2020-05-23  8:44 ` [PR PATCH] [Merged]: " Hoshpak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).