Bug 2329903
| Summary: | tbb fails to build with sphinx 8.x: ERROR: Invalid value `'/usr/share/doc/python3-docs/html/objects.inv'` in intersphinx_mapping['https://docs.python.org/']. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tomáš Hrnčiar <thrnciar> |
| Component: | tbb | Assignee: | Jonathan Wakely <jwakely> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | codonell, jwakely, loganjerry, me |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | tbb-2022.0.0-2.fc42 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-12-13 14:38:07 UTC | Type: | Bug |
| 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: | 2275375 | ||
|
Description
Tomáš Hrnčiar
2024-12-02 11:35:40 UTC
The upstream files have:
intersphinx_mapping = {'https://docs.python.org/': None}
and we were modifying them in the tbb.spec file to use the local objects.inv.
I'm testing a fix for rawhide and I've reported https://github.com/uxlfoundation/oneTBB/issues/1576 upstream.
I've pushed a fix to rawhide now. The bodhi update is all green so I'm marking this CLOSED RAWHIDE. Thanks Jonathan! |