Bug 2233613
| Summary: | Solid built without power management backend, causes missing symbol _ZN5Solid3Job16staticMetaObjectE in plasma-pk-updates | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | spavas |
| Component: | kf5-solid | Assignee: | Kevin Kofler <kevin> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 38 | CC: | bugzilla, jgrulich, kde-sig, kevin, northon_patrick3, pmrpla, rdieter, spavas, than |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | kf5-solid-5.109.0-2.fc38 kf5-solid-5.108.0-5.fc37 kf5-solid-5.109.0-2.fc39 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-08-25 01:29:26 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
spavas
2023-08-22 17:32:51 UTC
F37 is also affected according to: https://bugs.kde.org/show_bug.cgi?id=473548 Looks like it needs a rebuild for the big KDE update that was pushed recently. Rebuilding fails with:
/builddir/build/BUILD/plasma-pk-updates-0.3.2/src/declarative/pkupdates.cpp:30:10: fatal error: Solid/Power: No such file or directory
30 | #include <Solid/Power>
| ^~~~~~~~~~~~~
This is because you disabled the Solid power management backend:
https://src.fedoraproject.org/rpms/kf5-solid/c/627fe81b60b5f03b2b550002715efc97ed0df910?branch=rawhide
We need to rebuild Solid with this reverted. Then plasma-pk-updates should just work, without even a rebuild.
We need to readd those flags and instead just skip the conflicting solid-power executable. Fixed in Rawhide, building now for F37/F38/F39. FEDORA-2023-bfd61b79f1 has been submitted as an update to Fedora 38. https://bodhi.fedoraproject.org/updates/FEDORA-2023-bfd61b79f1 FEDORA-2023-480df436a5 has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2023-480df436a5 FEDORA-2023-34cff97028 has been submitted as an update to Fedora 37. https://bodhi.fedoraproject.org/updates/FEDORA-2023-34cff97028 hello It's work perfectly thanks Sincerely FEDORA-2023-480df436a5 has been pushed to the Fedora 39 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-480df436a5` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-480df436a5 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2023-bfd61b79f1 has been pushed to the Fedora 38 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-bfd61b79f1` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-bfd61b79f1 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2023-34cff97028 has been pushed to the Fedora 37 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-34cff97028` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-34cff97028 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. *** Bug 2234469 has been marked as a duplicate of this bug. *** FEDORA-2023-bfd61b79f1 has been pushed to the Fedora 38 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2023-34cff97028 has been pushed to the Fedora 37 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2023-480df436a5 has been pushed to the Fedora 39 stable repository. If problem still persists, please make note of it in this bug report. |