Bug 2015809
Summary: | app can't be installed&removed or removed&installed, without Discover restart | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Kamil Páral <kparal> | ||||||||
Component: | plasma-discover | Assignee: | Rex Dieter <rdieter> | ||||||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
Severity: | unspecified | Docs Contact: | |||||||||
Priority: | unspecified | ||||||||||
Version: | 35 | CC: | aleixpol, awilliam, bcotton, geraldo.simiao.kutz, kde-sig, nate, rdieter, robatino | ||||||||
Target Milestone: | --- | Keywords: | CommonBugs | ||||||||
Target Release: | --- | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Whiteboard: | https://ask.fedoraproject.org/t/we-are-testing-a-new-common-issues-category-and-process/18916 AcceptedFreezeException RejectedBlocker https://fedoraproject.org/wiki/Common_F35_bugs#discover-cant-reinstall | ||||||||||
Fixed In Version: | plasma-discover-5.23.2-1.fc35 | Doc Type: | If docs needed, set a value | ||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2021-11-16 16:34:49 UTC | Type: | Bug | ||||||||
Regression: | --- | Mount Type: | --- | ||||||||
Documentation: | --- | CRM: | |||||||||
Verified Versions: | Category: | --- | |||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||
Embargoed: | |||||||||||
Bug Depends On: | |||||||||||
Bug Blocks: | 1891955, 1891956 | ||||||||||
Attachments: |
|
Description
Kamil Páral
2021-10-20 07:15:19 UTC
Created attachment 1834970 [details]
bug demonstration video
Created attachment 1834971 [details]
journal
The relevant journal error seems to be:
Oct 20 09:29:22 fedora PackageKit[2169]: new remove-packages transaction /203_dcbeeeeb scheduled from uid 1000
Oct 20 09:29:22 fedora plasma-discover[2378]: percentage cannot be calculated
Oct 20 09:29:22 fedora plasma-discover[2378]: percentage cannot be calculated
Oct 20 09:29:22 fedora plasma-discover[2378]: percentage cannot be calculated
Oct 20 09:29:22 fedora plasma-discover[2378]: percentage cannot be calculated
Oct 20 09:29:22 fedora PackageKit[2169]: remove-packages transaction /203_dcbeeeeb from uid 1000 finished with failed after 137ms
Oct 20 09:29:22 fedora plasma-discover[2378]: PackageKit error: PackageKit::Transaction::ErrorPackageNotFound "Package not found" "Failed to find kmymoney;5.1.2-2.fc35;x86_64;fedora"
Created attachment 1834972 [details]
rpm-qa
Proposing for a blocker discussion. This doesn't seem to be a recent regression in the last-minute fixes we did for plasma-discover, because 5.23.0-1.fc35 also exhibits this bug. Does F34 behave the same? (In reply to Adam Williamson from comment #6) > Does F34 behave the same? Yes, F34 clean KDE Live install behaves the same. In today's Go/No-Go meeting we agreed: It is functional enough to ship and fix in an update, but we'd like to have it in the release if a fix is available and we slip https://meetbot.fedoraproject.org/fedora-meeting/2021-10-21/f35-final-go_no_go-meeting.2021-10-21-17.00.log.html#l-130 Known upstream bug: https://bugs.kde.org/show_bug.cgi?id=443615 I spent some time looking into this one yesterday. It's not clear to me if it's a packagekit dnf backend but or Discover's, I guess I better see if we can workaround it from within Discover anyway. Problem is that we are using the package id that the install transaction gives us as the new pkgid, I can change it to issue a new resolve query instead. FEDORA-2021-35e9884fd8 has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2021-35e9884fd8 FEDORA-2021-f7d19c8901 has been pushed to the Fedora 35 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-f7d19c8901` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-f7d19c8901 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. The update https://bodhi.fedoraproject.org/updates/FEDORA-2021-f7d19c8901 seems to fix this bug, tested here: installed and removed software without errors, and without discover restart. FEDORA-2021-f7d19c8901 has been pushed to the Fedora 35 stable repository. If problem still persists, please make note of it in this bug report. |