Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 2254145 - F40FailsToInstall: python3-pylint
Summary: F40FailsToInstall: python3-pylint
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: pylint
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
Assignee: Gwyn Ciesla
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F40FailsToInstall
TreeView+ depends on / blocked
 
Reported: 2023-12-12 09:45 UTC by Fedora Fails To Install
Modified: 2023-12-21 04:00 UTC (History)
6 users (show)

Fixed In Version: pylint-3.0.3-2.fc39
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-12-13 10:09:58 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Fedora Fails To Install 2023-12-12 09:45:21 UTC
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/

Your package (pylint) Fails To Install in Fedora 40:

can't install python3-pylint:
  - 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
  
If you know about this problem and are planning on fixing it, please acknowledge so by setting the bug status to ASSIGNED. If you don't have time to maintain this package, consider orphaning it, so maintainers of dependent packages realize the problem.


If you don't react accordingly to the policy for FTBFS/FTI bugs (https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/), your package may be orphaned in 8+ weeks.


P.S. The data was generated solely from koji buildroot, so it might be newer than the latest compose or the content on mirrors. To reproduce, use the koji/local repo only, e.g. in mock:

    $ mock -r fedora-40-x86_64 --config-opts mirrored=False install python3-pylint


P.P.S. If this bug has been reported in the middle of upgrading multiple dependent packages, please consider using side tags: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/#updating-inter-dependent-packages

Thanks!

Comment 1 Miro Hrončok 2023-12-12 09:49:01 UTC
This breaks thonny and hence the Fedora Python Classroom Lab:

https://stg.pagure.io/releng/failed-composes/issue/3104

Comment 2 Sandro 2023-12-12 13:11:11 UTC
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

Comment 3 Fedora Update System 2023-12-12 16:10:06 UTC
FEDORA-2023-6e44af5ab3 has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2023-6e44af5ab3

Comment 4 Miro Hrončok 2023-12-12 16:41:29 UTC
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.

Comment 5 Gwyn Ciesla 2023-12-12 16:43:09 UTC
Agreed, will do.

Comment 6 Fedora Update System 2023-12-13 02:09:38 UTC
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.

Comment 7 Fedora Fails To Install 2023-12-13 09:36:46 UTC
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!

Comment 8 Jan Pazdziora 2023-12-13 09:47:53 UTC
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)

Comment 9 Jan Pazdziora 2023-12-13 09:50:56 UTC
I also filed https://pagure.io/releng/issue/11831.

Comment 10 Miro Hrončok 2023-12-13 10:09:58 UTC
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

Comment 11 Jan Pazdziora 2023-12-13 10:18:55 UTC
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.

Comment 12 Miro Hrončok 2023-12-13 10:44:54 UTC
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.

Comment 13 Jan Pazdziora 2023-12-13 10:53:15 UTC
So what's the plan? Should I file a separate bugzilla because this one is "reserved" for the automation tooling playing its games?

Comment 14 Miro Hrončok 2023-12-13 10:55:12 UTC
Separate bugzilla for what exactly? The problem is fixed, you just need to grab the fix manually or wait a while.

Comment 15 Jan Pazdziora 2023-12-13 11:20:35 UTC
I filed bug 2254335 now.

Comment 16 Fedora Update System 2023-12-21 04:00:02 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.