| Summary: | app-admin/eselect-1.0.11 fails to build, can't find module named docutils.core | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Marco Napetti <marco.napetti> |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED TEST-REQUEST | ||
| Severity: | normal | CC: | rose |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Marco Napetti
2008-02-27 18:46:58 UTC
disabling "doc" use flag app-admin/eselect-1.0.11 builds fine. Re-emerge dev-python/docutils and/or run python-updater. *** Bug 265541 has been marked as a duplicate of this bug. *** *** Bug 266214 has been marked as a duplicate of this bug. *** Neither re emerging docutils or running python-updater fixes the problem for me.
It fails whenever "doc" flag is set, removing that is counter productive.
It seems to stem from eselect needing the "doc" flag...but there are other packages I can't build until I can get past this error:
$ emerge eselect
Traceback (most recent call last):
File "/usr/bin/rst2html.py", line 17, in <module>
from docutils.core import publish_cmdline, default_description
ImportError: No module named docutils.core
make: *** [README.html] Error 1
It was suggested I remove python 2.4 ( currently using 2.6 ).
$ python-updater
* Couldn't determine any previous Python version(s).
* Use -o OLD_PYTHON_VERSION to specify your old python version.
|