On 2020-04-05 17:30, ToddAndMargo via perl6-users wrote:
On 2020-03-23 21:28, ToddAndMargo via perl6-users wrote:
Hi All,
What is this all about? Rakudo Star forget
another dependency? psunzip?
Windows 7, x64 SP1
K:\Windows\NtUtil>raku -v
This is Rakudo version 2020.01 built on MoarVM version 2020.01.1
implementing Perl 6.d.
K:\Windows\NtUtil>zef install OAuth2::Client::Google
===> Searching for: OAuth2::Client::Google
Enabled extracting backends [git path psunzip] don't understand
C:\Users\todd/.zef/tmp\1585022838.2848.5555.088006717173\OAuth2-Client-Google-0.1.1.tar.gz
You may need to configure one of the following backends, or install
its underlying software - [tar p5tar unzip]
Many thanks,
-T
I opened
git path psunzip failure in Windows 7, but not 10:
https://github.com/ugexe/zef/issues/341
They closed it. Rats.
The only workaround to them not fixing the problem
is to manually download the module and do a
`zef install .` on it.
And W7 and W10 have both tar and unzip installed in the
same location (C:\Program Files\Git\usr\bin) and neither
have p5tar installed.