GNU bug report logs - #46792
[PATCH] gnu: guile-curl: Update to 0.9.

Previous Next

Package: guix-patches;

Reported by: Xinglu Chen <public <at> yoctocell.xyz>

Date: Fri, 26 Feb 2021 11:53:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

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 46792 in the body.
You can then email your comments to 46792 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#46792; Package guix-patches. (Fri, 26 Feb 2021 11:53:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Xinglu Chen <public <at> yoctocell.xyz>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 26 Feb 2021 11:53:02 GMT) Full text and rfc822 format available.

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

From: Xinglu Chen <public <at> yoctocell.xyz>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: guile-curl: Update to 0.9.
Date: Fri, 26 Feb 2021 12:52:35 +0100
* gnu/packages/curl.scm (guile-curl): Update to 0.9.
[#:phases]: Update path to module.
---
 gnu/packages/curl.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm
index 52c2be2f80..730676875c 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -198,14 +198,14 @@ not offer a replacement for libcurl.")
 (define-public guile-curl
   (package
    (name "guile-curl")
-   (version "0.7")
+   (version "0.9")
    (source (origin
             (method url-fetch)
             (uri (string-append "http://www.lonelycactus.com/tarball/"
                                 "guile_curl-" version ".tar.gz"))
             (sha256
              (base32
-              "1zk0ijx6bj212k0j0ma84cpvpvn0x6raaxnby3wdx3w4wnhnscn7"))))
+              "0y7wfhilfm6vzs0wyifrrc2pj9nsxfas905c7qa5cw4i6s74ypmi"))))
    (build-system gnu-build-system)
    (arguments
     `(#:modules (((guix build guile-build-system)
@@ -230,7 +230,7 @@ not offer a replacement for libcurl.")
       (modify-phases %standard-phases
         (add-after 'unpack 'patch-undefined-references
           (lambda* _
-            (substitute* "src/curl.scm"
+            (substitute* "module/curl.scm"
               ;; The following #defines are missing from our curl package
               ;; and therefore result in the evaluation of undefined symbols.
               ((",CURLOPT_HAPROXYPROTOCOL") "#f")

base-commit: 099026df5ba6443a9291e8f9d91ccacfdce2f00d
-- 
2.30.0






Information forwarded to guix-patches <at> gnu.org:
bug#46792; Package guix-patches. (Fri, 26 Feb 2021 13:28:02 GMT) Full text and rfc822 format available.

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

From: Léo Le Bouter <lle-bout <at> zaclys.net>
To: 46792 <at> debbugs.gnu.org
Subject: [PATCH] gnu: guile-curl: Update to 0.9.
Date: Fri, 26 Feb 2021 14:27:33 +0100
[Message part 1 (text/plain, inline)]
Hello!

Could you use this package update with some software? GNU Guix does not
have any package that actually uses it.

Once I have a bit more assurance that this works correctly when used,
LGTM!

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

Information forwarded to guix-patches <at> gnu.org:
bug#46792; Package guix-patches. (Fri, 26 Feb 2021 14:28:02 GMT) Full text and rfc822 format available.

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

From: Xinglu Chen <public <at> yoctocell.xyz>
To: Léo Le Bouter <lle-bout <at> zaclys.net>, 46792 <at> debbugs.gnu.org
Subject: Re: [bug#46792] [PATCH] gnu: guile-curl: Update to 0.9.
Date: Fri, 26 Feb 2021 15:27:34 +0100
On Fri, Feb 26 2021, Léo Le Bouter via Guix-patches via wrote:

> Hello!
>
> Could you use this package update with some software? GNU Guix does not
> have any package that actually uses it.
>
> Once I have a bit more assurance that this works correctly when used,
> LGTM!

I tried one of their example files and it worked as expected.

#+begin_src scheme
(use-modules (curl))

(define handle (curl-easy-init))
(curl-easy-setopt handle 'url "http://www.gnu.org")
(display (curl-easy-perform handle))
#+end_src





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Thu, 11 Mar 2021 22:25:02 GMT) Full text and rfc822 format available.

Notification sent to Xinglu Chen <public <at> yoctocell.xyz>:
bug acknowledged by developer. (Thu, 11 Mar 2021 22:25:02 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Xinglu Chen <public <at> yoctocell.xyz>
Cc: 46792-done <at> debbugs.gnu.org
Subject: Re: bug#46792: [PATCH] gnu: guile-curl: Update to 0.9.
Date: Thu, 11 Mar 2021 23:24:04 +0100
Hi,

Xinglu Chen <public <at> yoctocell.xyz> skribis:

> * gnu/packages/curl.scm (guile-curl): Update to 0.9.
> [#:phases]: Update path to module.

Applied, thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 09 Apr 2021 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 10 days ago.

Previous Next


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