I'm trying to compile Sage on my notebook (i7 4700MQ, 8gb RAM, Nvidia GTX765M 
if relevant) OS is Debian Jessie 64 bit (current testing).
REPRODUCIBLE: ALWAYS
SEVERITY: IMPORTANT

every time I'm trying to "make" it ends with (sorry, I don't know how to make 
spoiler):
****************************************************
Host system:
Linux dns 3.11-2-amd64 #1 SMP Debian 3.11.8-1 (2013-11-13) x86_64 GNU/Linux
****************************************************
C compiler: gcc
C compiler version:
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/home/dima/Загрузки/sage-6.1.1/local/libexec/gcc/x86_64-unknown-linux-gnu/4.7.3/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ../src/configure --prefix=/home/dima/Загрузки/sage-6.1.1/local 
--with-local-prefix=/home/dima/Загрузки/sage-6.1.1/local 
--with-gmp=/home/dima/Загрузки/sage-6.1.1/local 
--with-mpfr=/home/dima/Загрузки/sage-6.1.1/local 
--with-mpc=/home/dima/Загрузки/sage-$
Thread model: posix
gcc version 4.7.3 (GCC)
****************************************************
patching file Cython/Build/Dependencies.py
patching file Cython/Compiler/CmdLine.py
Hunk #2 succeeded at 112 (offset -13 lines).
Compiling module Cython.Plex.Scanners ...

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

Extension module compilation failed, looks like Cython cannot run
properly on this system.  To work around this, pass the option
"--no-cython-compile".  This will install a pure Python version of
Cython without compiling its own sources.

Traceback (most recent call last):
  File "setup.py", line 257, in <module>
    compile_cython_modules(cython_profile, cython_compile_more, 
cython_with_refnanny)
  File "setup.py", line 201, in compile_cython_modules
    result = compile(pyx_source_file)
  File 
"/home/dima/Загрузки/sage-6.1.1/local/var/tmp/sage/build/cython-0.19.1.p0/src/Cython/Compiler/Main.py",
 line 608, in compile
    return compile_single(source, options, full_module_name)
  File 
"/home/dima/Загрузки/sage-6.1.1/local/var/tmp/sage/build/cython-0.19.1.p0/src/Cython/Compiler/Main.py",
 line 549, in compile_single
    return run_pipeline(source, options, full_module_name)
  File 
"/home/dima/Загрузки/sage-6.1.1/local/var/tmp/sage/build/cython-0.19.1.p0/src/Cython/Compiler/Main.py",
 line 386, in run_pipeline
    import Pipeline
  File 
"/home/dima/Загрузки/sage-6.1.1/local/var/tmp/sage/build/cython-0.19.1.p0/src/Cython/Compiler/Pipeline.py",
 line 7, in <module>
    from Visitor import CythonTransform
  File 
"/home/dima/Загрузки/sage-6.1.1/local/var/tmp/sage/build/cython-0.19.1.p0/src/Cython/Compiler/Visitor.py",
 line 9, in <module>
    import Nodes
  File 
"/home/dima/Загрузки/sage-6.1.1/local/var/tmp/sage/build/cython-0.19.1.p0/src/Cython/Compiler/Nodes.py",
 line 8077, in <module>
    traceback_utility_code = UtilityCode.load_cached("AddTraceback", 
"Exceptions.c")
  File 
"/home/dima/Загрузки/sage-6.1.1/local/var/tmp/sage/build/cython-0.19.1.p0/src/Cython/Compiler/Code.py",
 line 273, in load_cached
    code = _cache[key] = cls.load(utility_code_name, from_file)
  File 
"/home/dima/Загрузки/sage-6.1.1/local/var/tmp/sage/build/cython-0.19.1.p0/src/Cython/Compiler/Code.py",
 line 244, in load
    values = [ cls.load(dep, from_file, **orig_kwargs) for dep in values ]
  File 
"/home/dima/Загрузки/sage-6.1.1/local/var/tmp/sage/build/cython-0.19.1.p0/src/Cython/Compiler/Code.py",
 line 234, in load
    utilities = cls.load_utilities_from_file(from_file)
  File 
"/home/dima/Загрузки/sage-6.1.1/local/var/tmp/sage/build/cython-0.19.1.p0/src/Cython/Compiler/Code.py",
 line 140, in load_utilities_from_file
    filename = os.path.join(get_utility_dir(), path)
  File "/home/dima/Загрузки/sage-6.1.1/local/lib/python/posixpath.py", line 80, 
in join
    path += '/' + b
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 11: 
ordinal not in range(128)
Error installing Cython

real    0m0.163s
user    0m0.148s
sys     0m0.008s
************************************************************************
Error installing package cython-0.19.1.p0


Error building Sage.

The following package(s) may have failed to build:

package: cython-0.19.1.p0
log file: /home/dima/Загрузки/sage-6.1.1/logs/pkgs/cython-0.19.1.p0.log
build directory: 
/home/dima/Загрузки/sage-6.1.1/local/var/tmp/sage/build/cython-0.19.1.p0

package: cython
log file: /home/dima/Загрузки/sage-6.1.1/logs/pkgs/cython.log
build directory: /home/dima/Загрузки/sage-6.1.1/local/var/tmp/sage/build/cython

package: matplotlib-1.2.1
log file: /home/dima/Загрузки/sage-6.1.1/logs/pkgs/matplotlib-1.2.1.log
build directory: 
/home/dima/Загрузки/sage-6.1.1/local/var/tmp/sage/build/matplotlib-1.2.1



How can it be solved?
p.s. Sorry for my English and thanks in advance!

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to