Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xorg-server: needs libxshmfence-devel
@ 2021-11-12 11:53 newbluemoon
  2021-11-12 12:12 ` ericonr
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: newbluemoon @ 2021-11-12 11:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages xorg-server
https://github.com/void-linux/void-packages/pull/34043

xorg-server: needs libxshmfence-devel
otherwise the build fails; it’s missing due to https://github.com/void-linux/void-packages/commit/32b3f0eab82a52fa37bef1a26a9a8d2afd6ccc92

@q66

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xorg-server-34043.patch --]
[-- Type: text/x-diff, Size: 1055 bytes --]

From 9d33095514200497dfdce0721ddc9911c8b56239 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Fri, 12 Nov 2021 12:47:25 +0100
Subject: [PATCH] xorg-server: needs libxshmfence-devel

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

diff --git a/srcpkgs/xorg-server/template b/srcpkgs/xorg-server/template
index 761989ce69a7..ad0030cea5d5 100644
--- a/srcpkgs/xorg-server/template
+++ b/srcpkgs/xorg-server/template
@@ -16,7 +16,7 @@ makedepends="MesaLib-devel libXaw-devel libXfont-devel libXfont2-devel
  libdmx-devel libepoxy-devel openssl-devel libtirpc-devel libxkbfile-devel
  libxkbui-devel pixman-devel xcb-util-image-devel xcb-util-keysyms-devel
  xcb-util-renderutil-devel xcb-util-wm-devel xkbcomp nettle-devel
- $(vopt_if elogind 'dbus-devel')"
+ libxshmfence-devel $(vopt_if elogind 'dbus-devel')"
 # See hw/xfree86/common/xf86Module.h. Only care for the major version.
 depends="xkeyboard-config $(vopt_if elogind 'elogind') xorg-server-common"
 checkdepends="xkeyboard-config"

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

* Re: xorg-server: needs libxshmfence-devel
  2021-11-12 11:53 [PR PATCH] xorg-server: needs libxshmfence-devel newbluemoon
@ 2021-11-12 12:12 ` ericonr
  2021-11-12 20:03 ` q66
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-11-12 12:12 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/34043#issuecomment-967065232

Comment:
I wonder if this wouldn't fit inside mesa devel deps as well... There are packages that might have fallback code paths or whatever for its lack.

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

* Re: xorg-server: needs libxshmfence-devel
  2021-11-12 11:53 [PR PATCH] xorg-server: needs libxshmfence-devel newbluemoon
  2021-11-12 12:12 ` ericonr
@ 2021-11-12 20:03 ` q66
  2021-11-12 20:10 ` [PR PATCH] [Updated] " newbluemoon
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: q66 @ 2021-11-12 20:03 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/34043#issuecomment-967450103

Comment:
in debian this is in xorg-server build-deps, so should be correct

move the dependency in a better place though, so it's clumped together with the other libx*-devel packages and not awkwardly at the end

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

* Re: [PR PATCH] [Updated] xorg-server: needs libxshmfence-devel
  2021-11-12 11:53 [PR PATCH] xorg-server: needs libxshmfence-devel newbluemoon
  2021-11-12 12:12 ` ericonr
  2021-11-12 20:03 ` q66
@ 2021-11-12 20:10 ` newbluemoon
  2021-11-12 20:11 ` newbluemoon
  2021-11-12 20:18 ` [PR PATCH] [Merged]: " q66
  4 siblings, 0 replies; 6+ messages in thread
From: newbluemoon @ 2021-11-12 20:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages xorg-server
https://github.com/void-linux/void-packages/pull/34043

xorg-server: needs libxshmfence-devel
otherwise the build fails; it’s missing due to https://github.com/void-linux/void-packages/commit/32b3f0eab82a52fa37bef1a26a9a8d2afd6ccc92

@q66

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xorg-server-34043.patch --]
[-- Type: text/x-diff, Size: 1322 bytes --]

From 13a55592f021b30a1e23e4dd41cac4566fa24976 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Fri, 12 Nov 2021 12:47:25 +0100
Subject: [PATCH] xorg-server: needs libxshmfence-devel

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

diff --git a/srcpkgs/xorg-server/template b/srcpkgs/xorg-server/template
index 761989ce69a7..2127cd7d1a30 100644
--- a/srcpkgs/xorg-server/template
+++ b/srcpkgs/xorg-server/template
@@ -14,9 +14,9 @@ hostmakedepends="pkg-config xkbcomp flex"
 makedepends="MesaLib-devel libXaw-devel libXfont-devel libXfont2-devel
  libXrender-devel libXres-devel libXtst-devel libXv-devel libXxf86dga-devel
  libdmx-devel libepoxy-devel openssl-devel libtirpc-devel libxkbfile-devel
- libxkbui-devel pixman-devel xcb-util-image-devel xcb-util-keysyms-devel
- xcb-util-renderutil-devel xcb-util-wm-devel xkbcomp nettle-devel
- $(vopt_if elogind 'dbus-devel')"
+ libxkbui-devel libxshmfence-devel pixman-devel xcb-util-image-devel
+ xcb-util-keysyms-devel xcb-util-renderutil-devel xcb-util-wm-devel xkbcomp
+ nettle-devel $(vopt_if elogind 'dbus-devel')"
 # See hw/xfree86/common/xf86Module.h. Only care for the major version.
 depends="xkeyboard-config $(vopt_if elogind 'elogind') xorg-server-common"
 checkdepends="xkeyboard-config"

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

* Re: xorg-server: needs libxshmfence-devel
  2021-11-12 11:53 [PR PATCH] xorg-server: needs libxshmfence-devel newbluemoon
                   ` (2 preceding siblings ...)
  2021-11-12 20:10 ` [PR PATCH] [Updated] " newbluemoon
@ 2021-11-12 20:11 ` newbluemoon
  2021-11-12 20:18 ` [PR PATCH] [Merged]: " q66
  4 siblings, 0 replies; 6+ messages in thread
From: newbluemoon @ 2021-11-12 20:11 UTC (permalink / raw)
  To: ml

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

New comment by newbluemoon on void-packages repository

https://github.com/void-linux/void-packages/pull/34043#issuecomment-967463274

Comment:
Done.

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

* Re: [PR PATCH] [Merged]: xorg-server: needs libxshmfence-devel
  2021-11-12 11:53 [PR PATCH] xorg-server: needs libxshmfence-devel newbluemoon
                   ` (3 preceding siblings ...)
  2021-11-12 20:11 ` newbluemoon
@ 2021-11-12 20:18 ` q66
  4 siblings, 0 replies; 6+ messages in thread
From: q66 @ 2021-11-12 20:18 UTC (permalink / raw)
  To: ml

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

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

xorg-server: needs libxshmfence-devel
https://github.com/void-linux/void-packages/pull/34043

Description:
otherwise the build fails; it’s missing due to https://github.com/void-linux/void-packages/commit/32b3f0eab82a52fa37bef1a26a9a8d2afd6ccc92

@q66

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2021-11-12 20:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-12 11:53 [PR PATCH] xorg-server: needs libxshmfence-devel newbluemoon
2021-11-12 12:12 ` ericonr
2021-11-12 20:03 ` q66
2021-11-12 20:10 ` [PR PATCH] [Updated] " newbluemoon
2021-11-12 20:11 ` newbluemoon
2021-11-12 20:18 ` [PR PATCH] [Merged]: " q66

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).