Closed titsuki closed 5 years ago
Hi, I found that something has problem with installing rakudo-2019.03.
Log:
$ p6env install rakudo-2019.03 Cloning into '/home/itoyota/.p6env/git_reference/rakudo'... remote: Enumerating objects: 132, done. remote: Counting objects: 100% (132/132), done. remote: Compressing objects: 100% (70/70), done. remote: Total 177819 (delta 73), reused 97 (delta 59), pack-reused 177687 Receiving objects: 100% (177819/177819), 49.84 MiB | 249.00 KiB/s, done. Resolving deltas: 100% (131794/131794), done. Cloning into '/home/itoyota/.p6env/git_reference/MoarVM'... remote: Enumerating objects: 213, done. remote: Counting objects: 100% (213/213), done. remote: Compressing objects: 100% (92/92), done. remote: Total 76933 (delta 142), reused 169 (delta 121), pack-reused 76720 Receiving objects: 100% (76933/76933), 51.27 MiB | 163.00 KiB/s, done. Resolving deltas: 100% (56967/56967), done. Submodule '3rdparty/cmp' (https://github.com/MoarVM/cmp.git) registered for path '3rdparty/cmp' Submodule '3rdparty/dynasm' (https://github.com/MoarVM/dynasm.git) registered for path '3rdparty/dynasm' Submodule '3rdparty/dyncall' (https://github.com/MoarVM/dyncall.git) registered for path '3rdparty/dyncall' Submodule '3rdparty/libatomicops' (https://github.com/MoarVM/libatomic_ops) registered for path '3rdparty/libatomicops' Submodule '3rdparty/libtommath' (https://github.com/MoarVM/libtommath) registered for path '3rdparty/libtommath' Submodule '3rdparty/libuv' (https://github.com/libuv/libuv.git) registered for path '3rdparty/libuv' Cloning into '/home/itoyota/.p6env/git_reference/MoarVM/3rdparty/cmp'... remote: Enumerating objects: 632, done. remote: Total 632 (delta 0), reused 0 (delta 0), pack-reused 632 Receiving objects: 100% (632/632), 281.71 KiB | 790.00 KiB/s, done. Resolving deltas: 100% (414/414), done. Cloning into '/home/itoyota/.p6env/git_reference/MoarVM/3rdparty/dynasm'... remote: Enumerating objects: 359, done. remote: Total 359 (delta 0), reused 0 (delta 0), pack-reused 359 Receiving objects: 100% (359/359), 160.34 KiB | 574.00 KiB/s, done. Resolving deltas: 100% (239/239), done. Cloning into '/home/itoyota/.p6env/git_reference/MoarVM/3rdparty/dyncall'... remote: Enumerating objects: 10135, done. remote: Total 10135 (delta 0), reused 0 (delta 0), pack-reused 10135 Receiving objects: 100% (10135/10135), 3.61 MiB | 160.00 KiB/s, done. Resolving deltas: 100% (6894/6894), done. Cloning into '/home/itoyota/.p6env/git_reference/MoarVM/3rdparty/libatomicops'... remote: Enumerating objects: 5517, done. remote: Total 5517 (delta 0), reused 0 (delta 0), pack-reused 5517 Receiving objects: 100% (5517/5517), 1.57 MiB | 157.00 KiB/s, done. Resolving deltas: 100% (4093/4093), done. Cloning into '/home/itoyota/.p6env/git_reference/MoarVM/3rdparty/libtommath'... remote: Enumerating objects: 4293, done. remote: Total 4293 (delta 0), reused 0 (delta 0), pack-reused 4293 Receiving objects: 100% (4293/4293), 18.45 MiB | 288.00 KiB/s, done. Resolving deltas: 100% (3355/3355), done. Cloning into '/home/itoyota/.p6env/git_reference/MoarVM/3rdparty/libuv'... remote: Enumerating objects: 1, done. remote: Counting objects: 100% (1/1), done. remote: Total 29255 (delta 0), reused 0 (delta 0), pack-reused 29254 Receiving objects: 100% (29255/29255), 13.69 MiB | 343.00 KiB/s, done. Resolving deltas: 100% (21172/21172), done. Submodule path '3rdparty/cmp': checked out '3c5a72eb57bf662c5f9e353d5a3856185a82a35e' Submodule path '3rdparty/dynasm': checked out 'deade9aa64b1b101d01ca69bd8e335da72e9dfc3' Submodule path '3rdparty/dyncall': checked out '1dabd7c2fd438920502c85eaf9ca4212d722c4b5' Submodule path '3rdparty/libatomicops': checked out '6210090ba8b0d8efcb4b532cc05cb3375ec7ad2e' Submodule path '3rdparty/libtommath': checked out '289e346bb9b968377ffbbbe6876342fedda4e072' Submodule path '3rdparty/libuv': checked out '7ebb26225f2eaae6db22f4ef34ce76fa16ff89ec' Cloning into '/home/itoyota/.p6env/git_reference/nqp'... remote: Enumerating objects: 60, done. remote: Counting objects: 100% (60/60), done. remote: Compressing objects: 100% (44/44), done. remote: Total 85801 (delta 25), reused 33 (delta 15), pack-reused 85741 Receiving objects: 100% (85801/85801), 127.85 MiB | 140.00 KiB/s, done. Resolving deltas: 100% (55659/55659), done. error: pathspec 'rakudo-2019.03' did not match any file(s) known to git. Died at /home/itoyota/.p6env/plugins/perl6-build/bin/perl6-build line 100.
environment:
$ p6env --version p6env 1.1.1
Cheers,
Try p6env install 2019.03
p6env install 2019.03
@skaji Thanks! I'll try it.
That command works fine to me. thanks
Hi, I found that something has problem with installing rakudo-2019.03.
Log:
environment:
Cheers,