GNU bug report logs - #60459
[PATCH core-updates] gnu: libgpg-error: Update to 1.46.

Previous Next

Package: guix-patches;

Reported by: Simon Josefsson <simon <at> josefsson.org>

Date: Sun, 1 Jan 2023 00:06:01 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 60459 in the body.
You can then email your comments to 60459 AT debbugs.gnu.org in the normal way.

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#60459; Package guix-patches. (Sun, 01 Jan 2023 00:06:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Simon Josefsson <simon <at> josefsson.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 01 Jan 2023 00:06:01 GMT) Full text and rfc822 format available.

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

From: Simon Josefsson <simon <at> josefsson.org>
To: guix-patches <at> gnu.org
Subject: [PATCH core-updates] gnu: libgpg-error: Update to 1.46.
Date: Sun, 01 Jan 2023 01:05:17 +0100
[Message part 1 (text/plain, inline)]
Hi

This updates libgpg-error; patch is intended against the core-updates
branch.  This is needed for GnuPG 2.4 and maybe other future packages.

I have tested this with 'guix build' and seeing there were some
cross-building magic in there, I also tested 'guix build
--target=mips64el-linux-gnu', and both works fine.  Building the current
GnuPG release with the new libgpg-error 1.46 also worked, which
presumable tests it quite extensively.  Any ideas on what more to test?

/Simon
[0001-gnu-libgpg-error-Update-to-1.46.patch (text/x-patch, inline)]
From c39bbb60324fc1e3247508a318deb55a46c99e44 Mon Sep 17 00:00:00 2001
From: Simon Josefsson <simon <at> josefsson.org>
Date: Sat, 31 Dec 2022 23:32:07 +0100
Subject: [PATCH core-updates] gnu: libgpg-error: Update to 1.46.

* gnu/packages/gnupg.scm (libgpg-error): Update to 1.46, passing
--enable-install-gpg-error-config to ./configure because some packages still
uses gpg-error-config (e.g., libassuan 2.5.5)
---
 gnu/packages/gnupg.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 6c103a4b36..21497e78e5 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -91,7 +91,7 @@ (define-module (gnu packages gnupg)
 (define-public libgpg-error
   (package
     (name "libgpg-error")
-    (version "1.45")
+    (version "1.46")
     (source
      (origin
       (method url-fetch)
@@ -99,9 +99,11 @@ (define-public libgpg-error
                           version ".tar.bz2"))
       (sha256
        (base32
-        "09haz1kk48b8q0hd58g98whylah0fp121yfgjms7pzsbzgj8w3sp"))))
+        "1396h4f9z9awzkkyb6iwspy2rmxb8nr47pj8fzrmxgkb4ij1mqdp"))))
     (build-system gnu-build-system)
     (arguments
+     (append
+      '(#:configure-flags (list "--enable-install-gpg-error-config"))
      (if (%current-target-system)
          `(#:modules ((guix build gnu-build-system)
                       (guix build utils))
@@ -141,7 +143,7 @@ (define (link triplet source)
                              ;; all architectures.
                              (_ #t)))
                           (#t #t)))))))
-         '()))
+         '())))
     (native-inputs (list gettext-minimal))
     (home-page "https://gnupg.org")
     (synopsis "Library of error values for GnuPG components")
-- 
2.38.1

[signature.asc (application/pgp-signature, inline)]

Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Mon, 22 Jan 2024 04:39:02 GMT) Full text and rfc822 format available.

Notification sent to Simon Josefsson <simon <at> josefsson.org>:
bug acknowledged by developer. (Mon, 22 Jan 2024 04:39:02 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Simon Josefsson <simon <at> josefsson.org>
Cc: 60459-done <at> debbugs.gnu.org
Subject: Re: bug#60459: [PATCH core-updates] gnu: libgpg-error: Update to 1.46.
Date: Sun, 21 Jan 2024 23:38:37 -0500
Hello,

Simon Josefsson <simon <at> josefsson.org> writes:

> Hi
>
> This updates libgpg-error; patch is intended against the core-updates
> branch.  This is needed for GnuPG 2.4 and maybe other future packages.

Applied, thank you!

-- 
Thanks,
Maxim




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 19 Feb 2024 12:24:17 GMT) Full text and rfc822 format available.

This bug report was last modified 59 days ago.

Previous Next


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