Closed twata1 closed 6 years ago
Thanks for your report, unfortunately this seems to be an upstream issue in Archive::Tar. I have created a Pull Request there to speed up the extraction: https://github.com/jib/archive-tar-new/pull/22
Another approach without CPANM would be to extract the tarball manually and call cpan .
Interesting that this issue hasn't popped up earlier (will check some older perl versions now).
Under Strawberry Perl 5.26.1, it certainly was able to confirm that it can be installed with cpan .
like this.
C:\home\bath1\CSS-Sass-3.4.11>cpan .
You are visiting the local directory
'.'
without lock, take care that concurrent processes do not do likewise.
CPAN: CPAN::SQLite loaded ok (v0.211)
Database was generated on Tue, 06 Feb 2018 21:48:25 GMT
You are visiting the local directory
'C:/home/bath1/CSS-Sass-3.4.11/.'
without lock, take care that concurrent processes do not do likewise.
C:/home/bath1/CSS-Sass-3.4.11/.
Has already been unwrapped into directory C:/home/bath1/CSS-Sass-3.4.11/.
CPAN: CPAN::Meta::Requirements loaded ok (v2.140)
CPAN: Parse::CPAN::Meta loaded ok (v2.150010)
CPAN: CPAN::Meta loaded ok (v2.150010)
CPAN: Module::CoreList loaded ok (v5.20170923)
Configuring C:/home/bath1/CSS-Sass-3.4.11/. with Makefile.PL
CPAN: CPAN::Reporter loaded ok (v1.2018)
Reporting via CPAN::Reporter is disabled for local directories
Building libsass plugins
Building shared libsass lib
Compiling release build
Detected libsass 3.4.9
Detected GCC compiler 7.1.0 ...
Consider installing Win32::ChangeNotify
Or configure with `--native-watcher` option
Checking if your kit is complete...
Looks good
Installing as a site module
Generating a gmake-style Makefile
Writing Makefile for CSS::Sass
Writing MYMETA.yml and MYMETA.json
(snip)
All tests successful.
Files=13, Tests=18408, 50 wallclock secs ( 3.07 usr + 0.27 sys = 3.34 CPU)
Result: PASS
C:/home/bath1/CSS-Sass-3.4.11/.
C:\Strawberry\c\bin\gmake.exe test -- OK
Running make install
(snip)
Thank you for Another approach information.
For now, Archive::Tar 2.30 seems good.
Seems fixed now with new Archive::Tar version!
Hi,
When I run
cpan OCBNET/CSS-Sass-3.4.11.tar.gz
, It looks like it hang up like this.I typed
Ctrl + C
[My workaround] I used
cpanm
instead ofcpan
.I hope this helps.