Open GoogleCodeExporter opened 9 years ago
I should probably also include the build log from the successful build using
Python 2.7:
Warning: Assuming default configuration (numexpr/tests/{setup_tests,setup}.py
was not found)Appending numexpr.tests configuration to numexpr
Ignoring attempt to set 'name' (from 'numexpr' to 'numexpr.tests')
running build
running config_cc
unifing config_cc, config, build_clib, build_ext, build commands --compiler
options
running config_fc
unifing config_fc, config, build_clib, build_ext, build commands --fcompiler
options
running build_src
build_src
building py_modules sources
creating build
creating build/src.linux-x86_64-2.7
creating build/src.linux-x86_64-2.7/numexpr
building extension "numexpr.interpreter" sources
build_src: building npy-pkg config files
running build_py
creating build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/numexpr
copying numexpr/version.py -> build/lib.linux-x86_64-2.7/numexpr
copying numexpr/necompiler.py -> build/lib.linux-x86_64-2.7/numexpr
copying numexpr/utils.py -> build/lib.linux-x86_64-2.7/numexpr
copying numexpr/__init__.py -> build/lib.linux-x86_64-2.7/numexpr
copying numexpr/expressions.py -> build/lib.linux-x86_64-2.7/numexpr
copying numexpr/cpuinfo.py -> build/lib.linux-x86_64-2.7/numexpr
copying build/src.linux-x86_64-2.7/numexpr/__config__.py ->
build/lib.linux-x86_64-2.7/numexpr
creating build/lib.linux-x86_64-2.7/numexpr/tests
copying ./numexpr/tests/__init__.py -> build/lib.linux-x86_64-2.7/numexpr/tests
copying ./numexpr/tests/test_numexpr.py ->
build/lib.linux-x86_64-2.7/numexpr/tests
running build_ext
customize UnixCCompiler
customize UnixCCompiler using build_ext
customize UnixCCompiler
customize UnixCCompiler using build_ext
building 'numexpr.interpreter' extension
compiling C++ sources
C compiler: x86_64-pc-linux-gnu-g++ -pthread -fPIC
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/numexpr
compile options: '-I/usr/lib64/python2.7/site-packages/numpy/core/include
-I/usr/include/python2.7 -c'
extra options: '-funroll-all-loops'
x86_64-pc-linux-gnu-g++: numexpr/numexpr_object.cpp
numexpr/numexpr_object.cpp: In function ‘int NumExpr_init(NumExprObject*,
PyObject*, PyObject*)’:
numexpr/numexpr_object.cpp:99:49: warning: deprecated conversion from string
constant to ‘char*’ [-Wwrite-strings]
numexpr/numexpr_object.cpp:99:49: warning: deprecated conversion from string
constant to ‘char*’ [-Wwrite-strings]
numexpr/numexpr_object.cpp:99:49: warning: deprecated conversion from string
constant to ‘char*’ [-Wwrite-strings]
numexpr/numexpr_object.cpp:99:49: warning: deprecated conversion from string
constant to ‘char*’ [-Wwrite-strings]
numexpr/numexpr_object.cpp:99:49: warning: deprecated conversion from string
constant to ‘char*’ [-Wwrite-strings]
numexpr/numexpr_object.cpp: At global scope:
numexpr/numexpr_object.cpp:370:1: warning: deprecated conversion from string
constant to ‘char*’ [-Wwrite-strings]
numexpr/numexpr_object.cpp:370:1: warning: deprecated conversion from string
constant to ‘char*’ [-Wwrite-strings]
numexpr/numexpr_object.cpp:370:1: warning: deprecated conversion from string
constant to ‘char*’ [-Wwrite-strings]
numexpr/numexpr_object.cpp:370:1: warning: deprecated conversion from string
constant to ‘char*’ [-Wwrite-strings]
numexpr/numexpr_object.cpp:370:1: warning: deprecated conversion from string
constant to ‘char*’ [-Wwrite-strings]
numexpr/numexpr_object.cpp:370:1: warning: deprecated conversion from string
constant to ‘char*’ [-Wwrite-strings]
numexpr/numexpr_object.cpp:370:1: warning: deprecated conversion from string
constant to ‘char*’ [-Wwrite-strings]
x86_64-pc-linux-gnu-g++: numexpr/module.cpp
x86_64-pc-linux-gnu-g++: numexpr/interpreter.cpp
numexpr/interpreter.cpp: In function ‘int run_interpreter(NumExprObject*,
NpyIter*, NpyIter*, bool, bool, int*)’:
numexpr/interpreter.cpp:789:22: warning: deprecated conversion from string
constant to ‘char*’ [-Wwrite-strings]
x86_64-pc-linux-gnu-g++ -pthread -shared
build/temp.linux-x86_64-2.7/numexpr/interpreter.o
build/temp.linux-x86_64-2.7/numexpr/module.o
build/temp.linux-x86_64-2.7/numexpr/numexpr_object.o -L/usr/lib64 -lm
-lpython2.7 -o build/lib.linux-x86_64-2.7/numexpr/interpreter.so
running scons
It appears the very first line of this version references the same two missing
files as the Python 3.2 version, so that's not the key difference...perhaps
someone with closer knowledge of this package can help.
Original comment by rdwald
on 9 May 2013 at 3:42
Antonio, could you take a look at this?
Original comment by gdemen...@gmail.com
on 22 May 2013 at 10:33
Any progress on this bug? It's been over a month...I could provide additional
info about my system (which still experiences this bug) if that would help.
Original comment by rdwald
on 28 Jun 2013 at 4:32
ditto rdwald
Original comment by del...@iinet.com.au
on 15 Jul 2013 at 4:21
Original issue reported on code.google.com by
rdwald
on 9 May 2013 at 3:39