Nathan Hartman wrote on Wed, Apr 28, 2021 at 13:23:54 -0400: > I don't understand what happened here. Was bb_slave8_ubuntu recently > upgraded resulting in a suddenly missing perl module?
builds@ or users@infra would know. The module is provided by the libterm-readkey-perl package. IIRC, that's not part of the default Perl installation. Cheers, Daniel > The failure: > > Can't locate Term/ReadKey.pm in @INC (you may need to install the > Term::ReadKey module) (@INC contains: /etc/perl > /usr/local/lib/x86_64-linux-gnu/perl/5.26.1 /usr/local/share/perl/5.26.1 > /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 > /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 > /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ./.svn/ > backport.pl line 38. > BEGIN failed--compilation aborted at ./.svn/backport.pl line 38. > > Line 38 is, no surprise: > > use Term::ReadKey qw/ReadMode ReadKey/; > > Thanks, > Nathan