Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 470856 - dev-python/jinja-2.7[doc] failed to build: could not import extension jinjaext
Summary: dev-python/jinja-2.7[doc] failed to build: could not import extension jinjaext
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-05-21 09:44 UTC by Nikolaj Šujskij
Modified: 2013-05-23 15:12 UTC (History)
1 user (show)

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


Attachments
Full dev-python/jinja-2.7 build.log (build.log,16.91 KB, text/plain)
2013-05-21 09:44 UTC, Nikolaj Šujskij
Details
emerge --info '=dev-python/jinja-2.7' (file_470856.txt,16.88 KB, text/plain)
2013-05-21 09:46 UTC, Nikolaj Šujskij
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolaj Šujskij 2013-05-21 09:44:33 UTC
Created attachment 348814 [details]
Full dev-python/jinja-2.7 build.log

Upgrading jinja:

[ebuild     U ] dev-python/jinja-2.7 [2.6-r2] USE="doc examples" PYTHON_TARGETS="python2_7 python3_3 -pypy1_9 -pypy2_0 -python2_6 (-python2_5%) (-python3_1%) (-python3_2%)"

I see:

 * python2_7: running distutils-r1_run_phase python_compile_all
make --jobs=7 --load-average=3 html 
sphinx-build -b html -d _build/doctrees   . _build/html
Making output directory...
Running Sphinx v1.1.3

Extension error:
Could not import extension jinjaext (exception: cannot import name next)
make: *** [html] Error 1


See stuff attached
Comment 1 Nikolaj Šujskij 2013-05-21 09:46:48 UTC
Created attachment 348816 [details]
emerge --info '=dev-python/jinja-2.7'

Fails both with Python 2.7 and 3.3 (checked with `PYTHON_TARGETS="python2_7" emerge -a1O jinja` and with PYTHON_TARGETS="python2_7 python3_3")
Comment 2 Mike Gilbert gentoo-dev 2013-05-23 01:46:07 UTC
+  23 May 2013; Mike Gilbert <floppym@gentoo.org> +files/jinja-2.7-docs.patch,
+  jinja-2.7.ebuild:
+  Fix error building docs, bug 470856.
Comment 3 Juergen Rose 2013-05-23 15:12:46 UTC
Same here.