bug#34754: evil-magit 20190224 has missing dependency

2019-03-04 Thread Jelle Licht
It seems the recently pushed evil-magit update is incomplete. Loading and subsequently enabling it leads to a warning and degraded/no of functionality: --8<---cut here---start->8--- Debugger entered--Lisp error: (void-function transient-suffix-put) --8<---

bug#34636: "guix refresh" fails

2019-03-04 Thread Ludovic Courtès
Hi Andreas, Andreas Enge skribis: > when I run >guix refresh > (with the latest git commit), the result is an error: [...] > In guix/import/github.scm: >226:25 2 (latest-release #) > 209:9 1 (latest-released-version _ _) > In unknown file: >0 (remove # #((("body" . #)

bug#34597: Non-reproducible .go files

2019-03-04 Thread Ludovic Courtès
Hi, Ricardo Wurmus skribis: > These are all files relating to “guix pull”. You listed other outputs > that are the result of work performed by “guix pull”. I suspect that > there’s something wrong about the environment in which “guix pull” > operates. It may be this old Guile issue popping up

bug#34573: Backtrace of guix pull failed

2019-03-04 Thread Ludovic Courtès
Hi Vincent, Ricardo Wurmus skribis: >> I wanted to install python, numpy and conda on plafrim as explained here : >> https://www.plafrim.fr/en/guix/ >> And guix pull failed : > […] >> In ./guix/profiles.scm: >> 1773:23 2 (_) >> In ./guix/utils.scm: >>661:47 1 (xdg-directory _ "/.config"

bug#34494: proot-based non-root setup: refusing to run with elevated privileges (UID 0)

2019-03-04 Thread Ludovic Courtès
Hi Florian, Florian Thevissen skribis: > I am trying to get guix to run on a system where I do not have root > access, following a guide by pjotrp involving proot, here: > https://github.com/pjotrp/guix-notes/blob/master/GUIX-NO-ROOT.org . Not really answering your question, but would user name

bug#34461: Debugging build failures on Berlin / qemu-minimal-2.10 not available on Berlin build farm

2019-03-04 Thread Ludovic Courtès
Hi Leo, Leo Famulari skribis: > Substitutes of the hidden package qemu-minimal-2.10 are available from > but not . > > I'd like to fix this but I'm not sure how to start debugging things on > the Berlin build farm. I would get the .drv f

bug#33666: spacefm fails to build

2019-03-04 Thread Efraim Flashner
On Fri, Dec 07, 2018 at 05:13:48PM +, Bradley Haggerty wrote: > guix (GNU Guix) 5118e26f83cc2b4ec835df56bee2a4003c1325b9 > building /gnu/store/k993nvk595hqsrcfj4ymvmcj3w9fbfv3-spacefm-1.0.6.drv... > builder for `/gnu/store/k993nvk595hqsrcfj4ymvmcj3w9fbfv3-spacefm-1.0.6.drv' > failed with exit c

bug#30109: [PATCH] gnu: shishi: Make shishi keys and database administrator-modifiable.

2019-03-04 Thread Danny Milosavljevic
Fixes . * gnu/packages/kerberos.scm (shishi)[arguments]<#:configure-flags>: Add --with-key-dir, --with-db-dir. <#:phases>[disable-automatic-key-generation]: New phase. --- gnu/packages/kerberos.scm | 21 + 1 file changed, 17 insertions(+), 4 deletio