Gentoo Archives: gentoo-user

From: covici@××××××××××.com
To: gentoo-user@l.g.o
Subject: [gentoo-user] docutils will not emerge
Date: Sun, 15 May 2011 19:08:08
Message-Id: 6896.1305486400@ccs.covici.com
1 Hi. On my latest update dev-python/docutils-0.8_pre7034 will not
2 emerge. I am using python2.7.
3
4 Here is the relevant portion of the build log:
5 copying docutils/writers/odf_odt/__init__.py -> build-3.2/lib/docutils/writers/odf_odt
6 Skipping implicit fixer: buffer
7 Skipping implicit fixer: idioms
8 Skipping implicit fixer: set_literal
9 Skipping implicit fixer: ws_comma
10 warning: copy_build_py_2to3: byte-compiling is disabled, skipping.
11
12 copying aux dirs
13 running build_scripts
14 creating build-3.2/scripts-3.2
15 copying and adjusting tools/rst2html.py -> build-3.2/scripts-3.2
16 copying and adjusting tools/rst2s5.py -> build-3.2/scripts-3.2
17 copying and adjusting tools/rst2latex.py -> build-3.2/scripts-3.2
18 Traceback (most recent call last):
19 File "setup.py", line 223, in <module>
20 do_setup()
21 File "setup.py", line 103, in do_setup
22 dist = setup(**kwargs)
23 File "/usr/lib64/python3.2/distutils/core.py", line 149, in setup
24 dist.run_commands()
25 File "/usr/lib64/python3.2/distutils/dist.py", line 919, in run_commands
26 self.run_command(cmd)
27 File "/usr/lib64/python3.2/distutils/dist.py", line 938, in run_command
28 cmd_obj.run()
29 File "/usr/lib64/python3.2/distutils/command/build.py", line 128, in run
30 self.run_command(cmd_name)
31 File "/usr/lib64/python3.2/distutils/cmd.py", line 315, in run_command
32 self.distribution.run_command(command)
33 File "/usr/lib64/python3.2/distutils/dist.py", line 938, in run_command
34 cmd_obj.run()
35 File "/usr/lib64/python3.2/distutils/command/build_scripts.py", line 51, in run
36 self.copy_scripts()
37 File "/usr/lib64/python3.2/distutils/command/build_scripts.py", line 83, in copy_scripts
38 first_line = f.readline()
39 File "/usr/lib64/python3.2/encodings/ascii.py", line 26, in decode
40 return codecs.ascii_decode(input, self.errors)[0]
41 UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 106: ordinal not in range(128)
42 * ERROR: dev-python/docutils-0.8_pre7034 failed (compile phase):
43 * Building failed with CPython 3.2 in distutils_building() function
44 *
45 * Call stack:
46 * ebuild.sh, line 56: Called src_compile
47 * environment, line 4853: Called distutils_src_compile
48 * environment, line 1230: Called python_execute_function 'distutils_building'
49 * environment, line 3422: Called die
50 * The specific snippet of code:
51 * die "${failure_message}";
52 *
53 * If you need support, post the output of 'emerge --info =dev-python/docutils-0.8_pre7034',
54 * the complete build log and the output of 'emerge -pqv =dev-python/docutils-0.8_pre7034'.
55 * The complete build log is located at '/var/log/portage/dev-python:docutils-0.8_pre7034:20110515-183512.log'.
56 * The ebuild environment file is located at '/var/tmp/portage/dev-python/docutils-0.8_pre7034/temp/environment'.
57 * S: '/var/tmp/portage/dev-python/docutils-0.8_pre7034/work/docutils-0.8_pre7034'
58
59 Any assistance would be appreciated.
60
61
62 --
63 Your life is like a penny. You're going to lose it. The question is:
64 How do
65 you spend it?
66
67 John Covici
68 covici@××××××××××.com

Replies

Subject Author
[gentoo-user] Re: docutils will not emerge Remy Blank <remy.blank@×××××.com>