-
Notifications
You must be signed in to change notification settings - Fork 117
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
Linting segmentation violation #1552
Labels
bug
Something isn't working
Comments
Interestingly, this doesn't happen with |
I also ran into this crash when trying to build datadog-agent-nvml (after having added a build-dep on python).
|
smoser
pushed a commit
to wolfi-dev/os
that referenced
this issue
Dec 12, 2024
The package datadog-agent-nvml is failing to build with the following error: ``` 2024-12-11T07:05:44Z INFO [git checkout] execute: git checkout --quiet origin/tags/nvml-1.0.9 uses=git-checkout 2024-12-11T07:05:46Z INFO [git checkout] tag nvml-1.0.9 is d38c5cdb4ab4d07f4432afb25e0ccd70341efb51 uses=git-checkout 2024-12-11T07:05:46Z WARN /bin/sh: python: not found ``` This change fixes that but locally building the package causes a segmentation violation which is detailed in chainguard-dev/melange#1552. Maybe it'll pass in production?
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Encountered this while trying to build elasticsearch-7 in enterprise-packages. It may happen in other situations but I haven't run into any others yet. There was some internal speculation that it may have to do with this code section: https://github.com/chainguard-dev/melange/blob/20a8b52707cda4c05f47454d1d56ef2866c525e7/pkg/linter/linter.go#L66C7-L66C13
Error log:
The text was updated successfully, but these errors were encountered: