[R-SIG-Mac] editline instead of readline in R-4.2 and R-4.3 builds

Simon Urbanek @|mon@urb@nek @end|ng |rom R-project@org
Tue Apr 5 01:00:47 CEST 2022


Gábor,

thank you very much for testing, this is a good catch. The readline library was missing from the build machine. I was doing a clean re-build of the image and readline5 is not part of the r-base-dev recipes group (since it is optional) so it was not included in the automated setup. Now added manually.

Thanks,
Simon


> On 5/04/2022, at 4:49 AM, Gábor Csárdi <csardi.gabor using gmail.com> wrote:
> 
> FYI, in case this was not intentional. G.
> 
> ❯ R-4.1-arm64 -q -e 'extSoftVersion()["readline"]'
>> extSoftVersion()["readline"]
> readline
>   "5.2"
> 
> ❯ R-4.2-arm64 -q -e 'extSoftVersion()["readline"]'
>> extSoftVersion()["readline"]
>                readline
> "4.2 (EditLine wrapper)"
> 
> ❯ R-4.3-arm64 -q -e 'extSoftVersion()["readline"]'
>> extSoftVersion()["readline"]
>                readline
> "4.2 (EditLine wrapper)"
> 
> _______________________________________________
> R-SIG-Mac mailing list
> R-SIG-Mac using r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-mac
> 



More information about the R-SIG-Mac mailing list