Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 333191 - Stabilize dev-python/docutils-0.7
Summary: Stabilize dev-python/docutils-0.7
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: STABLEREQ
Depends on:
Blocks:
 
Reported: 2010-08-17 18:07 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2010-12-27 21:07 UTC (History)
0 users

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


Attachments
build.log (build.log,31.59 KB, text/plain)
2010-10-02 08:35 UTC, Sergei Trofimovich (RETIRED)
Details
emerge --info (emerge-info,3.38 KB, text/plain)
2010-10-02 08:35 UTC, Sergei Trofimovich (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2010-08-17 18:07:15 UTC
Stabilize dev-python/docutils-0.7.
Comment 1 David Abbott (RETIRED) gentoo-dev 2010-08-17 21:26:56 UTC
All good x86.
Comment 2 Markos Chandras (RETIRED) gentoo-dev 2010-08-18 19:14:48 UTC
amd64 done
Comment 3 Christian Faulhammer (RETIRED) gentoo-dev 2010-08-20 07:52:07 UTC
stable x86, thanks David
Comment 4 Andrew Frink 2010-08-20 23:31:58 UTC
docutils-0.7 fails to build when python 3.1.2-r4 is installed for me, see http://bugs.gentoo.org/show_bug.cgi?id=333361
Comment 5 Markus Meier gentoo-dev 2010-08-23 21:18:49 UTC
looks like this breaks dev-python/sphinx:
this is with -0.6
>>> Source compiled.
 * Testing of dev-python/sphinx-0.6.7 with CPython 2.6...
PYTHONPATH=build-2.6/lib nosetests --verbosity=1
...........info: not running latex, the titlesec.sty package doesn't seem to be installed
...............................................................................
----------------------------------------------------------------------
Ran 90 tests in 375.192s

OK

this is with -0.7
>>> Source compiled.
 * Testing of dev-python/sphinx-0.6.7 with CPython 2.6...
PYTHONPATH=build-2.6/lib nosetests --verbosity=1
...........F....F............................
======================================================================
FAIL: test_build.test_latex
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/nose/case.py", line 186, in runTest
    self.test(*self.arg)
  File "/var/tmp/portage/dev-python/sphinx-0.6.7/work/Sphinx-0.6.7/tests/util.py", line 162, in deco
    func(app, *args2, **kwargs2)
  File "/var/tmp/portage/dev-python/sphinx-0.6.7/work/Sphinx-0.6.7/tests/test_build.py", line 212, in test_latex
    latex_warnings.splitlines()))
AssertionError: Warnings don't match:
- \/var\/tmp\/portage\/dev\-python\/sphinx\-0\.6\.7\/work\/Sphinx\-0\.6\.7\/tests\/root/images.txt:9: WARNING: image file not readable: foo.png
? -    -    -        -    -       -       -  -  -  -     -       -  -  -  -      -

+ /var/tmp/portage/dev-python/sphinx-0.6.7/work/Sphinx-0.6.7/tests/root/images.txt:9: WARNING: image file not readable: foo.png
- \/var\/tmp\/portage\/dev\-python\/sphinx\-0\.6\.7\/work\/Sphinx\-0\.6\.7\/tests\/root/images.txt:23: WARNING: nonlocal image URI found: http://www.python.org/logo.png
etc.
Comment 6 Raúl Porcel (RETIRED) gentoo-dev 2010-09-12 16:32:26 UTC
alpha/arm/ia64/s390/sh/sparc stable
Comment 7 Dennis Nezic 2010-09-13 16:23:49 UTC
I can't compile dev-python/docutils-0.7

It hangs my cpu at 100% with this build.log output:
[...]
copying docutils/writers/newlatex2e/unicode_map.py -> build-3.1/lib/docutils/writers/newlatex2e
copying docutils/writers/newlatex2e/__init__.py -> build-3.1/lib/docutils/writers/newlatex2e
creating build-3.1/lib/docutils/writers/odf_odt
copying docutils/writers/odf_odt/pygmentsformatter.py -> build-3.1/lib/docutils/writers/odf_odt
copying docutils/writers/odf_odt/__init__.py -> build-3.1/lib/docutils/writers/odf_odt
Skipping implicit fixer: buffer
Skipping implicit fixer: idioms
Skipping implicit fixer: set_literal
Skipping implicit fixer: ws_comma
[hangs here]

I'm not sure what exactly is causing this (infinite loop?). I have:
dev-lang/python-2.6.4-r1
dev-lang/python-3.1.1-r1
Comment 8 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2010-09-13 16:27:30 UTC
(In reply to comment #7)

It's not related to this bug, and you use too old Python versions.
Comment 9 Jory A. Pratt gentoo-dev 2010-09-13 16:38:11 UTC
(In reply to comment #8)
> (In reply to comment #7)
> 
> It's not related to this bug, and you use too old Python versions.
> 

If this is actually the case the dep needs to be fixed.
Comment 10 Brent Baude (RETIRED) gentoo-dev 2010-09-28 15:36:00 UTC
ppc stable
Comment 11 Sergei Trofimovich (RETIRED) gentoo-dev 2010-10-02 08:34:21 UTC
I have similar build problem as in bug #333361:

UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 10: ordinal not in range(128)

My locale is LANG="ru_RU.UTF-8", LC_ALL="". Build logs are coming.
Comment 12 Sergei Trofimovich (RETIRED) gentoo-dev 2010-10-02 08:35:15 UTC
Created attachment 249266 [details]
build.log
Comment 13 Sergei Trofimovich (RETIRED) gentoo-dev 2010-10-02 08:35:43 UTC
Created attachment 249268 [details]
emerge --info
Comment 14 Jeroen Roovers (RETIRED) gentoo-dev 2010-10-18 18:59:32 UTC
Stable for HPPA.
Comment 15 Brent Baude (RETIRED) gentoo-dev 2010-12-27 21:07:47 UTC
ppc64 done; closing as last arch