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 1707244

Summary: greenwave FTBFS on rawhide/F31 / nonresponsive maintainer
Product: [Fedora] Fedora Reporter: gnaponie
Component: greenwaveAssignee: gnaponie
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: rawhideCC: djc, gnaponie, lbalhar, lholecek, mhroncok, mjia, mprahl, rbean
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-15 14:02:38 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: 1700317, 1685211, 1686977, 1732841    

Description gnaponie 2019-05-07 06:59:14 UTC
Exception occurred:
  File "/builddir/build/BUILD/greenwave-0.9.4/docs/conf.py", line 211, in get
    app.warn(msg.format(url, e))
AttributeError: 'Sphinx' object has no attribute 'warn'

Comment 1 Miro Hrončok 2019-05-07 08:05:06 UTC
This also fails with Python 3.7 (but still blocks the Python 3.8 rebiuild).

It's a Sphinx update problem, this 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

Comment 2 Miro Hrončok 2019-07-10 11:35:57 UTC
Please respond.

Comment 3 gnaponie 2019-07-10 11:43:12 UTC
Hello Miro,
Greenwave package doesn't get released anymore and it's not available for newer versions of Fedora. Can't it just be dropped?

Comment 4 Miro Hrončok 2019-07-10 12:03:47 UTC
Please do.

Comment 5 gnaponie 2019-07-15 13:52:32 UTC
Done, could you please check if everything is fine now?

Comment 6 Miro Hrončok 2019-07-15 14:02:38 UTC
Thanks.