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

perl 5.36 cpan | Crypt::OpenSSL::DSA tests appear to be segfaulting #86

Closed
shawnlaffan opened this issue Mar 18, 2023 · 2 comments
Closed

Comments

@shawnlaffan
Copy link
Contributor

Test log:

t/00-use.t ............. ok
t/10-selftest.t ........
Dubious, test returned 5 (wstat 1280, 0x500)
Failed 31/36 subtests
t/90-openssl-compat.t ..
Dubious, test returned 5 (wstat 1280, 0x500)
Failed 84/84 subtests

First failing test is https://github.com/kmx/perl-Crypt-OpenSSL-DSA/blob/c96bba3bc0ef8b8e105c4b99d687acc2fc58d176/t/10-selftest.t#L47

Possibly the openssl dll is not working.

If anyone wants to try debugging then a 5.36 development release is at https://github.com/StrawberryPerl/Perl-Dist-Strawberry/releases/tag/dev_20230318 (previous versions would not get to the test stage - see #80)

@shawnlaffan
Copy link
Contributor Author

If this is not widely used then I think we can drop it from SP 5.36. If it is later fixed then users should be able to install it locally.

shawnlaffan added a commit that referenced this issue Apr 20, 2023
Patch:
File::Find::Rule: issue #88
Socket6:          issue #72

Update to use latest dlls:
GD:               issue #81

Exclude:
Crypt::OpenSSL::DSA: isssue #86

Archive::Tar:     skip tests on 3.02 due to
                  symlink issues (similar to #67)
@shawnlaffan
Copy link
Contributor Author

shawnlaffan commented May 24, 2023

It seems the patch that gets PDL to build also works for this module. Running a local install with the current dev release passes all tests.

I'll close this issue when this module is reinstated in the build list.

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

No branches or pull requests

1 participant