Bug 1706355

Summary: python-breathe FTBFS with Python 3.8
Product: [Fedora] Fedora Reporter: Charalampos Stratakis <cstratak>
Component: python-breatheAssignee: Dan Čermák <dan.cermak>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: rawhideCC: dan.cermak, davejohansen, 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-23 14:34:51 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: 1685211, 1686977    
Attachments:
Description Flags
Full log from Copr none

Description Charalampos Stratakis 2019-05-04 12:03:02 UTC
Created attachment 1563121 [details]
Full log from Copr

python-breathe-4.7.3-7 fails to build with Python 3.8. The issue seems to be related to syntax errors due to invalid escape sequences [0], however later errors seem to be sphinx related.

> /usr/lib/python3.8/site-packages/sphinx/domains/cpp.py(6322)parse_declaration()
-> raise Exception('Internal error, unknown directiveType "%s".' % directiveType)

Version 4.13.0 added support for sphinx 2

[0] https://bugs.python.org/issue32912

Full log attached

Comment 1 Miro Hrončok 2019-07-10 11:27:10 UTC
Please respond.

Comment 2 Dave Johansen 2019-07-10 13:17:31 UTC
I am no longer using python-breathe and need to have someone else take over as maintainer

Comment 3 Miro Hrončok 2019-07-10 13:29:17 UTC
Dave, should I orphan it for you?

Comment 4 Dave Johansen 2019-07-10 13:49:52 UTC
Yes, that's probably the right thing to do

Comment 5 Miro Hrončok 2019-07-10 14:05:43 UTC
Done.

Comment 6 Dan Čermák 2019-07-17 22:40:43 UTC
breathe-4.13.0.post0 is now in Rawhide and is no longer failing to build.

Can we close this bug then?

Comment 7 Charalampos Stratakis 2019-07-23 14:34:51 UTC
Thank you.