-
Notifications
You must be signed in to change notification settings - Fork 559
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
cygwin DLL address conflict with version 5.41.6 #22695
Labels
Comments
tonycoz
added a commit
to tonycoz/perl5
that referenced
this issue
Oct 23, 2024
The DLL load addresses are generated by the linker based on the DLL names, and 5.39.10 we're getting a conflict between cygperl5_41_6.dll and Langinfo.dll. As a workaround, statically link Langinfo into cygperl for CI and mention the problem in perldelta for anyone else who might build perl on cygwin Fixes but should not close Perl#22695
tonycoz
added a commit
to tonycoz/perl5
that referenced
this issue
Oct 23, 2024
The DLL load addresses are generated by the linker based on the DLL names, and 5.39.10 we're getting a conflict between cygperl5_41_6.dll and Langinfo.dll. As a workaround, statically link Langinfo into cygperl for CI and mention the problem in perldelta for anyone else who might build perl on cygwin Fixes but should not close Perl#22695
tonycoz
added a commit
that referenced
this issue
Oct 29, 2024
The DLL load addresses are generated by the linker based on the DLL names, and 5.39.10 we're getting a conflict between cygperl5_41_6.dll and Langinfo.dll. As a workaround, statically link Langinfo into cygperl for CI and mention the problem in perldelta for anyone else who might build perl on cygwin Fixes but should not close #22695
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Module:
Description
Similar to #22104 we're seeing address conflicts loading LangInfo.dll in CI:
And rebase shows the conflict:
And can be similarly reproduced:
I plan to prepare a fix and perldelta note PR.
Steps to Reproduce
-DDEBUGGING
, there may or may not be a conflict without it./perl -Ilib -MI18N::LangInfo -efork
Expected behavior
No error on fork.
Perl configuration
The text was updated successfully, but these errors were encountered: