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

confluent-kafka/8.0.0.184 package update #35086

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

octo-sts[bot]
Copy link
Contributor

@octo-sts octo-sts bot commented Nov 24, 2024

@octo-sts octo-sts bot added request-version-update request for a newer version of a package automated pr labels Nov 24, 2024
Copy link
Contributor Author

octo-sts bot commented Nov 24, 2024

Gen AI suggestions to solve the build error:

• Detected Error: "Reversed (or previously applied) patch detected! [...] saving rejects to file gradle/dependencies.gradle.rej"

• Error Category: Build Configuration

• Failure Point: The "patch" step in the pipeline attempting to apply "upgrade-netty-version-to-fix-CVE.patch"

• Root Cause Analysis: The patch is either:

  1. Already applied to the target version
  2. Created for a different version of the file
  3. Has reverse context compared to the target

• Suggested Fix:

  1. Check if the patch is still needed for version 8.0.0-184
  2. If needed, regenerate the patch against the current version:
git checkout v8.0.0-184-ccs
git diff > upgrade-netty-version-to-fix-CVE.patch
  1. If not needed (because the fix is already included), remove the patch step from the melange YAML

• Explanation:
The error indicates the patch cannot be applied cleanly because the changes might already be present or the context doesn't match. Since this is version 8.0.0-184, it's possible that the netty version upgrade was already included in this release.

• Additional Notes:

  • Check the upstream changelog for netty version changes
  • Verify the CVE status in the current version
  • Consider using git apply --check to test patch compatibility before building

• References:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automated pr request-version-update request for a newer version of a package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant