Bug 2254145
Summary: | F40FailsToInstall: python3-pylint | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Fedora Fails To Install <fti-bugs> |
Component: | pylint | Assignee: | Gwyn Ciesla <gwync> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | gui1ty, gwync, jpazdziora, mhroncok, orion, philip.wyett |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | pylint-3.0.3-2.fc39 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2023-12-13 10:09:58 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: | |||
Bug Depends On: | |||
Bug Blocks: | 2231790 |
Description
Fedora Fails To Install
2023-12-12 09:45:21 UTC
This breaks thonny and hence the Fedora Python Classroom Lab: https://stg.pagure.io/releng/failed-composes/issue/3104 This breaks a lot of other things as well. Basically, anything that requires pylint, be it bogus or for real. Let's stop the F39 update from making it to stable: https://bodhi.fedoraproject.org/updates/FEDORA-2023-6169bc23b6 FEDORA-2023-6e44af5ab3 has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2023-6e44af5ab3 FTR upstream has disallowed isort 5.13.0 because of https://github.com/pylint-dev/pylint/issues/9270 caused by https://github.com/PyCQA/isort/issues/2206 Removing the conflict as done in https://src.fedoraproject.org/rpms/pylint/c/e5feb8d73e8f996892c558e13996fecde8722830?branch=rawhide is probably safe, but IMHO we should update isort to 5.13.1 (released yesterday) nevertheless. Agreed, will do. FEDORA-2023-6e44af5ab3 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-6e44af5ab3` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-6e44af5ab3 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. Hello, Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/ All subpackages of a package against which this bug was filled are now installable or removed from Fedora 40. Thanks for taking care of it! The issue is still there: $ date Wed Dec 13 10:46:49 AM CET 2023 $ podman pull registry.fedoraproject.org/fedora:rawhide Trying to pull registry.fedoraproject.org/fedora:rawhide... Getting image source signatures Copying blob cef2d4fa2dec skipped: already exists Copying config 88636e4742 done | Writing manifest to image destination 88636e47426ba78e5792f563abd1de1716e97bdca07d90d9543afef9092b24ea $ podman run --rm registry.fedoraproject.org/fedora:rawhide dnf install -y python3-pylint Fedora rawhide openh264 (From Cisco) - x86_64 168 B/s | 257 B 00:01 Fedora - Rawhide - Developmental packages for t 6.8 MB/s | 72 MB 00:10 Error: Problem: conflicting requests - nothing provides ((python3.12dist(isort) < 5.13 or python3.12dist(isort) > 5.13) with python3.12dist(isort) < 6~~ with python3.12dist(isort) >= 4.2.5) needed by python3-pylint-3.0.3-1.fc40.noarch from rawhide (try to add '--skip-broken' to skip uninstallable packages) I also filed https://pagure.io/releng/issue/11831. Yes, this has been fixed but has not reached the compose and mirrors yet. Grab https://bodhi.fedoraproject.org/updates/FEDORA-2023-2fec5beb22 and/or https://bodhi.fedoraproject.org/updates/FEDORA-2023-a258b16501 But shouldn't the resolution be RAWHIDE then, rather than WORKSFORME? By now the issue is no longer a Koji buildroot issue, the problem is out there for anybody using rawhide. And per https://docs.fedoraproject.org/en-US/package-maintainers/bug_status/, WORKSFORME should be Used by maintainers to indicate a bug that cannot be reproduced. This does not seem to be that case. Well, the WORKSFORME here is used to indicate it works for the reporter. We can certainly use a different state but note that the script doesn't know if this was fixed in rawhide, stable, or if the package was removed entirely. It just knows the report is no longer valid. Ideally, the maintainers would use bodhi to close the bugs, but they often don't. So what's the plan? Should I file a separate bugzilla because this one is "reserved" for the automation tooling playing its games? Separate bugzilla for what exactly? The problem is fixed, you just need to grab the fix manually or wait a while. I filed bug 2254335 now. FEDORA-2023-6e44af5ab3 has been pushed to the Fedora 39 stable repository. If problem still persists, please make note of it in this bug report. |