Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 387970 Details for
Bug 526206
dev-python/bpython-0.13.1: fails to build (unicode?)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log
build.log (text/plain), 6.43 KB, created by
Ian Stakenvicius (RETIRED)
on 2014-11-01 18:45:11 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Ian Stakenvicius (RETIRED)
Created:
2014-11-01 18:45:11 UTC
Size:
6.43 KB
patch
obsolete
> * Package: dev-python/bpython-0.13.1 > * Repository: gentoo > * Maintainer: grozin@gentoo.org python@gentoo.org > * USE: abi_x86_64 amd64 doc elibc_glibc gtk kernel_linux python_targets_python2_7 python_targets_python3_3 test userland_GNU > * FEATURES: sandbox test userpriv usersandbox >Installed LAPACK for library directory lib64 > [1] reference * >Installed BLAS for library directory lib64 > [1] reference * >Installed CBLAS for library directory lib64 > [1] gsl > [2] reference * >>>> Unpacking source... >>>> Unpacking bpython-0.13.1.tar.gz to /tmp/portage/dev-python/bpython-0.13.1/work >>>> Source unpacked in /tmp/portage/dev-python/bpython-0.13.1/work >>>> Preparing source in /tmp/portage/dev-python/bpython-0.13.1/work/bpython-0.13.1 ... > * Applying bpython-desktop.patch ... > [ ok ] > * Applying bpython-0.13-test_repl.patch ... > [ ok ] > * Will copy sources from /tmp/portage/dev-python/bpython-0.13.1/work/bpython-0.13.1 > * python3_3: copying to /tmp/portage/dev-python/bpython-0.13.1/work/bpython-0.13.1-python3_3 > * python2_7: copying to /tmp/portage/dev-python/bpython-0.13.1/work/bpython-0.13.1-python2_7 >>>> Source prepared. >>>> Configuring source in /tmp/portage/dev-python/bpython-0.13.1/work/bpython-0.13.1 ... > * LC_ALL is set to a locale with a charmap other than UTF-8. > * This may trigger build failures in some python packages. >>>> Source configured. >>>> Compiling source in /tmp/portage/dev-python/bpython-0.13.1/work/bpython-0.13.1 ... > * python3_3: running distutils-r1_run_phase distutils-r1_python_compile > * python2_7: running distutils-r1_run_phase distutils-r1_python_compile >/usr/bin/python3.3 setup.py build >/usr/bin/python2.7 setup.py build >running build >running build_sphinx_man >creating /tmp/portage/dev-python/bpython-0.13.1/work/bpython-0.13.1-python3_3/build/doctrees >creating /tmp/portage/dev-python/bpython-0.13.1/work/bpython-0.13.1-python3_3/build/man >Running Sphinx v1.2.3 >loading pickled environment... failed: [Errno 2] No such file or directory: '/tmp/portage/dev-python/bpython-0.13.1/work/bpython-0.13.1-python3_3/build/doctrees/environment.pickle' >building [man]: all manpages >updating environment: 15 added, 0 changed, 0 removed >reading sources... [ 6%] authors >reading sources... [ 13%] bpaste >reading sources... [ 20%] bpdb >reading sources... [ 26%] changelog >reading sources... [ 33%] community >reading sources... [ 40%] configuration >reading sources... [ 46%] django >reading sources... [ 53%] index >reading sources... [ 60%] man-bpython >reading sources... [ 66%] man-bpython-config >reading sources... [ 73%] releases >reading sources... [ 80%] sourcecode >running build >running build_sphinx_man >creating /tmp/portage/dev-python/bpython-0.13.1/work/bpython-0.13.1-python2_7/build/doctrees >creating /tmp/portage/dev-python/bpython-0.13.1/work/bpython-0.13.1-python2_7/build/man >Running Sphinx v1.2.3 >loading pickled environment... not yet created >building [man]: all manpages >updating environment: 15 added, 0 changed, 0 removed >reading sources... [ 6%] authors >reading sources... [ 86%] themes >reading sources... [ 93%] tips >reading sources... [ 13%] bpaste >reading sources... [ 20%] bpdb >reading sources... [100%] windows >looking for now-outdated files... none found >pickling environment... reading sources... [ 26%] changelog >done >checking consistency... done >writing... bpython.1 { } bpython-config.5 { } >build succeeded. >running compile_catalog >Traceback (most recent call last): > File "setup.py", line 197, in <module> > test_suite = 'bpython.test' > File "/usr/lib64/python3.3/distutils/core.py", line 148, in setup > dist.run_commands() > File "/usr/lib64/python3.3/distutils/dist.py", line 930, in run_commands > self.run_command(cmd) > File "/usr/lib64/python3.3/distutils/dist.py", line 949, in run_command > cmd_obj.run() > File "/usr/lib64/python3.3/distutils/command/build.py", line 126, in run > self.run_command(cmd_name) > File "/usr/lib64/python3.3/distutils/cmd.py", line 313, in run_command > self.distribution.run_command(command) > File "/usr/lib64/python3.3/distutils/dist.py", line 949, in run_command > cmd_obj.run() > File "/usr/lib64/python3.3/site-packages/babel/messages/frontend.py", line 133, in run > catalog = read_po(infile, locale) > File "/usr/lib64/python3.3/site-packages/babel/messages/pofile.py", line 204, in read_po > for lineno, line in enumerate(fileobj.readlines()): > File "/usr/lib64/python3.3/encodings/ascii.py", line 26, in decode > return codecs.ascii_decode(input, self.errors)[0] >UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 171: ordinal not in range(128) > * ERROR: dev-python/bpython-0.13.1::gentoo failed (compile phase): > * (no error message) > * > * Call stack: > * ebuild.sh, line 93: Called src_compile > * environment, line 3809: Called distutils-r1_src_compile > * environment, line 1311: Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile' > * environment, line 446: Called python_parallel_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile' > * environment, line 3673: Called multibuild_parallel_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile' > * environment, line 2647: Called multibuild_foreach_variant '_multibuild_parallel' '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile' > * environment, line 2590: Called _multibuild_run '_multibuild_parallel' '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile' > * environment, line 2588: Called _multibuild_parallel '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile' >reading sources... [ 33%] community > * environment, line 2638: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile' >reading sources... [ 40%] configuration > * environment, line 880: Called distutils-r1_run_phase 'distutils-r1_python_compile' > * environment, line 1300: Called distutils-r1_python_compile > * environment, line 1180: Called esetup.py 'build' > * environment, line 1751: Called die > * The specific snippet of code: > * "${@}" || die > * > * If you need support, post the output of `emerge --info '=dev-python/bpython-0.13.1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-python/bpython-0.13.1::gentoo'`. >reading sources... [ 46%] django >sed: couldn't open temporary file /etc/portage/package.mask/sedLmkrlJ: Permission denied >reading sources... [ 53%] index >reading sources... [ 60%] man-bpython
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 526206
: 387970