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 2220390
Summary: | F39FailsToInstall: python3-oslo-service, python3-oslo-service-tests | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Fedora Fails To Install <fti-bugs> |
Component: | python-oslo-service | Assignee: | Hirotaka Wakabayashi <hiwkby> |
Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | hiwkby |
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: | 2023-08-15 21:18:25 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: | 2220224, 2220267, 2220386, 2220387, 2220424, 2220570 | ||
Bug Blocks: | 2168845, 2135404 |
Description
Fedora Fails To Install
2023-07-05 19:17:21 UTC
This module depends on several python-3.11 modules. ``` Error: Problem 1: cannot install the best candidate for the job - nothing provides python(abi) = 3.11 needed by python3-hacking-4.0.0-7.fc38.noarch from fedora Problem 2: cannot install the best candidate for the job - nothing provides python(abi) = 3.11 needed by python3-oslo-concurrency-5.1.1-2.fc39.noarch from fedora Problem 3: cannot install the best candidate for the job - nothing provides python(abi) = 3.11 needed by python3-oslo-log-5.0.0-2.fc38.noarch from fedora Problem 4: cannot install the best candidate for the job - nothing provides python(abi) = 3.11 needed by python3-yappi-1.3.6-4.fc39.aarch64 from fedora ``` python3-oslo-log-5.0.0-3 is failed to build on python-3.12 5 days ago. https://src.fedoraproject.org/rpms/python-oslo-log python3-hacking, python3-oslo-concurrency and python3-yappi are also build on python-3.11. Firstly I will ask the python-hacking's maintainers to update the versions to the latest one. The rawhide's python-hacking version is 4.0.0-7 but the latest version is 6.0.0. Here is the error I got when I built python-hacking on my PC. ``` Error: Problem 1: cannot install the best candidate for the job - nothing provides python(abi) = 3.11 needed by python3-flake8-5.0.3-2.fc38.noarch from fedora - nothing provides (python3.11dist(mccabe) < 0.8~~ with python3.11dist(mccabe) >= 0.7) needed by python3-flake8-5.0.3-2.fc38.noarch from fedora - nothing provides (python3.11dist(pyflakes) < 2.6~~ with python3.11dist(pyflakes) >= 2.5) needed by python3-flake8-5.0.3-2.fc38.noarch from fedora Problem 2: cannot install the best candidate for the job - nothing provides python(abi) = 3.11 needed by python3-pycodestyle-2.9.1-2.fc38.noarch from fedora ``` python-pycodestyle-2.9.1, which is probably for python-3.12, is failed to build 24 days ago. The rawhide's python-flake8 version is 5.0.3-2 but the latest python-flake8 version is 6.0.1. https://src.fedoraproject.org/rpms/python-pycodestyle https://src.fedoraproject.org/rpms/python-flake8 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! 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 39. Thanks for taking care of it! |