GNU bug report logs - #63195
[PATCH] gnu: openjdk: Re-add "openjdk-15-xcursor-no-dynamic.patch".

Previous Next

Package: guix-patches;

Reported by: Danny Milosavljevic <dannym <at> scratchpost.org>

Date: Mon, 1 May 2023 01:26:01 UTC

Severity: normal

Tags: patch

Done: Danny Milosavljevic <dannym <at> scratchpost.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Danny Milosavljevic <dannym <at> scratchpost.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#63195: closed ([PATCH] gnu: openjdk: Re-add "openjdk-15-xcursor-no-dynamic.patch".)
Date: Fri, 16 Jun 2023 23:40:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 17 Jun 2023 01:39:37 +0200
with message-id <20230617013937.26b182c3 <at> scratchpost.org>
and subject line Re: bug#63195: [PATCH] gnu: openjdk: Re-add "openjdk-15-xcursor-no-dynamic.patch".
has caused the debbugs.gnu.org bug report #63195,
regarding [PATCH] gnu: openjdk: Re-add "openjdk-15-xcursor-no-dynamic.patch".
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
63195: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63195
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: guix-patches <at> gnu.org
Cc: Danny Milosavljevic <dannym <at> scratchpost.org>
Subject: [PATCH] gnu: openjdk: Re-add "openjdk-15-xcursor-no-dynamic.patch".
Date: Mon,  1 May 2023 03:19:02 +0200
* gnu/packages/java.scm (openjdk16)[source](patches): Re-add xcursor patch.
(openjdk17)[source](patches): Re-add xcursor patch.
---
 gnu/packages/java.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 067284017c..dedae4e0fc 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -1493,7 +1493,8 @@ (define-public openjdk16
                 "0587px2qbz07g3xi4a3ya6m630p72dvkxcn0bj1813pxnwvcgigz"
    (source (origin
              (inherit (package-source base))
-             (patches (search-patches "openjdk-10-setsignalhandler.patch"))))))
+             (patches (search-patches "openjdk-15-xcursor-no-dynamic.patch"
+                                      "openjdk-10-setsignalhandler.patch"))))))
 
 (define-public openjdk17
   (make-openjdk
@@ -1501,7 +1502,7 @@ (define-public openjdk17
    "1asnysg6kxdkrmb88y6qihdr12ljsyxv0mg6hlcs7cwxgsdlqkfs"
    (source (origin
              (inherit (package-source base))
-             (patches '())))
+             (patches (search-patches "openjdk-15-xcursor-no-dynamic.patch"))))
    (arguments
     (substitute-keyword-arguments (package-arguments openjdk16)
       ((#:phases phases)
-- 
2.39.2



[Message part 3 (message/rfc822, inline)]
From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 63195-done <at> debbugs.gnu.org
Subject: Re: bug#63195: [PATCH] gnu: openjdk: Re-add
 "openjdk-15-xcursor-no-dynamic.patch".
Date: Sat, 17 Jun 2023 01:39:37 +0200
[Message part 4 (text/plain, inline)]
Hi Ludo,

Thanks!

Committed those openjdk package changes to master
as commit 998d89ba20121e87664129890a805c91061baaa7.
[Message part 5 (application/pgp-signature, inline)]

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

Previous Next


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