bug#20962: guix download error "Bad Date header"

2015-07-02 Thread m8r-y0v7u9
Found a work around. 1. Download file in question via wget, curl, or other appropriate means. 2. guix download file:/// Seems to work here.

bug#18747: Fixed-output derivations are not substituted

2015-07-02 Thread Ludovic Courtès
Fixed in 4a6aeb6. Note that there are still a few cases, in guix/*download.scm, where we haven’t yet reintroduced #:local-build? #t. We’ll do that when daemons with the fix are more widely deployed. Ludo’.

bug#20967: tk FTBFS on master

2015-07-02 Thread Cyril Roelandt
I cannot seem to build tk from master: $ make && ./pre-inst-env guix build tk Backtrace: In guix/packages.scm: 881: 19 [thunk] 813: 18 [bag->derivation # # #] In srfi/srfi-1.scm: 576: 17 [map # (# # # ...)] In guix/packages.scm: 678: 16 [expand-input # # # ...] 636: 15 [cache # # #] 881: 1

bug#20814: cloog-0.18.0 build error

2015-07-02 Thread Ludovic Courtès
Alírio Eyng skribis: > gettext fix doesn't worked, same error Could you provide more details? Namely, what doesn’t work, and how to reproduce it. TIA, Ludo’.

bug#20965: qemu non-deterministic test failures

2015-07-02 Thread Mark H Weaver
I've seen at least two occurrences of a non-deterministic test failure in qemu for x86_64 on hydra. Both are essentially the same, except for the random seed. Here's the relevant log tail of the most recent one: --8<---cut here---start->8--- GTESTER check-qtes

bug#20962: guix download error "Bad Date header"

2015-07-02 Thread m8r-y0v7u9
Hi, guix download doesn't seem to like date headers that don't use GMT / UTC. #guix irc logs from 2013-10-16 mention something similar. Any suggestions or work-arounds? Below is some relevant output -- first with guix download, then with wget -S (note the Expires header): $ guix download \

bug#20814: cloog-0.18.0 build error

2015-07-02 Thread Alírio Eyng
gettext fix doesn't worked, same error using substitutes now...