nige123 / jmp.nigelhamilton.com

jmp - search files and jump to matching lines in a text editor
Other
13 stars 4 forks source link

Could not find JMP::System #1

Closed ohmycloud closed 5 years ago

ohmycloud commented 5 years ago

Thanks for your article for Perl 6 Advent Calendar. I try to install the module but it seems something was wrong, not sure it's environment or not:

~> zef install --force-install https://github.com/nige123/jmp.nigelhamilton.com.git
===> Testing: jmp:ver<2.0>:auth<github:nige123>
# Failed test 'JMP module can be use-d ok'
# at t/00-load.t line 6
# ===SORRY!===
# Could not find JMP::System at line 2 in:
#     /Users/ohmycloud/.zef/store/jmp.nigelhamilton.com.git/ae1e484ca39be0a1dd7221e20480db1f91ee344f
#     /Users/ohmycloud/.zef/store/jmp.nigelhamilton.com.git/ae1e484ca39be0a1dd7221e20480db1f91ee344f/lib
#     /Users/ohmycloud/.perl6
#     /Applications/Rakudo/share/perl6/site
#     /Applications/Rakudo/share/perl6/vendor
#     /Applications/Rakudo/share/perl6
#     CompUnit::Repository::AbsolutePath<140293470033632>
#     CompUnit::Repository::NQP<140293483069040>
#     CompUnit::Repository::Perl5<140293483069080>
# 
# Failed test 'JMP::Config module can be use-d ok'
# at t/00-load.t line 7
# ===SORRY!===
# Could not find JMP::System at line 2 in:
#     /Users/ohmycloud/.zef/store/jmp.nigelhamilton.com.git/ae1e484ca39be0a1dd7221e20480db1f91ee344f
#     /Users/ohmycloud/.zef/store/jmp.nigelhamilton.com.git/ae1e484ca39be0a1dd7221e20480db1f91ee344f/lib
#     /Users/ohmycloud/.perl6
#     /Applications/Rakudo/share/perl6/site
#     /Applications/Rakudo/share/perl6/vendor
#     /Applications/Rakudo/share/perl6
#     CompUnit::Repository::AbsolutePath<140258363946720>
#     CompUnit::Repository::NQP<140258372116080>
#     CompUnit::Repository::Perl5<140258372116120>
# 
# Failed test 'JMP::Editor module can be use-d ok'
# at t/00-load.t line 8
# ===SORRY!===
# Could not find JMP::System at line 2 in:
#     /Users/ohmycloud/.zef/store/jmp.nigelhamilton.com.git/ae1e484ca39be0a1dd7221e20480db1f91ee344f
#     /Users/ohmycloud/.zef/store/jmp.nigelhamilton.com.git/ae1e484ca39be0a1dd7221e20480db1f91ee344f/lib
#     /Users/ohmycloud/.perl6
#     /Applications/Rakudo/share/perl6/site
#     /Applications/Rakudo/share/perl6/vendor
#     /Applications/Rakudo/share/perl6
#     CompUnit::Repository::AbsolutePath<140369175793376>
#     CompUnit::Repository::NQP<140369188473968>
#     CompUnit::Repository::Perl5<140369188474008>
# 
# Looks like you failed 3 tests of 10
===> Testing [FAIL]: jmp:ver<2.0>:auth<github:nige123>
Aborting due to test failure: jmp:ver<2.0>:auth<github:nige123> (use --force-test to override)

OS: MacOSX 10.14.1 Perl 6 version:
This is Rakudo Star version 2018.10 built on MoarVM version 2018.10 implementing Perl 6.c.

nige123 commented 5 years ago

JMP::System is no longer needed in the latest version of jmp (2.0). This looks to be the test file for the previous version which is failing.

Could you please try and install with:

shell> zef upgrade jmp

nige123 commented 5 years ago

Thanks for reporting this. Although upgrading will probably solve the problem for you this helped uncover a missing module from the META6.json file. This has now been fixed.

ohmycloud commented 5 years ago

After upgrade using zef upgrade jmp, now it works very well, thanks! jmp is convenient for me.

ryn1x commented 5 years ago

Version 2.1 is working for me also. Thanks!

nige123 commented 5 years ago

OK cool - will close this now.