Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 460910 - dev-python/jinja-2.6 - File "/usr/lib64/python2.7/site-packages/sphinx/util/nodes.py", line 183, in set_role_source_info - AttributeError: Reporter instance has no attribute 'locator'
Summary: dev-python/jinja-2.6 - File "/usr/lib64/python2.7/site-packages/sphinx/util/n...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-09 12:20 UTC by Fpemud
Modified: 2013-05-07 11:27 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,25.27 KB, text/plain)
2013-03-09 12:25 UTC, Fpemud
Details
sphinx-err.log (sphinx-err-d2oAiS.log,5.15 KB, text/plain)
2013-03-09 12:27 UTC, Fpemud
Details
emerge-info (emerge-info-jinja-2.6-r1.txt,6.12 KB, text/plain)
2013-03-09 12:28 UTC, Fpemud
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fpemud 2013-03-09 12:20:13 UTC
Failed to build dev-python/jinja-2.6

Reproducible: Always
Comment 1 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-03-09 12:23:17 UTC
Please attach the complete build.log and the output of `emerge --info dev-python/jinja-2.6`.
Comment 2 Fpemud 2013-03-09 12:25:50 UTC
Created attachment 341416 [details]
build.log
Comment 3 Fpemud 2013-03-09 12:27:03 UTC
Created attachment 341418 [details]
sphinx-err.log
Comment 4 Fpemud 2013-03-09 12:28:50 UTC
Created attachment 341420 [details]
emerge-info
Comment 5 Fpemud 2013-03-09 12:31:36 UTC
Exception occurred:
  File "/usr/lib64/python2.7/site-packages/sphinx/util/nodes.py", line 183, in set_role_source_info
    inliner.reporter.locator(lineno)
AttributeError: Reporter instance has no attribute 'locator'

Don't have a clue.
Perhaps it is due to version problem of some lib?
Comment 6 Oleg S. Marin 2013-03-31 20:57:53 UTC
It is circular dependency problem with USE=doc.
Solution is simple:
# USE="-doc" emerge jinja
# emerge dev-python/sphinx
# emerge dev-python/shpinx jinja

But it needs to be fixed somehow, or at least to inform user.
Comment 7 Jan Matějka (RETIRED) gentoo-dev 2013-05-06 14:35:13 UTC
Sphinx 1.1.2 is no longer in portage and can't reproduce with sphinx 1.1.3-r6.

I'd suggest Fpemud to upgrade sphinx and reslolve this issue as WONTFIX or OBSOLETE.

(In reply to comment #6)
> It is circular dependency problem with USE=doc.

This is not the case as error happens when sphinx is running.
Comment 8 Jan Matějka (RETIRED) gentoo-dev 2013-05-07 11:27:39 UTC
fixed by version bump