* Generation of Grammar pickle with CPython 3.3... Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/python3.3/site-packages/sphinx/pycode/__init__.py", line 18, in <module> from sphinx.util import get_module_source, detect_encoding File "/usr/lib/python3.3/site-packages/sphinx/util/__init__.py", line 24, in <module> import docutils ImportError: No module named 'docutils' * ERROR: dev-python/sphinx-1.1.3-r3 failed (postinst phase): * Generation of Grammar pickle with CPython 3.3 failed * * Call stack: * ebuild.sh, line 93: Called pkg_postinst * environment, line 2884: Called python_execute_function '--action-message' 'Generation of Grammar pickle with $(python_get_implementation_and_version)...' '--failure -message' 'Generation of Grammar pickle with $(python_get_implementation_and_version) failed' 'generation_of_grammar_pickle' * environment, line 3439: Called die * The specific snippet of code: * die "${failure_message}"; * * If you need support, post the output of `emerge --info '=dev-python/sphinx-1.1.3-r3'`, * the complete build log and the output of `emerge -pqv '=dev-python/sphinx-1.1.3-r3'`. * The complete build log is located at '/var/tmp/portage/dev-python/sphinx-1.1.3-r3/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/sphinx-1.1.3-r3/temp/environment'. * Working directory: '/var/tmp/portage/dev-python/sphinx-1.1.3-r3' * S: '/var/tmp/portage/dev-python/sphinx-1.1.3-r3/work/Sphinx-1.1.3' !!! FAILED postinst: 1 Reproducible: Always Steps to Reproduce: 1. enable python 3.3 2. emerge -av =dev-python/sphinx-1.1.3-r3 3.
That is an ancient version using python.eclass which doesn't support enforcing proper dependencies. You need to rebuild docutils, or even run python-updater. Or just the newer version, considering you're using py3.3.