Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install module #25

Open
coke opened this issue Sep 1, 2019 · 8 comments
Open

Can't install module #25

coke opened this issue Sep 1, 2019 · 8 comments

Comments

@coke
Copy link

coke commented Sep 1, 2019

$ perl6 --version
This is Rakudo version 2019.07.1-239-g579ac66e8 built on MoarVM version 2019.07.1-134-ga37504d12
implementing Perl 6.d.
$ zef install Pod::To::Cached
===> Searching for: Pod::To::Cached
===> Testing: Pod::To::Cached:ver<0.3.3>
# Failed test 'One current, one tainted'
# at t/020-source.t line 137
# expected: ${:a-pod-file("Current"), :a-second-pod-file("Valid")}
#      got: ${:a-pod-file("Current"), :a-second-pod-file("Current")}
# Failed test 'One current, one tainted'
# at t/020-source.t line 156
# expected: ${:a-pod-file("Valid"), :a-second-pod-file("Current")}
#      got: ${:a-pod-file("Current"), :a-second-pod-file("Current")}
# Failed test 'One remains Valid because new version did not compile'
# at t/020-source.t line 159
# expected: ${:a-pod-file("Valid"), :a-second-pod-file("Current")}
#      got: ${:a-pod-file("Current"), :a-second-pod-file("Current")}
# Failed test 'Error detected in pod'
# at t/020-source.t line 161
# expected a match with: /'Compile error'/
#                   got: ""
# Failed test 'new file not added to cache because it did not compile'
# at t/020-source.t line 168
# Failed test 'hash-files with seq of statuses correct'
# at t/020-source.t line 221
# expected: ${:a-pod-file("Valid"), :pod-file-to-deprecate("Old")}
#      got: ${:pod-file-to-deprecate("Old")}
# You failed 6 tests of 36
# test pod extraction
# testing freeze
# Heavy duty test optional
===> Testing [FAIL]: Pod::To::Cached:ver<0.3.3>
Aborting due to test failure: Pod::To::Cached:ver<0.3.3> (use --force-test to override)
@JJ
Copy link
Contributor

JJ commented Sep 2, 2019

I don't think we're updating this module any more. Please open the issue at https://github.com/perl6/pod-to-cached

@JJ
Copy link
Contributor

JJ commented Sep 2, 2019

Would that be an OSX system? Or a Windows system?

@coke
Copy link
Author

coke commented Sep 2, 2019

FYI, this is the version that is in the ecosystem. (I found it by going to modules.perl6.org and searching).

@coke
Copy link
Author

coke commented Sep 2, 2019

I'm on OS X.

@JJ
Copy link
Contributor

JJ commented Sep 2, 2019

Can you please try this other version? If it still fails, can you help us debug it on OS X?

@coke
Copy link
Author

coke commented Sep 2, 2019

Install only works if I clone the perl6 repo and do a "zef install ." from the checkout; so whatever version is being found in the ecosystem is apparently not that. (looks like 0.3.4 is the failing version I'm getting, and 0.3.5 is the working version in master)

@JJ
Copy link
Contributor

JJ commented Sep 2, 2019 via email

@JJ
Copy link
Contributor

JJ commented Sep 27, 2019

I think this issue can be closed. I can't, so please, @finanalyst , do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants