Re: Performance regression on NFS with new manifest version

2017-10-05 Thread Ricardo Wurmus
Ludovic Courtès writes: >> $ strace -c guixr package --search-paths -p /gnu/profiles/per-language/r >> >> export PATH="/gnu/profiles/per-language/r/bin" >> export R_LIBS_SITE="/gnu/profiles/per-language/r/site-library/" >> export

Re: WIP gnu social package

2017-10-05 Thread Ludovic Courtès
Hello, nee skribis: > I made a package that builds the translations and installs gnu social > into the store. [...] > Here is an example config: http://paste.lisp.org/display/356859 Really cool that we can set up a complex service like this with just a few lines! > Here are a

Re: Performance regression on NFS with new manifest version

2017-10-05 Thread Ludovic Courtès
Hello, Roel Janssen skribis: > I couldn't install *all* R packages, but I used it on our shared R > profile: > > $ guixr package --list-installed -p /gnu/profiles/per-language/r > ncurses 6.0 out > /gnu/store/djvxj8r1xwvrm89xqjrd44wwaxc02i74-ncurses-6.0 > coreutils

Re: M-x guix-system-generations vs. UUIDs

2017-10-05 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2017-10-04 09:35 +0200) wrote: > >> Howdy Alex, >> >> I just noticed that ‘M-x guix-system-generations’ followed by ‘i’ >> doesn’t correctly handle UUID objects in the ‘root-device’ or >> ‘store-device’ fields. Here’s the backtrace: >

Re: Go packaging

2017-10-05 Thread Ludovic Courtès
Leo Famulari skribis: > I think we should do "go-$upstreamname" instead. Golang is not the name > of the language, but rather the domain name (go.org was apparently not > available), and a term that has been adopted by the community. But, it > would be good to save 4

Re: Scope of support for Guix on other distros

2017-10-05 Thread Ludovic Courtès
Hello, In other news, somebody is trying to get Nix into Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=877019 Might be worth seeing if they manage to overcome the administrative issues, which are going to be the same as for Guix. (Seen on

Re: Go packaging

2017-10-05 Thread Leo Famulari
On Tue, Oct 03, 2017 at 11:15:04AM -0400, Leo Famulari wrote: > Based on my work creating a go-build-system and packaging a non-trivial > Go application [0], I want to start a discussion on how we can > efficiently package Go software in Guix. Another question, which is bikesheddy, is how to name

Reproducible Build Summit, Oct. 31st, Berlin

2017-10-05 Thread Ludovic Courtès
Hello Guix! Sorry for the late notice: the Reproducible Build Summit will take place from Oct. 31st to Nov. 2nd in Berlin this year: https://reproducible-builds.org/events/berlin2017/ In the two previous editions, there were always 2 or 3 Guix there: Manolis, John, Ricardo, and myself

Re: M-x guix-system-generations vs. UUIDs

2017-10-05 Thread Alex Kost
Ludovic Courtès (2017-10-04 09:35 +0200) wrote: > Howdy Alex, > > I just noticed that ‘M-x guix-system-generations’ followed by ‘i’ > doesn’t correctly handle UUID objects in the ‘root-device’ or > ‘store-device’ fields. Here’s the backtrace: [...] > I wonder if this was already the case before