Skip to content

Instantly share code, notes, and snippets.

@lizmat
Last active October 2, 2022 12:39
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 lizmat/28bc69c2a315b00de0df48179baded45 to your computer and use it in GitHub Desktop.
Save lizmat/28bc69c2a315b00de0df48179baded45 to your computer and use it in GitHub Desktop.
Inline::Perl5 doesn't install on Rakudo master
% zef install Inline::Perl5 --exclude='perl' --debug
===> Searching for: Inline::Perl5
===> Found: Inline::Perl5:ver<0.60>:auth<cpan:NINE> [via Zef::Repository::Ecosystems<rea>]
===> Dependencies: perl, File::Temp, Distribution::Builder::MakeFromJSON
===> Fetching: Inline::Perl5
[Inline::Perl5] Fetching https://raw.githubusercontent.com/raku/REA/main/archive/I/Inline%3A%3APerl5/Inline%3A%3APerl5%3Aver%3C0.60%3E%3Aauth%3Ccpan%3ANINE%3E.tar.gz with plugin: Zef::Service::Shell::curl+{<anon|1>}
===> Fetching [OK]: Inline::Perl5:ver<0.60>:auth<cpan:NINE> to /var/folders/gr/2x_c7bgn58z8vymtgvk32kcw0000gn/T//.zef/1664714376.24681.8572.084605427619/Inline%3A%3APerl5%3Aver%3C0.60%3E%3Aauth%3Ccpan%3ANINE%3E.tar.gz
===> Extracting: Inline::Perl5
[Inline::Perl5] Extracting with plugin: Zef::Service::Shell::tar+{<anon|1>}
===> Extraction [OK]: Inline::Perl5 to /var/folders/gr/2x_c7bgn58z8vymtgvk32kcw0000gn/T//.zef/Inline%3A%3APerl5%3Aver%3C0.60%3E%3Aauth%3Ccpan%3ANINE%3E.tar.gz
===> Filtering: Inline::Perl5:ver<0.60>:auth<github:niner>
===> Filtering [OK] for Inline::Perl5:ver<0.60>:auth<github:niner>
===> Building: Inline::Perl5:ver<0.60>:auth<github:niner>
[Inline::Perl5] Building with plugin: Zef::Service::Shell::DistributionBuilder+{<anon|1>}
[Inline::Perl5] Command: /Users/liz/Github/rakudo/install/bin/rakudo -MMONKEY-SEE-NO-EVAL -e exit((require ::(q|Distribution::Builder::MakeFromJSON|)).new(:meta(EVAL($*IN.slurp(:close)))).build(q|/var/folders/gr/2x_c7bgn58z8vymtgvk32kcw0000gn/T/.zef/Inline%3A%3APerl5%3Aver%3C0.60%3E%3Aauth%3Ccpan%3ANINE%3E.tar.gz/Inline-Perl5-0.60|)??0!!1)
===> Building [FAIL]: Inline::Perl5:ver<0.60>:auth<github:niner>
Aborting due to build failure: Inline::Perl5:ver<0.60>:auth<github:niner> (use --force-build to override)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment