perl6-lwp-simple icon indicating copy to clipboard operation
perl6-lwp-simple copied to clipboard

Can't install on older MacOS...

Open jubilatious1 opened this issue 5 years ago • 0 comments

zef never completes install of LWP::Simple on older MacOS machine, stalls on 'testing' with 100% CPU utilization:

user@mbook:~$ ~/rakudo/rakudo-2020.10/zef/bin/zef install LWP::Simple 
===> Searching for: LWP::Simple
===> Updating cpan mirror: https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/cpan1.json
===> Updating p6c mirror: https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/p6c1.json
===> Updated p6c mirror: https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/p6c1.json
===> Updated cpan mirror: https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/cpan1.json
===> Testing: LWP::Simple:ver<0.106>:auth<github:perl6>
^C
~$ ~/rakudo/rakudo-2020.10/zef/bin/zef install LWP::Simple --force
===> Searching for: LWP::Simple
===> Testing: LWP::Simple:ver<0.106>:auth<github:perl6>
^C
user@mbook:~$

jubilatious1 avatar Dec 29 '20 20:12 jubilatious1