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 1605884

Summary: python-restructuredtext-lint: FTBFS in Fedora rawhide
Product: [Fedora] Fedora Reporter: Mohan Boddu <mboddu>
Component: python-restructuredtext-lintAssignee: Julien Enselme <jujens>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: rawhideCC: jujens, 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: 2018-07-30 19:26:37 UTC Type: ---
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: 1565020, 1602938    
Attachments:
Description Flags
build.log
none
root.log
none
state.log none

Description Mohan Boddu 2018-07-20 17:27:19 UTC
python-restructuredtext-lint failed to build from source in Fedora rawhide

https://koji.fedoraproject.org/koji/taskinfo?taskID=28224495


For details on the mass rebuild see:

https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Please fix python-restructuredtext-lint at your earliest convenience and set the bug's status to
ASSIGNED when you start fixing it. If the bug remains in NEW state for 8 weeks,
python-restructuredtext-lint will be orphaned. Before branching of Fedora 30,
python-restructuredtext-lint will be retired, if it still fails to build.

For more details on the FTBFS policy, please visit:
https://fedoraproject.org/wiki/Fails_to_build_from_source

Comment 1 Mohan Boddu 2018-07-20 17:27:25 UTC
Created attachment 1466753 [details]
build.log

Comment 2 Mohan Boddu 2018-07-20 17:27:28 UTC
Created attachment 1466754 [details]
root.log

file root.log too big, will only attach last 32768 bytes

Comment 3 Mohan Boddu 2018-07-20 17:27:30 UTC
Created attachment 1466755 [details]
state.log

Comment 4 Miro Hrončok 2018-07-25 09:24:41 UTC
(This is a mass bug update. Forgive me if things are not 100% accurate for this one.)

At this moment, your package still requires Python 3.6. This will cause broken upgrades to Fedora 29. Please prioritize this rebuild.

Let me know if you need help from the Python maintenance team figuring out why the package FTBFS.

Consider orphaning the package if you don't have time for it.

Consider retiring the package if upstream is dead and nothing depends on it in Fedora.

If you are blocked by other packages (I've recently tried to set the Bugzilla metadata to reflect that), consider helping there as well. Thank you.

Comment 5 Julien Enselme 2018-07-26 08:36:05 UTC
Tests are failing for a strange reason (full failure is attached):
TypeError: 'str' object is not callable

It looks really weird to me and if someone in the Python maintenance team has an idea, that would be great.

Comment 6 Miro Hrončok 2018-07-26 08:49:44 UTC
Same as bz1605925 - see https://www.python.org/dev/peps/pep-0562/

Rename __dir__ variable in restructuredtext_lint/test/test.py

Comment 8 Julien Enselme 2018-07-30 19:26:37 UTC
Thanks. Package rebuilt.

Comment 9 Miro Hrončok 2018-07-30 19:49:59 UTC
Could you please bring the changes upstream? Also for python-sphinx-intl.

Comment 10 Julien Enselme 2018-08-01 20:43:25 UTC
Patch submitted upstream: https://github.com/twolfson/restructuredtext-lint/pull/47

Thanks again!