Bug 2057525 - python-sphinxcontrib-asyncio: FTBFS in Fedora Rawhide
Summary: python-sphinxcontrib-asyncio: FTBFS in Fedora Rawhide
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python-sphinxcontrib-asyncio
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Fabian Affolter
QA Contact: Fedora Extras Quality Assurance
URL: https://koschei.fedoraproject.org/pac...
Whiteboard:
Depends On:
Blocks: PYTHON3.11 F37FTBFS
TreeView+ depends on / blocked
 
Reported: 2022-02-23 15:11 UTC by Tomáš Hrnčiar
Modified: 2022-03-05 08:28 UTC (History)
2 users (show)

Fixed In Version: python-sphinxcontrib-asyncio-0.3.0-3.fc37
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-03-05 08:28:53 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Tomáš Hrnčiar 2022-02-23 15:11:13 UTC
Description of problem:
Package python-sphinxcontrib-asyncio fails to build from source in Fedora Rawhide.

Version-Release number of selected component (if applicable):
0.3.0-2.fc36

Steps to Reproduce:
koji build --scratch f37 python-sphinxcontrib-asyncio-0.3.0-2.fc36.src.rpm

Additional info:
This package is tracked by Koschei. See:
https://koschei.fedoraproject.org/package/python-sphinxcontrib-asyncio

Comment 1 Ben Beasley 2022-02-23 18:41:11 UTC
There is a failure to import sphinxcontrib.asyncio in the sphinx-build invocation. I think this has something to do with

> __import__('pkg_resources').declare_namespace(__name__)

in sphinxcontrib/__init__.py, possibly in an interaction between the local package and the build environment’s %{python3_sitelib}, where the namespace package directory /usr/lib/python3.10/site-packages/sphinxcontrib already exists. (Ugh, namespace packages.)

As noted in https://bugzilla.redhat.com/show_bug.cgi?id=2006555, Sphinx-generated HTML documentation has some guidelines issues. Since the installed package imports correctly, one easy solution would be to simply drop the -doc subpackage.

Comment 2 Fedora Update System 2022-03-05 08:27:33 UTC
FEDORA-2022-aa9d95a083 has been submitted as an update to Fedora 37. https://bodhi.fedoraproject.org/updates/FEDORA-2022-aa9d95a083

Comment 3 Fedora Update System 2022-03-05 08:28:53 UTC
FEDORA-2022-aa9d95a083 has been pushed to the Fedora 37 stable repository.
If problem still persists, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.