Re: [PATCH] Gracefully handle incompatible locale data

2015-09-23 Thread Andreas Schwab
l...@gnu.org (Ludovic Courtès) writes: > diff --git a/locale/loadlocale.c b/locale/loadlocale.c > index fdba6e9..e04e720 100644 > --- a/locale/loadlocale.c > +++ b/locale/loadlocale.c > @@ -122,8 +122,9 @@ _nl_intern_locale_data (int category, const void *data, > size_t datasize) > { > #de

Re: [PATCH] Gracefully handle incompatible locale data

2015-09-23 Thread Andreas Schwab
Andreas Schwab writes: > What about the other assertion? Ignore that. This one is a real internal consistency check. Andreas. -- Andreas Schwab, SUSE Labs, sch...@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."

Re: [PATCH] Add Blender

2015-09-23 Thread Andreas Enge
On Wed, Sep 23, 2015 at 08:45:24AM +0200, Ricardo Wurmus wrote: > Eric Bavier writes: > > Is the "half.h" header in OpenEXR, or in blender? If the latter, would > > it make more sense to instead patch the include directive to include > > the OpenEXR path? > “half.h” is provided by “ilmbase”. The

Re: [PATCH 19/19] gnu: Add r-dplyr.

2015-09-23 Thread Vicente Vera
Thank you for your patience too! 2015-09-21 5:57 GMT-03:00 Ricardo Wurmus : > Hi Vicente, > > I just pushed all your patches with some modifications: > > * changed the ‘uri’ field to use the new ‘(cran-uri ...)’ procedure > * updated a couple of packages to their latest versions > * changed the sy

Re: (Not GuixSD) Purpose of ~/.config/guix/ & config. files

2015-09-23 Thread Vicente Vera
Thanks, I get it now. Nice idea that of the Git repo symlink. 2015-09-20 22:02 GMT-03:00 宋文武 : > 2015-09-21 2:45 GMT+08:00 Vicente Vera : >> Hello. >> >> After running 'guix pull' (as root) with a fresh binary installation >> directory ~root/.config/guix/ was created, which contains a "latest" >>

[PATCH] Add Gajim.

2015-09-23 Thread Ricardo Wurmus
Hi Guix, this patch series adds the XMPP client Gajim. PGP support only works with the “classic” GnuPG (version 1.4). I had to disable a few tests in pyOpenSSL and python-gnupg. The vast majority of the tests pass, though, and I’ve been using Gajim with GnuPG successfully for almost two days.

Re: [PATCH] Gracefully handle incompatible locale data

2015-09-23 Thread Ludovic Courtès
Ondřej Bílka skribis: > On Tue, Sep 22, 2015 at 11:22:40PM +0200, Ludovic Courtès wrote: >> Ondřej Bílka skribis: >> >> > On Tue, Sep 22, 2015 at 05:27:55PM +0200, Ludovic Courtès wrote: >> >> With libc 2.22 people are starting to realize that libc does not >> >> guarantee that it can load loca

Re: Version strings for VCS snapshots

2015-09-23 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > Eric Bavier skribis: > >> I realize we have no guidelines in the manual concerning the version >> field for git checkouts, but I wonder whether we should, as it comes up >> a bit. Several existing packages use (string-append "1.2.3." commit), >> where "1.

Re: Service refactoring

2015-09-23 Thread Thompson, David
On Mon, Sep 21, 2015 at 12:00 PM, Ludovic Courtès wrote: > Andy Wingo skribis: > >> On Sun 20 Sep 2015 15:42, l...@gnu.org (Ludovic Courtès) writes: >> >>> I’m quite happy with the result, but comments are welcome! I’ll convert >>> some more services to see how it goes. >> >> Neat! Sounds great

Re: [PATCH] download: Fix some minor progress-logging regressions.

2015-09-23 Thread Steve Sprang
This patch is still pending. I don't want it to fall through the cracks. :-) Thanks! -Steve On Thu, Sep 17, 2015 at 2:44 PM, Mathieu Lirzin wrote: > Steve Sprang writes: > >> Here's attempt #2. > [...] >> @@ -101,15 +101,14 @@ width of the bar is BAR-WIDTH." >> >> (define (string-pad-middle le

Re: [PATCH] download: Fix some minor progress-logging regressions.

2015-09-23 Thread Mark H Weaver
Steve Sprang writes: > Here's attempt #2. [...] > From 65fe041c63a58ae5c72ef33f05349ca04afa470b Mon Sep 17 00:00:00 2001 > From: Steve Sprang > Date: Thu, 17 Sep 2015 04:22:01 -0700 > Subject: [PATCH] download: Fix some minor progress-logging regressions. Pushed, thanks! Mark

Re: [PATCH] Gracefully handle incompatible locale data

2015-09-23 Thread Mark H Weaver
[Removed libc-alpha from the CC list] l...@gnu.org (Ludovic Courtès) writes: > With libc 2.22 people are starting to realize that libc does not > guarantee that it can load locale data built with another libc version, > but they learn it the hard way: > > loadlocale.c:130: _nl_intern_locale_dat

Re: [PATCH] Add Gajim.

2015-09-23 Thread Mark H Weaver
Ricardo Wurmus writes: > this patch series adds the XMPP client Gajim. PGP support only works > with the “classic” GnuPG (version 1.4). > > I had to disable a few tests in pyOpenSSL and python-gnupg. The vast > majority of the tests pass, though, and I’ve been using Gajim with GnuPG > successfu

Re: [PATCH] Add python2-seqmagick.

2015-09-23 Thread Pjotr Prins
Hi Ludo, On Mon, Sep 21, 2015 at 06:13:19PM +0200, Ludovic Courtès wrote: > Pjotr Prins skribis: > > > This contains the most lucid description of 'inputs' I have yet seen. > > Could they go into the main Guix documentation? > > What do you think needs to be changed compared to the text at >