Bug 2099189
| Summary: | F37FailsToInstall: xcat | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
| Component: | xcat | Assignee: | Fabian Affolter <mail> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | awilliam, mail |
| 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: | 2022-07-18 16:49:02 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: | 2016048, 2045109 | ||
|
Description
Miro Hrončok
2022-06-20 09:44:37 UTC
This bugzilla is likely a fallout from the Python 3.11 rebuild. If your package (or some of the dependencies it has) failed to rebuild during the Python 3.11 rebuild, they now fail to install. To fix this, packages need to be rebuilt in Rawhide. We will slowly triage the bugzillas, but we'd appreciate your help. If you know this is blocked by an existing reported build failure or another package not yet rebuilt with Python 3.11, please mark it as such by using the "Depends On"/"Blocks" bugzilla fields. That will help us determine what failures to prioritize. If this is not Python 3.11 related, please remove the PYTHON3.11 blocking tracker. Thank you and sorry for the inconvenience. Let me know if you need any help. Hello, This is the first reminder (step 3 from https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/#_package_removal_for_long_standing_ftbfs_and_fti_bugs). 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. This will be fixed if 2021804 is fixed, nothing needs to be done to xcat. So setting to ASSIGNED. additionally I'm not sure xcat *really* needs cchardet. It never imports anything from it, the dep was added in a commit that doesn't obviously do anything with it, and it's listed like this in poetry.lock: [package.extras] speedups = ["aiodns", "brotlipy", "cchardet"] so it may be plausible to just patch it out of pyproject.toml so we don't pick it up as a requirement? > so it may be plausible to just patch it out of pyproject.toml so we don't pick it up as a requirement?
I agree with this observation.
(In reply to Adam Williamson from comment #3) > This will be fixed if 2021804 is fixed, nothing needs to be done to xcat. So > setting to ASSIGNED. BTW by setting this, you prevent the process of getting this packaged orphaned when the maintainer is not doing anything, which id not helpful. https://koji.fedoraproject.org/koji/taskinfo?taskID=89659952 should be good. |