Re: [PATCH] gnu: icu4c: Upgrade to 52.1

2014-02-17 Thread Ludovic Courtès
Mark H Weaver skribis: > FWIW, the 'patchelf' fix will trigger a rebuild of icu4c anyway. So it > would cause no additional work if these two commits were simultaneously > pushed to 'master'. Right. Well, push both to ‘master’, then. Ludo’.

Re: [PATCH] gnu: icu4c: Upgrade to 52.1

2014-02-17 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > Mark H Weaver skribis: > >> From bb44edacf768c8308f7d64ad16a10ca9c924469d Mon Sep 17 00:00:00 2001 >> From: Mark H Weaver >> Date: Sun, 16 Feb 2014 16:38:00 -0500 >> Subject: [PATCH] gnu: icu4c: Upgrade to 52.1. >> >> * gnu/packages/icu4c.scm (icu4c): Upg

Re: [PATCH] gnu: icu4c: Upgrade to 52.1

2014-02-17 Thread Ludovic Courtès
Mark H Weaver skribis: > From bb44edacf768c8308f7d64ad16a10ca9c924469d Mon Sep 17 00:00:00 2001 > From: Mark H Weaver > Date: Sun, 16 Feb 2014 16:38:00 -0500 > Subject: [PATCH] gnu: icu4c: Upgrade to 52.1. > > * gnu/packages/icu4c.scm (icu4c): Upgrade to 52.1. OK to push, but rather on ‘core-up

Re: [PATCH] gnu: patchelf: Fix platform page size determination

2014-02-17 Thread Ludovic Courtès
Mark H Weaver skribis: > From b95b5d7289c094189c106c5faf3aea45ecabcac9 Mon Sep 17 00:00:00 2001 > From: Mark H Weaver > Date: Sun, 16 Feb 2014 20:20:10 -0500 > Subject: [PATCH] gnu: patchelf: Fix platform page size determination. > > * gnu/packages/patches/patchelf-page-size.patch: New file. > *

Re: [PATCH] gnu: Add xapian

2014-02-17 Thread Ludovic Courtès
Mark H Weaver skribis: > From b90ce44fbe49a1a346f3f6f5a987affdb51c238a Mon Sep 17 00:00:00 2001 > From: Mark H Weaver > Date: Sun, 16 Feb 2014 23:09:18 -0500 > Subject: [PATCH] gnu: Add xapian. > > * gnu/packages/search.scm: New file. > * gnu-system.am (GNU_SYSTEM_MODULES): Add it. OK to push!

Re: [PATCH] gnu: dmd: Sleep longer in tests, for slower machines

2014-02-17 Thread Mark H Weaver
Andreas Enge writes: > It looks like the patch broke dmd on i686 and x86_64: >http://hydra.gnu.org/eval/52352 Wow, those tests must be very fragile. All I did was increase all of the sleep times by a factor of about 3. I didn't look closely at the logic. Mark

[PATCH] gnu: icu4c: Upgrade to 52.1

2014-02-17 Thread Mark H Weaver
This upgrades icu4c to version 52.1. Mark >From bb44edacf768c8308f7d64ad16a10ca9c924469d Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Sun, 16 Feb 2014 16:38:00 -0500 Subject: [PATCH] gnu: icu4c: Upgrade to 52.1. * gnu/packages/icu4c.scm (icu4c): Upgrade to 52.1. --- gnu/packages/ic

[PATCH] gnu: Add xapian

2014-02-17 Thread Mark H Weaver
This patch adds Xapian, a search engine library. My motivation is that I'm working toward adding notmuch (mail). Mark >From b90ce44fbe49a1a346f3f6f5a987affdb51c238a Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Sun, 16 Feb 2014 23:09:18 -0500 Subject: [PATCH] gnu: Add xapian. * gnu

[PATCH] gnu: patchelf: Fix platform page size determination

2014-02-17 Thread Mark H Weaver
This patch is needed to fix a problem in 'patchelf', which sometimes produces ELF libraries that fail to work on MIPS systems configured to use a 64K page size. Linux on MIPS can be configured to use 16K or 64K as the page size, and there are significant performance advantages to using 64K. (I'm

Re: [PATCH] gnu: dmd: Sleep longer in tests, for slower machines

2014-02-17 Thread Andreas Enge
It looks like the patch broke dmd on i686 and x86_64: http://hydra.gnu.org/eval/52352 Andreas

Re: [PATCH] gnu: gnurl: Update to 7.35.0.

2014-02-17 Thread Sree Harsha Totakura
On 02/16/2014 10:20 PM, Ludovic Courtès wrote: > Applied, thanks. > > I suppose there’s a new cURL version as well? Yes, there is, but its tests are currently failing. I shall look into it and send a patch soon. Sree