Open AlexDaniel opened 5 years ago
I have already fixed App::AIzuOnlineJudge and this module works fine on TravisCI environment (and my local environment). However, even if "depends" field contains Terminal::Getpass (https://github.com/titsuki/p6-App-AizuOnlineJudge/blob/master/META6.json#L9 ), this module cannot install via Blin due to the failure of installing Terminal::Getpass. Are there any good ways to solve this problem?
"Failing dependency" is the necessary label, I think. Other than that, well... I am not seeing Terminal::Getpass in this repo, which should mean that is was installed correctly with Blin... A bit odd. Can you please give some more details about nature of installation issues of Terminal::Getpass with Blin?
Also, I was able to install Terminal::Getpass just fine on my GNU/Linux box. The log:
➜ ~ zef install Terminal::Getpass
===> Searching for: Terminal::Getpass
===> Updating cpan mirror: https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/cpan1.json
===> Updating p6c mirror: http://ecosystem-api.p6c.org/projects1.json
===> Updated p6c mirror: http://ecosystem-api.p6c.org/projects1.json
===> Updated cpan mirror: https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/cpan1.json
===> Searching for missing dependencies: Term::termios:auth<github:krunen>
===> Building: Term::termios:auth<github:krunen>
===> Building [OK] for Term::termios:auth<github:krunen>
===> Testing: Term::termios:auth<github:krunen>
===> Testing [OK] for Term::termios:auth<github:krunen>
===> Testing: Terminal::Getpass:ver<0.0.6>
===> Testing [OK] for Terminal::Getpass:ver<0.0.6>
===> Installing: Term::termios:auth<github:krunen>
===> Installing: Terminal::Getpass:ver<0.0.6>
➜ ~
➜ ~ perl6 --version
This is Rakudo version 2018.12-302-g121ca5fda built on MoarVM version 2018.12-94-g2eab275df
implementing Perl 6.d.
➜ ~ uname -a
Linux dispair 4.19.23_1 #1 SMP PREEMPT Fri Feb 15 09:35:13 UTC 2019 x86_64 GNU/Linux
➜ ~ date
Mon 18 Feb 2019 04:36:25 PM EET
Module App::AizuOnlineJudge cannot be installed (
AlwaysFail
), perhaps it has some failing tests.works for me
label, leave a comment saying that it works for you and mention any details that you feel are important.native dependency
label, describe what you did to install it and ensure that same instructions are present in the README file of the module (otherwise submit a pull request). Also try to update this wiki page.PR sent
label.failing dependency
label and write a comment explaining the situation. Feel free to work on the corresponding ticket for the failing dependency.If you can't self-assign yourself or attach a label, please let us know on #perl6 channel on freenode or just leave a comment here. We will try to give you privileges as fast as possible.
Output:
Ping @titsuki
Previous ticket: #303