bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 3/3] telnet: Avoid command evaluation crashes.


From: Erik Auerswald
Subject: Re: [PATCH 3/3] telnet: Avoid command evaluation crashes.
Date: Fri, 15 Jul 2022 12:28:32 +0200

Hi Simon,

On Thu, Jul 14, 2022 at 04:06:47PM +0200, Erik Auerswald wrote:
> On Fri, Jul 08, 2022 at 11:49:57AM +0200, Simon Josefsson wrote:
> > [...]
> > You may want to look at NixOS or GitLab CI/CD for build failures:
> > https://hydra.nixos.org/jobset/gnu/inetutils-master
> > [...]
> > I'm not that familiar with NixOS but noticed now that builds fail.
> 
> The NixOS build fails because of too old Automake:
> 
>     lib/Makefile.am:110: require Automake 1.14, but have 1.11.6
>     ...
>     autoreconf: automake failed with exit status: 1
>     ./bootstrap: autoreconf failed
> 
> see https://hydra.nixos.org/build/183833122/nixlog/1/tail

This may be caused by specifying "automake111x" in the Nix expression:
https://git.savannah.gnu.org/cgit/hydra-recipes.git/tree/inetutils/release.nix#n77

Currently "automake" seems to mean "automake116x" for Automake version
1.16.x.  Additionally there seem to be specific Nix packages for versions
1.11.x ("automake111x") and 1.15.x ("automake115x") available, see:
https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

I would suggest to change the relevant Nix expression to use "automake"
and see if this helps.

HTH,
Erik



reply via email to

[Prev in Thread] Current Thread [Next in Thread]