[PATCH] Add ibus-libpinyin.

2015-09-09 Thread Ricardo Wurmus
>From 984245dcc1359c4de3ff3a26c0d1d6427a88b6fa Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 9 Sep 2015 07:27:18 +0200 Subject: [PATCH 1/2] gnu: Add libpinyin. * gnu/packages/ibus.scm (libpinyin): New variable. --- gnu/packages/ibus.scm | 50

Re: [PATCH 0/1] Add lz4 (C implementation)

2015-09-09 Thread Leo Famulari
So, it is confirmed that parallel testing is not supposed to work: https://groups.google.com/forum/#!topic/lz4c/Egwtrrbb66M "If you are talking about doing multiple `make test` in parallel, then indeed, some tests involved writing, reading, and removing test files from local directory, so should

Re: [PATCH] build: Fix potential type error when generating human-friendly byte count strings.

2015-09-09 Thread Mark H Weaver
Steve Sprang writes: > This is a follow up tweak to my previous "progress bar" patch. With a > really slow throughput it's possible to get fractional sub-KiB byte > counts, so I added some additional number massaging. Sounds good! Looks good to me except for a few minor

Re: [PATCH] build: Fix potential type error when generating human-friendly byte count strings.

2015-09-09 Thread Steve Sprang
Sure thing. Here you go. -Steve On Wed, Sep 9, 2015 at 7:42 PM, Mark H Weaver wrote: > Steve Sprang writes: > > > This is a follow up tweak to my previous "progress bar" patch. With a > > really slow throughput it's possible to get fractional sub-KiB

Dealing with common collisions in profiles

2015-09-09 Thread Ludovic Courtès
Hello! You’ve probably noticed that as soon as there’s a non-negligible number of packages in a profile, there are collisions. It’s really harmless, but seriously annoying. Here’s a collection of those I get: share/glib-2.0/schemas/gschemas.compiled share/icons/hicolor/icon-theme.cache

[PATCH 1/1] gnu: Add lz4.

2015-09-09 Thread Leo Famulari
* gnu/packages/compression.scm (lz4): New variable. --- gnu/packages/compression.scm | 33 + 1 file changed, 33 insertions(+) diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index 287ae25..e96518c 100644 --- a/gnu/packages/compression.scm

[PATCH 0/1] Add lz4 (C implementation)

2015-09-09 Thread Leo Famulari
This patch adds the C reference implementation of the lz4 compression algorithm. I'm looking for advice regarding the tests. The tests take >30 minutes on my on my quad-core i5 with 8 gigabytes of RAM and they require Valgrind as a native-input. This seems excessive to me but if users install

[PATCH] build: Fix potential type error when generating human-friendly byte count strings.

2015-09-09 Thread Steve Sprang
This is a follow up tweak to my previous "progress bar" patch. With a really slow throughput it's possible to get fractional sub-KiB byte counts, so I added some additional number massaging. -Steve From daccd58e5fbe366ebcd33092f70ca45bc79285e0 Mon Sep 17 00:00:00 2001 From: Steve Sprang

Re: [PATCH] Add ibus-libpinyin.

2015-09-09 Thread Ludovic Courtès
Ricardo Wurmus skribis: > From 984245dcc1359c4de3ff3a26c0d1d6427a88b6fa Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Wed, 9 Sep 2015 07:27:18 +0200 > Subject: [PATCH 1/2] gnu: Add libpinyin. > > * gnu/packages/ibus.scm (libpinyin): New

Re: (Geiser or guile bug) Guix-daemon output is missing

2015-09-09 Thread Ludovic Courtès
Alex Kost skribis: > As a workaround for this issue it was proposed¹ to transform > ‘current-build-output-port’ into a procedure (I have checked that it > solves the problem). What do you think about it? Perhaps to make sure > that the port will be always the same define it

Re: Outdated package "r-scales"

2015-09-09 Thread Cyril Roelandt
On 09/09/2015 09:50 PM, Vicente Vera wrote: > Hello, > Right now installing r-ggplot2 fails because dependency r-scales can't > be found on CRAN mirrors: > > ERROR: download failed > "http://cran.../src/contrib/scales_0.2.5.tar.gz; 404 "Not Found" > Are old versions always removed from the CRAN

Re: [PATCH 5/6] guix: Move package-transitive-propagated-labels* and package-propagated-input-refs to (guix packages).

2015-09-09 Thread Ludovic Courtès
Eric Bavier skribis: > I find myself needing this functionality while exploring configuration > support in xmonad, so I am (finally) revisiting this patch. Nice! > For Perl, my idea is to wrap each module somehow, so that perl gets the > appropriate 'use lib

Outdated package "r-scales"

2015-09-09 Thread Vicente Vera
Hello, Right now installing r-ggplot2 fails because dependency r-scales can't be found on CRAN mirrors: ERROR: download failed "http://cran.../src/contrib/scales_0.2.5.tar.gz; 404 "Not Found" Current version of r-scales is "0.3.0". 'guix download' output: starting download of

Re: Outdated package "r-scales"

2015-09-09 Thread Vicente Vera
Messed up. It should say: Current version of R package scales is 0.3.0. In Guix, version of package r-scales is 0.2.5. The output of 'guix download' shows the hash of the new "0.3.0" version of scales. 2015-09-09 16:50 GMT-03:00 Vicente Vera : > Hello, > Right now

Re: (Geiser or guile bug) Guix-daemon output is missing

2015-09-09 Thread Alex Kost
Ludovic Courtès (2015-09-09 23:11 +0300) wrote: > Alex Kost skribis: > >> As a workaround for this issue it was proposed¹ to transform >> ‘current-build-output-port’ into a procedure (I have checked that it >> solves the problem). What do you think about it? Perhaps to make

Re: Outdated package "r-scales"

2015-09-09 Thread Vicente Vera
Patch attached. 2015-09-09 17:19 GMT-03:00 Cyril Roelandt : > On 09/09/2015 09:50 PM, Vicente Vera wrote: >> Hello, >> Right now installing r-ggplot2 fails because dependency r-scales can't >> be found on CRAN mirrors: >> >> ERROR: download failed >>

Re: [PATCH 0/1] Add lz4 (C implementation)

2015-09-09 Thread Taylan Ulrich Bayırlı/Kammer
Leo Famulari writes: > This patch adds the C reference implementation of the lz4 compression > algorithm. > > I'm looking for advice regarding the tests. The tests take >30 minutes > on my on my quad-core i5 with 8 gigabytes of RAM and they require > Valgrind as a