-
Notifications
You must be signed in to change notification settings - Fork 56
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
Fails to configure with Perl 5.38.0(-RC0) #170
Comments
Thank you for spotting this! |
jbbjarnason
added a commit
to Skaginn3x/vcpkg-registry
that referenced
this issue
Aug 8, 2023
heiytor
pushed a commit
to shellhub-io/shellhub
that referenced
this issue
Mar 25, 2024
Due to the addition of the new `tests` directory, requiring Go version `1.21`, we are updating the project's general Go version accordingly. This update involves modifying all "go.mod" files and Dockerfiles. The Dockerfiles utilizing `libxcrypto` encountered issues following the update to `alpine` (please refer to besser82/libxcrypt#170). This issue was resolved in version `4.4.35`; however, a new bug surfaced as a consequence of the upgrade. The newer version of the library necessitates the `linux/mman.h` header, which is not provided by default in alpine. To address this, we are now installing `linux-headers`.
gustavosbarreto
pushed a commit
to shellhub-io/shellhub
that referenced
this issue
Mar 25, 2024
Due to the addition of the new `tests` directory, requiring Go version `1.21`, we are updating the project's general Go version accordingly. This update involves modifying all "go.mod" files and Dockerfiles. The Dockerfiles utilizing `libxcrypto` encountered issues following the update to `alpine` (please refer to besser82/libxcrypt#170). This issue was resolved in version `4.4.35`; however, a new bug surfaced as a consequence of the upgrade. The newer version of the library necessitates the `linux/mman.h` header, which is not provided by default in alpine. To address this, we are now installing `linux-headers`.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/Perl/perl5/blob/blead/pod/perldelta.pod#changes-to-existing-diagnostics
^ The "when" keyword moves from "experimental" to "deprecated in Perl 5.38.
This means it emits a warning, which triggers the
use warnings FATAL => 'all';
at the start of BuildCommon.pm.The text was updated successfully, but these errors were encountered: