Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 450166 - dev-python/sphinx 1.1.3-r3 fails to emerge
Summary: dev-python/sphinx 1.1.3-r3 fails to emerge
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-04 12:52 UTC by C W Rose
Modified: 2013-01-05 15:12 UTC (History)
1 user (show)

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


Attachments
Build logs (zzz,74.31 KB, text/plain)
2013-01-04 12:52 UTC, C W Rose
Details

Note You need to log in before you can comment on or make changes to this bug.
Description C W Rose 2013-01-04 12:52:01 UTC
Created attachment 334408 [details]
Build logs

dev-python/sphinx-1.1.3-r3 fails to emerge with the USE=doc flag set; without
the doc flag it partially succeeds, installing for Python 2.7 and failing for
Python 3.2

Emerge information and build logs attached.
Comment 1 Chris Reffett (RETIRED) gentoo-dev Security 2013-01-04 13:14:46 UTC
Both issues appear to relate to Jinja2 not being available for Python 3.2, looks like python-updater needs to be run. Please run 'emerge -1 jinja' and then try re-emerging sphinx.
Comment 2 C W Rose 2013-01-05 11:37:19 UTC
The problem went away when I ran python-updater.  It's the first
time I've built a system using a slotted Python, and although
everything was emerged with Python 2.x, apparently there was
still confusion with Python 3.x
Comment 3 Chris Reffett (RETIRED) gentoo-dev Security 2013-01-05 15:12:56 UTC
Indeed, whenever you get a new Python slot you need to run python-updater to ensure everything has a module built for the new version.