unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Mark H Weaver <mhw@netris.org>
To: "Taylan Ulrich \"Bayırlı/Kammer\"" <taylanbayirli@gmail.com>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: ecl: Update to version 15.2.21.
Date: Sat, 21 Feb 2015 19:33:25 -0500	[thread overview]
Message-ID: <878ufqbx9m.fsf@netris.org> (raw)
In-Reply-To: <87y4nrkki5.fsf@taylan.uni.cx> ("Taylan Ulrich \=\?utf-8\?Q\?\=5C\=22Bay\=C4\=B1rl\=C4\=B1\=2FKammer\=5C\=22\=22's\?\= message of "Sat, 21 Feb 2015 22:44:18 +0100")

taylanbayirli@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes:

> From 33e2fa3853b067ff46513b58a485fef53c1f406b Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?=
>  <taylanbayirli@gmail.com>
> Date: Sat, 21 Feb 2015 22:28:45 +0100
> Subject: [PATCH] gnu: ecl: Update to version 15.2.21.
>
> * gnu/packages/lisp.scm (ecl): Update to version 15.2.21, and disable the test
>   suite which now seems to require the presence of /etc/protocols.
> ---
>  gnu/packages/lisp.scm | 43 ++++++++++++++++++++++---------------------
>  1 file changed, 22 insertions(+), 21 deletions(-)
>
>
> diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
> index fe9cdab..f7fa4f8 100644
> --- a/gnu/packages/lisp.scm
> +++ b/gnu/packages/lisp.scm
> @@ -94,7 +94,7 @@ interface to the Tk widget system.")
>  (define-public ecl
>    (package
>      (name "ecl")
> -    (version "13.5.1")
> +    (version "15.2.21")
>      (source
>       (origin
>         (method url-fetch)
> @@ -102,7 +102,7 @@ interface to the Tk widget system.")
>                             (version-major+minor version)
>                             "/ecl-" version ".tgz"))
>         (sha256
> -        (base32 "18ic8w9sdl0dh3kmyc9lsrafikrd9cg1jkhhr25p9saz0v75f77r"))))
> +        (base32 "05di23v977byf67rq5bdshw8lqbby1ycbscdcl1vca0z6r1s204j"))))
>      (build-system gnu-build-system)
>      (native-inputs `(("which" ,which)))
>      (inputs `(("gmp" ,gmp)
> @@ -110,25 +110,26 @@ interface to the Tk widget system.")
>                ("libgc" ,libgc)
>                ("libffi" ,libffi)))
>      (arguments
> -     '(#:phases
> -       ;; The test-suite seems to assume that ECL is installed.  So re-order
> -       ;; the phases, then reference the installed executable.
> -       (let* ((check-phase (assq-ref %standard-phases 'check))
> -              (rearranged-phases
> -               (alist-cons-after 'install 'check check-phase
> -                                 (alist-delete 'check %standard-phases))))
> -         (alist-cons-before
> -          'check 'pre-check
> -          (lambda* (#:key outputs #:allow-other-keys)
> -            (substitute* '("build/tests/Makefile")
> -              (("ECL=ecl")
> -               (string-append
> -                "ECL=" (assoc-ref outputs "out") "/bin/ecl"))))
> -          rearranged-phases))
> -       ;; Parallel builds explicitly not supported:
> -       ;; http://sourceforge.net/p/ecls/bugs/98/
> -       #:parallel-build? #f

Did they fix parallel builds upstream?

> -       #:parallel-tests? #f))
> +     '(#:tests? #f
> +       ;; The test-suite seems to require /etc/protocols to be in place, which
> +       ;; our build environment doesn't have.  Should the test suite be
> +       ;; enabled, the following might be necessary:
[...]

Could we disable only the specific tests that need /etc/protocols?
How many failures are there?

     Thanks,
       Mark

  reply	other threads:[~2015-02-22  0:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-21 21:44 [PATCH] gnu: ecl: Update to version 15.2.21 Taylan Ulrich Bayırlı/Kammer
2015-02-22  0:33 ` Mark H Weaver [this message]
2015-02-22  1:17   ` Taylan Ulrich Bayırlı/Kammer
2015-02-22  1:19   ` Taylan Ulrich Bayırlı/Kammer
2015-02-22  1:28   ` Taylan Ulrich Bayırlı/Kammer
2015-03-01 20:31     ` Taylan Ulrich Bayırlı/Kammer

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=878ufqbx9m.fsf@netris.org \
    --to=mhw@netris.org \
    --cc=guix-devel@gnu.org \
    --cc=taylanbayirli@gmail.com \
    /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).