-
Notifications
You must be signed in to change notification settings - Fork 560
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
macOS Big Sur: failed test : array should contain one result or more: libc => () at t/DynaLoader.t #18406
Comments
I have an experimental branch (#18407) to fix this, but given I'm not a mac user I can't easily verify if it works or not (though I might get the CI working on Big Sur) |
This has been fixed in d296ead :-) |
Hi, |
5.32.1/5.34.0 fixed this |
Hi,
5.32.1 really fixed ? |
Broken for me on monterey:
And looking at the |
@hakonhagland yes. updated perlbrew and patchperl. |
OK, the problem was due to my total idiocy having a script named |
Ran into Perl/perl5#18406
This still fails even when the patch is there.
So this bug doesn't look root caused.
This failure may be due to a wrongly detection of the unix system type.
|
When trying to install perl version 5.32.0 on macOS Big Sur I get a failed test:
The issue was first reported here. The issue seems to be that
Dynaloader::dl_findfile("c")
cannot find the path tolibc
, see https://github.com/Perl/perl5/blob/blead/ext/DynaLoader/t/DynaLoader.t#L114. This is because the file does not exist, see https://developer.apple.com/documentation/macos-release-notes/macos-big-sur-11_0_1-release-notes :The text was updated successfully, but these errors were encountered: