Bug 1709063

Summary: python-utils: FTBFS in Fedora rawhide
Product: [Fedora] Fedora Reporter: Orion Poplawski <orion>
Component: python-utilsAssignee: Miro Hrončok <mhroncok>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: rawhideCC: mhroncok, python-sig
Target Milestone: ---   
Target Release: ---   
Hardware: noarch   
OS: Linux   
URL: http://apps.fedoraproject.org/koschei/package/python-utils
Whiteboard:
Fixed In Version: python-utils-2.3.0-5.fc31 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-05-14 02:23:52 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 Orion Poplawski 2019-05-12 23:16:56 UTC
Description of problem:
Package python-utils fails to build from source in Fedora rawhide.

Version-Release number of selected component (if applicable):
2.3.0-4.fc30

Steps to Reproduce:
koji build --scratch f31 python-utils-2.3.0-4.fc30.src.rpm

Additional info:
This package is tracked by Koschei. See:
http://apps.fedoraproject.org/koschei/package/python-utils

+ sphinx-build-3 docs html
Running Sphinx v2.0.1
BUILDSTDERR: Configuration error:
BUILDSTDERR: There is a programmable error in your configuration file:
BUILDSTDERR: Traceback (most recent call last):
BUILDSTDERR:   File "/usr/lib/python3.7/site-packages/sphinx/config.py", line 361, in eval_config_file
BUILDSTDERR:     execfile_(filename, namespace)
BUILDSTDERR:   File "/usr/lib/python3.7/site-packages/sphinx/util/pycompat.py", line 86, in execfile_
BUILDSTDERR:     exec(code, _globals)
BUILDSTDERR:   File "/builddir/build/BUILD/python-utils-2.3.0/docs/conf.py", line 71, in <module>
BUILDSTDERR:     original_warn_mode = sphinx.environment.BuildEnvironment.warn_node
BUILDSTDERR: AttributeError: type object 'BuildEnvironment' has no attribute 'warn_node'

Comment 1 Miro Hrončok 2019-05-13 05:42:22 UTC
Thanks for the report.

Comment 2 Miro Hrončok 2019-05-13 05:45:35 UTC
Reported at https://github.com/WoLpH/python-utils/issues/6

Comment 3 Miro Hrončok 2019-05-13 08:51:31 UTC
This fixes it: https://github.com/WoLpH/python-utils/pull/7

Comment 4 Orion Poplawski 2019-05-14 02:23:52 UTC
Thanks - I've committed that along with dropping BR on pytest-cache that I was wanting to do when I found this.