When dev-python/docutils-0.6_pre6148 is installed, then dev-python/dbus-python-0.83.0-r1 fails to build with USE="doc".
Created attachment 205953 [details] Output of `make api EPYDOC="/usr/bin/epydoc --debug"`
This problem doesn't occur with =dev-python/docutils-0.5*.
I have the same error here. Any solution?
Same problem here. Fails with this error: UNEXPECTED ERROR: 'Text' object has no attribute 'data' I cheated by downgrading to docutils-0.5-r1, emerging dbus-python, then upgrading back to docutils-0.6pre6148.
Same problem. dev-python/dbus-python-0.83.0-r1 dev-python/docutils-0.6_pre6148
This problems occurs also with dev-python/docutils-0.6.
Same with dev-python/docutils-0.5 # emerge -1av dev-python/docutils dev-python/dbus-python [...] [ebuild R ] dev-python/docutils-0.5 USE="-emacs -glep" 0 kB [ebuild U ] dev-python/dbus-python-0.83.0-r1 [0.82.4] USE="doc%* -examples% -test" 0 kB [...] configure: error: cannot compile HTML documentation or API documentation without python-docutils installed Relevant lines from config.log: configure:10277: checking for __version__ in python module docutils Traceback (most recent call last): File "<string>", line 2, in <module> ImportError: No module named docutils configure:10301: result: no configure:10314: error: cannot compile HTML documentation or API documentation without python-docutils installed I figured out, that my emerge -Duav world DID indeed update python, hence I run python-updater which amongst other things reinstalled dev-python/docutils which in turn seems to have fixed the problem (now, dev-python/dbus-python updated successfully). So, I assume this bug should be closed as INVALID, as it's a general case of pebkac. Regards, Bodo
(In reply to comment #7) You had completely different problem. This bug is valid.
Happens to me. dev-python/dbus-python-0.83.0-r1 dev-python/docutils-0.6 Downgrading docutils to 0.5-r1 allows dbus-python to emerge.
*** Bug 291664 has been marked as a duplicate of this bug. ***
Downgrading docutils to 0.5-r1 allows py crypto-2.1.0_beta1 (Bug 291664)to emerge.
Created attachment 210118 [details, diff] Fix by Engelbert Gruber The patch to epydoc from Engelbert Gruber (grubert), attached to his posting http://thread.gmane.org/gmane.text.docutils.devel/4888/focus=4924 , solved the issue for me. I had to apply it manually, though, so I'm attaching a recreated patch here. Successfully emerged dev-python/dbus-python-0.83.0-r1 and dev-python/pycrypto-2.1.0_beta1 with documentation now with this patch in place. So please have the ebuild apply it, and if you still fail to reproduce the fix, let's look deeper at where the difference might lie. Some pointers: An upstream bug report, anonymous, maybe by arfrever? http://sourceforge.net/tracker/?func=detail&aid=2895197&group_id=32455&atid=405618 Current trunk version of the affected file, without fix so far: http://epydoc.svn.sourceforge.net/viewvc/epydoc/trunk/epydoc/src/epydoc/markup/restructuredtext.py?view=annotate
*** Bug 292048 has been marked as a duplicate of this bug. ***
*** Bug 294224 has been marked as a duplicate of this bug. ***
*** Bug 294525 has been marked as a duplicate of this bug. ***
assuming it works - which i did not check yet - is anyone working on getting this patch into the tree?
The patch solves this particular problem. So, I made epydoc-3.0.1-r1 which is ~arch for all arches. If this patch breaks anything else, please, open appropriate bugs.
*** Bug 321555 has been marked as a duplicate of this bug. ***