Skip to content

Instantly share code, notes, and snippets.

@coke

coke/zef.out Secret

Created January 24, 2023 18:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coke/e578a8e6da5c1c28e4a902b6fc2b27fd to your computer and use it in GitHub Desktop.
Save coke/e578a8e6da5c1c28e4a902b6fc2b27fd to your computer and use it in GitHub Desktop.
$ raku -I. bin/zef install --verbose App::Cal
===> Searching for: App::Cal
Cannot create a Zef::Distribution from non-existent path: C:\Users\wcoleda/.zef/tmp\0d107975e6069182f1de9ed30759314a1dc108ba.tar.gz\META6.json
===> Found: App::Cal:ver<0.9.0>:auth<zef:coke> [via Zef::Repository::Ecosystems<fez>]
===> Searching for missing dependencies: Terminal::ANSIColor, Test::Differences
===> Found dependencies: Terminal::ANSIColor:ver<0.9>:auth<zef:lizmat>, Test::Differences:ver<1.0.3>:auth<zef:rbt> [via Zef::Repository::Ecosystems<fez>]
===> Searching for missing dependencies: Text::Diff
===> Found dependencies: Text::Diff:ver<1.0.5>:auth<zef:rbt> [via Zef::Repository::Ecosystems<fez>]
===> Searching for missing dependencies: Text::Tabs:ver<1.0+>
===> Found dependencies: Text::Tabs:ver<1.0>:auth<zef:Altai-man> [via Zef::Repository::Ecosystems<fez>]
===> Fetching [OK]: Terminal::ANSIColor:ver<0.9>:auth<zef:lizmat> to C:\Users\wcoleda/.zef/tmp\1674583501.10292.8407.796519954627\f89f87f983a1bcfe9e0cf54e870a0e785dea7b36.tar.gz
===> Fetching [OK]: App::Cal:ver<0.9.0>:auth<zef:coke> to C:\Users\wcoleda/.zef/tmp\1674583501.10292.7016.793412093709\38fc792fb0d8533b64c2dd57c4d68e606f2243d8.tar.gz
===> Fetching [OK]: Test::Differences:ver<1.0.3>:auth<zef:rbt> to C:\Users\wcoleda/.zef/tmp\1674583501.10292.193.5719746558029\87fef2345169a020eeb05f59c3d94a9ccac2cf60.tar.gz
===> Fetching [OK]: Text::Diff:ver<1.0.5>:auth<zef:rbt> to C:\Users\wcoleda/.zef/tmp\1674583501.10292.9427.95994198019\91590c7743953fbe3e6f306f7e06300a9c9997bc.tar.gz
===> Fetching [OK]: Text::Tabs:ver<1.0>:auth<zef:Altai-man> to C:\Users\wcoleda/.zef/tmp\1674583501.10292.3676.5208028646102\0d107975e6069182f1de9ed30759314a1dc108ba.tar.gz
tar: ..\0038fc792fb0d8533b64c2dd57c4d68e606f2243d8.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable
: exiting now
[App::Cal] Extracting with plugin Zef::Service::Shell::tar+{<anon|1>} aborted.
===> Extraction [OK]: App::Cal to C:\Users\wcoleda/.zef/tmp\38fc792fb0d8533b64c2dd57c4d68e606f2243d8.tar.gz
tar: ..\f89f87f983a1bcfe9e0cf54e870a0e785dea7b36.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable:
exiting now
[Terminal::ANSIColor] Extracting with plugin Zef::Service::Shell::tar+{<anon|1>} aborted.
===> Extraction [OK]: Terminal::ANSIColor to C:\Users\wcoleda/.zef/tmp\f89f87f983a1bcfe9e0cf54e870a0e785dea7b36.tar.gz
===> Extraction [OK]: Test::Differences to C:\Users\wcoleda/.zef/tmp\87fef2345169a020eeb05f59c3d94a9ccac2cf60.tar.gz
===> Extraction [OK]: Text::Diff to C:\Users\wcoleda/.zef/tmp\91590c7743953fbe3e6f306f7e06300a9c9997bc.tar.gz
===> Extraction [OK]: Text::Tabs:ver<1.0+> to C:\Users\wcoleda/.zef/tmp\0d107975e6069182f1de9ed30759314a1dc108ba.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment