-
Notifications
You must be signed in to change notification settings - Fork 3
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
Broken update since rpm-ostree-2023.12-1.fc39.x86_64 #523
Comments
I believe this is due to coreos/rpm-ostree#4697, it seems that the building process should populate files in Will check if the same is true for latest testing compose, if so maybe I should downvote the update to stop the package from landing to stable Downvoted, at least we won't need to worry about breaking stable and things gets less urgent :) |
Wow, thanks for testing this out. |
Should be fixed by coreos/rpm-ostree#4727 - we should make a new release soon. |
When removing package, will also remove the generated tmpfile config under the rpm-ostree tmpfiles.d directory. Since coreos#4697, we use the new directory like `usr/lib/rpm-ostree/tmpfiles.d`, but also need to handle old `usr/lib/tmpfiles.d`. Fixes: fedora-silverblue/issue-tracker#523
When removing package, will also remove the generated tmpfile config under the rpm-ostree tmpfiles.d directory. Since coreos#4697, we use the new directory like `usr/lib/rpm-ostree/tmpfiles.d`, but for old `usr/lib/tmpfiles.d`, failed with `error: opendir(usr/lib/ rpm-ostree/tmpfiles.d): No such file or directory`. Also needs coreos#4727. Fixes: fedora-silverblue/issue-tracker#523
When removing package, will also remove the generated tmpfile config under the rpm-ostree tmpfiles.d directory. Since coreos#4697, we use the new directory like `usr/lib/rpm-ostree/tmpfiles.d`, but for old `usr/lib/tmpfiles.d`, failed with `error: opendir(usr/lib/ rpm-ostree/tmpfiles.d): No such file or directory`. Also needs coreos#4727. Fixes: fedora-silverblue/issue-tracker#523
When removing package, will also remove the generated tmpfile config under the rpm-ostree tmpfiles.d directory. Since coreos#4697, we use the new directory like `usr/lib/rpm-ostree/tmpfiles.d`, but for old `usr/lib/tmpfiles.d`, failed with `error: opendir(usr/lib/ rpm-ostree/tmpfiles.d): No such file or directory`. With this patch, check if `usr/lib/rpm-ostree/tmpfiles.d` does not exist, will use old `usr/lib/tmpfiles.d` instead. Also needs coreos#4727. Fixes: fedora-silverblue/issue-tracker#523
When removing package, will also remove the generated tmpfile config under the rpm-ostree tmpfiles.d directory. Since coreos#4697, we use the new directory like `usr/lib/rpm-ostree/tmpfiles.d`, but for old `usr/lib/tmpfiles.d`, failed with `error: opendir(usr/lib/ rpm-ostree/tmpfiles.d): No such file or directory`. With this patch, check if `usr/lib/rpm-ostree/tmpfiles.d` does not exist, will use old `usr/lib/tmpfiles.d` instead. Also needs coreos#4727. Fixes: fedora-silverblue/issue-tracker#523
Check 4727 is included in 2023.12-1, maybe also need coreos/rpm-ostree#4746 |
When removing package, will also remove the generated tmpfile config under the rpm-ostree tmpfiles.d directory. Since coreos#4697, we use the new directory like `usr/lib/rpm-ostree/tmpfiles.d`, but for old `usr/lib/tmpfiles.d`, failed with `error: opendir(usr/lib/ rpm-ostree/tmpfiles.d): No such file or directory`. With this patch, check if `usr/lib/rpm-ostree/tmpfiles.d` does not exist, will use old `usr/lib/tmpfiles.d` instead. Also needs coreos#4727. Fixes: fedora-silverblue/issue-tracker#523
When removing package, will also remove the generated tmpfile config under the rpm-ostree tmpfiles.d directory. Since #4697, we use the new directory like `usr/lib/rpm-ostree/tmpfiles.d`, but for old `usr/lib/tmpfiles.d`, failed with `error: opendir(usr/lib/ rpm-ostree/tmpfiles.d): No such file or directory`. With this patch, check if `usr/lib/rpm-ostree/tmpfiles.d` does not exist, will use old `usr/lib/tmpfiles.d` instead. Also needs #4727. Fixes: fedora-silverblue/issue-tracker#523
Should be fixed with https://github.com/coreos/rpm-ostree/releases/tag/v2024.1 when it lands in Fedora. |
Upgrade to
|
Add integration test for fedora-silverblue/issue-tracker#523
This may be a different issue, but this one is now blocked by https://bugzilla.redhat.com/show_bug.cgi?id=2252000, at least until we complete the investigation. |
Testing https://bodhi.fedoraproject.org/updates/FEDORA-2024-2a4f3dce00 resolves this issue would be nice. |
This should have been fixed now. |
Describe the bug
rpm-ostree update
will fail if executed from 39.20231224.0 of fedora/39/x86_64/testing/silverblue.To Reproduce
Please describe the steps needed to reproduce the bug:
rpm-ostree update
没有那个文件或目录
should be translation ofno such file or directory
Expected behavior
It should bring me newer release
Screenshots
If applicable, add screenshots to help explain your problem.
OS version:
Additional context
The text was updated successfully, but these errors were encountered: