Lilypond version

2017-08-14 Thread Mason Hock
I notice that Guix has Lilypond 2.19.58, which is the current unstable version. Is it possible to access the current stable version, Lilypond 2.18.2, via Guix? Thank you.

Re: Problems with GNU Parallel and ulimit

2017-08-14 Thread myglc2
On 08/15/2017 at 00:14 Arun Isaac writes: > Leo Famulari writes: > >> On Mon, Aug 14, 2017 at 12:46:25PM +1000, Ben Woodcroft wrote: >>> On 14/08/17 12:31, Arun Isaac wrote: >>> > Does `parallel' work for anybody? When I run >>> > >>> > $ ls | parallel echo >>> > >>> > I get the following error

Re: Where to submit/discuss reproducible-related patches?

2017-08-14 Thread Leo Famulari
On Mon, Aug 14, 2017 at 12:14:54AM +0800, Z. Ren wrote: > Hello Guix, > > I'm playing around with the reproducible issues recently. After some > investigation work, I tried fixing the unreproducible issues for three > packages, and sent the patches to the guix-patches (mentioned in the > guix

Re: Problems with GNU Parallel and ulimit

2017-08-14 Thread Marius Bakke
Arun Isaac writes: > Leo Famulari writes: > >> On Mon, Aug 14, 2017 at 12:46:25PM +1000, Ben Woodcroft wrote: >>> On 14/08/17 12:31, Arun Isaac wrote: >>> > Does `parallel' work for anybody? When I run >>> > >>> > $ ls | parallel echo >>> > >>> > I get the following

Re: Problems with GNU Parallel and ulimit

2017-08-14 Thread Arun Isaac
Leo Famulari writes: > On Mon, Aug 14, 2017 at 12:46:25PM +1000, Ben Woodcroft wrote: >> On 14/08/17 12:31, Arun Isaac wrote: >> > Does `parallel' work for anybody? When I run >> > >> > $ ls | parallel echo >> > >> > I get the following error message, and nothing happens. >> It works fine for

Re: How/When will guix pull stop to compile the 616 files?

2017-08-14 Thread Quiliro Ordonez Baca
Paul Dufresne writes: > It takes 45 mins. on my relatively old dual core to guix-pull (would > say 95% of the time > compiling). I have the same machine you do. I have opted to stop xorg and enter tty1. Then, when the download is finished, I stop networking in order to make

Re: What is Guix garbage collector root aka gc root

2017-08-14 Thread Oleg Pykhalov
Hello Leo and Ricardo, Leo Famulari writes: … > You can see the GC root symlinks in /var/guix/gcroots. You can make a > new GC root manually by adding a symlink to the store item you want to > preserve. For example: > > $ ln --symbolic $(guix build hello)