Bug 2291728

Summary: F41FailsToInstall: python3-hacking
Product: [Fedora] Fedora Reporter: Fedora Fails To Install <fti-bugs>
Component: python-hackingAssignee: Hirotaka Wakabayashi <hiwkby>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: hiwkby, mrunge, openstack-sig
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2024-07-10 02:49:01 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: 2290561    
Bug Blocks: 2260877, 2244836, 2291819, 2291822, 2291826    

Description Fedora Fails To Install 2024-06-12 11:24:09 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 (python-hacking) Fails To Install in Fedora 41:

can't install python3-hacking:
  - nothing provides python3.12dist(flake8) needed by python3-hacking-6.1.0-1.fc41.noarch
  - nothing provides python(abi) = 3.12 needed by python3-hacking-6.1.0-1.fc41.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-41-x86_64 --config-opts mirrored=False install python3-hacking


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 Fedora Fails To Install 2024-06-19 20:04:19 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/

This package fails to install and maintainers are advised to take one of the following actions:

 - Fix this bug and close this bugzilla once the update makes it to the repository.
   (The same script that posted this comment will eventually close this bugzilla
   when the fixed package reaches the repository, so you don't have to worry about it.)

or

 - Move this bug to ASSIGNED if you plan on fixing this, but simply haven't done so yet.

or

 - Orphan the package if you no longer plan to maintain it.


If you do not take one of these actions, the process at https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/#_package_removal_for_long_standing_ftbfs_and_fti_bugs will continue.
This package may be orphaned in 7+ weeks.
This is the first reminder (step 3) from the policy.

Don't hesitate to ask for help on https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/ if you are unsure how to fix this bug.

Comment 2 Fedora Fails To Install 2024-06-25 09:27:16 UTC
This package has been orphaned.

You can pick it up at https://src.fedoraproject.org/rpms/python-hacking by clicking button "Take". If nobody picks it up, it will be retired and removed from a distribution.

Comment 3 Matthias Runge 2024-06-25 15:10:29 UTC
I have no time to continue maintaining the package

Comment 4 Fedora Admin user for bugzilla script actions 2024-06-25 17:04:01 UTC
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component.

Comment 5 Hirotaka Wakabayashi 2024-06-26 01:13:05 UTC
Hello, This package depends on eventlet.
https://github.com/openstack/hacking/blob/master/test-requirements.txt#L17

But eventlet currently does not exist on python-3.13. As a result, koji scratch build error occurred.
```
DEBUG util.py:461:  Failed to resolve the transaction:
DEBUG util.py:461:  Package "gnupg2-2.4.5-1.fc41.ppc64le" is already installed.
DEBUG util.py:461:  Package "git-core-2.45.2-1.fc41.ppc64le" is already installed.
DEBUG util.py:461:  Package "pyproject-rpm-macros-1.12.2-1.fc41.noarch" is already installed.
DEBUG util.py:461:  Package "python3-devel-3.13.0~b2-3.fc41.ppc64le" is already installed.
DEBUG util.py:461:  Package "python3-packaging-24.0-3.fc41.noarch" is already installed.
DEBUG util.py:461:  Package "python3-pbr-5.11.1-8.fc41~bootstrap.noarch" is already installed.
DEBUG util.py:461:  Package "python3-pip-24.0-5.fc41.noarch" is already installed.
DEBUG util.py:461:  Package "python3-setuptools-69.2.0-6.fc41.noarch" is already installed.
DEBUG util.py:461:  Package "tox-4.14.2-3.fc41.noarch" is already installed.
DEBUG util.py:461:  Package "python3-tox-current-env-0.0.11-11.fc41.noarch" is already installed.
DEBUG util.py:461:  Package "python3-wheel-1:0.43.0-3.fc41.noarch" is already installed.
DEBUG util.py:461:  Problem: conflicting requests
DEBUG util.py:461:    - nothing provides python(abi) = 3.12 needed by python3-eventlet-0.36.1-1.fc41.noarch from build
DEBUG util.py:461:    - nothing provides python3.12dist(dnspython) >= 1.15 needed by python3-eventlet-0.36.1-1.fc41.noarch from build
DEBUG util.py:461:    - nothing provides python3.12dist(greenlet) >= 1 needed by python3-eventlet-0.36.1-1.fc41.noarch from build
DEBUG util.py:610:  Child return code was: 1
```
https://koji.fedoraproject.org/koji/taskinfo?taskID=119606077

Comment 6 Hirotaka Wakabayashi 2024-07-10 02:49:01 UTC
Hello, the issue with eventlet is temporarily workarounded.

Patch:
https://src.fedoraproject.org/rpms/python-hacking/c/80f7b4d8b30d8c4eddb345ac9984fcde6a67c271?branch=rawhide

Built:
https://koji.fedoraproject.org/koji/buildinfo?buildID=2484708