GNU bug report logs - #66383
[PATCH] gnu: ant: Update to 1.10.14

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Sat, 7 Oct 2023 04:33:01 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

To reply to this bug, email your comments to 66383 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 bjoern.hoefling <at> bjoernhoefling.de, julien <at> lepiller.eu, guix-patches <at> gnu.org:
bug#66383; Package guix-patches. (Sat, 07 Oct 2023 04:33:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andy Tai <atai <at> atai.org>:
New bug report received and forwarded. Copy sent to bjoern.hoefling <at> bjoernhoefling.de, julien <at> lepiller.eu, guix-patches <at> gnu.org. (Sat, 07 Oct 2023 04:33:01 GMT) Full text and rfc822 format available.

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

From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: ant: Update to 1.10.14
Date: Fri,  6 Oct 2023 21:31:36 -0700
* gnu/packages/java.scm (ant): Update to 1.10.14
---
 gnu/packages/java.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 9445c37b67..57b4adb118 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -1708,14 +1708,14 @@ (define-public jbr21
 (define-public ant/java8
   (package
     (name "ant")
-    (version "1.10.13")
+    (version "1.10.14")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://apache/ant/source/apache-ant-"
                                   version "-src.tar.gz"))
               (sha256
                (base32
-                "01l4g9b1xnnq450ljvhrlvcf8wzzmr45wmhkybrx0hcdi166y06s"))
+                "0m0vcazy1634nra8mcs3hvvf49avnbxf8f5y1icn5syi8hgy6pws"))
               (modules '((guix build utils)))
               (snippet
                '(begin

base-commit: 6d5a75c70e32f563f0ec6bbaf65596c15c6ac10f
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#66383; Package guix-patches. (Tue, 10 Oct 2023 00:49:02 GMT) Full text and rfc822 format available.

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

From: Andy Tai <atai <at> atai.org>
To: 66383 <at> debbugs.gnu.org
Subject: Guix QA check failure but my local build succeeds
Date: Mon, 9 Oct 2023 17:47:20 -0700
Guix QA shows build failure for one dependent package

https://data.qa.guix.gnu.org/gnu/store/nyipqz7q8shaq2w4jrv2b73i35wbcxq4-java-jmh-1.32.drv

but a local build

./pre-inst-env  guix build java-jmh


with this ant patch succeeds on x84-64 Guix machine




Information forwarded to guix-patches <at> gnu.org:
bug#66383; Package guix-patches. (Thu, 24 Apr 2025 14:49:01 GMT) Full text and rfc822 format available.

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

From: Greg Hogan <code <at> greghogan.com>
To: Andy Tai <atai <at> atai.org>
Cc: Björn Höfling <bjoern.hoefling <at> bjoernhoefling.de>,
 Julien Lepiller <julien <at> lepiller.eu>, 66383 <at> debbugs.gnu.org
Subject: Re: [bug#66383] [PATCH] gnu: ant: Update to 1.10.14
Date: Thu, 24 Apr 2025 10:47:37 -0400
On Sat, Oct 7, 2023 at 12:33 AM Andy Tai <atai <at> atai.org> wrote:
>
> * gnu/packages/java.scm (ant): Update to 1.10.14
> ---
>  gnu/packages/java.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
> index 9445c37b67..57b4adb118 100644
> --- a/gnu/packages/java.scm
> +++ b/gnu/packages/java.scm
> @@ -1708,14 +1708,14 @@ (define-public jbr21
>  (define-public ant/java8
>    (package
>      (name "ant")
> -    (version "1.10.13")
> +    (version "1.10.14")
>      (source (origin
>                (method url-fetch)
>                (uri (string-append "mirror://apache/ant/source/apache-ant-"
>                                    version "-src.tar.gz"))
>                (sha256
>                 (base32
> -                "01l4g9b1xnnq450ljvhrlvcf8wzzmr45wmhkybrx0hcdi166y06s"))
> +                "0m0vcazy1634nra8mcs3hvvf49avnbxf8f5y1icn5syi8hgy6pws"))
>                (modules '((guix build utils)))
>                (snippet
>                 '(begin
>
> base-commit: 6d5a75c70e32f563f0ec6bbaf65596c15c6ac10f
> --
> 2.41.0

Could you update for the 1.10.15 release since this will need to go on
the java-team branch due to the large number of dependent packages?

$ guix refresh -l -e '(@@ (gnu packages java) ant)'
Building the following 72 packages would ensure 686 dependent packages
are rebuilt ...




Information forwarded to julien <at> lepiller.eu, guix-patches <at> gnu.org:
bug#66383; Package guix-patches. (Fri, 06 Jun 2025 05:32:01 GMT) Full text and rfc822 format available.

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

From: Andy Tai <atai <at> atai.org>
To: 66383 <at> debbugs.gnu.org,
	code <at> greghogan.com
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH java-team v2] gnu: ant: Update to 1.10.15.
Date: Thu,  5 Jun 2025 22:31:15 -0700
* gnu/packages/java.scm (ant): Update to 1.10.15.

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

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index dac740a19e..4867aa2b85 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -1942,14 +1942,14 @@ (define-public jbr21
 (define-public ant/java8
   (package
     (name "ant")
-    (version "1.10.13")
+    (version "1.10.15")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://apache/ant/source/apache-ant-"
                                   version "-src.tar.gz"))
               (sha256
                (base32
-                "01l4g9b1xnnq450ljvhrlvcf8wzzmr45wmhkybrx0hcdi166y06s"))
+                "1ccr852dxg5affdqafg04gi3l89q5c6l9lqrz50jhj05kidljax2"))
               (modules '((guix build utils)))
               (snippet
                '(begin

base-commit: 027a47787f8dcf6651a1c20c5b475376defe6d6b
-- 
2.43.0





Information forwarded to guix-patches <at> gnu.org:
bug#66383; Package guix-patches. (Mon, 04 Aug 2025 15:19:02 GMT) Full text and rfc822 format available.

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

From: Andreas Enge <andreas <at> enge.fr>
To: Andy Tai <atai <at> atai.org>
Cc: 66383 <at> debbugs.gnu.org, code <at> greghogan.com
Subject: Re: [PATCH java-team v2] gnu: ant: Update to 1.10.15.
Date: Mon, 4 Aug 2025 17:18:00 +0200
This has actually only one direct dependent, which compiles with the
change; adding it to the world-rebuild branch.

Andreas





Information forwarded to guix-patches <at> gnu.org:
bug#66383; Package guix-patches. (Mon, 04 Aug 2025 15:32:01 GMT) Full text and rfc822 format available.

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

From: Andreas Enge <andreas <at> enge.fr>
To: Andy Tai <atai <at> atai.org>
Cc: 66383 <at> debbugs.gnu.org, code <at> greghogan.com
Subject: Re: [PATCH java-team v2] gnu: ant: Update to 1.10.15.
Date: Mon, 4 Aug 2025 17:31:00 +0200
Am Mon, Aug 04, 2025 at 05:18:00PM +0200 schrieb Andreas Enge:
> This has actually only one direct dependent, which compiles with the
> change; adding it to the world-rebuild branch.

Wait, this can go directly to master, right?

$ guix refresh -l -e '(@@ (gnu packages java) ant/java8)'
Die folgenden 6 Pakete zu erstellen, würde zur Folge haben, dass 16 abhängige Pakete neu erstellt werden: java-jmh <at> 1.32 kodi-wayland <at> 21.2 kodi <at> 21.2 trinityrnaseq <at> 2.13.2 pigx <at> 0.0.3 pigx-sars-cov-2 <at> 0.0.9

The one causing many rebuilds is ant <at> 1.9, the update concerns ant <at> 1.10;
or did I overlook anythin?

Andreas





Reply sent to Andreas Enge <andreas <at> enge.fr>:
You have taken responsibility. (Mon, 11 Aug 2025 08:27:02 GMT) Full text and rfc822 format available.

Notification sent to Andy Tai <atai <at> atai.org>:
bug acknowledged by developer. (Mon, 11 Aug 2025 08:27:02 GMT) Full text and rfc822 format available.

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

From: Andreas Enge <andreas <at> enge.fr>
To: Andy Tai <atai <at> atai.org>
Cc: 66383-done <at> debbugs.gnu.org, code <at> greghogan.com
Subject: Re: [PATCH java-team v2] gnu: ant: Update to 1.10.15.
Date: Mon, 11 Aug 2025 10:26:29 +0200
Pushed with a commit message that uses the Guile variable name instead
of the package name, after checking that "build -P3" gives no failures.

Andreas





This bug report was last modified 3 days ago.

Previous Next


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