-
Notifications
You must be signed in to change notification settings - Fork 12
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
Installation Problems 5.10.1 #72
Comments
I got exact same failures in Perl 5.14.2. But unit tests succeeds in 5.20.1. |
I've just released the new version of Perl::Lint, maybe fix this problem. |
Hi, thank you for comming back to me with that issue. Just tested it wit Perl 5.10.1. A cpanm -v -L ./lint/ Perl::Lint gave me: Successfully installed Perl-Lint-0.11 38 distributions installed On the other handside: A cpanm -v -l ./lint/ Perl::Lint gave me the following: t/Policy/Variables/require_localized_punctuation_vars.t .................................... 1/? Failed test 'Named magic variables, fail non-local, non-carats'at t/Policy/Variables/require_localized_punctuation_vars.t line 17.got: '103'expected: '114'Failed test 'Named magic variables, fail non-local, carats'at t/Policy/Variables/require_localized_punctuation_vars.t line 17.got: '30'expected: '37'Failed test 'Named magic variables, fail non-local, carats, no space'at t/Policy/Variables/require_localized_punctuation_vars.t line 17.got: '30'expected: '37'Failed test 'Named magic variables, fail = (non-local) ='at t/Policy/Variables/require_localized_punctuation_vars.t line 17.got: '133'expected: '151'Failed test 'Named magic variables, fail (non-local)'at t/Policy/Variables/require_localized_punctuation_vars.t line 17.got: '133'expected: '151'Failed test 'Named magic variables, fail non-local dereferenced'at t/Policy/Variables/require_localized_punctuation_vars.t line 17.got: '11'expected: '19'Looks like you failed 6 tests of 15.t/Policy/Variables/require_localized_punctuation_vars.t .................................... Dubious, test returned 6 (wstat 1536, 0x600) Failed 6/15 subtests t/Policy/Variables/require_negative_indices.t .............................................. ok Test Summary Report t/Policy/Variables/require_localized_punctuation_vars.t (Wstat: 1536 Tests: 15 Failed: 6) Failed tests: 8-13 Non-zero exit status: 6 Files=134, Tests=2391, 42 wallclock secs ( 0.61 usr 0.24 sys + 37.87 cusr 2.85 csys = 41.57 CPU) Result: FAIL FAIL ! Installing Perl::Lint failed. See /home/d_user/.cpanm/work/1422301922.31501/build.log for details. Retry with --force to force install it. 10 distributions installed So it seems that dependency resolution doesn't work as expected. There seems to be a dependeny path which doesn't get updated even your software needs a newer package somewhere. How can I help? Best regards Andreas Mock Von: moznion [mailto:[email protected]] I've just released the new version of Perl::Lint, maybe fix this problem. — |
Hmm, I wonder why. I cannot reproduce this problem... |
And:
|
I can't install it. I do: and get: |
t/Policy/Variables/require_localized_punctuation_vars.t .................................... 1/? Failed test 'Named magic variables, fail non-local, non-carats'at t/Policy/Variables/require_localized_punctuation_vars.t line 17.got: '111'expected: '114'Failed test 'Named magic variables, fail = (non-local) ='at t/Policy/Variables/require_localized_punctuation_vars.t line 17.got: '148'expected: '151'Failed test 'Named magic variables, fail (non-local)'at t/Policy/Variables/require_localized_punctuation_vars.t line 17.got: '148'expected: '151'Looks like you failed 3 tests of 15.t/Policy/Variables/require_localized_punctuation_vars.t .................................... Dubious, test returned 3 (wstat 768, 0x300) Test Summary Reportt/Policy/Variables/require_localized_punctuation_vars.t (Wstat: 768 Tests: 15 Failed: 3) |
I get the follwoing test errors while trying to install via cpanm on Perl 5.10.1 64 bit.
(Yes, Perl is old, but being a part of RHEL 6.6 rather common)
Environment: LANG=de_DE.UTF-8
Regards
McA
The text was updated successfully, but these errors were encountered: