pbr incompatible with sphinx 1.3b1
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
PBR |
Fix Released
|
Medium
|
Ian Y. Choi | ||
oslotest |
Fix Released
|
High
|
Unassigned |
Bug Description
sphinx 1.3b1 was released on oct 9th, seems to be causing issues
Seen here: http://
2014-10-10 22:20:03.512 | running build_sphinx
2014-10-10 22:20:03.512 | creating /home/jenkins/
2014-10-10 22:20:03.513 | creating /home/jenkins/
2014-10-10 22:20:03.513 | Traceback (most recent call last):
2014-10-10 22:20:03.514 | File "setup.py", line 30, in <module>
2014-10-10 22:20:03.514 | pbr=True)
2014-10-10 22:20:03.514 | File "/usr/lib/
2014-10-10 22:20:03.516 | dist.run_commands()
2014-10-10 22:20:03.516 | File "/usr/lib/
2014-10-10 22:20:03.525 | self.run_
2014-10-10 22:20:03.525 | File "/usr/lib/
2014-10-10 22:20:03.525 | cmd_obj.run()
2014-10-10 22:20:03.526 | File "/home/
2014-10-10 22:20:03.526 | self._sphinx_run()
2014-10-10 22:20:03.526 | File "/home/
2014-10-10 22:20:03.526 | sphinx_
2014-10-10 22:20:03.527 | TypeError: init_values() takes exactly 2 arguments (1 given)
2014-10-10 22:20:03.549 | ERROR: InvocationError: '/home/
Changed in oslotest: | |
assignee: | Jeremy Stanley (fungi) → nobody |
Changed in oslotest: | |
status: | In Progress → Fix Committed |
Changed in oslotest: | |
status: | Fix Committed → Fix Released |
summary: |
- sphinx 1.3b1 breaks the world + pbr incompatible with sphinx 1.3b1 |
Changed in pbr: | |
importance: | Undecided → Medium |
status: | New → Triaged |
Changed in pbr: | |
status: | Fix Committed → In Progress |
Changed in pbr: | |
status: | In Progress → Fix Committed |
Added pbr since it looks like we need to change how we call sphinx.
In https:/ /review. openstack. org/127754 I fix the install_command in the oslotest directory.
https:/ /review. openstack. org/#/c/ 127712/ pins the requirement for now.