GNU bug report logs

#76841 [PATCH] gnu: icu4c: Fix uri procedure.

PackageSource(s)Maintainer(s)
guix-patches PTS Buildd Popcon
Reply or subscribe to this bug. View this bug as an mbox, status mbox, or maintainer mbox

Report forwarded to guix-patches@gnu.org:
bug#76841; Package guix-patches. (Fri, 07 Mar 2025 20:23:02 GMT) (full text, mbox, link).


Acknowledgement sent to Greg Hogan <code@greghogan.com>:
New bug report received and forwarded. Copy sent to guix-patches@gnu.org. (Fri, 07 Mar 2025 20:23:02 GMT) (full text, mbox, link).


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

From: Greg Hogan <code@greghogan.com>
To: guix-patches@gnu.org
Cc: Greg Hogan <code@greghogan.com>
Subject: [PATCH] gnu: icu4c: Fix uri procedure.
Date: Fri, 7 Mar 2025 20:22:06 +0000
This is a small fix for #76750. No rebuilds.

* gnu/packages/icu4c.scm (icu4?-uri, icu4c-uri, icu4j-uri):
Revert to distinct release file suffixes.

Change-Id: Icd1fd03c7147c3ee77111bb815294f654053c203
---
 gnu/packages/icu4c.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/icu4c.scm b/gnu/packages/icu4c.scm
index 5209f2f19b1..89546751bd1 100644
--- a/gnu/packages/icu4c.scm
+++ b/gnu/packages/icu4c.scm
@@ -43,19 +43,19 @@ (define-module (gnu packages icu4c)
   #:use-module (guix build-system ant)
   #:use-module (guix build-system gnu))
 
-(define (icu4?-uri variant version)
+(define (icu4?-uri variant suffix version)
   (string-append
    "https://github.com/unicode-org/icu/releases/download/release-"
    (string-map (lambda (x) (if (char=? x #\.) #\- x)) version)
    "/icu4" variant "-"
    (string-map (lambda (x) (if (char=? x #\.) #\_ x)) version)
-   "-src.tgz"))
+   suffix))
 
 (define (icu4c-uri version)
-  (icu4?-uri "c" version))
+  (icu4?-uri "c" "-src.tgz" version))
 
 (define (icu4j-uri version)
-  (icu4?-uri "j" version))
+  (icu4?-uri "j" ".tgz" version))
 
 (define-public icu4c
   (package

base-commit: c8bde3c6725be4eb0743a153a3cf8de453d9e448
-- 
2.47.1





Information forwarded to guix-patches@gnu.org:
bug#76841; Package guix-patches. (Fri, 07 Mar 2025 20:33:01 GMT) (full text, mbox, link).


Message #8 received at 76841@debbugs.gnu.org (full text, mbox, reply):

From: Ian Eure <ian@retrospec.tv>
To: Greg Hogan <code@greghogan.com>
Cc: 76841@debbugs.gnu.org
Subject: Re: [bug#76841] [PATCH] gnu: icu4c: Fix uri procedure.
Date: Fri, 07 Mar 2025 12:32:43 -0800
Hi Greg,

I just pushed #76841, which duplicates this fix.




bug closed, send any further explanations to 76841@debbugs.gnu.org and Greg Hogan <code@greghogan.com> Request was from Ian Eure <ian@retrospec.tv> to control@debbugs.gnu.org. (Fri, 07 Mar 2025 20:33:02 GMT) (full text, mbox, link).


Information forwarded to guix-patches@gnu.org:
bug#76841; Package guix-patches. (Fri, 07 Mar 2025 20:39:02 GMT) (full text, mbox, link).


Message #13 received at 76841-done@debbugs.gnu.org (full text, mbox, reply):

From: Greg Hogan <code@greghogan.com>
To: 76841-done@debbugs.gnu.org
Subject: Re: bug#76841: Acknowledgement ([PATCH] gnu: icu4c: Fix uri procedure.)
Date: Fri, 7 Mar 2025 15:38:27 -0500
On Fri, Mar 7, 2025 at 3:23 PM GNU bug Tracking System
<help-debbugs@gnu.org> wrote:
>
> Thank you for filing a new bug report with debbugs.gnu.org.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
>  guix-patches@gnu.org
>
> If you wish to submit further information on this problem, please
> send it to 76841@debbugs.gnu.org.
>
> Please do not send mail to help-debbugs@gnu.org unless you wish
> to report a problem with the Bug-tracking system.
>
> --
> 76841: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76841
> GNU Bug Tracking System
> Contact help-debbugs@gnu.org with problems

Fixed by 57171c3243eb30f87a0583e3f554c3cc6c3dd2d0




Information forwarded to guix-patches@gnu.org:
bug#76841; Package guix-patches. (Fri, 07 Mar 2025 21:38:01 GMT) (full text, mbox, link).


Message #16 received at 76841@debbugs.gnu.org (full text, mbox, reply):

From: Greg Hogan <code@greghogan.com>
To: Ian Eure <ian@retrospec.tv>
Cc: 76841@debbugs.gnu.org
Subject: Re: [bug#76841] [PATCH] gnu: icu4c: Fix uri procedure.
Date: Fri, 7 Mar 2025 16:36:43 -0500
On Fri, Mar 7, 2025 at 3:32 PM Ian Eure <ian@retrospec.tv> wrote:
>
> Hi Greg,
>
> I just pushed #76841, which duplicates this fix.

I saw it. Thanks!




bug archived. Request was from Debbugs Internal Request <help-debbugs@gnu.org> to internal_control@debbugs.gnu.org. (Sat, 05 Apr 2025 11:24:20 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Wed Apr 16 03:34:03 2025; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.