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 1718323

Summary: python-bash8 fails to build on rawhide/F31
Product: [Fedora] Fedora Reporter: Petr Viktorin <pviktori>
Component: python-bash8Assignee: Orphan Owner <extras-orphan>
Status: CLOSED EOL QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: rawhideCC: flepied, karlthered, mhroncok
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: 2019-07-30 14:43:10 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: 1705932, 1736503    
Bug Blocks: 1700317, 1685211, 1686977, 1732841    

Description Petr Viktorin 2019-06-07 13:27:05 UTC
python-bash8 fails to build with Sphinx 2.

it's a Sphinx issue when generating the docs:
BUILDSTDERR: Exception occurred:
BUILDSTDERR:   File "/usr/lib/python3.8/site-packages/oslosphinx/__init__.py", line 76, in builder_inited
BUILDSTDERR:     app.info('Using openstack theme from %s' % theme_dir)
BUILDSTDERR: AttributeError: 'Sphinx' object has no attribute 'info'

This API has been deprecated since Sphinx 1.6 and removed in Sphinx 2.0, you should update to the logging API:
https://www.sphinx-doc.org/en/2.0/extdev/logging.html


This also blocks the rebuild with Python 3.8.
We plan to start 3.8 rebuilds in a side tag this week. The sooner the builds are done, the sooner the side tag can be merged back to rawhide. If the side tag is "open" for too long, it tends to diverge and the merge is more problematic. We usually decide to merge it even if some packages fail to build to prevent that. Once we do, packages that failed to rebuild will fail to install. If you are OK with that, it blocks nothing.

Comment 1 Miro Hrončok 2019-06-07 13:43:17 UTC
Technically , this package is almost orphaned. https://pagure.io/fesco/issue/2141

Comment 2 Miro Hrončok 2019-07-30 14:43:10 UTC
This package was recently retired.