[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bug#20437: ls links too many dynamic libraries
From: |
Pádraig Brady |
Subject: |
Re: bug#20437: ls links too many dynamic libraries |
Date: |
Wed, 29 Apr 2015 18:03:55 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 |
On 29/04/15 17:40, Ludovic Courtès wrote:
> 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;
I don't seem to have perms...
$ git push ssh://address@hidden/srv/git/hydra-recipes.git master
error: insufficient permission for adding an object to repository database
./objects
thanks,
Pádraig.