Pádraig Brady <[email protected]> skribis: > On 29/04/15 17:40, Ludovic Courtès wrote: >> Pádraig Brady <[email protected]> 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...
Oops, fixed now. Thanks, Ludo’.
