[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bug#20437: ls links too many dynamic libraries
From: |
Ludovic Courtès |
Subject: |
Re: bug#20437: ls links too many dynamic libraries |
Date: |
Wed, 29 Apr 2015 18:40:58 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Pádraig Brady <address@hidden> skribis:
> On 27/04/15 11:17, Pádraig Brady wrote:
>> On 27/04/15 10:55, Bernhard Voelker wrote:
>>> On 04/27/2015 09:27 AM, Paul Eggert wrote:
>>>> Bernhard Voelker wrote:
>>>>> Could we work around
>>>>> it?
>>>>
>>>> Sure, how about if we shrink it down to 0.19? Would that work for you?
>>>
>>> yes, "0.19" is okay for me - openSUSE-13.2 has 0.19.2.
>>
>> I set to 0.19.2 after checking a few distros.
>
> BTW I see that this breaks our continuous integration
> http://hydra.nixos.org/jobset/gnu/coreutils-master
> as only gettext 0.18.2 is available there.
> I see it runs Debian, and that Jessie has 0.19.3,
> though it's probably simpler to depend on 0.19.2
> in the hydra setup?
I just checked and the following patch should be enough (IIRC you can
commit it yourself, right?). Specifically, it will be using 0.19.4.
--- a/coreutils/release.nix
+++ b/coreutils/release.nix
@@ -59,7 +59,7 @@ let
src = <coreutils>;
buildInputs = (with pkgs;
- [ automake111x bison gettext_0_18
+ [ automake111x bison gettext_0_19
git gperf texinfo rsync cvs
]) ++ buildInputsFrom pkgs;
Thanks,
Ludo’.