bug#33100: [libssh] fatal: dumb http transport does not support shallow capabilities

2018-10-26 Thread Maxim Cournoyer
Hello! l...@gnu.org (Ludovic Courtès) writes: I like it, but it doesn't seem to actually print anything for me when I trigger the failing case, for example by fetching the libssh source over HTTP. >>> >>> If might be that current-output-port is fully buffered. What if you >>> add:

bug#33171: TMPDIR and build containers

2018-10-26 Thread pelzflorian (Florian Pelz)
Hello, The manual says that TMPDIR does not leak into the build environment: >You can influence the directory where the daemon stores build trees > via the ‘TMPDIR’ environment variable. However, the build tree within > the chroot is always called ‘/tmp/guix-build-NAME.drv-0’, where NAME is

bug#33151: 'guix substitute' returns a 504 error without trying to use other servers

2018-10-26 Thread Clément Lassieur
Hello Ludovic, thank you for this explanation! Ludovic Courtès writes: > Hello! > > Clément Lassieur skribis: > >> guix substitute: error: download from >> 'https://mirror.hydra.gnu.org/guix/nar/gzip/9xwrnm3vymsf9w17ayc7dfp5cl1aykq5-metis-5.1.0' >> failed: 504, "Gateway Time-out" >> substitut

bug#33159: Despite --fallback, TLS error halted "guix system reconfigure"

2018-10-26 Thread Ludovic Courtès
Hello, Chris Marusich skribis: > The following command failed: > > root@garuda /home/marusich# guix system --fallback --on-error=backtrace > reconfigure /home/marusich/config.scm > [...] > substitute: updating substitutes from 'https://mirror.hydra.gnu.org'... 100.0% > substitute: updating subs

bug#33152: Indeterministic test failure in qemu-minimal

2018-10-26 Thread Gábor Boskovits
Hello Ludo, Ludovic Courtès ezt írta (időpont: 2018. okt. 26., P, 19:58): > > Hello Gábor, > > (Should we be Cc’ing this to Edouard?) > Yes, and done. > Gábor Boskovits skribis: > > > ERROR:tests/test-replication.c:117:test_blk_write: assertion failed: > > (async_ret == 0) > > FAIL > > GTester

bug#33152: Indeterministic test failure in qemu-minimal

2018-10-26 Thread Ludovic Courtès
Hello Gábor, (Should we be Cc’ing this to Edouard?) Gábor Boskovits skribis: > ERROR:tests/test-replication.c:117:test_blk_write: assertion failed: > (async_ret == 0) > FAIL > GTester: last random seed: R02Sb499c9e89b18bb967dd59acad1b2aaa8 > (pid=14865) > /replication/secondary/stop:

bug#33151: 'guix substitute' returns a 504 error without trying to use other servers

2018-10-26 Thread Ludovic Courtès
Hello! Clément Lassieur skribis: > guix substitute: error: download from > 'https://mirror.hydra.gnu.org/guix/nar/gzip/9xwrnm3vymsf9w17ayc7dfp5cl1aykq5-metis-5.1.0' > failed: 504, "Gateway Time-out" > substitution of /gnu/store/9xwrnm3vymsf9w17ayc7dfp5cl1aykq5-metis-5.1.0 failed The problem i

bug#33106: "make check-system TESTS=basic" fails on master

2018-10-26 Thread Chris Marusich
Hi, I've reconfigured my system after running "guix pull": root@garuda ~# guix describe Generation 6Oct 23 2018 19:29:12(current) guix a89f731 repository URL: https://git.savannah.gnu.org/git/guix.git commit: a89f731b1506b3b560f4a179da2889408dfa881d

bug#33165: GNOME keyring SSH agent => sign_and_send_pubkey: signing failed: agent refused operation

2018-10-26 Thread Henk Katerberg
On GuixSD running Gnome: the command 'ssh ' results in error sign_and_send_pubkey: signing failed: agent refused operation and then falls back to password authentication. (Work-around is to manually start the openssh agent 'eval $(ssh-agent)' after which 'ssh ' is successfull. From this I concl

bug#33106: "make check-system TESTS=basic" fails on master

2018-10-26 Thread Ludovic Courtès
Chris Marusich skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> Hmm, super weird. Does the machine support KVM properly? Any hints in >> ‘dmesg’ or /var/log/messages? Is this GuixSD running on the bare metal? > > I haven't seen any KVM-related problems in the past. I checked dmesg, > me