lingy-lang/lingy

got: 'Please install Term::ReadLine::Gnu from CPAN

WillForan opened this issue · 3 comments

apologies if this is just something weird in my environment

cpanm Lingy tests failed in a bunch of places with messages like

#   Failed test ''./blib/script/lingy -e '(prn (+ 2 3))'' -> '5''
#   at .cpanm/work/1684192192.1561471/Lingy-0.1.3/blib/lib/Lingy/Test.pm line 119.
#          got: 'Please install Term::ReadLine::Gnu from CPAN

despite cpanm having up-to-date versions of e.g. Term::Readline::Gnu, I needed to install system packages

pacman -S perl-tie-ixhash perl-term-readline-gnu

Hi there. Can you try again with the latest Lingy?
Go ahead and close this if it works for you.
Thanks!!

Tekki commented

Seems Term::ReadLine::Gnu causes problems on many systems. On Termux I had to force the installation (cpanm --force Term::ReadLine::Gnu), but then the installation succeeded and Lingy is running.

@Tekki it certainly does. See #10