-
Notifications
You must be signed in to change notification settings - Fork 418
datadog-agent-7.73/7.73.3 package update #77013
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
Conversation
📦 Build Failed: Missing Dependency
Build Details
Root Cause Analysis 🔍The curl command is not available in the build environment, preventing the download of libpcap-1.10.5.tar.xz. This causes subsequent tar extraction to fail with 'File format not recognized' because tar is reading from an empty stdin instead of the expected compressed data. 🔍 Build failure fix suggestionsFound similar build failures that have been fixed in the past and analyzed them to suggest a fix: Similar PRs with fixesSuggested ChangesFile: datadog-agent-7.73.yaml
Replacement: Content: Click to expand fix analysisAnalysisLooking at the similar fixed build failure, the pattern is clear: when builds fail with "curl: command not found" or "/bin/sh: curl: not found", the solution is to add the curl package to the environment dependencies. In the wasi-libc.yaml fix, they added "wasi-sdk-libclang-rt-builtins" to resolve a different dependency issue, but the root cause pattern is the same - missing build dependencies that need to be explicitly declared in the environment.contents.packages section. Click to expand fix explanationExplanationThe build failure occurs because the system is trying to execute Click to expand alternative approachesAlternative Approaches
Was this comment helpful? Please use 👍 or 👎 reactions on this comment. |
Signed-off-by: Debasish Biswas <debasishbsws.dev@gmail.com>
|
Advisory already added |
aborrero
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Commit: 445a6fcd5c05541c8ce5a2cc8e605f36deee7b62