-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
Revert "libvirt: 4.5.0 -> 4.6.0" and attempted fixes #45440
Merged
Merged
+10
−12
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit 929a53f. Upstream has reverted their move from yajl to jansson after 4.6.0 because of major issues. No point in trying to fix it. Let's revert to libvirt 4.5.0 and wait for the next upstream release.
This reverts commit df05344. Upstream has reverted their move from yajl to jansson after 4.6.0 because of major issues. Let's revert to libvirt 4.5.0 and wait for the next upstream release.
This reverts commit 8835240. 4.6.0 is quite broken. Let's wait for the next release.
@GrahamcOfBorg build libvirt |
LnL7
approved these changes
Aug 21, 2018
Success on x86_64-darwin (full log) Attempted: libvirt Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: libvirt Partial log (click to expand)
|
fpletz
approved these changes
Aug 21, 2018
it is enabled by default in 4.5.0 but conditional in 4.6.0 so let's already put it in here to avoid issues on the next bump.
Success on aarch64-linux (full log) Attempted: libvirt Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: libvirt Partial log (click to expand)
|
Success on x86_64-darwin (full log) Attempted: libvirt Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: libvirt Partial log (click to expand)
|
Let's upgrade on master asap. We can always revert 18.09 to 4.5.0 in case of unexpected problems.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation for this change
Libvirt 4.6.0 is broken (runtime errors). The cause seems to be a migration from yajl to jansson for JSON support. Upstream has reverted this after 4.6.0. Instead of applying a large number of patches,
let's revert to libvirt 4.5.0 (which worked fine) and wait for the next upstream release.
This reverts the version bump and some unsuccessful attempts to fix it.
See also discussion in #45409 .
Things done
Built on NixOS.
cc @volth @LnL7 @fpletz @pikajude @VShell