bug#41708: "guix weather" : 504 error

2020-06-15 Thread Christopher Baines
zimoun writes: > On Mon, 15 Jun 2020 at 19:43, Christopher Baines wrote: > >> I believe it's been deployed now. It was working earlier today at least, >> however all of Cuirass seems to be stuck now. > > Well, it seems working. Feel free to close the bug. Great, closing :) signature.asc

bug#41708: "guix weather" : 504 error

2020-06-15 Thread zimoun
On Mon, 15 Jun 2020 at 19:43, Christopher Baines wrote: > I believe it's been deployed now. It was working earlier today at least, > however all of Cuirass seems to be stuck now. Well, it seems working. Feel free to close the bug. --8<---cut

bug#41855: [PATCH 2/2] hurd-boot: Use 'setxattr' instead of invoking settrans.

2020-06-15 Thread Ludovic Courtès
"Jan (janneke) Nieuwenhuizen" skribis: > Note: Using `getxattr' on the Hurd instead of running showtrans does not > work (yet?). How does it not work? :-) > * gnu/build/hurd-boot.scm (setup-translator): Use 'setxattr' instead of > invoking settrans. > * gnu/system.scm

bug#41855: [PATCH 1/2] hurd-boot: Create individual translators instead of running MAKEDEV.

2020-06-15 Thread Ludovic Courtès
Hi! "Jan (janneke) Nieuwenhuizen" skribis: > * gnu/build/hurd-boot.scm (make-hurd-device-nodes): Do not create > dev/{null,zero,full,random,urandom} mount points. > (setup-translator, xattr-translator, > showtrans-translator?, translated?, set-hurd-device-translators): New > procedures. >

bug#41878: Handshake Error

2020-06-15 Thread Ludovic Courtès
Hi, Quinten Gruenthal skribis: > |substitute: guix substitute: error: TLS error in procedure 'handshake': > Error in the pull function. [...] > I've seen this kind of error before in other software and I believe it > occurs when a handshake can't be performed in time and the connection is >

bug#41708: "guix weather" : 504 error

2020-06-15 Thread Christopher Baines
zimoun writes: > Hi Chris, > > On Sat, 13 Jun 2020 at 17:23, Christopher Baines wrote: > >> I've now deployed the change to Bayfront, let me know if you see a >> difference? :) > > Yes! :-) > > --8<---cut here---start->8--- > $ guix weather guix

bug#41878: Handshake Error

2020-06-15 Thread Quinten Gruenthal
I received the following error when performing a guix pull: |substitute: guix substitute: error: TLS error in procedure 'handshake': Error in the pull function. killing process 8828 Backtrace: 11 (primitive-load "/gnu/store/pl48b057h6yg8w6f7hafiilcc44d0fn6-compute-guix-derivation") In

bug#41614: It's impossible to mark "--list-generations" for guix shell commands

2020-06-15 Thread Alex Kost
ksg (2020-05-30 22:28 +0900) wrote: Hello, > Using emacs, > when I do, > > M-x guix RET, under "Sub-popups" hit "c" (guix shell commands) > > I can't mark "-l, --list-profiles", > because when I hit "-l", > 'Switches' buffer automatically mark "-l, --list-generations". BTW, you can also use

bug#41872: emacs-irony-mode fails to build on LLVM 10

2020-06-15 Thread Jakub Kądziołka
I was trying to update the default LLVM. diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm index 11e4cfbe4c..b0e80507f4 100644 --- a/gnu/packages/llvm.scm +++ b/gnu/packages/llvm.scm @@ -527,10 +527,10 @@ output),

bug#32934: [PATCH] gnu: privoxy: Fix default logging configuration.

2020-06-15 Thread Brice Waegeneire
Fixes . * gnu/packages/tor.scm (privoxy)[arguments]: Add 'localstatedir'. : Add 'patch-default-logging'. --- Hello Pierre, This patch should allow one to use privoxy's default configuration as is: --8<---cut here---start->8---