Last active
August 29, 2015 14:17
-
-
Save nelsnelson/91c591ffa5bfbf4e61d8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ virtualenv .venv | |
New python executable in .venv/bin/python | |
Installing setuptools, pip...done. | |
(.venv)$ source .venv/bin/activate | |
(.venv)$ pip install --upgrade --requirement requirements.txt | |
Obtaining galaxy-api-master from [email protected]:Galaxy/python-galaxy_api.git@eb65e4a5c6fe55200de9857e2d148eaaf6d18462#egg=galaxy_api-master (from -r requirements.txt (line 1)) | |
Cloning [email protected]:Galaxy/python-galaxy_api.git (to eb65e4a5c6fe55200de9857e2d148eaaf6d18462) to ./.venv/src/galaxy-api-master | |
Could not find a tag or branch 'eb65e4a5c6fe55200de9857e2d148eaaf6d18462', assuming commit. | |
Running setup.py (path:/home/nels.nelson/src/hubble/.venv/src/galaxy-api-master/setup.py) egg_info for package galaxy-api-master | |
Installing extra requirements: 'egg' | |
Downloading/unpacking cli-tools (from -r requirements.txt (line 2)) | |
Downloading cli_tools-0.2.5.tar.gz | |
Running setup.py (path:/home/nels.nelson/src/hubble/.venv/build/cli-tools/setup.py) egg_info for package cli-tools | |
Downloading/unpacking numpy (from -r requirements.txt (line 3)) | |
Downloading numpy-1.9.2.tar.gz (4.0MB): 4.0MB downloaded | |
Running setup.py (path:/home/nels.nelson/src/hubble/.venv/build/numpy/setup.py) egg_info for package numpy | |
Running from numpy source directory. | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
warning: no previously-included files matching '*.pyo' found anywhere in distribution | |
warning: no previously-included files matching '*.pyd' found anywhere in distribution | |
Downloading/unpacking PyYAML (from -r requirements.txt (line 4)) | |
Downloading PyYAML-3.11.tar.gz (248kB): 248kB downloaded | |
Running setup.py (path:/home/nels.nelson/src/hubble/.venv/build/PyYAML/setup.py) egg_info for package PyYAML | |
Downloading/unpacking requests (from -r requirements.txt (line 5)) | |
Downloading requests-2.6.0-py2.py3-none-any.whl (469kB): 469kB downloaded | |
Downloading/unpacking six (from -r requirements.txt (line 6)) | |
Downloading six-1.9.0-py2.py3-none-any.whl | |
Downloading/unpacking stevedore (from -r requirements.txt (line 7)) | |
Downloading stevedore-1.3.0-py2.py3-none-any.whl | |
Downloading/unpacking simplejson (from galaxy-api-master->-r requirements.txt (line 1)) | |
Downloading simplejson-3.6.5.tar.gz (73kB): 73kB downloaded | |
Running setup.py (path:/home/nels.nelson/src/hubble/.venv/build/simplejson/setup.py) egg_info for package simplejson | |
Downloading/unpacking pymongo (from galaxy-api-master->-r requirements.txt (line 1)) | |
Downloading pymongo-2.8.tar.gz (394kB): 394kB downloaded | |
Running setup.py (path:/home/nels.nelson/src/hubble/.venv/build/pymongo/setup.py) egg_info for package pymongo | |
Downloading/unpacking argparse (from cli-tools->-r requirements.txt (line 2)) | |
Downloading argparse-1.3.0-py2.py3-none-any.whl | |
Downloading/unpacking setuptools from https://pypi.python.org/packages/3.4/s/setuptools/setuptools-14.3.1-py2.py3-none-any.whl#md5=a354fbc488780c81159ef6ef40206743 (from cli-tools->-r requirements.txt (line 2)) | |
Downloading setuptools-14.3.1-py2.py3-none-any.whl (501kB): 501kB downloaded | |
Downloading/unpacking pbr>=0.6,!=0.7,<1.0 (from stevedore->-r requirements.txt (line 7)) | |
Downloading pbr-0.10.8-py2.py3-none-any.whl (70kB): 70kB downloaded | |
Downloading/unpacking pip from https://pypi.python.org/packages/py2.py3/p/pip/pip-6.0.8-py2.py3-none-any.whl#md5=41e73fae2c86ba2270ff51c1d86f7e09 (from pbr>=0.6,!=0.7,<1.0->stevedore->-r requirements.txt (line 7)) | |
Downloading pip-6.0.8-py2.py3-none-any.whl (1.3MB): 1.3MB downloaded | |
Installing collected packages: galaxy-api-master, cli-tools, numpy, PyYAML, requests, six, stevedore, simplejson, pymongo, argparse, setuptools, pbr, pip | |
Running setup.py develop for galaxy-api-master | |
Creating /home/nels.nelson/src/hubble/.venv/lib/python2.7/site-packages/galaxy-api.egg-link (link to .) | |
Adding galaxy-api 0.0.2 to easy-install.pth file | |
Installed /home/nels.nelson/src/hubble/.venv/src/galaxy-api-master | |
Running setup.py install for cli-tools | |
Running setup.py install for numpy | |
Running from numpy source directory. | |
/bin/sh: 1: svnversion: not found | |
non-existing path in 'numpy/distutils': 'site.cfg' | |
non-existing path in 'numpy/f2py': 'docs' | |
non-existing path in 'numpy/f2py': 'f2py.1' | |
F2PY Version 2 | |
blas_opt_info: | |
blas_mkl_info: | |
libraries mkl,vml,guide not found in ['/home/nels.nelson/src/hubble/.venv/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] | |
NOT AVAILABLE | |
openblas_info: | |
libraries openblas not found in ['/home/nels.nelson/src/hubble/.venv/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] | |
NOT AVAILABLE | |
atlas_3_10_blas_threads_info: | |
Setting PTATLAS=ATLAS | |
libraries tatlas not found in ['/home/nels.nelson/src/hubble/.venv/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] | |
NOT AVAILABLE | |
atlas_3_10_blas_info: | |
libraries satlas not found in ['/home/nels.nelson/src/hubble/.venv/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] | |
NOT AVAILABLE | |
atlas_blas_threads_info: | |
Setting PTATLAS=ATLAS | |
libraries ptf77blas,ptcblas,atlas not found in ['/home/nels.nelson/src/hubble/.venv/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] | |
NOT AVAILABLE | |
atlas_blas_info: | |
libraries f77blas,cblas,atlas not found in ['/home/nels.nelson/src/hubble/.venv/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] | |
NOT AVAILABLE | |
/home/nels.nelson/src/hubble/.venv/build/numpy/numpy/distutils/system_info.py:1603: UserWarning: | |
Atlas (http://math-atlas.sourceforge.net/) libraries not found. | |
Directories to search for the libraries can be specified in the | |
numpy/distutils/site.cfg file (section [atlas]) or by setting | |
the ATLAS environment variable. | |
warnings.warn(AtlasNotFoundError.__doc__) | |
blas_info: | |
libraries blas not found in ['/home/nels.nelson/src/hubble/.venv/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] | |
NOT AVAILABLE | |
/home/nels.nelson/src/hubble/.venv/build/numpy/numpy/distutils/system_info.py:1612: UserWarning: | |
Blas (http://www.netlib.org/blas/) libraries not found. | |
Directories to search for the libraries can be specified in the | |
numpy/distutils/site.cfg file (section [blas]) or by setting | |
the BLAS environment variable. | |
warnings.warn(BlasNotFoundError.__doc__) | |
blas_src_info: | |
NOT AVAILABLE | |
/home/nels.nelson/src/hubble/.venv/build/numpy/numpy/distutils/system_info.py:1615: UserWarning: | |
Blas (http://www.netlib.org/blas/) sources not found. | |
Directories to search for the sources can be specified in the | |
numpy/distutils/site.cfg file (section [blas_src]) or by setting | |
the BLAS_SRC environment variable. | |
warnings.warn(BlasSrcNotFoundError.__doc__) | |
NOT AVAILABLE | |
/bin/sh: 1: svnversion: not found | |
non-existing path in 'numpy/lib': 'benchmarks' | |
lapack_opt_info: | |
openblas_lapack_info: | |
libraries openblas not found in ['/home/nels.nelson/src/hubble/.venv/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] | |
NOT AVAILABLE | |
lapack_mkl_info: | |
mkl_info: | |
libraries mkl,vml,guide not found in ['/home/nels.nelson/src/hubble/.venv/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] | |
NOT AVAILABLE | |
NOT AVAILABLE | |
atlas_3_10_threads_info: | |
Setting PTATLAS=ATLAS | |
libraries tatlas,tatlas not found in /home/nels.nelson/src/hubble/.venv/lib | |
libraries lapack_atlas not found in /home/nels.nelson/src/hubble/.venv/lib | |
libraries tatlas,tatlas not found in /usr/local/lib | |
libraries lapack_atlas not found in /usr/local/lib | |
libraries tatlas,tatlas not found in /usr/lib | |
libraries lapack_atlas not found in /usr/lib | |
libraries tatlas,tatlas not found in /usr/lib/x86_64-linux-gnu | |
libraries lapack_atlas not found in /usr/lib/x86_64-linux-gnu | |
numpy.distutils.system_info.atlas_3_10_threads_info | |
NOT AVAILABLE | |
atlas_3_10_info: | |
libraries satlas,satlas not found in /home/nels.nelson/src/hubble/.venv/lib | |
libraries lapack_atlas not found in /home/nels.nelson/src/hubble/.venv/lib | |
libraries satlas,satlas not found in /usr/local/lib | |
libraries lapack_atlas not found in /usr/local/lib | |
libraries satlas,satlas not found in /usr/lib | |
libraries lapack_atlas not found in /usr/lib | |
libraries satlas,satlas not found in /usr/lib/x86_64-linux-gnu | |
libraries lapack_atlas not found in /usr/lib/x86_64-linux-gnu | |
numpy.distutils.system_info.atlas_3_10_info | |
NOT AVAILABLE | |
atlas_threads_info: | |
Setting PTATLAS=ATLAS | |
libraries ptf77blas,ptcblas,atlas not found in /home/nels.nelson/src/hubble/.venv/lib | |
libraries lapack_atlas not found in /home/nels.nelson/src/hubble/.venv/lib | |
libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib | |
libraries lapack_atlas not found in /usr/local/lib | |
libraries ptf77blas,ptcblas,atlas not found in /usr/lib | |
libraries lapack_atlas not found in /usr/lib | |
libraries ptf77blas,ptcblas,atlas not found in /usr/lib/x86_64-linux-gnu | |
libraries lapack_atlas not found in /usr/lib/x86_64-linux-gnu | |
numpy.distutils.system_info.atlas_threads_info | |
NOT AVAILABLE | |
atlas_info: | |
libraries f77blas,cblas,atlas not found in /home/nels.nelson/src/hubble/.venv/lib | |
libraries lapack_atlas not found in /home/nels.nelson/src/hubble/.venv/lib | |
libraries f77blas,cblas,atlas not found in /usr/local/lib | |
libraries lapack_atlas not found in /usr/local/lib | |
libraries f77blas,cblas,atlas not found in /usr/lib | |
libraries lapack_atlas not found in /usr/lib | |
libraries f77blas,cblas,atlas not found in /usr/lib/x86_64-linux-gnu | |
libraries lapack_atlas not found in /usr/lib/x86_64-linux-gnu | |
numpy.distutils.system_info.atlas_info | |
NOT AVAILABLE | |
/home/nels.nelson/src/hubble/.venv/build/numpy/numpy/distutils/system_info.py:1505: UserWarning: | |
Atlas (http://math-atlas.sourceforge.net/) libraries not found. | |
Directories to search for the libraries can be specified in the | |
numpy/distutils/site.cfg file (section [atlas]) or by setting | |
the ATLAS environment variable. | |
warnings.warn(AtlasNotFoundError.__doc__) | |
lapack_info: | |
libraries lapack not found in ['/home/nels.nelson/src/hubble/.venv/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] | |
NOT AVAILABLE | |
/home/nels.nelson/src/hubble/.venv/build/numpy/numpy/distutils/system_info.py:1516: UserWarning: | |
Lapack (http://www.netlib.org/lapack/) libraries not found. | |
Directories to search for the libraries can be specified in the | |
numpy/distutils/site.cfg file (section [lapack]) or by setting | |
the LAPACK environment variable. | |
warnings.warn(LapackNotFoundError.__doc__) | |
lapack_src_info: | |
NOT AVAILABLE | |
/home/nels.nelson/src/hubble/.venv/build/numpy/numpy/distutils/system_info.py:1519: UserWarning: | |
Lapack (http://www.netlib.org/lapack/) sources not found. | |
Directories to search for the sources can be specified in the | |
numpy/distutils/site.cfg file (section [lapack_src]) or by setting | |
the LAPACK_SRC environment variable. | |
warnings.warn(LapackSrcNotFoundError.__doc__) | |
NOT AVAILABLE | |
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'define_macros' | |
warnings.warn(msg) | |
unifing config_cc, config, build_clib, build_ext, build commands --compiler options | |
unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options | |
build_src | |
building py_modules sources | |
building library "npymath" sources | |
customize Gnu95FCompiler | |
Could not locate executable gfortran | |
Could not locate executable f95 | |
customize IntelFCompiler | |
Could not locate executable ifort | |
Could not locate executable ifc | |
customize LaheyFCompiler | |
Could not locate executable lf95 | |
customize PGroupFCompiler | |
Could not locate executable pgfortran | |
customize AbsoftFCompiler | |
Could not locate executable f90 | |
Could not locate executable f77 | |
customize NAGFCompiler | |
customize VastFCompiler | |
customize CompaqFCompiler | |
Could not locate executable fort | |
customize IntelItaniumFCompiler | |
Could not locate executable efort | |
Could not locate executable efc | |
customize IntelEM64TFCompiler | |
customize GnuFCompiler | |
Could not locate executable g77 | |
customize G95FCompiler | |
Could not locate executable g95 | |
customize PathScaleFCompiler | |
Could not locate executable pathf95 | |
don't know how to compile Fortran code on platform 'posix' | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
x86_64-linux-gnu-gcc -pthread _configtest.o -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ [enabled by default] | |
int exp (void); | |
^ | |
x86_64-linux-gnu-gcc -pthread _configtest.o -o _configtest | |
_configtest.o: In function `main': | |
/home/nels.nelson/src/hubble/.venv/build/numpy/_configtest.c:6: undefined reference to `exp' | |
collect2: error: ld returned 1 exit status | |
_configtest.o: In function `main': | |
/home/nels.nelson/src/hubble/.venv/build/numpy/_configtest.c:6: undefined reference to `exp' | |
collect2: error: ld returned 1 exit status | |
failure. | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ [enabled by default] | |
int exp (void); | |
^ | |
x86_64-linux-gnu-gcc -pthread _configtest.o -lm -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/npymath/npy_math.c | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/npymath/ieee754.c | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/npymath/npy_math_complex.c | |
building library "npysort" sources | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/npysort/quicksort.c | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/npysort/mergesort.c | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/npysort/heapsort.c | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/private/npy_partition.h | |
adding 'build/src.linux-x86_64-2.7/numpy/core/src/private' to include_dirs. | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/npysort/selection.c | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/private/npy_binsearch.h | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/npysort/binsearch.c | |
None - nothing done with h_files = ['build/src.linux-x86_64-2.7/numpy/core/src/private/npy_partition.h', 'build/src.linux-x86_64-2.7/numpy/core/src/private/npy_binsearch.h'] | |
building extension "numpy.core._dummy" sources | |
Generating build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:4:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main() | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:4:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main() | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:4:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main() | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:4:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main() | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)]; | |
^ | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 4)]; | |
^ | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)]; | |
^ | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 4)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 4)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 4)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 4)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 0)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 0)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 1)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 1)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 3)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 3)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 7)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 7)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 15)]; | |
^ | |
removing: _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 11)]; | |
^ | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 9)]; | |
^ | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 8)]; | |
^ | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:4:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main() | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)]; | |
^ | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)]; | |
^ | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)]; | |
^ | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 0)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 0)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 1)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 1)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 3)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 3)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 7)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 7)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 15)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 15)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 31)]; | |
^ | |
removing: _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 23)]; | |
^ | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 19)]; | |
^ | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 17)]; | |
^ | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 16)]; | |
^ | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:4:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main() | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:7:12: error: ‘SIZEOF_LONGDOUBLE’ undeclared (first use in this function) | |
(void) SIZEOF_LONGDOUBLE; | |
^ | |
_configtest.c:7:12: note: each undeclared identifier is reported only once for each function it appears in | |
_configtest.c:4:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main() | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:7:12: error: ‘SIZEOF_LONGDOUBLE’ undeclared (first use in this function) | |
(void) SIZEOF_LONGDOUBLE; | |
^ | |
_configtest.c:7:12: note: each undeclared identifier is reported only once for each function it appears in | |
failure. | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)]; | |
^ | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 12)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 12)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 16)]; | |
^ | |
removing: _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)]; | |
^ | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 12)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 12)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 16)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 16)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 12)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 12)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 16)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 16)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 0)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 0)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 1)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 1)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 3)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 3)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 7)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 7)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 15)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 15)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 31)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 31)]; | |
^ | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 63)]; | |
^ | |
removing: _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 47)]; | |
^ | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 39)]; | |
^ | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 35)]; | |
^ | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 33)]; | |
^ | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 32)]; | |
^ | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:5:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)]; | |
^ | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:5:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:7:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 4)]; | |
^ | |
_configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
_configtest.c:5:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:7:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 4)]; | |
^ | |
_configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:5:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)]; | |
^ | |
removing: _configtest.c _configtest.o _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:5:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)]; | |
^ | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:5:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:7:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 4)]; | |
^ | |
_configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
_configtest.c:5:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:7:16: error: size of array ‘test_array’ is negative | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 4)]; | |
^ | |
_configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:5:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)]; | |
^ | |
removing: _configtest.c _configtest.o _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:4:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main() | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:5:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)]; | |
^ | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:5:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)]; | |
^ | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)]; | |
^ | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main () | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)]; | |
^ | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:4:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main() | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ [enabled by default] | |
int exp (void); | |
^ | |
x86_64-linux-gnu-gcc -pthread _configtest.o -o _configtest | |
_configtest.o: In function `main': | |
/home/nels.nelson/src/hubble/.venv/build/numpy/_configtest.c:6: undefined reference to `exp' | |
collect2: error: ld returned 1 exit status | |
_configtest.o: In function `main': | |
/home/nels.nelson/src/hubble/.venv/build/numpy/_configtest.c:6: undefined reference to `exp' | |
collect2: error: ld returned 1 exit status | |
failure. | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ [enabled by default] | |
int exp (void); | |
^ | |
x86_64-linux-gnu-gcc -pthread _configtest.o -lm -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:1:5: warning: conflicting types for built-in function ‘asin’ [enabled by default] | |
int asin (void); | |
^ | |
_configtest.c:2:5: warning: conflicting types for built-in function ‘cos’ [enabled by default] | |
int cos (void); | |
^ | |
_configtest.c:3:5: warning: conflicting types for built-in function ‘log’ [enabled by default] | |
int log (void); | |
^ | |
_configtest.c:4:5: warning: conflicting types for built-in function ‘fabs’ [enabled by default] | |
int fabs (void); | |
^ | |
_configtest.c:5:5: warning: conflicting types for built-in function ‘tanh’ [enabled by default] | |
int tanh (void); | |
^ | |
_configtest.c:6:5: warning: conflicting types for built-in function ‘atan’ [enabled by default] | |
int atan (void); | |
^ | |
_configtest.c:7:5: warning: conflicting types for built-in function ‘acos’ [enabled by default] | |
int acos (void); | |
^ | |
_configtest.c:8:5: warning: conflicting types for built-in function ‘floor’ [enabled by default] | |
int floor (void); | |
^ | |
_configtest.c:9:5: warning: conflicting types for built-in function ‘fmod’ [enabled by default] | |
int fmod (void); | |
^ | |
_configtest.c:10:5: warning: conflicting types for built-in function ‘sqrt’ [enabled by default] | |
int sqrt (void); | |
^ | |
_configtest.c:11:5: warning: conflicting types for built-in function ‘cosh’ [enabled by default] | |
int cosh (void); | |
^ | |
_configtest.c:12:5: warning: conflicting types for built-in function ‘modf’ [enabled by default] | |
int modf (void); | |
^ | |
_configtest.c:13:5: warning: conflicting types for built-in function ‘sinh’ [enabled by default] | |
int sinh (void); | |
^ | |
_configtest.c:14:5: warning: conflicting types for built-in function ‘frexp’ [enabled by default] | |
int frexp (void); | |
^ | |
_configtest.c:15:5: warning: conflicting types for built-in function ‘exp’ [enabled by default] | |
int exp (void); | |
^ | |
_configtest.c:16:5: warning: conflicting types for built-in function ‘tan’ [enabled by default] | |
int tan (void); | |
^ | |
_configtest.c:17:5: warning: conflicting types for built-in function ‘ceil’ [enabled by default] | |
int ceil (void); | |
^ | |
_configtest.c:18:5: warning: conflicting types for built-in function ‘log10’ [enabled by default] | |
int log10 (void); | |
^ | |
_configtest.c:19:5: warning: conflicting types for built-in function ‘sin’ [enabled by default] | |
int sin (void); | |
^ | |
_configtest.c:20:5: warning: conflicting types for built-in function ‘ldexp’ [enabled by default] | |
int ldexp (void); | |
^ | |
x86_64-linux-gnu-gcc -pthread _configtest.o -lm -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:5:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main() | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:5:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main() | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:5:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main() | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:5:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main() | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:5:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main() | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:5:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main() | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:5:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main() | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:5:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main() | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:5:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main() | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:1:5: warning: conflicting types for built-in function ‘log2’ [enabled by default] | |
int log2 (void); | |
^ | |
_configtest.c:2:5: warning: conflicting types for built-in function ‘pow’ [enabled by default] | |
int pow (void); | |
^ | |
_configtest.c:4:5: warning: conflicting types for built-in function ‘exp2’ [enabled by default] | |
int exp2 (void); | |
^ | |
_configtest.c:5:5: warning: conflicting types for built-in function ‘atan2’ [enabled by default] | |
int atan2 (void); | |
^ | |
_configtest.c:6:5: warning: conflicting types for built-in function ‘rint’ [enabled by default] | |
int rint (void); | |
^ | |
_configtest.c:8:5: warning: conflicting types for built-in function ‘nextafter’ [enabled by default] | |
int nextafter (void); | |
^ | |
_configtest.c:9:5: warning: conflicting types for built-in function ‘trunc’ [enabled by default] | |
int trunc (void); | |
^ | |
x86_64-linux-gnu-gcc -pthread _configtest.o -lm -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
x86_64-linux-gnu-gcc -pthread _configtest.o -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
x86_64-linux-gnu-gcc -pthread _configtest.o -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:3: warning: statement with no effect [-Wunused-value] | |
__builtin_isnan(5.); | |
^ | |
x86_64-linux-gnu-gcc -pthread _configtest.o -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:3: warning: statement with no effect [-Wunused-value] | |
__builtin_isinf(5.); | |
^ | |
x86_64-linux-gnu-gcc -pthread _configtest.o -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:3: warning: statement with no effect [-Wunused-value] | |
__builtin_isfinite(5.); | |
^ | |
x86_64-linux-gnu-gcc -pthread _configtest.o -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:3: warning: statement with no effect [-Wunused-value] | |
__builtin_bswap32(5u); | |
^ | |
x86_64-linux-gnu-gcc -pthread _configtest.o -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:3: warning: statement with no effect [-Wunused-value] | |
__builtin_bswap64(5u); | |
^ | |
x86_64-linux-gnu-gcc -pthread _configtest.o -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:3: warning: statement with no effect [-Wunused-value] | |
__builtin_expect(5, 0); | |
^ | |
x86_64-linux-gnu-gcc -pthread _configtest.o -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
x86_64-linux-gnu-gcc -pthread _configtest.o -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
x86_64-linux-gnu-gcc -pthread _configtest.o -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c: In function ‘main’: | |
_configtest.c:6:3: warning: statement with no effect [-Wunused-value] | |
attribute_optimize_unroll_loops; | |
^ | |
x86_64-linux-gnu-gcc -pthread _configtest.o -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c: In function ‘main’: | |
_configtest.c:6:3: warning: statement with no effect [-Wunused-value] | |
attribute_optimize_opt_3; | |
^ | |
x86_64-linux-gnu-gcc -pthread _configtest.o -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c: In function ‘main’: | |
_configtest.c:6:3: warning: statement with no effect [-Wunused-value] | |
attribute_nonnull; | |
^ | |
x86_64-linux-gnu-gcc -pthread _configtest.o -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c: In function ‘main’: | |
_configtest.c:6:3: warning: useless ‘__thread’ in empty declaration [enabled by default] | |
__thread; | |
^ | |
_configtest.c:6:3: warning: empty declaration [enabled by default] | |
x86_64-linux-gnu-gcc -pthread _configtest.o -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:1:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int __declspec(thread) a; | |
^ | |
_configtest.c: In function ‘__declspec’: | |
_configtest.c:1:24: error: expected declaration specifiers before ‘a’ | |
int __declspec(thread) a; | |
^ | |
_configtest.c:5:17: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token | |
int main (void) { | |
^ | |
_configtest.c:8:1: error: expected ‘{’ at end of input | |
} | |
^ | |
_configtest.c:8:1: warning: control reaches end of non-void function [-Wreturn-type] | |
} | |
^ | |
_configtest.c:1:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int __declspec(thread) a; | |
^ | |
_configtest.c: In function ‘__declspec’: | |
_configtest.c:1:24: error: expected declaration specifiers before ‘a’ | |
int __declspec(thread) a; | |
^ | |
_configtest.c:5:17: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token | |
int main (void) { | |
^ | |
_configtest.c:8:1: error: expected ‘{’ at end of input | |
} | |
^ | |
_configtest.c:8:1: warning: control reaches end of non-void function [-Wreturn-type] | |
} | |
^ | |
failure. | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:1:5: warning: conflicting types for built-in function ‘cosf’ [enabled by default] | |
int cosf (void); | |
^ | |
_configtest.c:2:5: warning: conflicting types for built-in function ‘coshf’ [enabled by default] | |
int coshf (void); | |
^ | |
_configtest.c:3:5: warning: conflicting types for built-in function ‘rintf’ [enabled by default] | |
int rintf (void); | |
^ | |
_configtest.c:4:5: warning: conflicting types for built-in function ‘fabsf’ [enabled by default] | |
int fabsf (void); | |
^ | |
_configtest.c:5:5: warning: conflicting types for built-in function ‘floorf’ [enabled by default] | |
int floorf (void); | |
^ | |
_configtest.c:6:5: warning: conflicting types for built-in function ‘nextafterf’ [enabled by default] | |
int nextafterf (void); | |
^ | |
_configtest.c:7:5: warning: conflicting types for built-in function ‘tanhf’ [enabled by default] | |
int tanhf (void); | |
^ | |
_configtest.c:8:5: warning: conflicting types for built-in function ‘log10f’ [enabled by default] | |
int log10f (void); | |
^ | |
_configtest.c:9:5: warning: conflicting types for built-in function ‘logf’ [enabled by default] | |
int logf (void); | |
^ | |
_configtest.c:10:5: warning: conflicting types for built-in function ‘sinhf’ [enabled by default] | |
int sinhf (void); | |
^ | |
_configtest.c:11:5: warning: conflicting types for built-in function ‘acosf’ [enabled by default] | |
int acosf (void); | |
^ | |
_configtest.c:12:5: warning: conflicting types for built-in function ‘sqrtf’ [enabled by default] | |
int sqrtf (void); | |
^ | |
_configtest.c:13:5: warning: conflicting types for built-in function ‘ldexpf’ [enabled by default] | |
int ldexpf (void); | |
^ | |
_configtest.c:14:5: warning: conflicting types for built-in function ‘hypotf’ [enabled by default] | |
int hypotf (void); | |
^ | |
_configtest.c:15:5: warning: conflicting types for built-in function ‘log2f’ [enabled by default] | |
int log2f (void); | |
^ | |
_configtest.c:16:5: warning: conflicting types for built-in function ‘exp2f’ [enabled by default] | |
int exp2f (void); | |
^ | |
_configtest.c:17:5: warning: conflicting types for built-in function ‘atanf’ [enabled by default] | |
int atanf (void); | |
^ | |
_configtest.c:18:5: warning: conflicting types for built-in function ‘fmodf’ [enabled by default] | |
int fmodf (void); | |
^ | |
_configtest.c:19:5: warning: conflicting types for built-in function ‘atan2f’ [enabled by default] | |
int atan2f (void); | |
^ | |
_configtest.c:20:5: warning: conflicting types for built-in function ‘modff’ [enabled by default] | |
int modff (void); | |
^ | |
_configtest.c:21:5: warning: conflicting types for built-in function ‘ceilf’ [enabled by default] | |
int ceilf (void); | |
^ | |
_configtest.c:22:5: warning: conflicting types for built-in function ‘log1pf’ [enabled by default] | |
int log1pf (void); | |
^ | |
_configtest.c:23:5: warning: conflicting types for built-in function ‘asinf’ [enabled by default] | |
int asinf (void); | |
^ | |
_configtest.c:24:5: warning: conflicting types for built-in function ‘copysignf’ [enabled by default] | |
int copysignf (void); | |
^ | |
_configtest.c:25:5: warning: conflicting types for built-in function ‘acoshf’ [enabled by default] | |
int acoshf (void); | |
^ | |
_configtest.c:26:5: warning: conflicting types for built-in function ‘sinf’ [enabled by default] | |
int sinf (void); | |
^ | |
_configtest.c:27:5: warning: conflicting types for built-in function ‘tanf’ [enabled by default] | |
int tanf (void); | |
^ | |
_configtest.c:28:5: warning: conflicting types for built-in function ‘atanhf’ [enabled by default] | |
int atanhf (void); | |
^ | |
_configtest.c:29:5: warning: conflicting types for built-in function ‘truncf’ [enabled by default] | |
int truncf (void); | |
^ | |
_configtest.c:30:5: warning: conflicting types for built-in function ‘asinhf’ [enabled by default] | |
int asinhf (void); | |
^ | |
_configtest.c:31:5: warning: conflicting types for built-in function ‘frexpf’ [enabled by default] | |
int frexpf (void); | |
^ | |
_configtest.c:32:5: warning: conflicting types for built-in function ‘powf’ [enabled by default] | |
int powf (void); | |
^ | |
_configtest.c:33:5: warning: conflicting types for built-in function ‘expf’ [enabled by default] | |
int expf (void); | |
^ | |
_configtest.c:34:5: warning: conflicting types for built-in function ‘expm1f’ [enabled by default] | |
int expm1f (void); | |
^ | |
x86_64-linux-gnu-gcc -pthread _configtest.o -lm -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:1:5: warning: conflicting types for built-in function ‘tanhl’ [enabled by default] | |
int tanhl (void); | |
^ | |
_configtest.c:2:5: warning: conflicting types for built-in function ‘log10l’ [enabled by default] | |
int log10l (void); | |
^ | |
_configtest.c:3:5: warning: conflicting types for built-in function ‘nextafterl’ [enabled by default] | |
int nextafterl (void); | |
^ | |
_configtest.c:4:5: warning: conflicting types for built-in function ‘coshl’ [enabled by default] | |
int coshl (void); | |
^ | |
_configtest.c:5:5: warning: conflicting types for built-in function ‘cosl’ [enabled by default] | |
int cosl (void); | |
^ | |
_configtest.c:6:5: warning: conflicting types for built-in function ‘floorl’ [enabled by default] | |
int floorl (void); | |
^ | |
_configtest.c:7:5: warning: conflicting types for built-in function ‘rintl’ [enabled by default] | |
int rintl (void); | |
^ | |
_configtest.c:8:5: warning: conflicting types for built-in function ‘fabsl’ [enabled by default] | |
int fabsl (void); | |
^ | |
_configtest.c:9:5: warning: conflicting types for built-in function ‘acosl’ [enabled by default] | |
int acosl (void); | |
^ | |
_configtest.c:10:5: warning: conflicting types for built-in function ‘ldexpl’ [enabled by default] | |
int ldexpl (void); | |
^ | |
_configtest.c:11:5: warning: conflicting types for built-in function ‘sqrtl’ [enabled by default] | |
int sqrtl (void); | |
^ | |
_configtest.c:12:5: warning: conflicting types for built-in function ‘logl’ [enabled by default] | |
int logl (void); | |
^ | |
_configtest.c:13:5: warning: conflicting types for built-in function ‘expm1l’ [enabled by default] | |
int expm1l (void); | |
^ | |
_configtest.c:14:5: warning: conflicting types for built-in function ‘hypotl’ [enabled by default] | |
int hypotl (void); | |
^ | |
_configtest.c:15:5: warning: conflicting types for built-in function ‘log2l’ [enabled by default] | |
int log2l (void); | |
^ | |
_configtest.c:16:5: warning: conflicting types for built-in function ‘copysignl’ [enabled by default] | |
int copysignl (void); | |
^ | |
_configtest.c:17:5: warning: conflicting types for built-in function ‘exp2l’ [enabled by default] | |
int exp2l (void); | |
^ | |
_configtest.c:18:5: warning: conflicting types for built-in function ‘atanl’ [enabled by default] | |
int atanl (void); | |
^ | |
_configtest.c:19:5: warning: conflicting types for built-in function ‘frexpl’ [enabled by default] | |
int frexpl (void); | |
^ | |
_configtest.c:20:5: warning: conflicting types for built-in function ‘atan2l’ [enabled by default] | |
int atan2l (void); | |
^ | |
_configtest.c:21:5: warning: conflicting types for built-in function ‘sinhl’ [enabled by default] | |
int sinhl (void); | |
^ | |
_configtest.c:22:5: warning: conflicting types for built-in function ‘fmodl’ [enabled by default] | |
int fmodl (void); | |
^ | |
_configtest.c:23:5: warning: conflicting types for built-in function ‘log1pl’ [enabled by default] | |
int log1pl (void); | |
^ | |
_configtest.c:24:5: warning: conflicting types for built-in function ‘asinl’ [enabled by default] | |
int asinl (void); | |
^ | |
_configtest.c:25:5: warning: conflicting types for built-in function ‘ceill’ [enabled by default] | |
int ceill (void); | |
^ | |
_configtest.c:26:5: warning: conflicting types for built-in function ‘sinl’ [enabled by default] | |
int sinl (void); | |
^ | |
_configtest.c:27:5: warning: conflicting types for built-in function ‘acoshl’ [enabled by default] | |
int acoshl (void); | |
^ | |
_configtest.c:28:5: warning: conflicting types for built-in function ‘atanhl’ [enabled by default] | |
int atanhl (void); | |
^ | |
_configtest.c:29:5: warning: conflicting types for built-in function ‘tanl’ [enabled by default] | |
int tanl (void); | |
^ | |
_configtest.c:30:5: warning: conflicting types for built-in function ‘truncl’ [enabled by default] | |
int truncl (void); | |
^ | |
_configtest.c:31:5: warning: conflicting types for built-in function ‘powl’ [enabled by default] | |
int powl (void); | |
^ | |
_configtest.c:32:5: warning: conflicting types for built-in function ‘expl’ [enabled by default] | |
int expl (void); | |
^ | |
_configtest.c:33:5: warning: conflicting types for built-in function ‘modfl’ [enabled by default] | |
int modfl (void); | |
^ | |
_configtest.c:34:5: warning: conflicting types for built-in function ‘asinhl’ [enabled by default] | |
int asinhl (void); | |
^ | |
x86_64-linux-gnu-gcc -pthread _configtest.o -lm -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:5:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main() | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:5:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main() | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:5:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main() | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:5:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main() | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:5:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main() | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:8:12: error: ‘HAVE_DECL_SIGNBIT’ undeclared (first use in this function) | |
(void) HAVE_DECL_SIGNBIT; | |
^ | |
_configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in | |
_configtest.c:5:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main() | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:8:12: error: ‘HAVE_DECL_SIGNBIT’ undeclared (first use in this function) | |
(void) HAVE_DECL_SIGNBIT; | |
^ | |
_configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in | |
failure. | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:5:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main() | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:5:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main() | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:5:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main() | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:4:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main() { | |
^ | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:4:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main() { | |
^ | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:4:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main() { | |
^ | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:1:5: warning: conflicting types for built-in function ‘cexp’ [enabled by default] | |
int cexp (void); | |
^ | |
_configtest.c:2:5: warning: conflicting types for built-in function ‘clog’ [enabled by default] | |
int clog (void); | |
^ | |
_configtest.c:3:5: warning: conflicting types for built-in function ‘ccos’ [enabled by default] | |
int ccos (void); | |
^ | |
_configtest.c:4:5: warning: conflicting types for built-in function ‘cimag’ [enabled by default] | |
int cimag (void); | |
^ | |
_configtest.c:5:5: warning: conflicting types for built-in function ‘cabs’ [enabled by default] | |
int cabs (void); | |
^ | |
_configtest.c:6:5: warning: conflicting types for built-in function ‘cpow’ [enabled by default] | |
int cpow (void); | |
^ | |
_configtest.c:7:5: warning: conflicting types for built-in function ‘csqrt’ [enabled by default] | |
int csqrt (void); | |
^ | |
_configtest.c:8:5: warning: conflicting types for built-in function ‘carg’ [enabled by default] | |
int carg (void); | |
^ | |
_configtest.c:9:5: warning: conflicting types for built-in function ‘creal’ [enabled by default] | |
int creal (void); | |
^ | |
_configtest.c:10:5: warning: conflicting types for built-in function ‘csin’ [enabled by default] | |
int csin (void); | |
^ | |
x86_64-linux-gnu-gcc -pthread _configtest.o -lm -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:1:5: warning: conflicting types for built-in function ‘ccosf’ [enabled by default] | |
int ccosf (void); | |
^ | |
_configtest.c:2:5: warning: conflicting types for built-in function ‘cargf’ [enabled by default] | |
int cargf (void); | |
^ | |
_configtest.c:3:5: warning: conflicting types for built-in function ‘csqrtf’ [enabled by default] | |
int csqrtf (void); | |
^ | |
_configtest.c:4:5: warning: conflicting types for built-in function ‘cpowf’ [enabled by default] | |
int cpowf (void); | |
^ | |
_configtest.c:5:5: warning: conflicting types for built-in function ‘cexpf’ [enabled by default] | |
int cexpf (void); | |
^ | |
_configtest.c:6:5: warning: conflicting types for built-in function ‘crealf’ [enabled by default] | |
int crealf (void); | |
^ | |
_configtest.c:7:5: warning: conflicting types for built-in function ‘csinf’ [enabled by default] | |
int csinf (void); | |
^ | |
_configtest.c:8:5: warning: conflicting types for built-in function ‘cabsf’ [enabled by default] | |
int cabsf (void); | |
^ | |
_configtest.c:9:5: warning: conflicting types for built-in function ‘clogf’ [enabled by default] | |
int clogf (void); | |
^ | |
_configtest.c:10:5: warning: conflicting types for built-in function ‘cimagf’ [enabled by default] | |
int cimagf (void); | |
^ | |
x86_64-linux-gnu-gcc -pthread _configtest.o -lm -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:1:5: warning: conflicting types for built-in function ‘csqrtl’ [enabled by default] | |
int csqrtl (void); | |
^ | |
_configtest.c:2:5: warning: conflicting types for built-in function ‘cargl’ [enabled by default] | |
int cargl (void); | |
^ | |
_configtest.c:3:5: warning: conflicting types for built-in function ‘cexpl’ [enabled by default] | |
int cexpl (void); | |
^ | |
_configtest.c:4:5: warning: conflicting types for built-in function ‘ccosl’ [enabled by default] | |
int ccosl (void); | |
^ | |
_configtest.c:5:5: warning: conflicting types for built-in function ‘cpowl’ [enabled by default] | |
int cpowl (void); | |
^ | |
_configtest.c:6:5: warning: conflicting types for built-in function ‘cimagl’ [enabled by default] | |
int cimagl (void); | |
^ | |
_configtest.c:7:5: warning: conflicting types for built-in function ‘csinl’ [enabled by default] | |
int csinl (void); | |
^ | |
_configtest.c:8:5: warning: conflicting types for built-in function ‘creall’ [enabled by default] | |
int creall (void); | |
^ | |
_configtest.c:9:5: warning: conflicting types for built-in function ‘clogl’ [enabled by default] | |
int clogl (void); | |
^ | |
_configtest.c:10:5: warning: conflicting types for built-in function ‘cabsl’ [enabled by default] | |
int cabsl (void); | |
^ | |
x86_64-linux-gnu-gcc -pthread _configtest.o -lm -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:4:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main() | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
removing: _configtest.c _configtest.o | |
File: build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h | |
#define HAVE_ENDIAN_H 1 | |
#define SIZEOF_PY_INTPTR_T 8 | |
#define SIZEOF_OFF_T 8 | |
#define SIZEOF_PY_LONG_LONG 8 | |
#define MATHLIB m | |
#define HAVE_SIN 1 | |
#define HAVE_COS 1 | |
#define HAVE_TAN 1 | |
#define HAVE_SINH 1 | |
#define HAVE_COSH 1 | |
#define HAVE_TANH 1 | |
#define HAVE_FABS 1 | |
#define HAVE_FLOOR 1 | |
#define HAVE_CEIL 1 | |
#define HAVE_SQRT 1 | |
#define HAVE_LOG10 1 | |
#define HAVE_LOG 1 | |
#define HAVE_EXP 1 | |
#define HAVE_ASIN 1 | |
#define HAVE_ACOS 1 | |
#define HAVE_ATAN 1 | |
#define HAVE_FMOD 1 | |
#define HAVE_MODF 1 | |
#define HAVE_FREXP 1 | |
#define HAVE_LDEXP 1 | |
#define HAVE_RINT 1 | |
#define HAVE_TRUNC 1 | |
#define HAVE_EXP2 1 | |
#define HAVE_LOG2 1 | |
#define HAVE_ATAN2 1 | |
#define HAVE_POW 1 | |
#define HAVE_NEXTAFTER 1 | |
#define HAVE_STRTOLL 1 | |
#define HAVE_STRTOULL 1 | |
#define HAVE_XMMINTRIN_H 1 | |
#define HAVE_EMMINTRIN_H 1 | |
#define HAVE___BUILTIN_ISNAN 1 | |
#define HAVE___BUILTIN_ISINF 1 | |
#define HAVE___BUILTIN_ISFINITE 1 | |
#define HAVE___BUILTIN_BSWAP32 1 | |
#define HAVE___BUILTIN_BSWAP64 1 | |
#define HAVE___BUILTIN_EXPECT 1 | |
#define HAVE__MM_LOAD_PS 1 | |
#define HAVE__MM_LOAD_PD 1 | |
#define HAVE_ATTRIBUTE_OPTIMIZE_UNROLL_LOOPS 1 | |
#define HAVE_ATTRIBUTE_OPTIMIZE_OPT_3 1 | |
#define HAVE_ATTRIBUTE_NONNULL 1 | |
#define HAVE___THREAD 1 | |
#define HAVE_SINF 1 | |
#define HAVE_COSF 1 | |
#define HAVE_TANF 1 | |
#define HAVE_SINHF 1 | |
#define HAVE_COSHF 1 | |
#define HAVE_TANHF 1 | |
#define HAVE_FABSF 1 | |
#define HAVE_FLOORF 1 | |
#define HAVE_CEILF 1 | |
#define HAVE_RINTF 1 | |
#define HAVE_TRUNCF 1 | |
#define HAVE_SQRTF 1 | |
#define HAVE_LOG10F 1 | |
#define HAVE_LOGF 1 | |
#define HAVE_LOG1PF 1 | |
#define HAVE_EXPF 1 | |
#define HAVE_EXPM1F 1 | |
#define HAVE_ASINF 1 | |
#define HAVE_ACOSF 1 | |
#define HAVE_ATANF 1 | |
#define HAVE_ASINHF 1 | |
#define HAVE_ACOSHF 1 | |
#define HAVE_ATANHF 1 | |
#define HAVE_HYPOTF 1 | |
#define HAVE_ATAN2F 1 | |
#define HAVE_POWF 1 | |
#define HAVE_FMODF 1 | |
#define HAVE_MODFF 1 | |
#define HAVE_FREXPF 1 | |
#define HAVE_LDEXPF 1 | |
#define HAVE_EXP2F 1 | |
#define HAVE_LOG2F 1 | |
#define HAVE_COPYSIGNF 1 | |
#define HAVE_NEXTAFTERF 1 | |
#define HAVE_SINL 1 | |
#define HAVE_COSL 1 | |
#define HAVE_TANL 1 | |
#define HAVE_SINHL 1 | |
#define HAVE_COSHL 1 | |
#define HAVE_TANHL 1 | |
#define HAVE_FABSL 1 | |
#define HAVE_FLOORL 1 | |
#define HAVE_CEILL 1 | |
#define HAVE_RINTL 1 | |
#define HAVE_TRUNCL 1 | |
#define HAVE_SQRTL 1 | |
#define HAVE_LOG10L 1 | |
#define HAVE_LOGL 1 | |
#define HAVE_LOG1PL 1 | |
#define HAVE_EXPL 1 | |
#define HAVE_EXPM1L 1 | |
#define HAVE_ASINL 1 | |
#define HAVE_ACOSL 1 | |
#define HAVE_ATANL 1 | |
#define HAVE_ASINHL 1 | |
#define HAVE_ACOSHL 1 | |
#define HAVE_ATANHL 1 | |
#define HAVE_HYPOTL 1 | |
#define HAVE_ATAN2L 1 | |
#define HAVE_POWL 1 | |
#define HAVE_FMODL 1 | |
#define HAVE_MODFL 1 | |
#define HAVE_FREXPL 1 | |
#define HAVE_LDEXPL 1 | |
#define HAVE_EXP2L 1 | |
#define HAVE_LOG2L 1 | |
#define HAVE_COPYSIGNL 1 | |
#define HAVE_NEXTAFTERL 1 | |
#define HAVE_DECL_SIGNBIT | |
#define HAVE_COMPLEX_H 1 | |
#define HAVE_CREAL 1 | |
#define HAVE_CIMAG 1 | |
#define HAVE_CABS 1 | |
#define HAVE_CARG 1 | |
#define HAVE_CEXP 1 | |
#define HAVE_CSQRT 1 | |
#define HAVE_CLOG 1 | |
#define HAVE_CCOS 1 | |
#define HAVE_CSIN 1 | |
#define HAVE_CPOW 1 | |
#define HAVE_CREALF 1 | |
#define HAVE_CIMAGF 1 | |
#define HAVE_CABSF 1 | |
#define HAVE_CARGF 1 | |
#define HAVE_CEXPF 1 | |
#define HAVE_CSQRTF 1 | |
#define HAVE_CLOGF 1 | |
#define HAVE_CCOSF 1 | |
#define HAVE_CSINF 1 | |
#define HAVE_CPOWF 1 | |
#define HAVE_CREALL 1 | |
#define HAVE_CIMAGL 1 | |
#define HAVE_CABSL 1 | |
#define HAVE_CARGL 1 | |
#define HAVE_CEXPL 1 | |
#define HAVE_CSQRTL 1 | |
#define HAVE_CLOGL 1 | |
#define HAVE_CCOSL 1 | |
#define HAVE_CSINL 1 | |
#define HAVE_CPOWL 1 | |
#define ENABLE_SEPARATE_COMPILATION 1 | |
#define HAVE_LDOUBLE_INTEL_EXTENDED_16_BYTES_LE 1 | |
#ifndef __cplusplus | |
/* #undef inline */ | |
#endif | |
#ifndef _NPY_NPY_CONFIG_H_ | |
#error config.h should never be included directly, include npy_config.h instead | |
#endif | |
EOF | |
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h' to sources. | |
Generating build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ [enabled by default] | |
int exp (void); | |
^ | |
x86_64-linux-gnu-gcc -pthread _configtest.o -o _configtest | |
_configtest.o: In function `main': | |
/home/nels.nelson/src/hubble/.venv/build/numpy/_configtest.c:6: undefined reference to `exp' | |
collect2: error: ld returned 1 exit status | |
_configtest.o: In function `main': | |
/home/nels.nelson/src/hubble/.venv/build/numpy/_configtest.c:6: undefined reference to `exp' | |
collect2: error: ld returned 1 exit status | |
failure. | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ [enabled by default] | |
int exp (void); | |
^ | |
x86_64-linux-gnu-gcc -pthread _configtest.o -lm -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:4:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int main() | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
_configtest.c:3:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
main() | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:8:1: warning: control reaches end of non-void function [-Wreturn-type] | |
} | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
File: build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h | |
#define NPY_HAVE_ENDIAN_H 1 | |
#define NPY_SIZEOF_SHORT SIZEOF_SHORT | |
#define NPY_SIZEOF_INT SIZEOF_INT | |
#define NPY_SIZEOF_LONG SIZEOF_LONG | |
#define NPY_SIZEOF_FLOAT 4 | |
#define NPY_SIZEOF_COMPLEX_FLOAT 8 | |
#define NPY_SIZEOF_DOUBLE 8 | |
#define NPY_SIZEOF_COMPLEX_DOUBLE 16 | |
#define NPY_SIZEOF_LONGDOUBLE 16 | |
#define NPY_SIZEOF_COMPLEX_LONGDOUBLE 32 | |
#define NPY_SIZEOF_PY_INTPTR_T 8 | |
#define NPY_SIZEOF_OFF_T 8 | |
#define NPY_SIZEOF_PY_LONG_LONG 8 | |
#define NPY_SIZEOF_LONGLONG 8 | |
#define NPY_NO_SMP 0 | |
#define NPY_HAVE_DECL_ISNAN | |
#define NPY_HAVE_DECL_ISINF | |
#define NPY_HAVE_DECL_ISFINITE | |
#define NPY_HAVE_DECL_SIGNBIT | |
#define NPY_USE_C99_COMPLEX 1 | |
#define NPY_HAVE_COMPLEX_DOUBLE 1 | |
#define NPY_HAVE_COMPLEX_FLOAT 1 | |
#define NPY_HAVE_COMPLEX_LONG_DOUBLE 1 | |
#define NPY_ENABLE_SEPARATE_COMPILATION 1 | |
#define NPY_USE_C99_FORMATS 1 | |
#define NPY_VISIBILITY_HIDDEN __attribute__((visibility("hidden"))) | |
#define NPY_ABI_VERSION 0x01000009 | |
#define NPY_API_VERSION 0x00000009 | |
#ifndef __STDC_FORMAT_MACROS | |
#define __STDC_FORMAT_MACROS 1 | |
#endif | |
EOF | |
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h' to sources. | |
executing numpy/core/code_generators/generate_numpy_api.py | |
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h' to sources. | |
numpy.core - nothing done with h_files = ['build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h'] | |
building extension "numpy.core.multiarray" sources | |
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h' to sources. | |
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h' to sources. | |
executing numpy/core/code_generators/generate_numpy_api.py | |
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h' to sources. | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/multiarray/arraytypes.c | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/multiarray/einsum.c | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/multiarray/lowlevel_strided_loops.c | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/multiarray/nditer_templ.c | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/multiarray/scalartypes.c | |
numpy.core - nothing done with h_files = ['build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h'] | |
building extension "numpy.core.umath" sources | |
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h' to sources. | |
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h' to sources. | |
executing numpy/core/code_generators/generate_ufunc_api.py | |
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__ufunc_api.h' to sources. | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/umath/funcs.inc | |
adding 'build/src.linux-x86_64-2.7/numpy/core/src/umath' to include_dirs. | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/umath/simd.inc | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/umath/loops.h | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/umath/loops.c | |
numpy.core - nothing done with h_files = ['build/src.linux-x86_64-2.7/numpy/core/src/umath/funcs.inc', 'build/src.linux-x86_64-2.7/numpy/core/src/umath/simd.inc', 'build/src.linux-x86_64-2.7/numpy/core/src/umath/loops.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__ufunc_api.h'] | |
building extension "numpy.core.scalarmath" sources | |
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h' to sources. | |
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h' to sources. | |
executing numpy/core/code_generators/generate_numpy_api.py | |
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h' to sources. | |
executing numpy/core/code_generators/generate_ufunc_api.py | |
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__ufunc_api.h' to sources. | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/scalarmathmodule.c | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/private/scalarmathmodule.h | |
adding 'build/src.linux-x86_64-2.7/numpy/core/src/private' to include_dirs. | |
numpy.core - nothing done with h_files = ['build/src.linux-x86_64-2.7/numpy/core/src/private/scalarmathmodule.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__ufunc_api.h'] | |
building extension "numpy.core._dotblas" sources | |
building extension "numpy.core.umath_tests" sources | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/umath/umath_tests.c | |
building extension "numpy.core.test_rational" sources | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/umath/test_rational.c | |
building extension "numpy.core.struct_ufunc_test" sources | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/umath/struct_ufunc_test.c | |
building extension "numpy.core.multiarray_tests" sources | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/multiarray/multiarray_tests.c | |
building extension "numpy.core.operand_flag_tests" sources | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/umath/operand_flag_tests.c | |
building extension "numpy.lib._compiled_base" sources | |
building extension "numpy.fft.fftpack_lite" sources | |
building extension "numpy.linalg.lapack_lite" sources | |
### Warning: Using unoptimized lapack ### | |
adding 'numpy/linalg/lapack_litemodule.c' to sources. | |
adding 'numpy/linalg/lapack_lite/python_xerbla.c' to sources. | |
adding 'numpy/linalg/lapack_lite/zlapack_lite.c' to sources. | |
adding 'numpy/linalg/lapack_lite/dlapack_lite.c' to sources. | |
adding 'numpy/linalg/lapack_lite/blas_lite.c' to sources. | |
adding 'numpy/linalg/lapack_lite/dlamch.c' to sources. | |
adding 'numpy/linalg/lapack_lite/f2c_lite.c' to sources. | |
building extension "numpy.linalg._umath_linalg" sources | |
### Warning: Using unoptimized lapack ### | |
adding 'numpy/linalg/umath_linalg.c.src' to sources. | |
adding 'numpy/linalg/lapack_lite/python_xerbla.c' to sources. | |
adding 'numpy/linalg/lapack_lite/zlapack_lite.c' to sources. | |
adding 'numpy/linalg/lapack_lite/dlapack_lite.c' to sources. | |
adding 'numpy/linalg/lapack_lite/blas_lite.c' to sources. | |
adding 'numpy/linalg/lapack_lite/dlamch.c' to sources. | |
adding 'numpy/linalg/lapack_lite/f2c_lite.c' to sources. | |
conv_template:> build/src.linux-x86_64-2.7/numpy/linalg/umath_linalg.c | |
building extension "numpy.random.mtrand" sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
x86_64-linux-gnu-gcc: _configtest.c | |
x86_64-linux-gnu-gcc -pthread _configtest.o -o _configtest | |
_configtest | |
failure. | |
removing: _configtest.c _configtest.o _configtest | |
building data_files sources | |
build_src: building npy-pkg config files | |
customize UnixCCompiler | |
customize UnixCCompiler using build_clib | |
building 'npymath' library | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -c' | |
x86_64-linux-gnu-gcc: numpy/core/src/npymath/halffloat.c | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-2.7/numpy/core/src/npymath/ieee754.c | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-2.7/numpy/core/src/npymath/npy_math.c | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-2.7/numpy/core/src/npymath/npy_math_complex.c | |
ar: adding 4 object files to build/temp.linux-x86_64-2.7/libnpymath.a | |
building 'npysort' library | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -c' | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-2.7/numpy/core/src/npysort/selection.c | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-2.7/numpy/core/src/npysort/quicksort.c | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-2.7/numpy/core/src/npysort/mergesort.c | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-2.7/numpy/core/src/npysort/binsearch.c | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-2.7/numpy/core/src/npysort/heapsort.c | |
ar: adding 5 object files to build/temp.linux-x86_64-2.7/libnpysort.a | |
customize UnixCCompiler | |
customize UnixCCompiler using build_ext | |
building 'numpy.core._dummy' extension | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -c' | |
x86_64-linux-gnu-gcc: numpy/core/src/dummymodule.c | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/numpy/core/src/dummymodule.o -Lbuild/temp.linux-x86_64-2.7 -lm -o build/lib.linux-x86_64-2.7/numpy/core/_dummy.so | |
building 'numpy.core.multiarray' extension | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -c' | |
x86_64-linux-gnu-gcc: numpy/core/src/multiarray/sequence.c | |
x86_64-linux-gnu-gcc: numpy/core/src/multiarray/descriptor.c | |
x86_64-linux-gnu-gcc: numpy/core/src/multiarray/getset.c | |
x86_64-linux-gnu-gcc: numpy/core/src/multiarray/arrayobject.c | |
x86_64-linux-gnu-gcc: numpy/core/src/multiarray/methods.c | |
x86_64-linux-gnu-gcc: numpy/core/src/multiarray/datetime_busdaycal.c | |
x86_64-linux-gnu-gcc: numpy/core/src/multiarray/array_assign_array.c | |
x86_64-linux-gnu-gcc: numpy/core/src/multiarray/buffer.c | |
x86_64-linux-gnu-gcc: numpy/core/src/multiarray/refcount.c | |
x86_64-linux-gnu-gcc: numpy/core/src/multiarray/convert.c | |
x86_64-linux-gnu-gcc: numpy/core/src/multiarray/shape.c | |
x86_64-linux-gnu-gcc: numpy/core/src/multiarray/numpymemoryview.c | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-2.7/numpy/core/src/multiarray/lowlevel_strided_loops.c | |
numpy/core/src/multiarray/lowlevel_strided_loops.c.src: In function ‘_aligned_strided_to_contig_size1_srcstride0’: | |
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:203:15: warning: unused variable ‘temp’ [-Wunused-variable] | |
@type@ temp; | |
^ | |
x86_64-linux-gnu-gcc: numpy/core/src/multiarray/multiarraymodule.c | |
In file included from numpy/core/include/numpy/ufuncobject.h:317:0, | |
from numpy/core/src/private/ufunc_override.h:7, | |
from numpy/core/src/multiarray/multiarraymodule.c:57: | |
build/src.linux-x86_64-2.7/numpy/core/include/numpy/__ufunc_api.h:241:1: warning: ‘_import_umath’ defined but not used [-Wunused-function] | |
_import_umath(void) | |
^ | |
x86_64-linux-gnu-gcc: numpy/core/src/multiarray/item_selection.c | |
x86_64-linux-gnu-gcc: numpy/core/src/multiarray/usertypes.c | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-2.7/numpy/core/src/multiarray/arraytypes.c | |
x86_64-linux-gnu-gcc: numpy/core/src/multiarray/calculation.c | |
x86_64-linux-gnu-gcc: numpy/core/src/multiarray/hashdescr.c | |
x86_64-linux-gnu-gcc: numpy/core/src/multiarray/scalarapi.c | |
x86_64-linux-gnu-gcc: numpy/core/src/multiarray/dtype_transfer.c | |
x86_64-linux-gnu-gcc: numpy/core/src/multiarray/mapping.c | |
x86_64-linux-gnu-gcc: numpy/core/src/multiarray/flagsobject.c | |
x86_64-linux-gnu-gcc: numpy/core/src/multiarray/nditer_constr.c | |
x86_64-linux-gnu-gcc: numpy/core/src/multiarray/convert_datatype.c | |
x86_64-linux-gnu-gcc: numpy/core/src/multiarray/datetime.c | |
x86_64-linux-gnu-gcc: numpy/core/src/multiarray/conversion_utils.c | |
numpy/core/src/multiarray/conversion_utils.c: In function ‘PyArray_PyIntAsIntp_ErrMsg’: | |
numpy/core/src/multiarray/conversion_utils.c:903:2: warning: label ‘overflow_check’ defined but not used [-Wunused-label] | |
overflow_check: | |
^ | |
x86_64-linux-gnu-gcc: numpy/core/src/multiarray/common.c | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-2.7/numpy/core/src/multiarray/nditer_templ.c | |
x86_64-linux-gnu-gcc: numpy/core/src/multiarray/ucsnarrow.c | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-2.7/numpy/core/src/multiarray/einsum.c | |
x86_64-linux-gnu-gcc: numpy/core/src/multiarray/number.c | |
x86_64-linux-gnu-gcc: numpy/core/src/multiarray/numpyos.c | |
x86_64-linux-gnu-gcc: numpy/core/src/multiarray/array_assign_scalar.c | |
x86_64-linux-gnu-gcc: numpy/core/src/multiarray/datetime_strings.c | |
x86_64-linux-gnu-gcc: numpy/core/src/multiarray/ctors.c | |
x86_64-linux-gnu-gcc: numpy/core/src/multiarray/nditer_api.c | |
x86_64-linux-gnu-gcc: numpy/core/src/multiarray/iterators.c | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-2.7/numpy/core/src/multiarray/scalartypes.c | |
x86_64-linux-gnu-gcc: numpy/core/src/multiarray/array_assign.c | |
x86_64-linux-gnu-gcc: numpy/core/src/multiarray/nditer_pywrap.c | |
x86_64-linux-gnu-gcc: numpy/core/src/multiarray/datetime_busday.c | |
x86_64-linux-gnu-gcc: numpy/core/src/multiarray/alloc.c | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/alloc.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/arrayobject.o build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy/core/src/multiarray/arraytypes.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/array_assign.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/array_assign_scalar.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/array_assign_array.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/buffer.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/calculation.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/common.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/convert.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/convert_datatype.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/conversion_utils.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/ctors.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/datetime.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/datetime_strings.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/datetime_busday.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/datetime_busdaycal.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/descriptor.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/dtype_transfer.o build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy/core/src/multiarray/einsum.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/flagsobject.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/getset.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/hashdescr.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/item_selection.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/iterators.o build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy/core/src/multiarray/lowlevel_strided_loops.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/mapping.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/methods.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/multiarraymodule.o build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy/core/src/multiarray/nditer_templ.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/nditer_api.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/nditer_constr.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/nditer_pywrap.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/number.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/numpymemoryview.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/numpyos.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/refcount.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/sequence.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/shape.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/scalarapi.o build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy/core/src/multiarray/scalartypes.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/usertypes.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/ucsnarrow.o -Lbuild/temp.linux-x86_64-2.7 -lnpymath -lnpysort -lm -o build/lib.linux-x86_64-2.7/numpy/core/multiarray.so | |
building 'numpy.core.umath' extension | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -c' | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-2.7/numpy/core/src/umath/loops.c | |
x86_64-linux-gnu-gcc: numpy/core/src/umath/umathmodule.c | |
x86_64-linux-gnu-gcc: numpy/core/src/umath/reduction.c | |
x86_64-linux-gnu-gcc: numpy/core/src/umath/ufunc_type_resolution.c | |
x86_64-linux-gnu-gcc: numpy/core/src/umath/ufunc_object.c | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/numpy/core/src/umath/umathmodule.o build/temp.linux-x86_64-2.7/numpy/core/src/umath/reduction.o build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy/core/src/umath/loops.o build/temp.linux-x86_64-2.7/numpy/core/src/umath/ufunc_object.o build/temp.linux-x86_64-2.7/numpy/core/src/umath/ufunc_type_resolution.o -Lbuild/temp.linux-x86_64-2.7 -lnpymath -lm -o build/lib.linux-x86_64-2.7/numpy/core/umath.so | |
building 'numpy.core.scalarmath' extension | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -c' | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-2.7/numpy/core/src/scalarmathmodule.c | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy/core/src/scalarmathmodule.o -Lbuild/temp.linux-x86_64-2.7 -lnpymath -lm -o build/lib.linux-x86_64-2.7/numpy/core/scalarmath.so | |
building 'numpy.core.umath_tests' extension | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -c' | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-2.7/numpy/core/src/umath/umath_tests.c | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy/core/src/umath/umath_tests.o -Lbuild/temp.linux-x86_64-2.7 -o build/lib.linux-x86_64-2.7/numpy/core/umath_tests.so | |
building 'numpy.core.test_rational' extension | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -c' | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-2.7/numpy/core/src/umath/test_rational.c | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy/core/src/umath/test_rational.o -Lbuild/temp.linux-x86_64-2.7 -o build/lib.linux-x86_64-2.7/numpy/core/test_rational.so | |
building 'numpy.core.struct_ufunc_test' extension | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -c' | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-2.7/numpy/core/src/umath/struct_ufunc_test.c | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy/core/src/umath/struct_ufunc_test.o -Lbuild/temp.linux-x86_64-2.7 -o build/lib.linux-x86_64-2.7/numpy/core/struct_ufunc_test.so | |
building 'numpy.core.multiarray_tests' extension | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -c' | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-2.7/numpy/core/src/multiarray/multiarray_tests.c | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy/core/src/multiarray/multiarray_tests.o -Lbuild/temp.linux-x86_64-2.7 -o build/lib.linux-x86_64-2.7/numpy/core/multiarray_tests.so | |
building 'numpy.core.operand_flag_tests' extension | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -c' | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-2.7/numpy/core/src/umath/operand_flag_tests.c | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy/core/src/umath/operand_flag_tests.o -Lbuild/temp.linux-x86_64-2.7 -o build/lib.linux-x86_64-2.7/numpy/core/operand_flag_tests.so | |
building 'numpy.lib._compiled_base' extension | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -c' | |
x86_64-linux-gnu-gcc: numpy/lib/src/_compiled_base.c | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/numpy/lib/src/_compiled_base.o -Lbuild/temp.linux-x86_64-2.7 -o build/lib.linux-x86_64-2.7/numpy/lib/_compiled_base.so | |
building 'numpy.fft.fftpack_lite' extension | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -c' | |
x86_64-linux-gnu-gcc: numpy/fft/fftpack.c | |
x86_64-linux-gnu-gcc: numpy/fft/fftpack_litemodule.c | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/numpy/fft/fftpack_litemodule.o build/temp.linux-x86_64-2.7/numpy/fft/fftpack.o -Lbuild/temp.linux-x86_64-2.7 -o build/lib.linux-x86_64-2.7/numpy/fft/fftpack_lite.so | |
building 'numpy.linalg.lapack_lite' extension | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -c' | |
x86_64-linux-gnu-gcc: numpy/linalg/lapack_lite/python_xerbla.c | |
x86_64-linux-gnu-gcc: numpy/linalg/lapack_lite/dlamch.c | |
numpy/linalg/lapack_lite/dlamch.c: In function ‘dlamc4_’: | |
numpy/linalg/lapack_lite/dlamch.c:720:13: warning: variable ‘i__1’ set but not used [-Wunused-but-set-variable] | |
integer i__1; | |
^ | |
numpy/linalg/lapack_lite/dlamch.c: In function ‘dlamc5_’: | |
numpy/linalg/lapack_lite/dlamch.c:834:13: warning: variable ‘i__1’ set but not used [-Wunused-but-set-variable] | |
integer i__1; | |
^ | |
x86_64-linux-gnu-gcc: numpy/linalg/lapack_lite/blas_lite.c | |
numpy/linalg/lapack_lite/blas_lite.c: In function ‘cgemm_’: | |
numpy/linalg/lapack_lite/blas_lite.c:352:20: warning: variable ‘ncola’ set but not used [-Wunused-but-set-variable] | |
static integer ncola; | |
^ | |
numpy/linalg/lapack_lite/blas_lite.c: In function ‘dgemm_’: | |
numpy/linalg/lapack_lite/blas_lite.c:6624:20: warning: variable ‘ncola’ set but not used [-Wunused-but-set-variable] | |
static integer ncola; | |
^ | |
numpy/linalg/lapack_lite/blas_lite.c: In function ‘sgemm_’: | |
numpy/linalg/lapack_lite/blas_lite.c:11190:20: warning: variable ‘ncola’ set but not used [-Wunused-but-set-variable] | |
static integer ncola; | |
^ | |
numpy/linalg/lapack_lite/blas_lite.c: In function ‘zgemm_’: | |
numpy/linalg/lapack_lite/blas_lite.c:15222:20: warning: variable ‘ncola’ set but not used [-Wunused-but-set-variable] | |
static integer ncola; | |
^ | |
numpy/linalg/lapack_lite/blas_lite.c: At top level: | |
numpy/linalg/lapack_lite/blas_lite.c:24:16: warning: ‘c__1’ defined but not used [-Wunused-variable] | |
static integer c__1 = 1; | |
^ | |
x86_64-linux-gnu-gcc: numpy/linalg/lapack_litemodule.c | |
x86_64-linux-gnu-gcc: numpy/linalg/lapack_lite/dlapack_lite.c | |
numpy/linalg/lapack_lite/dlapack_lite.c: In function ‘claed7_’: | |
numpy/linalg/lapack_lite/dlapack_lite.c:9857:59: warning: variable ‘ind2’ set but not used [-Wunused-but-set-variable] | |
static integer i__, k, n1, n2, iq, iw, iz, ptr, ind1, ind2, indx, curr, | |
^ | |
numpy/linalg/lapack_lite/dlapack_lite.c:9857:53: warning: variable ‘ind1’ set but not used [-Wunused-but-set-variable] | |
static integer i__, k, n1, n2, iq, iw, iz, ptr, ind1, ind2, indx, curr, | |
^ | |
numpy/linalg/lapack_lite/dlapack_lite.c: In function ‘dbdsqr_’: | |
numpy/linalg/lapack_lite/dlapack_lite.c:27451:23: warning: variable ‘sminlo’ set but not used [-Wunused-but-set-variable] | |
static doublereal sminlo, tolmul; | |
^ | |
numpy/linalg/lapack_lite/dlapack_lite.c: In function ‘sbdsqr_’: | |
numpy/linalg/lapack_lite/dlapack_lite.c:64393:17: warning: variable ‘sminlo’ set but not used [-Wunused-but-set-variable] | |
static real sminlo, tolmul; | |
^ | |
x86_64-linux-gnu-gcc: numpy/linalg/lapack_lite/f2c_lite.c | |
x86_64-linux-gnu-gcc: numpy/linalg/lapack_lite/zlapack_lite.c | |
numpy/linalg/lapack_lite/zlapack_lite.c: In function ‘zlaed7_’: | |
numpy/linalg/lapack_lite/zlapack_lite.c:10000:59: warning: variable ‘ind2’ set but not used [-Wunused-but-set-variable] | |
static integer i__, k, n1, n2, iq, iw, iz, ptr, ind1, ind2, indx, curr, | |
^ | |
numpy/linalg/lapack_lite/zlapack_lite.c:10000:53: warning: variable ‘ind1’ set but not used [-Wunused-but-set-variable] | |
static integer i__, k, n1, n2, iq, iw, iz, ptr, ind1, ind2, indx, curr, | |
^ | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/numpy/linalg/lapack_litemodule.o build/temp.linux-x86_64-2.7/numpy/linalg/lapack_lite/python_xerbla.o build/temp.linux-x86_64-2.7/numpy/linalg/lapack_lite/zlapack_lite.o build/temp.linux-x86_64-2.7/numpy/linalg/lapack_lite/dlapack_lite.o build/temp.linux-x86_64-2.7/numpy/linalg/lapack_lite/blas_lite.o build/temp.linux-x86_64-2.7/numpy/linalg/lapack_lite/dlamch.o build/temp.linux-x86_64-2.7/numpy/linalg/lapack_lite/f2c_lite.o -Lbuild/temp.linux-x86_64-2.7 -o build/lib.linux-x86_64-2.7/numpy/linalg/lapack_lite.so | |
building 'numpy.linalg._umath_linalg' extension | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -c' | |
x86_64-linux-gnu-gcc: numpy/linalg/lapack_lite/python_xerbla.c | |
x86_64-linux-gnu-gcc: numpy/linalg/lapack_lite/dlamch.c | |
numpy/linalg/lapack_lite/dlamch.c: In function ‘dlamc4_’: | |
numpy/linalg/lapack_lite/dlamch.c:720:13: warning: variable ‘i__1’ set but not used [-Wunused-but-set-variable] | |
integer i__1; | |
^ | |
numpy/linalg/lapack_lite/dlamch.c: In function ‘dlamc5_’: | |
numpy/linalg/lapack_lite/dlamch.c:834:13: warning: variable ‘i__1’ set but not used [-Wunused-but-set-variable] | |
integer i__1; | |
^ | |
x86_64-linux-gnu-gcc: numpy/linalg/lapack_lite/blas_lite.c | |
numpy/linalg/lapack_lite/blas_lite.c: In function ‘cgemm_’: | |
numpy/linalg/lapack_lite/blas_lite.c:352:20: warning: variable ‘ncola’ set but not used [-Wunused-but-set-variable] | |
static integer ncola; | |
^ | |
numpy/linalg/lapack_lite/blas_lite.c: In function ‘dgemm_’: | |
numpy/linalg/lapack_lite/blas_lite.c:6624:20: warning: variable ‘ncola’ set but not used [-Wunused-but-set-variable] | |
static integer ncola; | |
^ | |
numpy/linalg/lapack_lite/blas_lite.c: In function ‘sgemm_’: | |
numpy/linalg/lapack_lite/blas_lite.c:11190:20: warning: variable ‘ncola’ set but not used [-Wunused-but-set-variable] | |
static integer ncola; | |
^ | |
numpy/linalg/lapack_lite/blas_lite.c: In function ‘zgemm_’: | |
numpy/linalg/lapack_lite/blas_lite.c:15222:20: warning: variable ‘ncola’ set but not used [-Wunused-but-set-variable] | |
static integer ncola; | |
^ | |
numpy/linalg/lapack_lite/blas_lite.c: At top level: | |
numpy/linalg/lapack_lite/blas_lite.c:24:16: warning: ‘c__1’ defined but not used [-Wunused-variable] | |
static integer c__1 = 1; | |
^ | |
x86_64-linux-gnu-gcc: numpy/linalg/lapack_lite/dlapack_lite.c | |
numpy/linalg/lapack_lite/dlapack_lite.c: In function ‘claed7_’: | |
numpy/linalg/lapack_lite/dlapack_lite.c:9857:59: warning: variable ‘ind2’ set but not used [-Wunused-but-set-variable] | |
static integer i__, k, n1, n2, iq, iw, iz, ptr, ind1, ind2, indx, curr, | |
^ | |
numpy/linalg/lapack_lite/dlapack_lite.c:9857:53: warning: variable ‘ind1’ set but not used [-Wunused-but-set-variable] | |
static integer i__, k, n1, n2, iq, iw, iz, ptr, ind1, ind2, indx, curr, | |
^ | |
numpy/linalg/lapack_lite/dlapack_lite.c: In function ‘dbdsqr_’: | |
numpy/linalg/lapack_lite/dlapack_lite.c:27451:23: warning: variable ‘sminlo’ set but not used [-Wunused-but-set-variable] | |
static doublereal sminlo, tolmul; | |
^ | |
numpy/linalg/lapack_lite/dlapack_lite.c: In function ‘sbdsqr_’: | |
numpy/linalg/lapack_lite/dlapack_lite.c:64393:17: warning: variable ‘sminlo’ set but not used [-Wunused-but-set-variable] | |
static real sminlo, tolmul; | |
^ | |
x86_64-linux-gnu-gcc: build/src.linux-x86_64-2.7/numpy/linalg/umath_linalg.c | |
x86_64-linux-gnu-gcc: numpy/linalg/lapack_lite/f2c_lite.c | |
x86_64-linux-gnu-gcc: numpy/linalg/lapack_lite/zlapack_lite.c | |
numpy/linalg/lapack_lite/zlapack_lite.c: In function ‘zlaed7_’: | |
numpy/linalg/lapack_lite/zlapack_lite.c:10000:59: warning: variable ‘ind2’ set but not used [-Wunused-but-set-variable] | |
static integer i__, k, n1, n2, iq, iw, iz, ptr, ind1, ind2, indx, curr, | |
^ | |
numpy/linalg/lapack_lite/zlapack_lite.c:10000:53: warning: variable ‘ind1’ set but not used [-Wunused-but-set-variable] | |
static integer i__, k, n1, n2, iq, iw, iz, ptr, ind1, ind2, indx, curr, | |
^ | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy/linalg/umath_linalg.o build/temp.linux-x86_64-2.7/numpy/linalg/lapack_lite/python_xerbla.o build/temp.linux-x86_64-2.7/numpy/linalg/lapack_lite/zlapack_lite.o build/temp.linux-x86_64-2.7/numpy/linalg/lapack_lite/dlapack_lite.o build/temp.linux-x86_64-2.7/numpy/linalg/lapack_lite/blas_lite.o build/temp.linux-x86_64-2.7/numpy/linalg/lapack_lite/dlamch.o build/temp.linux-x86_64-2.7/numpy/linalg/lapack_lite/f2c_lite.o -Lbuild/temp.linux-x86_64-2.7 -lnpymath -o build/lib.linux-x86_64-2.7/numpy/linalg/_umath_linalg.so | |
building 'numpy.random.mtrand' extension | |
compiling C sources | |
C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -c' | |
x86_64-linux-gnu-gcc: numpy/random/mtrand/distributions.c | |
x86_64-linux-gnu-gcc: numpy/random/mtrand/mtrand.c | |
x86_64-linux-gnu-gcc: numpy/random/mtrand/initarray.c | |
x86_64-linux-gnu-gcc: numpy/random/mtrand/randomkit.c | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/numpy/random/mtrand/mtrand.o build/temp.linux-x86_64-2.7/numpy/random/mtrand/randomkit.o build/temp.linux-x86_64-2.7/numpy/random/mtrand/initarray.o build/temp.linux-x86_64-2.7/numpy/random/mtrand/distributions.o -Lbuild/temp.linux-x86_64-2.7 -o build/lib.linux-x86_64-2.7/numpy/random/mtrand.so | |
Creating build/scripts.linux-x86_64-2.7/f2py | |
adding 'build/scripts.linux-x86_64-2.7/f2py' to scripts | |
changing mode of build/scripts.linux-x86_64-2.7/f2py from 664 to 775 | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
warning: no previously-included files matching '*.pyo' found anywhere in distribution | |
warning: no previously-included files matching '*.pyd' found anywhere in distribution | |
changing mode of /home/nels.nelson/src/hubble/.venv/bin/f2py to 775 | |
Running setup.py install for PyYAML | |
checking if libyaml is compilable | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c build/temp.linux-x86_64-2.7/check_libyaml.c -o build/temp.linux-x86_64-2.7/check_libyaml.o | |
checking if libyaml is linkable | |
x86_64-linux-gnu-gcc -pthread build/temp.linux-x86_64-2.7/check_libyaml.o -lyaml -o build/temp.linux-x86_64-2.7/check_libyaml | |
building '_yaml' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c ext/_yaml.c -o build/temp.linux-x86_64-2.7/ext/_yaml.o | |
In file included from ext/_yaml.c:343:0: | |
ext/_yaml.h:6:0: warning: "PyUnicode_FromString" redefined [enabled by default] | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:281:0: note: this is the location of the previous definition | |
# define PyUnicode_FromString PyUnicodeUCS4_FromString | |
^ | |
ext/_yaml.c: In function ‘__pyx_pf_5_yaml_get_version_string’: | |
ext/_yaml.c:1346:17: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] | |
__pyx_v_value = yaml_get_version_string(); | |
^ | |
ext/_yaml.c: In function ‘__pyx_pf_5_yaml_7CParser___init__’: | |
ext/_yaml.c:2471:5: warning: passing argument 2 of ‘yaml_parser_set_input’ from incompatible pointer type [enabled by default] | |
yaml_parser_set_input((&__pyx_v_self->parser), __pyx_f_5_yaml_input_handler, ((void *)__pyx_v_self)); | |
^ | |
In file included from ext/_yaml.h:2:0, | |
from ext/_yaml.c:343: | |
/usr/include/yaml.h:1367:1: note: expected ‘int (*)(void *, unsigned char *, size_t, size_t *)’ but argument is of type ‘int (*)(void *, char *, int, int *)’ | |
yaml_parser_set_input(yaml_parser_t *parser, | |
^ | |
ext/_yaml.c:2664:5: warning: pointer targets in passing argument 2 of ‘yaml_parser_set_input_string’ differ in signedness [-Wpointer-sign] | |
yaml_parser_set_input_string((&__pyx_v_self->parser), PyString_AS_STRING(__pyx_v_stream), PyString_GET_SIZE(__pyx_v_stream)); | |
^ | |
In file included from ext/_yaml.h:2:0, | |
from ext/_yaml.c:343: | |
/usr/include/yaml.h:1341:1: note: expected ‘const unsigned char *’ but argument is of type ‘char *’ | |
yaml_parser_set_input_string(yaml_parser_t *parser, | |
^ | |
ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__token_to_object’: | |
ext/_yaml.c:4183:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.handle); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 417; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:4183:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.handle); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 417; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’ | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c:4195:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.prefix); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 418; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:4195:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.prefix); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 418; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’ | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c:4741:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.alias.value); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 448; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:4741:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.alias.value); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 448; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’ | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c:4792:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
__pyx_t_4 = PyUnicode_FromString(__pyx_v_token->data.anchor.value); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 451; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:4792:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
__pyx_t_4 = PyUnicode_FromString(__pyx_v_token->data.anchor.value); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 451; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’ | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c:4843:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.tag.handle); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 454; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:4843:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.tag.handle); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 454; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’ | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c:4855:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.tag.suffix); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 455; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:4855:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.tag.suffix); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 455; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’ | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c:4938:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
__pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_token->data.scalar.value, __pyx_v_token->data.scalar.length, __pyx_k_strict); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 460; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’ | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__event_to_object’: | |
ext/_yaml.c:6435:9: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
__pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->handle); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 574; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:6435:9: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
__pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->handle); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 574; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’ | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c:6447:9: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
__pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->prefix); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 575; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:6447:9: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
__pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->prefix); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 575; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’ | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c:6616:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
__pyx_t_2 = PyUnicode_FromString(__pyx_v_event->data.alias.anchor); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 586; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:6616:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
__pyx_t_2 = PyUnicode_FromString(__pyx_v_event->data.alias.anchor); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 586; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’ | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c:6687:7: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
__pyx_t_1 = PyUnicode_FromString(__pyx_v_event->data.scalar.anchor); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 591; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:6687:7: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
__pyx_t_1 = PyUnicode_FromString(__pyx_v_event->data.scalar.anchor); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 591; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’ | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c:6722:7: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
__pyx_t_1 = PyUnicode_FromString(__pyx_v_event->data.scalar.tag); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 594; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:6722:7: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
__pyx_t_1 = PyUnicode_FromString(__pyx_v_event->data.scalar.tag); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 594; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’ | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c:6737:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
__pyx_t_1 = PyUnicode_DecodeUTF8(__pyx_v_event->data.scalar.value, __pyx_v_event->data.scalar.length, __pyx_k_strict); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 595; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’ | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c:7031:7: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.anchor); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 620; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:7031:7: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.anchor); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 620; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’ | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c:7066:7: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.tag); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 623; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:7066:7: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.tag); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 623; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’ | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c:7253:7: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
__pyx_t_2 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.anchor); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 637; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:7253:7: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
__pyx_t_2 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.anchor); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 637; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’ | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c:7288:7: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
__pyx_t_2 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.tag); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 640; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:7288:7: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
__pyx_t_2 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.tag); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 640; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’ | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__compose_node’: | |
ext/_yaml.c:8704:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.alias.anchor); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 734; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:8704:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.alias.anchor); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 734; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’ | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c:8924:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
__pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.anchor); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 750; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:8924:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
__pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.anchor); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 750; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’ | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c:8962:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
__pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.anchor); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 753; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:8962:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
__pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.anchor); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 753; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’ | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c:9000:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
__pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.anchor); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 756; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:9000:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
__pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.anchor); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 756; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’ | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__compose_scalar_node’: | |
ext/_yaml.c:9532:3: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
__pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_self->parsed_event.data.scalar.value, __pyx_v_self->parsed_event.data.scalar.length, __pyx_k_strict); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 791; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’ | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c:9688:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
__pyx_t_9 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.tag); if (unlikely(!__pyx_t_9)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 804; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:9688:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
__pyx_t_9 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.tag); if (unlikely(!__pyx_t_9)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 804; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’ | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__compose_sequence_node’: | |
ext/_yaml.c:10128:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
__pyx_t_2 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.tag); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 837; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:10128:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
__pyx_t_2 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.tag); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 837; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’ | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__compose_mapping_node’: | |
ext/_yaml.c:10654:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] | |
__pyx_t_2 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.tag); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 876; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:10654:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign] | |
__pyx_t_2 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.tag); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 876; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro ‘PyUnicode_DecodeUTF8’ | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c: In function ‘__pyx_pf_5_yaml_8CEmitter___init__’: | |
ext/_yaml.c:11721:3: warning: passing argument 2 of ‘yaml_emitter_set_output’ from incompatible pointer type [enabled by default] | |
yaml_emitter_set_output((&__pyx_v_self->emitter), __pyx_f_5_yaml_output_handler, ((void *)__pyx_v_self)); | |
^ | |
In file included from ext/_yaml.h:2:0, | |
from ext/_yaml.c:343: | |
/usr/include/yaml.h:1829:1: note: expected ‘int (*)(void *, unsigned char *, size_t)’ but argument is of type ‘int (*)(void *, char *, int)’ | |
yaml_emitter_set_output(yaml_emitter_t *emitter, | |
^ | |
ext/_yaml.c: In function ‘__pyx_f_5_yaml_8CEmitter__object_to_event’: | |
ext/_yaml.c:12898:44: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] | |
__pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); | |
^ | |
ext/_yaml.c:12991:44: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] | |
__pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); | |
^ | |
ext/_yaml.c:13248:5: warning: pointer targets in passing argument 2 of ‘yaml_alias_event_initialize’ differ in signedness [-Wpointer-sign] | |
__pyx_t_4 = ((yaml_alias_event_initialize(__pyx_v_event, __pyx_v_anchor) == 0) != 0); | |
^ | |
In file included from ext/_yaml.h:2:0, | |
from ext/_yaml.c:343: | |
/usr/include/yaml.h:553:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ | |
yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor); | |
^ | |
ext/_yaml.c:13824:5: warning: pointer targets in passing argument 2 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] | |
__pyx_t_3 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); | |
^ | |
In file included from ext/_yaml.h:2:0, | |
from ext/_yaml.c:343: | |
/usr/include/yaml.h:578:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ | |
yaml_scalar_event_initialize(yaml_event_t *event, | |
^ | |
ext/_yaml.c:13824:5: warning: pointer targets in passing argument 3 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] | |
__pyx_t_3 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); | |
^ | |
In file included from ext/_yaml.h:2:0, | |
from ext/_yaml.c:343: | |
/usr/include/yaml.h:578:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ | |
yaml_scalar_event_initialize(yaml_event_t *event, | |
^ | |
ext/_yaml.c:13824:5: warning: pointer targets in passing argument 4 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] | |
__pyx_t_3 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); | |
^ | |
In file included from ext/_yaml.h:2:0, | |
from ext/_yaml.c:343: | |
/usr/include/yaml.h:578:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ | |
yaml_scalar_event_initialize(yaml_event_t *event, | |
^ | |
ext/_yaml.c:14166:5: warning: pointer targets in passing argument 2 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign] | |
__pyx_t_4 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); | |
^ | |
In file included from ext/_yaml.h:2:0, | |
from ext/_yaml.c:343: | |
/usr/include/yaml.h:601:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ | |
yaml_sequence_start_event_initialize(yaml_event_t *event, | |
^ | |
ext/_yaml.c:14166:5: warning: pointer targets in passing argument 3 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign] | |
__pyx_t_4 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); | |
^ | |
In file included from ext/_yaml.h:2:0, | |
from ext/_yaml.c:343: | |
/usr/include/yaml.h:601:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ | |
yaml_sequence_start_event_initialize(yaml_event_t *event, | |
^ | |
ext/_yaml.c:14508:5: warning: pointer targets in passing argument 2 of ‘yaml_mapping_start_event_initialize’ differ in signedness [-Wpointer-sign] | |
__pyx_t_3 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); | |
^ | |
In file included from ext/_yaml.h:2:0, | |
from ext/_yaml.c:343: | |
/usr/include/yaml.h:633:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ | |
yaml_mapping_start_event_initialize(yaml_event_t *event, | |
^ | |
ext/_yaml.c:14508:5: warning: pointer targets in passing argument 3 of ‘yaml_mapping_start_event_initialize’ differ in signedness [-Wpointer-sign] | |
__pyx_t_3 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); | |
^ | |
In file included from ext/_yaml.h:2:0, | |
from ext/_yaml.c:343: | |
/usr/include/yaml.h:633:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ | |
yaml_mapping_start_event_initialize(yaml_event_t *event, | |
^ | |
ext/_yaml.c: In function ‘__pyx_pf_5_yaml_8CEmitter_12serialize’: | |
ext/_yaml.c:15784:42: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] | |
__pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); | |
^ | |
ext/_yaml.c:15877:42: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] | |
__pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); | |
^ | |
ext/_yaml.c: In function ‘__pyx_f_5_yaml_8CEmitter__serialize_node’: | |
ext/_yaml.c:16616:5: warning: pointer targets in passing argument 2 of ‘yaml_alias_event_initialize’ differ in signedness [-Wpointer-sign] | |
__pyx_t_2 = ((yaml_alias_event_initialize((&__pyx_v_event), __pyx_v_anchor) == 0) != 0); | |
^ | |
In file included from ext/_yaml.h:2:0, | |
from ext/_yaml.c:343: | |
/usr/include/yaml.h:553:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ | |
yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor); | |
^ | |
ext/_yaml.c:17195:7: warning: pointer targets in passing argument 2 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] | |
__pyx_t_8 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); | |
^ | |
In file included from ext/_yaml.h:2:0, | |
from ext/_yaml.c:343: | |
/usr/include/yaml.h:578:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ | |
yaml_scalar_event_initialize(yaml_event_t *event, | |
^ | |
ext/_yaml.c:17195:7: warning: pointer targets in passing argument 3 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] | |
__pyx_t_8 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); | |
^ | |
In file included from ext/_yaml.h:2:0, | |
from ext/_yaml.c:343: | |
/usr/include/yaml.h:578:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ | |
yaml_scalar_event_initialize(yaml_event_t *event, | |
^ | |
ext/_yaml.c:17195:7: warning: pointer targets in passing argument 4 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] | |
__pyx_t_8 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); | |
^ | |
In file included from ext/_yaml.h:2:0, | |
from ext/_yaml.c:343: | |
/usr/include/yaml.h:578:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ | |
yaml_scalar_event_initialize(yaml_event_t *event, | |
^ | |
ext/_yaml.c:17473:7: warning: pointer targets in passing argument 2 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign] | |
__pyx_t_8 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); | |
^ | |
In file included from ext/_yaml.h:2:0, | |
from ext/_yaml.c:343: | |
/usr/include/yaml.h:601:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ | |
yaml_sequence_start_event_initialize(yaml_event_t *event, | |
^ | |
ext/_yaml.c:17473:7: warning: pointer targets in passing argument 3 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign] | |
__pyx_t_8 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); | |
^ | |
In file included from ext/_yaml.h:2:0, | |
from ext/_yaml.c:343: | |
/usr/include/yaml.h:601:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ | |
yaml_sequence_start_event_initialize(yaml_event_t *event, | |
^ | |
ext/_yaml.c:17874:7: warning: pointer targets in passing argument 2 of ‘yaml_mapping_start_event_initialize’ differ in signedness [-Wpointer-sign] | |
__pyx_t_8 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); | |
^ | |
In file included from ext/_yaml.h:2:0, | |
from ext/_yaml.c:343: | |
/usr/include/yaml.h:633:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ | |
yaml_mapping_start_event_initialize(yaml_event_t *event, | |
^ | |
ext/_yaml.c:17874:7: warning: pointer targets in passing argument 3 of ‘yaml_mapping_start_event_initialize’ differ in signedness [-Wpointer-sign] | |
__pyx_t_8 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); | |
^ | |
In file included from ext/_yaml.h:2:0, | |
from ext/_yaml.c:343: | |
/usr/include/yaml.h:633:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ | |
yaml_mapping_start_event_initialize(yaml_event_t *event, | |
^ | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/ext/_yaml.o -lyaml -o build/lib.linux-x86_64-2.7/_yaml.so | |
Running setup.py install for simplejson | |
building 'simplejson._speedups' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c simplejson/_speedups.c -o build/temp.linux-x86_64-2.7/simplejson/_speedups.o | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/simplejson/_speedups.o -o build/lib.linux-x86_64-2.7/simplejson/_speedups.so | |
Running setup.py install for pymongo | |
building 'bson._cbson' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ibson -I/usr/include/python2.7 -c bson/_cbsonmodule.c -o build/temp.linux-x86_64-2.7/bson/_cbsonmodule.o | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ibson -I/usr/include/python2.7 -c bson/time64.c -o build/temp.linux-x86_64-2.7/bson/time64.o | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ibson -I/usr/include/python2.7 -c bson/buffer.c -o build/temp.linux-x86_64-2.7/bson/buffer.o | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ibson -I/usr/include/python2.7 -c bson/encoding_helpers.c -o build/temp.linux-x86_64-2.7/bson/encoding_helpers.o | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/bson/_cbsonmodule.o build/temp.linux-x86_64-2.7/bson/time64.o build/temp.linux-x86_64-2.7/bson/buffer.o build/temp.linux-x86_64-2.7/bson/encoding_helpers.o -o build/lib.linux-x86_64-2.7/bson/_cbson.so | |
building 'pymongo._cmessage' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ibson -I/usr/include/python2.7 -c pymongo/_cmessagemodule.c -o build/temp.linux-x86_64-2.7/pymongo/_cmessagemodule.o | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ibson -I/usr/include/python2.7 -c bson/buffer.c -o build/temp.linux-x86_64-2.7/bson/buffer.o | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/pymongo/_cmessagemodule.o build/temp.linux-x86_64-2.7/bson/buffer.o -o build/lib.linux-x86_64-2.7/pymongo/_cmessage.so | |
Found existing installation: setuptools 2.2 | |
Uninstalling setuptools: | |
Successfully uninstalled setuptools | |
Found existing installation: pip 1.5.4 | |
Uninstalling pip: | |
Successfully uninstalled pip | |
Successfully installed galaxy-api-master cli-tools numpy PyYAML requests six stevedore simplejson pymongo argparse setuptools pbr pip | |
Cleaning up... | |
(.venv)$ hubble-agent ~/src/hubble-conf/compute/capacity/galaxy.yaml -d | |
hubble-agent: command not found | |
(.venv)$ python setup.py install | |
running install | |
running bdist_egg | |
running egg_info | |
writing requirements to hubble.egg-info/requires.txt | |
writing hubble.egg-info/PKG-INFO | |
writing top-level names to hubble.egg-info/top_level.txt | |
writing dependency_links to hubble.egg-info/dependency_links.txt | |
writing entry points to hubble.egg-info/entry_points.txt | |
writing pbr to hubble.egg-info/pbr.json | |
reading manifest file 'hubble.egg-info/SOURCES.txt' | |
reading manifest template 'MANIFEST.in' | |
writing manifest file 'hubble.egg-info/SOURCES.txt' | |
installing library code to build/bdist.linux-x86_64/egg | |
running install_lib | |
running build_py | |
creating build/bdist.linux-x86_64/egg | |
creating build/bdist.linux-x86_64/egg/hubble | |
creating build/bdist.linux-x86_64/egg/hubble/agents | |
copying build/lib.linux-x86_64-2.7/hubble/agents/graphite.py -> build/bdist.linux-x86_64/egg/hubble/agents | |
copying build/lib.linux-x86_64-2.7/hubble/agents/__init__.py -> build/bdist.linux-x86_64/egg/hubble/agents | |
copying build/lib.linux-x86_64-2.7/hubble/agents/galaxy.py -> build/bdist.linux-x86_64/egg/hubble/agents | |
copying build/lib.linux-x86_64-2.7/hubble/__init__.py -> build/bdist.linux-x86_64/egg/hubble | |
creating build/bdist.linux-x86_64/egg/hubble/util | |
copying build/lib.linux-x86_64-2.7/hubble/util/__init__.py -> build/bdist.linux-x86_64/egg/hubble/util | |
copying build/lib.linux-x86_64-2.7/hubble/util/numbers.py -> build/bdist.linux-x86_64/egg/hubble/util | |
copying build/lib.linux-x86_64-2.7/hubble/util/decorators.py -> build/bdist.linux-x86_64/egg/hubble/util | |
creating build/bdist.linux-x86_64/egg/hubble/model | |
copying build/lib.linux-x86_64-2.7/hubble/model/__init__.py -> build/bdist.linux-x86_64/egg/hubble/model | |
copying build/lib.linux-x86_64-2.7/hubble/model/tsdata.py -> build/bdist.linux-x86_64/egg/hubble/model | |
byte-compiling build/bdist.linux-x86_64/egg/hubble/agents/graphite.py to graphite.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/hubble/agents/__init__.py to __init__.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/hubble/agents/galaxy.py to galaxy.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/hubble/__init__.py to __init__.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/hubble/util/__init__.py to __init__.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/hubble/util/numbers.py to numbers.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/hubble/util/decorators.py to decorators.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/hubble/model/__init__.py to __init__.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/hubble/model/tsdata.py to tsdata.pyc | |
creating build/bdist.linux-x86_64/egg/EGG-INFO | |
copying hubble.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO | |
copying hubble.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO | |
copying hubble.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO | |
copying hubble.egg-info/entry_points.txt -> build/bdist.linux-x86_64/egg/EGG-INFO | |
copying hubble.egg-info/pbr.json -> build/bdist.linux-x86_64/egg/EGG-INFO | |
copying hubble.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO | |
copying hubble.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO | |
zip_safe flag not set; analyzing archive contents... | |
creating 'dist/hubble-0.1.0-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it | |
removing 'build/bdist.linux-x86_64/egg' (and everything under it) | |
Processing hubble-0.1.0-py2.7.egg | |
Copying hubble-0.1.0-py2.7.egg to /home/nels.nelson/src/hubble/.venv/lib/python2.7/site-packages | |
Adding hubble 0.1.0 to easy-install.pth file | |
Installing hubble-agent script to /home/nels.nelson/src/hubble/.venv/bin | |
Installed /home/nels.nelson/src/hubble/.venv/lib/python2.7/site-packages/hubble-0.1.0-py2.7.egg | |
Processing dependencies for hubble==0.1.0 | |
Searching for galaxy-api-master | |
Reading https://pypi.python.org/simple/galaxy_api-master/ | |
Reading https://pypi.python.org/simple/galaxy-api-master/ | |
Couldn't find index page for 'galaxy_api-master' (maybe misspelled?) | |
Scanning index of all packages (this may take a while) | |
Reading https://pypi.python.org/simple/ | |
No local packages or download links found for galaxy-api-master | |
error: Could not find suitable distribution for Requirement.parse('galaxy-api-master') | |
(.venv)$ hubble-agent ~/src/hubble-conf/compute/capacity/galaxy.yaml -d | |
Traceback (most recent call last): | |
File "/home/nels.nelson/src/hubble/.venv/bin/hubble-agent", line 5, in <module> | |
from pkg_resources import load_entry_point | |
File "/home/nels.nelson/src/hubble/.venv/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3038, in <module> | |
working_set = WorkingSet._build_master() | |
File "/home/nels.nelson/src/hubble/.venv/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 615, in _build_master | |
ws.require(__requires__) | |
File "/home/nels.nelson/src/hubble/.venv/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 921, in require | |
needed = self.resolve(parse_requirements(requirements)) | |
File "/home/nels.nelson/src/hubble/.venv/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 808, in resolve | |
raise DistributionNotFound(req) | |
pkg_resources.DistributionNotFound: galaxy-api-master | |
$ pip install -r requirements.txt | |
Obtaining galaxy-api-master from [email protected]:Galaxy/python-galaxy_api.git@eb65e4a5c6fe55200de9857e2d148eaaf6d18462#egg=galaxy_api-master (from -r requirements.txt (line 1)) | |
Updating ./.venv/src/galaxy-api-master clone (to eb65e4a5c6fe55200de9857e2d148eaaf6d18462) | |
Could not find a tag or branch 'eb65e4a5c6fe55200de9857e2d148eaaf6d18462', assuming commit. | |
Requirement already satisfied (use --upgrade to upgrade): cli-tools in ./.venv/lib/python2.7/site-packages (from -r requirements.txt (line 2)) | |
Requirement already satisfied (use --upgrade to upgrade): numpy in ./.venv/lib/python2.7/site-packages (from -r requirements.txt (line 3)) | |
Requirement already satisfied (use --upgrade to upgrade): PyYAML in ./.venv/lib/python2.7/site-packages (from -r requirements.txt (line 4)) | |
Requirement already satisfied (use --upgrade to upgrade): requests in ./.venv/lib/python2.7/site-packages (from -r requirements.txt (line 5)) | |
Requirement already satisfied (use --upgrade to upgrade): six in ./.venv/lib/python2.7/site-packages (from -r requirements.txt (line 6)) | |
Requirement already satisfied (use --upgrade to upgrade): stevedore in ./.venv/lib/python2.7/site-packages (from -r requirements.txt (line 7)) | |
Requirement already satisfied (use --upgrade to upgrade): simplejson in ./.venv/lib/python2.7/site-packages (from galaxy-api-master->-r requirements.txt (line 1)) | |
Requirement already satisfied (use --upgrade to upgrade): pymongo in ./.venv/lib/python2.7/site-packages (from galaxy-api-master->-r requirements.txt (line 1)) | |
Requirement already satisfied (use --upgrade to upgrade): argparse in ./.venv/lib/python2.7/site-packages (from cli-tools->-r requirements.txt (line 2)) | |
Requirement already satisfied (use --upgrade to upgrade): setuptools in ./.venv/lib/python2.7/site-packages (from cli-tools->-r requirements.txt (line 2)) | |
Requirement already satisfied (use --upgrade to upgrade): pbr!=0.7,<1.0,>=0.6 in ./.venv/lib/python2.7/site-packages (from stevedore->-r requirements.txt (line 7)) | |
Requirement already satisfied (use --upgrade to upgrade): pip in ./.venv/lib/python2.7/site-packages (from pbr!=0.7,<1.0,>=0.6->stevedore->-r requirements.txt (line 7)) | |
Installing collected packages: galaxy-api-master | |
Running setup.py develop for galaxy-api-master | |
Creating /home/nels.nelson/src/hubble/.venv/lib/python2.7/site-packages/galaxy-api.egg-link (link to .) | |
galaxy-api 0.0.2 is already the active version in easy-install.pth | |
Installed /home/nels.nelson/src/hubble/.venv/src/galaxy-api-master | |
Successfully installed galaxy-api-master | |
(.venv)$ hubble-agent ~/src/hubble-conf/compute/capacity/galaxy.yaml -d | |
Traceback (most recent call last): | |
File "/home/nels.nelson/src/hubble/.venv/bin/hubble-agent", line 5, in <module> | |
from pkg_resources import load_entry_point | |
File "/home/nels.nelson/src/hubble/.venv/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3038, in <module> | |
working_set = WorkingSet._build_master() | |
File "/home/nels.nelson/src/hubble/.venv/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 615, in _build_master | |
ws.require(__requires__) | |
File "/home/nels.nelson/src/hubble/.venv/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 921, in require | |
needed = self.resolve(parse_requirements(requirements)) | |
File "/home/nels.nelson/src/hubble/.venv/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 808, in resolve | |
raise DistributionNotFound(req) | |
pkg_resources.DistributionNotFound: galaxy-api-master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment