GNU bug report logs - #71871
[PATCH] gnu: libwacom: Update to 2.12.2.

Previous Next

Package: guix-patches;

Reported by: Dariqq <dariqq <at> posteo.net>

Date: Mon, 1 Jul 2024 08:19:02 UTC

Severity: normal

Tags: patch

Done: Z572 <zhengjunjie <at> iscas.ac.cn>

To reply to this bug, email your comments to 71871 AT debbugs.gnu.org.
There is no need to reopen the bug first.

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#71871; Package guix-patches. (Mon, 01 Jul 2024 08:19:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Dariqq <dariqq <at> posteo.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 01 Jul 2024 08:19:02 GMT) Full text and rfc822 format available.

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

From: Dariqq <dariqq <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Dariqq <dariqq <at> posteo.net>
Subject: [PATCH] gnu: libwacom: Update to 2.12.2.
Date: Mon,  1 Jul 2024 08:17:45 +0000
* gnu/packages/xdisorg.scm (libwacom): Update to 2.12.2.

Change-Id: I7fd0c01e02185fdf731749ed1c5a3c84d98c428c
---
 gnu/packages/xdisorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 9e1e9fbc6f..b5ce7a0e7f 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1452,7 +1452,7 @@ (define-public xcape
 (define-public libwacom
   (package
     (name "libwacom")
-    (version "2.12.1")
+    (version "2.12.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1460,7 +1460,7 @@ (define-public libwacom
                     "libwacom-" version "/libwacom-" version ".tar.xz"))
               (sha256
                (base32
-                "0wjmv0rnxbd143cb5a73drflpdaxpb0mck0r9rsds08bs8l7l12v"))))
+                "003p245w1iqy1jyikn7hs46ckg93ki23y3cwhg8hbp8fqx09qcf8"))))
     (build-system meson-build-system)
     (arguments
      (list

base-commit: ba6460900f052759fe82e4ceb606d25e19f02884
-- 
2.45.2





Information forwarded to guix-patches <at> gnu.org:
bug#71871; Package guix-patches. (Mon, 01 Jul 2024 15:00:02 GMT) Full text and rfc822 format available.

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

From: jgart <jgart <at> dismail.de>
To: 71871 <at> debbugs.gnu.org
Cc: Dariqq <dariqq <at> posteo.net>, Christopher Baines <mail <at> cbaines.net>
Subject: Re: [PATCH] gnu: libwacom: Update to 2.12.2.
Date: Mon, 01 Jul 2024 09:58:49 -0500
Hi Christopher,

This requires building gnome and QA is in an unknown state.

What do you suggest I do in this case?

-- 
all the best,
jgart




Information forwarded to guix-patches <at> gnu.org:
bug#71871; Package guix-patches. (Tue, 09 Jul 2024 10:00:02 GMT) Full text and rfc822 format available.

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

From: Christopher Baines <mail <at> cbaines.net>
To: jgart <jgart <at> dismail.de>
Cc: Dariqq <dariqq <at> posteo.net>, 71871 <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: libwacom: Update to 2.12.2.
Date: Tue, 09 Jul 2024 11:58:43 +0200
[Message part 1 (text/plain, inline)]
jgart <jgart <at> dismail.de> writes:

> This requires building gnome and QA is in an unknown state.
>
> What do you suggest I do in this case?

Assuming guix refresh is correct (which I imagine it is in this case),
there are only 37 dependent packages, so maybe try building them locally
to check for any obvious breakages.

There's no requirement that QA gives the OK before merging though, so
it's up to you.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#71871; Package guix-patches. (Tue, 09 Jul 2024 14:18:01 GMT) Full text and rfc822 format available.

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

From: "jgart" <jgart <at> dismail.de>
To: "Christopher Baines" <mail <at> cbaines.net>
Cc: Dariqq <dariqq <at> posteo.net>, Sharlatan
 Hellseher <sharlatanus <at> gmail.com>, 71871 <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: libwacom: Update to 2.12.2.
Date: Tue, 09 Jul 2024 14:17:09 +0000
> there are only 37 dependent packages, so maybe try building them locally
> 
> to check for any obvious breakages.

It requires building gnome and plasma. I tried already but it is taking quite a while on my machine and lots of resources.

Hi Sharlatan,

Would you be able to build this ticket's dependents on your machine?

thanks,

jgart




Information forwarded to guix-patches <at> gnu.org:
bug#71871; Package guix-patches. (Sun, 14 Jul 2024 08:27:02 GMT) Full text and rfc822 format available.

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

From: Dariqq <dariqq <at> posteo.net>
To: jgart <jgart <at> dismail.de>
Cc: Christopher Baines <mail <at> cbaines.net>,
 Sharlatan Hellseher <sharlatanus <at> gmail.com>, 71871 <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: libwacom: Update to 2.12.2.
Date: Sun, 14 Jul 2024 08:25:58 +0000
Hi jgart,

Thanks for looking into my patch. In case it helps i reconfigured my 
gnome system with the patch applied without issues before submitting 
(though as the submitter i am biased here).

Unfortunately this requires a rebuild of mutter which has a known flaky 
test. I can't speak for plasma because i am not using it and qa hasnt 
started processing it yet.

Have a nice day,
Dariqq

On 09.07.24 16:17, jgart wrote:
>> there are only 37 dependent packages, so maybe try building them locally
>>
>> to check for any obvious breakages.
> 
> It requires building gnome and plasma. I tried already but it is taking quite a while on my machine and lots of resources.
> 
> Hi Sharlatan,
> 
> Would you be able to build this ticket's dependents on your machine?
> 
> thanks,
> 
> jgart




Information forwarded to guix-patches <at> gnu.org:
bug#71871; Package guix-patches. (Wed, 21 Aug 2024 12:03:01 GMT) Full text and rfc822 format available.

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

From: Dariqq <dariqq <at> posteo.net>
To: jgart <jgart <at> dismail.de>
Cc: Christopher Baines <mail <at> cbaines.net>,
 Sharlatan Hellseher <sharlatanus <at> gmail.com>, 71871 <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: libwacom: Update to 2.12.2.
Date: Wed, 21 Aug 2024 12:01:22 +0000
Hi,

Has there been any progress on this? The issue seems to have vanished 
from the qa page which now claims

Issue not found

This could mean the issue does not exist, it has no patches or has been 
closed.

This also the case with other patches from me.

Dariqq

On 14.07.24 10:25, Dariqq wrote:
> Hi jgart,
> 
> Thanks for looking into my patch. In case it helps i reconfigured my 
> gnome system with the patch applied without issues before submitting 
> (though as the submitter i am biased here).
> 
> Unfortunately this requires a rebuild of mutter which has a known flaky 
> test. I can't speak for plasma because i am not using it and qa hasnt 
> started processing it yet.
> 
> Have a nice day,
> Dariqq
> 
> On 09.07.24 16:17, jgart wrote:
>>> there are only 37 dependent packages, so maybe try building them locally
>>>
>>> to check for any obvious breakages.
>>
>> It requires building gnome and plasma. I tried already but it is 
>> taking quite a while on my machine and lots of resources.
>>
>> Hi Sharlatan,
>>
>> Would you be able to build this ticket's dependents on your machine?
>>
>> thanks,
>>
>> jgart




Information forwarded to guix-patches <at> gnu.org:
bug#71871; Package guix-patches. (Tue, 27 Aug 2024 16:24:01 GMT) Full text and rfc822 format available.

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

From: Dariqq <dariqq <at> posteo.net>
To: 71871 <at> debbugs.gnu.org
Cc: Dariqq <dariqq <at> posteo.net>
Subject: [PATCH v2] gnu: libwacom: Update to 2.12.2.
Date: Tue, 27 Aug 2024 16:20:20 +0000
* gnu/packages/xdisorg.scm (libwacom): Update to 2.12.2.

Change-Id: I7fd0c01e02185fdf731749ed1c5a3c84d98c428c
---
Resending to hopefully reregister patch with qa. Rebuilt gnome/mutter without issue.

 gnu/packages/xdisorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 807dede0f8..49cb2bf2da 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1487,7 +1487,7 @@ (define-public xcape
 (define-public libwacom
   (package
     (name "libwacom")
-    (version "2.12.1")
+    (version "2.12.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1495,7 +1495,7 @@ (define-public libwacom
                     "libwacom-" version "/libwacom-" version ".tar.xz"))
               (sha256
                (base32
-                "0wjmv0rnxbd143cb5a73drflpdaxpb0mck0r9rsds08bs8l7l12v"))))
+                "003p245w1iqy1jyikn7hs46ckg93ki23y3cwhg8hbp8fqx09qcf8"))))
     (build-system meson-build-system)
     (arguments
      (list

base-commit: 1166035acb4e1b0dc61bf9122b68f2afa0c35790
-- 
2.45.2





Reply sent to Z572 <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Wed, 28 Aug 2024 02:40:02 GMT) Full text and rfc822 format available.

Notification sent to Dariqq <dariqq <at> posteo.net>:
bug acknowledged by developer. (Wed, 28 Aug 2024 02:40:03 GMT) Full text and rfc822 format available.

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

From: Z572 <zhengjunjie <at> iscas.ac.cn>
To: Dariqq <dariqq <at> posteo.net>
Cc: 71871-done <at> debbugs.gnu.org
Subject: Re: [bug#71871] [PATCH v2] gnu: libwacom: Update to 2.12.2.
Date: Wed, 28 Aug 2024 10:38:25 +0800
[Message part 1 (text/plain, inline)]
Dariqq <dariqq <at> posteo.net> writes:

> * gnu/packages/xdisorg.scm (libwacom): Update to 2.12.2.
>
> Change-Id: I7fd0c01e02185fdf731749ed1c5a3c84d98c428c
> ---
> Resending to hopefully reregister patch with qa. Rebuilt gnome/mutter without issue.
>
>  gnu/packages/xdisorg.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
> index 807dede0f8..49cb2bf2da 100644
> --- a/gnu/packages/xdisorg.scm
> +++ b/gnu/packages/xdisorg.scm
> @@ -1487,7 +1487,7 @@ (define-public xcape
>  (define-public libwacom
>    (package
>      (name "libwacom")
> -    (version "2.12.1")
> +    (version "2.12.2")
>      (source (origin
>                (method url-fetch)
>                (uri (string-append
> @@ -1495,7 +1495,7 @@ (define-public libwacom
>                      "libwacom-" version "/libwacom-" version ".tar.xz"))
>                (sha256
>                 (base32
> -                "0wjmv0rnxbd143cb5a73drflpdaxpb0mck0r9rsds08bs8l7l12v"))))
> +                "003p245w1iqy1jyikn7hs46ckg93ki23y3cwhg8hbp8fqx09qcf8"))))
>      (build-system meson-build-system)
>      (arguments
>       (list
>
> base-commit: 1166035acb4e1b0dc61bf9122b68f2afa0c35790

push, adjust source to git-fetch. close.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 10 days ago.

Previous Next


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