all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Peter Maloney <peter.maloney@brockmann-consult.de>
Cc: bug-guix@gnu.org
Subject: Re: "make check" fails with guix-0.2
Date: Fri, 05 Jul 2013 22:10:33 +0200	[thread overview]
Message-ID: <874nc8u5s6.fsf@gnu.org> (raw)
In-Reply-To: <51D69941.1000207@brockmann-consult.de> (Peter Maloney's message of "Fri, 05 Jul 2013 12:00:33 +0200")

Hello!

Peter Maloney <peter.maloney@brockmann-consult.de> skribis:

> Dear GNU,

:-)

> "make check" fails with guix-0.2
>
>
> This is the part that fails (tested by commenting it out):
>
> (test-assert "filtered-port, file"
>   (let ((file (search-path %load-path "guix.scm")))
>     (call-with-input-file file
>       (lambda (input)
>         (let*-values (((compressed pids1)
>                        (filtered-port `(,%gzip "-c" "--fast") input))
>                       ((decompressed pids2)
>                        (filtered-port `(,%gzip "-d") compressed)))
>           (and (every (compose zero? cdr waitpid)
>                       (append pids1 pids2))
>                (equal? (get-bytevector-all decompressed)
>                        (call-with-input-file file get-bytevector-all))))))))

IIRC this was fixed by this commit:

  http://git.savannah.gnu.org/cgit/guix.git/commit/?id=101d9f3fd43b436d5dc7ef13e644c7fbbc7f62d5

Could you apply it and check whether this is the case?

(Note that 0.3, hopefully released within a couple of weeks, will have
this fix.)

Thanks!

Ludo’.

      parent reply	other threads:[~2013-07-05 20:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-05 10:00 "make check" fails with guix-0.2 Peter Maloney
2013-07-05 11:14 ` Peter Maloney
2013-07-05 20:10 ` Ludovic Courtès [this message]

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

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

  git send-email \
    --in-reply-to=874nc8u5s6.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=bug-guix@gnu.org \
    --cc=peter.maloney@brockmann-consult.de \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.