-
Notifications
You must be signed in to change notification settings - Fork 584
executing the test command dist/ExtUtils-CBuilder/t/03-cplusplusplus fails, #23355
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
Comments
Probably a duplicate of #23277. |
ok Thanks |
But I fixed it according to the method of #23339, and the problem still exists. What should I do? {
} |
@lillianokok, can you please supply the output of (Without that it is difficult for someone to try to reproduce your problem.) Thanks. |
./perl5.41.13 -V Platform: Characteristics of this binary (from libperl): |
Uh oh!
There was an error while loading. Please reload this page.
[email protected] version, executing the test command dist/ExtUtils-CBuilder/t/03-cplusplusplus fails, error message:
dist/ExtUtils-CBuilder/t/03-cplusplus......................................# Failed test 'No search for C++ compiler in PATH when given absolute path to C compiler'
at t/03-cplusplus.t line 73.
get: '/home/spack/lib/spack/env/gcc/g++'
Expected: '/home/stage/root/spack-stage-perl-5.41.13-v424hwyrgfidyplaekvbekn7lv24toxm/spack-src/dist/ExtUtils-CBuilder/some/directory/what/doesnt/exist/cc'
It looks like you failed 1 out of 7 tests.
Failed at test 7
The expected result is to find a non-existent path, but the test case reports an error Failed. Does this test case need optimization?
Module:
Description
[email protected] version, executing the test command dist/ExtUtils-CBuilder/t/03-cplusplusplus fails, error message:
dist/ExtUtils-CBuilder/t/03-cplusplus......................................# Failed test 'No search for C++ compiler in PATH when given absolute path to C compiler'
at t/03-cplusplus.t line 73.
get: '/home/spack/lib/spack/env/gcc/g++'
Expected: '/home/stage/root/spack-stage-perl-5.41.13-v424hwyrgfidyplaekvbekn7lv24toxm/spack-src/dist/ExtUtils-CBuilder/some/directory/what/doesnt/exist/cc'
It looks like you failed 1 out of 7 tests.
Failed at test 7
The expected result is to find a non-existent path, but the test case reports an error Failed. Does this test case need optimization?
Steps to Reproduce
at t/03-cplusplus.t line 73.
Expected behavior
no errors
Perl configuration
5.41.13
The text was updated successfully, but these errors were encountered: