unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Tomáš Čech" <sleep_walker@gnu.org>
To: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: curl: Update to 7.41.0. Fix #20121.
Date: Sun, 22 Mar 2015 13:40:39 +0100	[thread overview]
Message-ID: <20150322124039.GA3826@venom> (raw)
In-Reply-To: <1427019636-24875-1-git-send-email-sleep_walker@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 1677 bytes --]

On Sun, Mar 22, 2015 at 11:20:36AM +0100, Tomáš Čech wrote:
> ...
>    (arguments
>-    `(#:configure-flags '("--with-gnutls" "--with-gssapi")
>+    `(#:configure-flags
>+      '("--with-gnutls" "--with-gssapi" "--enable-http"
>+        ;; This option requires parameter so let's use this one
>+        ;; - when it exists, it makes sense
>+        ;; - when it doesn't exist, we can still use SSL_CERT_DIR environment
>+        ;;   variable to set it per user or for whole system
>+        ;; Fixes #20121.
>+        "--with-ca-path=/etc/ssl/certs"
>+        "--enable-ftp" "--enable-proxy" "--with-libidn"
>+        "--enable-cookies" "CFLAGS=-ggdb")
>+      #:make-flags '("CFLAGS=-ggdb")

Damn, I forgot my debugging code pieces here...
>+      #:strip-binaries? #f
>       ;; Add a phase to patch '/bin/sh' occurances in tests/runtests.pl
>       #:phases
>       (alist-replace
>@@ -68,12 +83,16 @@
>        (lambda _
>          (substitute* "tests/runtests.pl"
>            (("/bin/sh") (which "sh")))
>-
>+         ;; Test #1135 requires extern-scan.pl, which is not part of the
>+         ;; tarball due to mistake. It was fixed already in upstream. We can
>+         ;; simply ignore the test as it aims VMS and OS/400.
>+         (delete-file "tests/data/test1135")
>          ;; The top-level "make check" does "make -C tests quiet-test", which
>          ;; is too quiet.  Use the "test" target instead, which is more
>          ;; verbose.
>          (zero? (system* "make" "-C" "tests" "test")))
>        %standard-phases)))
>+   (outputs '("out" "debug"))

...and here.


I removed it from the patch already.

S_W

[-- Attachment #2: Type: application/pgp-signature, Size: 181 bytes --]

  reply	other threads:[~2015-03-22 12:40 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-22 10:20 [PATCH] gnu: curl: Update to 7.41.0. Fix #20121 Tomáš Čech
2015-03-22 12:40 ` Tomáš Čech [this message]
2015-03-22 16:56 ` Mark H Weaver
2015-03-22 17:41   ` Tomáš Čech
2015-03-22 18:16     ` Mark H Weaver
2015-03-22 19:09       ` Tomáš Čech

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150322124039.GA3826@venom \
    --to=sleep_walker@gnu.org \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).