bug#32726: "make check" fails on master (0084744b)

2018-10-05 Thread Chris Marusich
As of commit d71078bc75d149c70dc573a259986f1731145693, this problem does not occur for me. "make check" passes. I'm closing this bug report. Note that d71078bc75d149c70dc573a259986f1731145693 is just a recent commit I tested; it isn't the change that fixed the problem. -- Chris signature.as

bug#32949: Go 1.11 keeps references to bootstrap Go, many other packages

2018-10-05 Thread Gábor Boskovits
Hello Leo, Leo Famulari ezt írta (időpont: 2018. okt. 5., P, 19:02): > We should figure out what's happening here and clean it up as a > prerequisite to switching our default Go to 1.11. > > Go 1.11: > > $ guix gc --references > /gnu/store/4d3gc2qjfi7n87ljs7mbn9y9zplj5spw-go-1.11.1 > /gnu/store/

bug#32949: Go 1.11 keeps references to bootstrap Go, many other packages

2018-10-05 Thread Leo Famulari
We should figure out what's happening here and clean it up as a prerequisite to switching our default Go to 1.11. Go 1.11: $ guix gc --references /gnu/store/4d3gc2qjfi7n87ljs7mbn9y9zplj5spw-go-1.11.1 /gnu/store/2b2md66fbzyspsmd5dj6zkj9hilac40r-tzdata-2018e /gnu/store/2vggh6ka830b73vaw6mc8krqwk59f

bug#32946: Please: Update Jupiter notebook

2018-10-05 Thread alexander.gosdsc...@mdc-berlin.de
Dear Bugtracker, Currently the version of Jupiter-notebook is 4.2.3, could you please update it to the latest version. Thank you very much, Best, Your User

bug#32770: Packaging SLIME/SWANK as Common Lisp library

2018-10-05 Thread Ricardo Wurmus
Hi, >> Adding to *foreign-library-directories* at compile time may allow a >> package to compile, but I get the feeling that it may not have the >> desired effect when you try to load the package later on. > > Why? In my experience it works for a compiled Next executable. > >> I guess another app

bug#32944: Optionally copy kernel to specified directory

2018-10-05 Thread Ricardo Wurmus
Currently, the kernel and the initrd are stored somewhere in /gnu/store and the GRUB configuration is generated to point to these things directly. This means that the disk containing /gnu/store must be readable in GRUB. This is not always the case. Consider the case where /gnu/store should be ho

bug#32770: Packaging SLIME/SWANK as Common Lisp library

2018-10-05 Thread Ricardo Wurmus
Pierre Neidhardt writes: >> What I'm >> thinking of is something like a configure script to set the library >> paths before building is done. I think there are some examples of >> guile projects which do just that. > > Hmm, I'm not sure I understand what you mean. Could you provide an example

bug#32942: nss-certs not deterministic

2018-10-05 Thread Julien Lepiller
While updating a profile, I found that nss-certs was not deterministic. From ludo: $ wget -O - -q https://mirror.hydra.gnu.org/mbs5mavs3gi4y7xkywcwwjj9g3p1yjmv.narinfo | grep Hash NarHash: sha256:101v69xp1qzw9v6pgmbhw7gfdaic8vvs4v5l567lx7f2mjp25rla $ wget -O - -q https://berlin.guixsd.org/mb

bug#32937: python-six-bootstrap referenced by profile

2018-10-05 Thread Ricardo Wurmus
Leo Famulari writes: > While setting up a build environment for Borg from Guix commit > 9e783d0bf22a7ff965105eb45f6c179a832bbabf, I noticed a profile collision > between python-six and python-six-bootstrap, with the bootstrap package > winning the contest: […] > These package "bootstrap" packag