Bug 2291576
| Summary: | F41FailsToInstall: python3-pcp | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Fails To Install <fti-bugs> |
| Component: | pcp | Assignee: | Nathan Scott <nathans> |
| Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | agerstmayr, awilliam, jkurik, lchilton, nathans, sfeifer |
| 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-06-13 14:06:22 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: | 2246290, 2271404 | ||
| Bug Blocks: | 2244836, 2260877 | ||
|
Description
Fedora Fails To Install
2024-06-12 11:19:30 UTC
pcp wasn't rebuilt for 3.13 because it buildrequires pyodbc which itself was failing. I've fixed pyodbc now, seeing if pcp builds. Thanks Adam! I just checked the build triggered by Adam. The build succeeded, but there are some test issues: 1. There is failing rpminspect due to removed files in /usr/lib64/python3.12 - can be waived as this is expected. https://artifacts.dev.testing-farm.io/36e90a6c-0ba6-4260-9e92-432c2b64df16/ 2. Installation test is failing due to the following error: https://artifacts.dev.testing-farm.io/54cfa6c4-d912-4f75-88b2-ecdd09da7e2e/ Depsolve Error occurred: Problem: problem with installed package awscli2-2.15.31-1.fc41.noarch - package awscli2-2.15.31-1.fc41.noarch from @System requires python3.12dist(python-dateutil) >= 2.1, but none of the providers can be installed - package awscli2-2.15.31-1.fc41.noarch from rawhide requires python3.12dist(python-dateutil) >= 2.1, but none of the providers can be installed - cannot install both python3-dateutil-1:2.8.2-15.fc41.noarch from rawhide and python3-dateutil-1:2.8.2-13.fc40.noarch from @System - package python3-koji-1.34.1-2.fc41.noarch from rawhide requires python3.13dist(python-dateutil), but none of the providers can be installed - package koji-1.34.1-2.fc41.noarch from rawhide requires python3-koji = 1.34.1-2.fc41, but none of the providers can be installed - conflicting requests IMO this is not a pcp issue. It seems like a dependency problem in TMT/TestingFarm during provisioning of test environment. 3. The gating have not started due to the same issue as in point #2 https://osci-jenkins-1.ci.fedoraproject.org/job/fedora-ci/job/dist-git-pipeline/job/master/386430/ On the latest rawhide compose from 2024-06-13-05-28 with Python 3.13.0b2 I manually installed pyodbc-5.1.0-2.fc41 build from koji and started sanity installation test of PCP. All has passed without any issue. As such, I believe we can resolve this bugzilla. well, the install test problem is because awscli2 failed the python 3.13 rebuild. https://bugzilla.redhat.com/show_bug.cgi?id=2271404 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 41. Thanks for taking care of it! |