* Package: dev-python/numpy-1.13.0  * Repository: gentoo  * Maintainer: sci@gentoo.org python@gentoo.org  * USE: abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python2_7 python_targets_python3_6 userland_GNU  * FEATURES: preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking numpy-1.13.0.zip to /var/tmp/portage/dev-python/numpy-1.13.0/work >>> Source unpacked in /var/tmp/portage/dev-python/numpy-1.13.0/work >>> Preparing source in /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0 ... * Applying numpy-1.12.1-no-hardcode-blas.patch ...  [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0 ... * python2_7: running distutils-r1_run_phase python_compile /usr/bin/python2.7 setup.py build -j 9 Running from numpy source directory. blas_opt_info: system_info: NOT AVAILABLE /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0/numpy/distutils/system_info.py:552: 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. self.calc_info() blas_info: Disabled blas_info: (BLAS is None) libraries blas not found in [] NOT AVAILABLE /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0/numpy/distutils/system_info.py:552: 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. self.calc_info() blas_src_info: NOT AVAILABLE /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0/numpy/distutils/system_info.py:552: 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. self.calc_info() NOT AVAILABLE /bin/sh: svnversion: command not found /bin/sh: svnversion: command not found non-existing path in 'numpy/distutils': 'site.cfg' F2PY Version 2 lapack_opt_info: lapack_info: Disabled lapack_info: (LAPACK is None) libraries lapack not found in [] NOT AVAILABLE /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0/numpy/distutils/system_info.py:552: 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. self.calc_info() lapack_src_info: NOT AVAILABLE /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0/numpy/distutils/system_info.py:552: 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. self.calc_info() NOT AVAILABLE /usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'define_macros' warnings.warn(msg) running build running config_cc unifing config_cc, config, build_clib, build_ext, build commands --compiler options running config_fc unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options running build_src build_src building py_modules sources creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7 creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/distutils building library "npymath" sources customize Gnu95FCompiler Found executable /usr/bin/gfortran Could not locate executable x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -shared Found executable /usr/bin/x86_64-pc-linux-gnu-ar customize Gnu95FCompiler customize Gnu95FCompiler using config C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ int exp (void); ^~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest _configtest.o: In function `main': _configtest.c:(.text.startup+0x5): undefined reference to `exp' collect2: error: ld returned 1 exit status _configtest.o: In function `main': _configtest.c:(.text.startup+0x5): undefined reference to `exp' collect2: error: ld returned 1 exit status failure. removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ int exp (void); ^~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath/npy_math_internal.h adding '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath' to include_dirs. conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath/ieee754.c conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath/npy_math_complex.c None - nothing done with h_files = ['/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath/npy_math_internal.h'] building library "npysort" sources creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npysort conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npysort/quicksort.c conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npysort/mergesort.c conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npysort/heapsort.c creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private/npy_partition.h adding '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private' to include_dirs. conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npysort/selection.c conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private/npy_binsearch.h conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npysort/binsearch.c None - nothing done with h_files = ['/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private/npy_partition.h', '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private/npy_binsearch.h'] building extension "numpy.core._dummy" sources Generating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:24: fatal error: sys/endian.h: No such file or directory #include ^ compilation terminated. _configtest.c:1:24: fatal error: sys/endian.h: No such file or directory #include ^ compilation terminated. failure. removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c _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: 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-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ int exp (void); ^~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest _configtest.o: In function `main': _configtest.c:(.text.startup+0x5): undefined reference to `exp' collect2: error: ld returned 1 exit status _configtest.o: In function `main': _configtest.c:(.text.startup+0x5): undefined reference to `exp' collect2: error: ld returned 1 exit status failure. removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ int exp (void); ^~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘asin’ int asin (void); ^~~~ _configtest.c:2:5: warning: conflicting types for built-in function ‘cos’ int cos (void); ^~~ _configtest.c:3:5: warning: conflicting types for built-in function ‘log’ int log (void); ^~~ _configtest.c:4:5: warning: conflicting types for built-in function ‘fabs’ int fabs (void); ^~~~ _configtest.c:5:5: warning: conflicting types for built-in function ‘tanh’ int tanh (void); ^~~~ _configtest.c:6:5: warning: conflicting types for built-in function ‘atan’ int atan (void); ^~~~ _configtest.c:7:5: warning: conflicting types for built-in function ‘acos’ int acos (void); ^~~~ _configtest.c:8:5: warning: conflicting types for built-in function ‘floor’ int floor (void); ^~~~~ _configtest.c:9:5: warning: conflicting types for built-in function ‘fmod’ int fmod (void); ^~~~ _configtest.c:10:5: warning: conflicting types for built-in function ‘sqrt’ int sqrt (void); ^~~~ _configtest.c:11:5: warning: conflicting types for built-in function ‘cosh’ int cosh (void); ^~~~ _configtest.c:12:5: warning: conflicting types for built-in function ‘modf’ int modf (void); ^~~~ _configtest.c:13:5: warning: conflicting types for built-in function ‘sinh’ int sinh (void); ^~~~ _configtest.c:14:5: warning: conflicting types for built-in function ‘frexp’ int frexp (void); ^~~~~ _configtest.c:15:5: warning: conflicting types for built-in function ‘exp’ int exp (void); ^~~ _configtest.c:16:5: warning: conflicting types for built-in function ‘tan’ int tan (void); ^~~ _configtest.c:17:5: warning: conflicting types for built-in function ‘ceil’ int ceil (void); ^~~~ _configtest.c:18:5: warning: conflicting types for built-in function ‘log10’ int log10 (void); ^~~~~ _configtest.c:19:5: warning: conflicting types for built-in function ‘sin’ int sin (void); ^~~ _configtest.c:20:5: warning: conflicting types for built-in function ‘ldexp’ int ldexp (void); ^~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘log2’ int log2 (void); ^~~~ _configtest.c:2:5: warning: conflicting types for built-in function ‘pow’ int pow (void); ^~~ _configtest.c:4:5: warning: conflicting types for built-in function ‘exp2’ int exp2 (void); ^~~~ _configtest.c:5:5: warning: conflicting types for built-in function ‘atan2’ int atan2 (void); ^~~~~ _configtest.c:7:5: warning: conflicting types for built-in function ‘rint’ int rint (void); ^~~~ _configtest.c:11:5: warning: conflicting types for built-in function ‘cbrt’ int cbrt (void); ^~~~ _configtest.c:12:5: warning: conflicting types for built-in function ‘nextafter’ int nextafter (void); ^~~~~~~~~ _configtest.c:13:5: warning: conflicting types for built-in function ‘trunc’ int trunc (void); ^~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c _configtest.c: In function ‘__declspec’: _configtest.c:5:24: error: expected declaration specifiers before ‘foo’ int __declspec(thread) foo; ^~~ _configtest.c:9:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token { ^ _configtest.c:5:5: warning: type of ‘thread’ defaults to ‘int’ [-Wimplicit-int] int __declspec(thread) foo; ^~~~~~~~~~ _configtest.c:11:1: error: expected ‘{’ at end of input } ^ _configtest.c: In function ‘__declspec’: _configtest.c:5:24: error: expected declaration specifiers before ‘foo’ int __declspec(thread) foo; ^~~ _configtest.c:9:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token { ^ _configtest.c:5:5: warning: type of ‘thread’ defaults to ‘int’ [-Wimplicit-int] int __declspec(thread) foo; ^~~~~~~~~~ _configtest.c:11:1: error: expected ‘{’ at end of input } ^ failure. removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘cosf’ int cosf (void); ^~~~ _configtest.c:2:5: warning: conflicting types for built-in function ‘coshf’ int coshf (void); ^~~~~ _configtest.c:3:5: warning: conflicting types for built-in function ‘rintf’ int rintf (void); ^~~~~ _configtest.c:4:5: warning: conflicting types for built-in function ‘fabsf’ int fabsf (void); ^~~~~ _configtest.c:5:5: warning: conflicting types for built-in function ‘floorf’ int floorf (void); ^~~~~~ _configtest.c:6:5: warning: conflicting types for built-in function ‘nextafterf’ int nextafterf (void); ^~~~~~~~~~ _configtest.c:7:5: warning: conflicting types for built-in function ‘tanhf’ int tanhf (void); ^~~~~ _configtest.c:8:5: warning: conflicting types for built-in function ‘log10f’ int log10f (void); ^~~~~~ _configtest.c:9:5: warning: conflicting types for built-in function ‘logf’ int logf (void); ^~~~ _configtest.c:10:5: warning: conflicting types for built-in function ‘sinhf’ int sinhf (void); ^~~~~ _configtest.c:11:5: warning: conflicting types for built-in function ‘acosf’ int acosf (void); ^~~~~ _configtest.c:12:5: warning: conflicting types for built-in function ‘sqrtf’ int sqrtf (void); ^~~~~ _configtest.c:13:5: warning: conflicting types for built-in function ‘ldexpf’ int ldexpf (void); ^~~~~~ _configtest.c:14:5: warning: conflicting types for built-in function ‘hypotf’ int hypotf (void); ^~~~~~ _configtest.c:15:5: warning: conflicting types for built-in function ‘log2f’ int log2f (void); ^~~~~ _configtest.c:16:5: warning: conflicting types for built-in function ‘exp2f’ int exp2f (void); ^~~~~ _configtest.c:17:5: warning: conflicting types for built-in function ‘atanf’ int atanf (void); ^~~~~ _configtest.c:18:5: warning: conflicting types for built-in function ‘fmodf’ int fmodf (void); ^~~~~ _configtest.c:19:5: warning: conflicting types for built-in function ‘atan2f’ int atan2f (void); ^~~~~~ _configtest.c:20:5: warning: conflicting types for built-in function ‘cbrtf’ int cbrtf (void); ^~~~~ _configtest.c:21:5: warning: conflicting types for built-in function ‘modff’ int modff (void); ^~~~~ _configtest.c:22:5: warning: conflicting types for built-in function ‘ceilf’ int ceilf (void); ^~~~~ _configtest.c:23:5: warning: conflicting types for built-in function ‘log1pf’ int log1pf (void); ^~~~~~ _configtest.c:24:5: warning: conflicting types for built-in function ‘asinf’ int asinf (void); ^~~~~ _configtest.c:25:5: warning: conflicting types for built-in function ‘copysignf’ int copysignf (void); ^~~~~~~~~ _configtest.c:26:5: warning: conflicting types for built-in function ‘acoshf’ int acoshf (void); ^~~~~~ _configtest.c:27:5: warning: conflicting types for built-in function ‘sinf’ int sinf (void); ^~~~ _configtest.c:28:5: warning: conflicting types for built-in function ‘tanf’ int tanf (void); ^~~~ _configtest.c:29:5: warning: conflicting types for built-in function ‘atanhf’ int atanhf (void); ^~~~~~ _configtest.c:30:5: warning: conflicting types for built-in function ‘truncf’ int truncf (void); ^~~~~~ _configtest.c:31:5: warning: conflicting types for built-in function ‘asinhf’ int asinhf (void); ^~~~~~ _configtest.c:32:5: warning: conflicting types for built-in function ‘frexpf’ int frexpf (void); ^~~~~~ _configtest.c:33:5: warning: conflicting types for built-in function ‘powf’ int powf (void); ^~~~ _configtest.c:34:5: warning: conflicting types for built-in function ‘expf’ int expf (void); ^~~~ _configtest.c:35:5: warning: conflicting types for built-in function ‘expm1f’ int expm1f (void); ^~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘tanhl’ int tanhl (void); ^~~~~ _configtest.c:2:5: warning: conflicting types for built-in function ‘log10l’ int log10l (void); ^~~~~~ _configtest.c:3:5: warning: conflicting types for built-in function ‘nextafterl’ int nextafterl (void); ^~~~~~~~~~ _configtest.c:4:5: warning: conflicting types for built-in function ‘coshl’ int coshl (void); ^~~~~ _configtest.c:5:5: warning: conflicting types for built-in function ‘cosl’ int cosl (void); ^~~~ _configtest.c:6:5: warning: conflicting types for built-in function ‘floorl’ int floorl (void); ^~~~~~ _configtest.c:7:5: warning: conflicting types for built-in function ‘rintl’ int rintl (void); ^~~~~ _configtest.c:8:5: warning: conflicting types for built-in function ‘fabsl’ int fabsl (void); ^~~~~ _configtest.c:9:5: warning: conflicting types for built-in function ‘acosl’ int acosl (void); ^~~~~ _configtest.c:10:5: warning: conflicting types for built-in function ‘ldexpl’ int ldexpl (void); ^~~~~~ _configtest.c:11:5: warning: conflicting types for built-in function ‘sqrtl’ int sqrtl (void); ^~~~~ _configtest.c:12:5: warning: conflicting types for built-in function ‘logl’ int logl (void); ^~~~ _configtest.c:13:5: warning: conflicting types for built-in function ‘expm1l’ int expm1l (void); ^~~~~~ _configtest.c:14:5: warning: conflicting types for built-in function ‘hypotl’ int hypotl (void); ^~~~~~ _configtest.c:15:5: warning: conflicting types for built-in function ‘log2l’ int log2l (void); ^~~~~ _configtest.c:16:5: warning: conflicting types for built-in function ‘copysignl’ int copysignl (void); ^~~~~~~~~ _configtest.c:17:5: warning: conflicting types for built-in function ‘exp2l’ int exp2l (void); ^~~~~ _configtest.c:18:5: warning: conflicting types for built-in function ‘atanl’ int atanl (void); ^~~~~ _configtest.c:19:5: warning: conflicting types for built-in function ‘frexpl’ int frexpl (void); ^~~~~~ _configtest.c:20:5: warning: conflicting types for built-in function ‘atan2l’ int atan2l (void); ^~~~~~ _configtest.c:21:5: warning: conflicting types for built-in function ‘sinhl’ int sinhl (void); ^~~~~ _configtest.c:22:5: warning: conflicting types for built-in function ‘fmodl’ int fmodl (void); ^~~~~ _configtest.c:23:5: warning: conflicting types for built-in function ‘log1pl’ int log1pl (void); ^~~~~~ _configtest.c:24:5: warning: conflicting types for built-in function ‘asinl’ int asinl (void); ^~~~~ _configtest.c:25:5: warning: conflicting types for built-in function ‘ceill’ int ceill (void); ^~~~~ _configtest.c:26:5: warning: conflicting types for built-in function ‘sinl’ int sinl (void); ^~~~ _configtest.c:27:5: warning: conflicting types for built-in function ‘cbrtl’ int cbrtl (void); ^~~~~ _configtest.c:28:5: warning: conflicting types for built-in function ‘acoshl’ int acoshl (void); ^~~~~~ _configtest.c:29:5: warning: conflicting types for built-in function ‘atanhl’ int atanhl (void); ^~~~~~ _configtest.c:30:5: warning: conflicting types for built-in function ‘tanl’ int tanl (void); ^~~~ _configtest.c:31:5: warning: conflicting types for built-in function ‘truncl’ int truncl (void); ^~~~~~ _configtest.c:32:5: warning: conflicting types for built-in function ‘powl’ int powl (void); ^~~~ _configtest.c:33:5: warning: conflicting types for built-in function ‘expl’ int expl (void); ^~~~ _configtest.c:34:5: warning: conflicting types for built-in function ‘modfl’ int modfl (void); ^~~~~ _configtest.c:35:5: warning: conflicting types for built-in function ‘asinhl’ int asinhl (void); ^~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c _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: 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-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘clog’ int clog (void); ^~~~ _configtest.c:2:5: warning: conflicting types for built-in function ‘ctan’ int ctan (void); ^~~~ _configtest.c:3:5: warning: conflicting types for built-in function ‘casinh’ int casinh (void); ^~~~~~ _configtest.c:4:5: warning: conflicting types for built-in function ‘cacosh’ int cacosh (void); ^~~~~~ _configtest.c:5:5: warning: conflicting types for built-in function ‘cabs’ int cabs (void); ^~~~ _configtest.c:6:5: warning: conflicting types for built-in function ‘conj’ int conj (void); ^~~~ _configtest.c:7:5: warning: conflicting types for built-in function ‘csqrt’ int csqrt (void); ^~~~~ _configtest.c:8:5: warning: conflicting types for built-in function ‘creal’ int creal (void); ^~~~~ _configtest.c:9:5: warning: conflicting types for built-in function ‘cproj’ int cproj (void); ^~~~~ _configtest.c:10:5: warning: conflicting types for built-in function ‘cpow’ int cpow (void); ^~~~ _configtest.c:11:5: warning: conflicting types for built-in function ‘csinh’ int csinh (void); ^~~~~ _configtest.c:12:5: warning: conflicting types for built-in function ‘catan’ int catan (void); ^~~~~ _configtest.c:13:5: warning: conflicting types for built-in function ‘ctanh’ int ctanh (void); ^~~~~ _configtest.c:14:5: warning: conflicting types for built-in function ‘ccosh’ int ccosh (void); ^~~~~ _configtest.c:15:5: warning: conflicting types for built-in function ‘cimag’ int cimag (void); ^~~~~ _configtest.c:16:5: warning: conflicting types for built-in function ‘casin’ int casin (void); ^~~~~ _configtest.c:17:5: warning: conflicting types for built-in function ‘carg’ int carg (void); ^~~~ _configtest.c:18:5: warning: conflicting types for built-in function ‘csin’ int csin (void); ^~~~ _configtest.c:19:5: warning: conflicting types for built-in function ‘cexp’ int cexp (void); ^~~~ _configtest.c:20:5: warning: conflicting types for built-in function ‘ccos’ int ccos (void); ^~~~ _configtest.c:21:5: warning: conflicting types for built-in function ‘cacos’ int cacos (void); ^~~~~ _configtest.c:22:5: warning: conflicting types for built-in function ‘catanh’ int catanh (void); ^~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘ctanhf’ int ctanhf (void); ^~~~~~ _configtest.c:2:5: warning: conflicting types for built-in function ‘csinhf’ int csinhf (void); ^~~~~~ _configtest.c:3:5: warning: conflicting types for built-in function ‘cprojf’ int cprojf (void); ^~~~~~ _configtest.c:4:5: warning: conflicting types for built-in function ‘cacoshf’ int cacoshf (void); ^~~~~~~ _configtest.c:5:5: warning: conflicting types for built-in function ‘cacosf’ int cacosf (void); ^~~~~~ _configtest.c:6:5: warning: conflicting types for built-in function ‘cargf’ int cargf (void); ^~~~~ _configtest.c:7:5: warning: conflicting types for built-in function ‘cpowf’ int cpowf (void); ^~~~~ _configtest.c:8:5: warning: conflicting types for built-in function ‘csinf’ int csinf (void); ^~~~~ _configtest.c:9:5: warning: conflicting types for built-in function ‘clogf’ int clogf (void); ^~~~~ _configtest.c:10:5: warning: conflicting types for built-in function ‘ccoshf’ int ccoshf (void); ^~~~~~ _configtest.c:11:5: warning: conflicting types for built-in function ‘conjf’ int conjf (void); ^~~~~ _configtest.c:12:5: warning: conflicting types for built-in function ‘casinhf’ int casinhf (void); ^~~~~~~ _configtest.c:13:5: warning: conflicting types for built-in function ‘ccosf’ int ccosf (void); ^~~~~ _configtest.c:14:5: warning: conflicting types for built-in function ‘ctanf’ int ctanf (void); ^~~~~ _configtest.c:15:5: warning: conflicting types for built-in function ‘cexpf’ int cexpf (void); ^~~~~ _configtest.c:16:5: warning: conflicting types for built-in function ‘cimagf’ int cimagf (void); ^~~~~~ _configtest.c:17:5: warning: conflicting types for built-in function ‘catanhf’ int catanhf (void); ^~~~~~~ _configtest.c:18:5: warning: conflicting types for built-in function ‘casinf’ int casinf (void); ^~~~~~ _configtest.c:19:5: warning: conflicting types for built-in function ‘catanf’ int catanf (void); ^~~~~~ _configtest.c:20:5: warning: conflicting types for built-in function ‘csqrtf’ int csqrtf (void); ^~~~~~ _configtest.c:21:5: warning: conflicting types for built-in function ‘crealf’ int crealf (void); ^~~~~~ _configtest.c:22:5: warning: conflicting types for built-in function ‘cabsf’ int cabsf (void); ^~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘csinhl’ int csinhl (void); ^~~~~~ _configtest.c:2:5: warning: conflicting types for built-in function ‘ctanhl’ int ctanhl (void); ^~~~~~ _configtest.c:3:5: warning: conflicting types for built-in function ‘cacosl’ int cacosl (void); ^~~~~~ _configtest.c:4:5: warning: conflicting types for built-in function ‘cacoshl’ int cacoshl (void); ^~~~~~~ _configtest.c:5:5: warning: conflicting types for built-in function ‘cprojl’ int cprojl (void); ^~~~~~ _configtest.c:6:5: warning: conflicting types for built-in function ‘cargl’ int cargl (void); ^~~~~ _configtest.c:7:5: warning: conflicting types for built-in function ‘ccoshl’ int ccoshl (void); ^~~~~~ _configtest.c:8:5: warning: conflicting types for built-in function ‘conjl’ int conjl (void); ^~~~~ _configtest.c:9:5: warning: conflicting types for built-in function ‘csinl’ int csinl (void); ^~~~~ _configtest.c:10:5: warning: conflicting types for built-in function ‘clogl’ int clogl (void); ^~~~~ _configtest.c:11:5: warning: conflicting types for built-in function ‘cexpl’ int cexpl (void); ^~~~~ _configtest.c:12:5: warning: conflicting types for built-in function ‘ccosl’ int ccosl (void); ^~~~~ _configtest.c:13:5: warning: conflicting types for built-in function ‘ctanl’ int ctanl (void); ^~~~~ _configtest.c:14:5: warning: conflicting types for built-in function ‘cpowl’ int cpowl (void); ^~~~~ _configtest.c:15:5: warning: conflicting types for built-in function ‘casinhl’ int casinhl (void); ^~~~~~~ _configtest.c:16:5: warning: conflicting types for built-in function ‘csqrtl’ int csqrtl (void); ^~~~~~ _configtest.c:17:5: warning: conflicting types for built-in function ‘casinl’ int casinl (void); ^~~~~~ _configtest.c:18:5: warning: conflicting types for built-in function ‘catanl’ int catanl (void); ^~~~~~ _configtest.c:19:5: warning: conflicting types for built-in function ‘catanhl’ int catanhl (void); ^~~~~~~ _configtest.c:20:5: warning: conflicting types for built-in function ‘creall’ int creall (void); ^~~~~~ _configtest.c:21:5: warning: conflicting types for built-in function ‘cabsl’ int cabsl (void); ^~~~~ _configtest.c:22:5: warning: conflicting types for built-in function ‘cimagl’ int cimagl (void); ^~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o File: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/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_CBRT 1 #define HAVE_STRTOLD_L 1 #define HAVE_FALLOCATE 1 #define HAVE_BACKTRACE 1 #define HAVE_XMMINTRIN_H 1 #define HAVE_EMMINTRIN_H 1 #define HAVE_FEATURES_H 1 #define HAVE_XLOCALE_H 1 #define HAVE_DLFCN_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___BUILTIN_MUL_OVERFLOW 1 #define HAVE___BUILTIN_CPU_SUPPORTS 1 #define HAVE__M_FROM_INT64 1 #define HAVE__MM_LOAD_PS 1 #define HAVE__MM_PREFETCH 1 #define HAVE__MM_LOAD_PD 1 #define HAVE___BUILTIN_PREFETCH 1 #define HAVE_LINK_AVX 1 #define HAVE_LINK_AVX2 1 #define HAVE_ATTRIBUTE_OPTIMIZE_UNROLL_LOOPS 1 #define HAVE_ATTRIBUTE_OPTIMIZE_OPT_3 1 #define HAVE_ATTRIBUTE_NONNULL 1 #define HAVE_ATTRIBUTE_TARGET_AVX 1 #define HAVE_ATTRIBUTE_TARGET_AVX2 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_CBRTF 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_CBRTL 1 #define HAVE_DECL_SIGNBIT #define HAVE_COMPLEX_H 1 #define HAVE_CABS 1 #define HAVE_CACOS 1 #define HAVE_CACOSH 1 #define HAVE_CARG 1 #define HAVE_CASIN 1 #define HAVE_CASINH 1 #define HAVE_CATAN 1 #define HAVE_CATANH 1 #define HAVE_CCOS 1 #define HAVE_CCOSH 1 #define HAVE_CEXP 1 #define HAVE_CIMAG 1 #define HAVE_CLOG 1 #define HAVE_CONJ 1 #define HAVE_CPOW 1 #define HAVE_CPROJ 1 #define HAVE_CREAL 1 #define HAVE_CSIN 1 #define HAVE_CSINH 1 #define HAVE_CSQRT 1 #define HAVE_CTAN 1 #define HAVE_CTANH 1 #define HAVE_CABSF 1 #define HAVE_CACOSF 1 #define HAVE_CACOSHF 1 #define HAVE_CARGF 1 #define HAVE_CASINF 1 #define HAVE_CASINHF 1 #define HAVE_CATANF 1 #define HAVE_CATANHF 1 #define HAVE_CCOSF 1 #define HAVE_CCOSHF 1 #define HAVE_CEXPF 1 #define HAVE_CIMAGF 1 #define HAVE_CLOGF 1 #define HAVE_CONJF 1 #define HAVE_CPOWF 1 #define HAVE_CPROJF 1 #define HAVE_CREALF 1 #define HAVE_CSINF 1 #define HAVE_CSINHF 1 #define HAVE_CSQRTF 1 #define HAVE_CTANF 1 #define HAVE_CTANHF 1 #define HAVE_CABSL 1 #define HAVE_CACOSL 1 #define HAVE_CACOSHL 1 #define HAVE_CARGL 1 #define HAVE_CASINL 1 #define HAVE_CASINHL 1 #define HAVE_CATANL 1 #define HAVE_CATANHL 1 #define HAVE_CCOSL 1 #define HAVE_CCOSHL 1 #define HAVE_CEXPL 1 #define HAVE_CIMAGL 1 #define HAVE_CLOGL 1 #define HAVE_CONJL 1 #define HAVE_CPOWL 1 #define HAVE_CPROJL 1 #define HAVE_CREALL 1 #define HAVE_CSINL 1 #define HAVE_CSINHL 1 #define HAVE_CSQRTL 1 #define HAVE_CTANL 1 #define HAVE_CTANHL 1 #define NPY_RESTRICT restrict #define NPY_RELAXED_STRIDES_CHECKING 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 '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h' to sources. Generating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ int exp (void); ^~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest _configtest.o: In function `main': _configtest.c:(.text.startup+0x5): undefined reference to `exp' collect2: error: ld returned 1 exit status _configtest.o: In function `main': _configtest.c:(.text.startup+0x5): undefined reference to `exp' collect2: error: ld returned 1 exit status failure. removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ int exp (void); ^~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python2.7 -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o File: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/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_RELAXED_STRIDES_CHECKING 1 #define NPY_USE_C99_FORMATS 1 #define NPY_VISIBILITY_HIDDEN __attribute__((visibility("hidden"))) #define NPY_ABI_VERSION 0x01000009 #define NPY_API_VERSION 0x0000000B #ifndef __STDC_FORMAT_MACROS #define __STDC_FORMAT_MACROS 1 #endif EOF adding '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h' to sources. executing numpy/core/code_generators/generate_numpy_api.py adding '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h' to sources. numpy.core - nothing done with h_files = ['/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h', '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h', '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h'] building extension "numpy.core.multiarray" sources adding '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h' to sources. adding '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h' to sources. executing numpy/core/code_generators/generate_numpy_api.py adding '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h' to sources. creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/multiarray conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/multiarray/arraytypes.c conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/multiarray/einsum.c conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/multiarray/lowlevel_strided_loops.c conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/multiarray/nditer_templ.c conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/multiarray/scalartypes.c conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private/templ_common.h adding '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private' to include_dirs. numpy.core - nothing done with h_files = ['/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private/templ_common.h', '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h', '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h', '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h'] building extension "numpy.core.umath" sources adding '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h' to sources. adding '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h' to sources. executing numpy/core/code_generators/generate_ufunc_api.py adding '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/include/numpy/__ufunc_api.h' to sources. creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/umath conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/umath/funcs.inc adding '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/umath' to include_dirs. conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/umath/simd.inc conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/umath/loops.h conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/umath/loops.c conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/umath/scalarmath.c numpy.core - nothing done with h_files = ['/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/umath/funcs.inc', '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/umath/simd.inc', '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/umath/loops.h', '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h', '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h', '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/include/numpy/__ufunc_api.h'] building extension "numpy.core.umath_tests" sources conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/umath/umath_tests.c building extension "numpy.core.test_rational" sources conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/umath/test_rational.c building extension "numpy.core.struct_ufunc_test" sources conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/umath/struct_ufunc_test.c building extension "numpy.core.multiarray_tests" sources conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/multiarray/multiarray_tests.c building extension "numpy.core.operand_flag_tests" sources conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/umath/operand_flag_tests.c building extension "numpy.fft.fftpack_lite" sources building extension "numpy.linalg.lapack_lite" sources creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/linalg ### Warning: Using unoptimized lapack ### adding 'numpy/linalg/lapack_lite/python_xerbla.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_z_lapack.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_c_lapack.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_d_lapack.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_s_lapack.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_lapack.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_blas.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_config.c' to sources. adding 'numpy/linalg/lapack_lite/f2c.c' to sources. building extension "numpy.linalg._umath_linalg" sources ### Warning: Using unoptimized lapack ### adding 'numpy/linalg/lapack_lite/python_xerbla.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_z_lapack.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_c_lapack.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_d_lapack.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_s_lapack.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_lapack.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_blas.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_config.c' to sources. adding 'numpy/linalg/lapack_lite/f2c.c' to sources. conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/linalg/umath_linalg.c building extension "numpy.random.mtrand" sources creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/random building data_files sources build_src: building npy-pkg config files running build_py creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy copying numpy/_import_tools.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy copying numpy/add_newdocs.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy copying numpy/setup.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy copying numpy/__init__.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy copying numpy/dual.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy copying numpy/_globals.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy copying numpy/_distributor_init.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy copying numpy/matlib.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy copying numpy/version.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy copying numpy/ctypeslib.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy copying /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/__config__.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/compat copying numpy/compat/setup.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/compat copying numpy/compat/__init__.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/compat copying numpy/compat/_inspect.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/compat copying numpy/compat/py3k.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/compat creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/core copying numpy/core/_internal.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/core copying numpy/core/fromnumeric.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/core copying numpy/core/getlimits.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/core copying numpy/core/defchararray.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/core copying numpy/core/einsumfunc.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/core copying numpy/core/setup.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/core copying numpy/core/__init__.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/core copying numpy/core/records.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/core copying numpy/core/memmap.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/core copying numpy/core/function_base.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/core copying numpy/core/arrayprint.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/core copying numpy/core/numeric.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/core copying numpy/core/cversions.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/core copying numpy/core/numerictypes.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/core copying numpy/core/shape_base.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/core copying numpy/core/info.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/core copying numpy/core/setup_common.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/core copying numpy/core/machar.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/core copying numpy/core/_methods.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/core copying numpy/core/code_generators/generate_numpy_api.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/core creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils copying numpy/distutils/exec_command.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils copying numpy/distutils/core.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils copying numpy/distutils/npy_pkg_config.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils copying numpy/distutils/mingw32ccompiler.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils copying numpy/distutils/setup.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils copying numpy/distutils/__init__.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils copying numpy/distutils/conv_template.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils copying numpy/distutils/unixccompiler.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils copying numpy/distutils/from_template.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils copying numpy/distutils/numpy_distribution.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils copying numpy/distutils/misc_util.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils copying numpy/distutils/msvc9compiler.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils copying numpy/distutils/pathccompiler.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils copying numpy/distutils/environment.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils copying numpy/distutils/ccompiler.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils copying numpy/distutils/info.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils copying numpy/distutils/lib2def.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils copying numpy/distutils/intelccompiler.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils copying numpy/distutils/cpuinfo.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils copying numpy/distutils/msvccompiler.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils copying numpy/distutils/__version__.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils copying numpy/distutils/log.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils copying numpy/distutils/line_endings.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils copying numpy/distutils/compat.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils copying numpy/distutils/extension.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils copying numpy/distutils/system_info.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils copying /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/distutils/__config__.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils/command copying numpy/distutils/command/sdist.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils/command copying numpy/distutils/command/config_compiler.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils/command copying numpy/distutils/command/build_scripts.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils/command copying numpy/distutils/command/config.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils/command copying numpy/distutils/command/autodist.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils/command copying numpy/distutils/command/build_src.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils/command copying numpy/distutils/command/__init__.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils/command copying numpy/distutils/command/install.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils/command copying numpy/distutils/command/build_py.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils/command copying numpy/distutils/command/install_data.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils/command copying numpy/distutils/command/build_clib.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils/command copying numpy/distutils/command/build_ext.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils/command copying numpy/distutils/command/bdist_rpm.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils/command copying numpy/distutils/command/install_headers.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils/command copying numpy/distutils/command/install_clib.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils/command copying numpy/distutils/command/egg_info.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils/command copying numpy/distutils/command/build.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils/command copying numpy/distutils/command/develop.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils/command creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/nag.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/pathf95.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/intel.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/none.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/__init__.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/vast.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/lahey.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/mips.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/hpux.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/sun.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/pg.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/gnu.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/g95.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/compaq.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/absoft.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/ibm.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/distutils/fcompiler creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/doc copying numpy/doc/__init__.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/doc copying numpy/doc/constants.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/doc copying numpy/doc/byteswapping.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/doc copying numpy/doc/subclassing.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/doc copying numpy/doc/misc.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/doc copying numpy/doc/creation.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/doc copying numpy/doc/glossary.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/doc copying numpy/doc/broadcasting.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/doc copying numpy/doc/internals.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/doc copying numpy/doc/ufuncs.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/doc copying numpy/doc/indexing.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/doc copying numpy/doc/structured_arrays.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/doc copying numpy/doc/basics.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/doc creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/f2py copying numpy/f2py/f2py_testing.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/f2py copying numpy/f2py/__init__.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/f2py copying numpy/f2py/crackfortran.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/f2py copying numpy/f2py/rules.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/f2py copying numpy/f2py/f2py2e.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/f2py copying numpy/f2py/diagnose.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/f2py copying numpy/f2py/cb_rules.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/f2py copying numpy/f2py/cfuncs.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/f2py copying numpy/f2py/f90mod_rules.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/f2py copying numpy/f2py/auxfuncs.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/f2py copying numpy/f2py/info.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/f2py copying numpy/f2py/__main__.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/f2py copying numpy/f2py/func2subr.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/f2py copying numpy/f2py/use_rules.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/f2py copying numpy/f2py/__version__.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/f2py copying numpy/f2py/capi_maps.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/f2py copying numpy/f2py/common_rules.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/f2py copying numpy/f2py/setup.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/f2py creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/fft copying numpy/fft/setup.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/fft copying numpy/fft/__init__.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/fft copying numpy/fft/helper.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/fft copying numpy/fft/fftpack.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/fft copying numpy/fft/info.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/fft creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/lib copying numpy/lib/_datasource.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/lib copying numpy/lib/arrayterator.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/lib copying numpy/lib/utils.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/lib copying numpy/lib/_version.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/lib copying numpy/lib/scimath.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/lib copying numpy/lib/ufunclike.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/lib copying numpy/lib/setup.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/lib copying numpy/lib/__init__.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/lib copying numpy/lib/nanfunctions.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/lib copying numpy/lib/_iotools.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/lib copying numpy/lib/function_base.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/lib copying numpy/lib/npyio.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/lib copying numpy/lib/polynomial.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/lib copying numpy/lib/user_array.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/lib copying numpy/lib/arraysetops.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/lib copying numpy/lib/twodim_base.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/lib copying numpy/lib/index_tricks.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/lib copying numpy/lib/shape_base.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/lib copying numpy/lib/info.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/lib copying numpy/lib/stride_tricks.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/lib copying numpy/lib/type_check.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/lib copying numpy/lib/arraypad.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/lib copying numpy/lib/format.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/lib copying numpy/lib/mixins.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/lib copying numpy/lib/financial.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/lib copying numpy/lib/recfunctions.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/lib creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/linalg copying numpy/linalg/setup.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/linalg copying numpy/linalg/__init__.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/linalg copying numpy/linalg/info.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/linalg copying numpy/linalg/linalg.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/linalg creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/ma copying numpy/ma/core.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/ma copying numpy/ma/timer_comparison.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/ma copying numpy/ma/setup.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/ma copying numpy/ma/testutils.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/ma copying numpy/ma/bench.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/ma copying numpy/ma/__init__.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/ma copying numpy/ma/extras.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/ma copying numpy/ma/mrecords.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/ma copying numpy/ma/version.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/ma creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/matrixlib copying numpy/matrixlib/setup.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/matrixlib copying numpy/matrixlib/__init__.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/matrixlib copying numpy/matrixlib/defmatrix.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/matrixlib creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/polynomial copying numpy/polynomial/hermite.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/polynomial copying numpy/polynomial/setup.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/polynomial copying numpy/polynomial/__init__.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/polynomial copying numpy/polynomial/laguerre.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/polynomial copying numpy/polynomial/legendre.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/polynomial copying numpy/polynomial/polynomial.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/polynomial copying numpy/polynomial/chebyshev.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/polynomial copying numpy/polynomial/polyutils.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/polynomial copying numpy/polynomial/hermite_e.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/polynomial copying numpy/polynomial/_polybase.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/polynomial creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/random copying numpy/random/setup.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/random copying numpy/random/__init__.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/random copying numpy/random/info.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/random creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/testing copying numpy/testing/utils.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/testing copying numpy/testing/setup.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/testing copying numpy/testing/__init__.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/testing copying numpy/testing/nosetester.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/testing copying numpy/testing/noseclasses.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/testing copying numpy/testing/print_coercion_tables.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/testing copying numpy/testing/decorators.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/testing warning: build_py: byte-compiling is disabled, skipping. running build_clib customize UnixCCompiler customize UnixCCompiler using build_clib building 'npymath' library compiling C sources C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -fPIC creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7 creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/npymath creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/var creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/var/tmp creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/var/tmp/portage creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/var/tmp/portage/dev-python creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/var/tmp/portage/dev-python/numpy-1.13.0 creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/var/tmp/portage/dev-python/numpy-1.13.0/work creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7 creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7 creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath compile options: '-I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath -Inumpy/core/include -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/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 -I/usr/include/python2.7 -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath -c' x86_64-pc-linux-gnu-gcc: numpy/core/src/npymath/halffloat.c x86_64-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath/npy_math_complex.c x86_64-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath/ieee754.c x86_64-pc-linux-gnu-gcc: numpy/core/src/npymath/npy_math.c x86_64-pc-linux-gnu-ar: adding 4 object files to /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/libnpymath.a building 'npysort' library compiling C sources C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -fPIC creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npysort compile options: '-I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/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 -I/usr/include/python2.7 -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath -c' x86_64-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npysort/heapsort.c x86_64-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npysort/binsearch.c x86_64-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npysort/quicksort.c x86_64-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npysort/mergesort.c x86_64-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npysort/selection.c x86_64-pc-linux-gnu-ar: adding 5 object files to /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/libnpysort.a running build_ext customize UnixCCompiler customize UnixCCompiler using build_ext building 'numpy.core._dummy' extension compiling C sources C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -fPIC compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/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 -I/usr/include/python2.7 -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath -c' x86_64-pc-linux-gnu-gcc: numpy/core/src/dummymodule.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -shared -Wl,-O1 -Wl,--as-needed -shared -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/dummymodule.o -L/usr/lib64 -L/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7 -lm -lpython2.7 -o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/core/_dummy.so building 'numpy.core.multiarray' extension compiling C sources C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -fPIC creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/multiarray creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/multiarray creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/private compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/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 -I/usr/include/python2.7 -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath -c' x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/mapping.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/buffer.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/temp_elide.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/refcount.c x86_64-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/multiarray/lowlevel_strided_loops.c x86_64-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/multiarray/scalartypes.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/array_assign_scalar.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/methods.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/hashdescr.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/nditer_api.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/sequence.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/nditer_pywrap.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/arrayobject.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/item_selection.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/calculation.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/datetime_busdaycal.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/array_assign.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/nditer_constr.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/compiled_base.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/flagsobject.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/common.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/number.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/iterators.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/convert.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/ucsnarrow.c x86_64-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/multiarray/einsum.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/numpyos.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/alloc.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/descriptor.c x86_64-pc-linux-gnu-gcc: numpy/core/src/private/ufunc_override.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/scalarapi.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/getset.c x86_64-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/multiarray/nditer_templ.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/dtype_transfer.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/multiarraymodule.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/conversion_utils.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/vdot.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/shape.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/datetime.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/usertypes.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/datetime_busday.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/datetime_strings.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/ctors.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/convert_datatype.c x86_64-pc-linux-gnu-gcc: numpy/core/src/private/mem_overlap.c In file included from /usr/include/python2.7/Python.h:8:0, from numpy/core/src/private/mem_overlap.c:187: /usr/include/python2.7/pyconfig.h:1190:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/stdlib.h:24:0, from numpy/core/src/private/mem_overlap.c:184: /usr/include/features.h:225:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/array_assign_array.c x86_64-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/multiarray/arraytypes.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -shared -Wl,-O1 -Wl,--as-needed -shared -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/multiarray/alloc.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/multiarray/arrayobject.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/multiarray/arraytypes.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/multiarray/array_assign.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/multiarray/array_assign_scalar.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/multiarray/array_assign_array.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/multiarray/buffer.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/multiarray/calculation.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/multiarray/compiled_base.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/multiarray/common.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/multiarray/convert.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/multiarray/convert_datatype.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/multiarray/conversion_utils.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/multiarray/ctors.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/multiarray/datetime.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/multiarray/datetime_strings.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/multiarray/datetime_busday.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/multiarray/datetime_busdaycal.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/multiarray/descriptor.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/multiarray/dtype_transfer.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/multiarray/einsum.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/multiarray/flagsobject.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/multiarray/getset.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/multiarray/hashdescr.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/multiarray/item_selection.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/multiarray/iterators.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/multiarray/lowlevel_strided_loops.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/multiarray/mapping.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/multiarray/methods.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/multiarray/multiarraymodule.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/multiarray/nditer_templ.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/multiarray/nditer_api.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/multiarray/nditer_constr.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/multiarray/nditer_pywrap.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/multiarray/number.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/multiarray/numpyos.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/multiarray/refcount.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/multiarray/sequence.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/multiarray/shape.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/multiarray/scalarapi.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/multiarray/scalartypes.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/multiarray/temp_elide.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/multiarray/usertypes.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/multiarray/ucsnarrow.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/multiarray/vdot.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/private/mem_overlap.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/private/ufunc_override.o -L/usr/lib64 -L/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7 -lnpymath -lnpysort -lm -lpython2.7 -o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/core/multiarray.so building 'numpy.core.umath' extension compiling C sources C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -fPIC creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/umath creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/umath compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/umath -Inumpy/core/include -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/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 -I/usr/include/python2.7 -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath -c' x86_64-pc-linux-gnu-gcc: numpy/core/src/umath/override.c x86_64-pc-linux-gnu-gcc: numpy/core/src/umath/ufunc_object.c x86_64-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/umath/scalarmath.c x86_64-pc-linux-gnu-gcc: numpy/core/src/umath/ufunc_type_resolution.c x86_64-pc-linux-gnu-gcc: numpy/core/src/private/ufunc_override.c x86_64-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/umath/loops.c x86_64-pc-linux-gnu-gcc: numpy/core/src/private/mem_overlap.c x86_64-pc-linux-gnu-gcc: numpy/core/src/umath/umathmodule.c x86_64-pc-linux-gnu-gcc: numpy/core/src/umath/reduction.c In file included from /usr/include/python2.7/Python.h:8:0, from numpy/core/src/private/mem_overlap.c:187: /usr/include/python2.7/pyconfig.h:1190:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/stdlib.h:24:0, from numpy/core/src/private/mem_overlap.c:184: /usr/include/features.h:225:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -shared -Wl,-O1 -Wl,--as-needed -shared -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/umath/umathmodule.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/umath/reduction.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/umath/loops.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/umath/ufunc_object.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/umath/scalarmath.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/umath/ufunc_type_resolution.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/umath/override.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/private/mem_overlap.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/private/ufunc_override.o -L/usr/lib64 -L/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7 -lnpymath -lm -lpython2.7 -o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/core/umath.so building 'numpy.core.umath_tests' extension compiling C sources C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -fPIC compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/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 -I/usr/include/python2.7 -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath -c' x86_64-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/umath/umath_tests.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -shared -Wl,-O1 -Wl,--as-needed -shared -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/umath/umath_tests.o -L/usr/lib64 -L/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7 -lpython2.7 -o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/core/umath_tests.so building 'numpy.core.test_rational' extension compiling C sources C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -fPIC compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/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 -I/usr/include/python2.7 -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath -c' x86_64-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/umath/test_rational.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -shared -Wl,-O1 -Wl,--as-needed -shared -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/umath/test_rational.o -L/usr/lib64 -L/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7 -lpython2.7 -o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/core/test_rational.so building 'numpy.core.struct_ufunc_test' extension compiling C sources C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -fPIC compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/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 -I/usr/include/python2.7 -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath -c' x86_64-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/umath/struct_ufunc_test.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -shared -Wl,-O1 -Wl,--as-needed -shared -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/umath/struct_ufunc_test.o -L/usr/lib64 -L/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7 -lpython2.7 -o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/core/struct_ufunc_test.so building 'numpy.core.multiarray_tests' extension compiling C sources C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -fPIC compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/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 -I/usr/include/python2.7 -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath -c' x86_64-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/multiarray/multiarray_tests.c x86_64-pc-linux-gnu-gcc: numpy/core/src/private/mem_overlap.c In file included from /usr/include/python2.7/Python.h:8:0, from numpy/core/src/private/mem_overlap.c:187: /usr/include/python2.7/pyconfig.h:1190:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/stdlib.h:24:0, from numpy/core/src/private/mem_overlap.c:184: /usr/include/features.h:225:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -shared -Wl,-O1 -Wl,--as-needed -shared -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/multiarray/multiarray_tests.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/core/src/private/mem_overlap.o -L/usr/lib64 -L/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7 -lpython2.7 -o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/core/multiarray_tests.so building 'numpy.core.operand_flag_tests' extension compiling C sources C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -fPIC compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/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 -I/usr/include/python2.7 -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath -c' x86_64-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/umath/operand_flag_tests.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -shared -Wl,-O1 -Wl,--as-needed -shared -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/umath/operand_flag_tests.o -L/usr/lib64 -L/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7 -lpython2.7 -o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/core/operand_flag_tests.so building 'numpy.fft.fftpack_lite' extension compiling C sources C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -fPIC creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/fft compile options: '-Inumpy/core/include -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/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 -I/usr/include/python2.7 -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath -c' x86_64-pc-linux-gnu-gcc: numpy/fft/fftpack_litemodule.c x86_64-pc-linux-gnu-gcc: numpy/fft/fftpack.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -shared -Wl,-O1 -Wl,--as-needed -shared -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/fft/fftpack_litemodule.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/fft/fftpack.o -L/usr/lib64 -L/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7 -lpython2.7 -o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/fft/fftpack_lite.so building 'numpy.linalg.lapack_lite' extension compiling C sources C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -fPIC creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/linalg creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/linalg/lapack_lite compile options: '-Inumpy/core/include -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/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 -I/usr/include/python2.7 -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath -c' x86_64-pc-linux-gnu-gcc: numpy/linalg/lapack_lite/f2c.c x86_64-pc-linux-gnu-gcc: numpy/linalg/lapack_lite/f2c_z_lapack.c x86_64-pc-linux-gnu-gcc: numpy/linalg/lapack_lite/f2c_s_lapack.c x86_64-pc-linux-gnu-gcc: numpy/linalg/lapack_lite/f2c_config.c x86_64-pc-linux-gnu-gcc: numpy/linalg/lapack_litemodule.c x86_64-pc-linux-gnu-gcc: numpy/linalg/lapack_lite/f2c_lapack.c x86_64-pc-linux-gnu-gcc: numpy/linalg/lapack_lite/f2c_d_lapack.c x86_64-pc-linux-gnu-gcc: numpy/linalg/lapack_lite/f2c_c_lapack.c x86_64-pc-linux-gnu-gcc: numpy/linalg/lapack_lite/f2c_blas.c x86_64-pc-linux-gnu-gcc: numpy/linalg/lapack_lite/python_xerbla.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -shared -Wl,-O1 -Wl,--as-needed -shared -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/linalg/lapack_litemodule.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/linalg/lapack_lite/python_xerbla.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/linalg/lapack_lite/f2c_z_lapack.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/linalg/lapack_lite/f2c_c_lapack.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/linalg/lapack_lite/f2c_d_lapack.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/linalg/lapack_lite/f2c_s_lapack.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/linalg/lapack_lite/f2c_lapack.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/linalg/lapack_lite/f2c_blas.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/linalg/lapack_lite/f2c_config.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/linalg/lapack_lite/f2c.o -L/usr/lib64 -L/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7 -lpython2.7 -o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/linalg/lapack_lite.so building 'numpy.linalg._umath_linalg' extension compiling C sources C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -fPIC creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/linalg compile options: '-Inumpy/core/include -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/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 -I/usr/include/python2.7 -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath -c' x86_64-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/linalg/umath_linalg.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -shared -Wl,-O1 -Wl,--as-needed -shared -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/linalg/umath_linalg.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/linalg/lapack_lite/python_xerbla.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/linalg/lapack_lite/f2c_z_lapack.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/linalg/lapack_lite/f2c_c_lapack.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/linalg/lapack_lite/f2c_d_lapack.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/linalg/lapack_lite/f2c_s_lapack.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/linalg/lapack_lite/f2c_lapack.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/linalg/lapack_lite/f2c_blas.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/linalg/lapack_lite/f2c_config.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/linalg/lapack_lite/f2c.o -L/usr/lib64 -L/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7 -lnpymath -lpython2.7 -o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/linalg/_umath_linalg.so building 'numpy.random.mtrand' extension compiling C sources C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -fPIC creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/random creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/random/mtrand compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/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 -I/usr/include/python2.7 -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/src.linux-x86_64-2.7/numpy/core/src/npymath -c' x86_64-pc-linux-gnu-gcc: numpy/random/mtrand/mtrand.c x86_64-pc-linux-gnu-gcc: numpy/random/mtrand/distributions.c x86_64-pc-linux-gnu-gcc: numpy/random/mtrand/randomkit.c x86_64-pc-linux-gnu-gcc: numpy/random/mtrand/initarray.c In file included from /usr/include/python2.7/Python.h:8:0, from numpy/core/include/numpy/npy_common.h:11, from numpy/random/mtrand/randomkit.h:63, from numpy/random/mtrand/distributions.h:26, from numpy/random/mtrand/distributions.c:46: /usr/include/python2.7/pyconfig.h:1190:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/math.h:26:0, from numpy/random/mtrand/distributions.c:44: /usr/include/features.h:225:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/Python.h:8:0, from numpy/core/include/numpy/npy_common.h:11, from numpy/random/mtrand/randomkit.h:63, from numpy/random/mtrand/randomkit.c:123: /usr/include/python2.7/pyconfig.h:1190:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/stdio.h:27:0, from numpy/random/mtrand/randomkit.c:68: /usr/include/features.h:225:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -shared -Wl,-O1 -Wl,--as-needed -shared -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/random/mtrand/mtrand.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/random/mtrand/randomkit.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/random/mtrand/initarray.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7/numpy/random/mtrand/distributions.o -L/usr/lib64 -L/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/temp.linux-x86_64-2.7 -lpython2.7 -o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/lib/numpy/random/mtrand.so running build_scripts creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/scripts Creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/scripts/f2py adding '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/scripts/f2py' to scripts changing mode of /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python2_7/scripts/f2py from 644 to 755 * python3_6: running distutils-r1_run_phase python_compile /usr/bin/python3.6 setup.py build -j 9 blas_opt_info: system_info: NOT AVAILABLE blas_info: Disabled blas_info: (BLAS is None) libraries blas not found in [] NOT AVAILABLE blas_src_info: NOT AVAILABLE NOT AVAILABLE /bin/sh: svnversion: command not found /bin/sh: svnversion: command not found non-existing path in 'numpy/distutils': 'site.cfg' F2PY Version 2 lapack_opt_info: lapack_info: Disabled lapack_info: (LAPACK is None) libraries lapack not found in [] NOT AVAILABLE lapack_src_info: NOT AVAILABLE NOT AVAILABLE running build running config_cc unifing config_cc, config, build_clib, build_ext, build commands --compiler options running config_fc unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options running build_src build_src building py_modules sources creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6 creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/distutils building library "npymath" sources customize Gnu95FCompiler Found executable /usr/bin/gfortran Could not locate executable x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -shared Found executable /usr/bin/x86_64-pc-linux-gnu-ar customize Gnu95FCompiler customize Gnu95FCompiler using config C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ int exp (void); ^~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest _configtest.o: In function `main': _configtest.c:(.text.startup+0x5): undefined reference to `exp' collect2: error: ld returned 1 exit status _configtest.o: In function `main': _configtest.c:(.text.startup+0x5): undefined reference to `exp' collect2: error: ld returned 1 exit status failure. removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ int exp (void); ^~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath/npy_math_internal.h adding '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath' to include_dirs. conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath/ieee754.c conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath/npy_math_complex.c None - nothing done with h_files = ['/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath/npy_math_internal.h'] building library "npysort" sources creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npysort conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npysort/quicksort.c conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npysort/mergesort.c conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npysort/heapsort.c creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private/npy_partition.h adding '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private' to include_dirs. conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npysort/selection.c conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private/npy_binsearch.h conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npysort/binsearch.c None - nothing done with h_files = ['/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private/npy_partition.h', '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private/npy_binsearch.h'] building extension "numpy.core._dummy" sources Generating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/include/numpy/config.h C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:24: fatal error: sys/endian.h: No such file or directory #include ^ compilation terminated. _configtest.c:1:24: fatal error: sys/endian.h: No such file or directory #include ^ compilation terminated. failure. removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c _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: 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-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ int exp (void); ^~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest _configtest.o: In function `main': _configtest.c:(.text.startup+0x5): undefined reference to `exp' collect2: error: ld returned 1 exit status _configtest.o: In function `main': _configtest.c:(.text.startup+0x5): undefined reference to `exp' collect2: error: ld returned 1 exit status failure. removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ int exp (void); ^~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘sin’ int sin (void); ^~~ _configtest.c:2:5: warning: conflicting types for built-in function ‘cos’ int cos (void); ^~~ _configtest.c:3:5: warning: conflicting types for built-in function ‘tan’ int tan (void); ^~~ _configtest.c:4:5: warning: conflicting types for built-in function ‘sinh’ int sinh (void); ^~~~ _configtest.c:5:5: warning: conflicting types for built-in function ‘cosh’ int cosh (void); ^~~~ _configtest.c:6:5: warning: conflicting types for built-in function ‘tanh’ int tanh (void); ^~~~ _configtest.c:7:5: warning: conflicting types for built-in function ‘fabs’ int fabs (void); ^~~~ _configtest.c:8:5: warning: conflicting types for built-in function ‘floor’ int floor (void); ^~~~~ _configtest.c:9:5: warning: conflicting types for built-in function ‘ceil’ int ceil (void); ^~~~ _configtest.c:10:5: warning: conflicting types for built-in function ‘sqrt’ int sqrt (void); ^~~~ _configtest.c:11:5: warning: conflicting types for built-in function ‘log10’ int log10 (void); ^~~~~ _configtest.c:12:5: warning: conflicting types for built-in function ‘log’ int log (void); ^~~ _configtest.c:13:5: warning: conflicting types for built-in function ‘exp’ int exp (void); ^~~ _configtest.c:14:5: warning: conflicting types for built-in function ‘asin’ int asin (void); ^~~~ _configtest.c:15:5: warning: conflicting types for built-in function ‘acos’ int acos (void); ^~~~ _configtest.c:16:5: warning: conflicting types for built-in function ‘atan’ int atan (void); ^~~~ _configtest.c:17:5: warning: conflicting types for built-in function ‘fmod’ int fmod (void); ^~~~ _configtest.c:18:5: warning: conflicting types for built-in function ‘modf’ int modf (void); ^~~~ _configtest.c:19:5: warning: conflicting types for built-in function ‘frexp’ int frexp (void); ^~~~~ _configtest.c:20:5: warning: conflicting types for built-in function ‘ldexp’ int ldexp (void); ^~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘rint’ int rint (void); ^~~~ _configtest.c:2:5: warning: conflicting types for built-in function ‘trunc’ int trunc (void); ^~~~~ _configtest.c:3:5: warning: conflicting types for built-in function ‘exp2’ int exp2 (void); ^~~~ _configtest.c:4:5: warning: conflicting types for built-in function ‘log2’ int log2 (void); ^~~~ _configtest.c:5:5: warning: conflicting types for built-in function ‘atan2’ int atan2 (void); ^~~~~ _configtest.c:6:5: warning: conflicting types for built-in function ‘pow’ int pow (void); ^~~ _configtest.c:7:5: warning: conflicting types for built-in function ‘nextafter’ int nextafter (void); ^~~~~~~~~ _configtest.c:10:5: warning: conflicting types for built-in function ‘cbrt’ int cbrt (void); ^~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c _configtest.c: In function ‘__declspec’: _configtest.c:5:24: error: expected declaration specifiers before ‘foo’ int __declspec(thread) foo; ^~~ _configtest.c:9:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token { ^ _configtest.c:5:5: warning: type of ‘thread’ defaults to ‘int’ [-Wimplicit-int] int __declspec(thread) foo; ^~~~~~~~~~ _configtest.c:11:1: error: expected ‘{’ at end of input } ^ _configtest.c: In function ‘__declspec’: _configtest.c:5:24: error: expected declaration specifiers before ‘foo’ int __declspec(thread) foo; ^~~ _configtest.c:9:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token { ^ _configtest.c:5:5: warning: type of ‘thread’ defaults to ‘int’ [-Wimplicit-int] int __declspec(thread) foo; ^~~~~~~~~~ _configtest.c:11:1: error: expected ‘{’ at end of input } ^ failure. removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘sinf’ int sinf (void); ^~~~ _configtest.c:2:5: warning: conflicting types for built-in function ‘cosf’ int cosf (void); ^~~~ _configtest.c:3:5: warning: conflicting types for built-in function ‘tanf’ int tanf (void); ^~~~ _configtest.c:4:5: warning: conflicting types for built-in function ‘sinhf’ int sinhf (void); ^~~~~ _configtest.c:5:5: warning: conflicting types for built-in function ‘coshf’ int coshf (void); ^~~~~ _configtest.c:6:5: warning: conflicting types for built-in function ‘tanhf’ int tanhf (void); ^~~~~ _configtest.c:7:5: warning: conflicting types for built-in function ‘fabsf’ int fabsf (void); ^~~~~ _configtest.c:8:5: warning: conflicting types for built-in function ‘floorf’ int floorf (void); ^~~~~~ _configtest.c:9:5: warning: conflicting types for built-in function ‘ceilf’ int ceilf (void); ^~~~~ _configtest.c:10:5: warning: conflicting types for built-in function ‘rintf’ int rintf (void); ^~~~~ _configtest.c:11:5: warning: conflicting types for built-in function ‘truncf’ int truncf (void); ^~~~~~ _configtest.c:12:5: warning: conflicting types for built-in function ‘sqrtf’ int sqrtf (void); ^~~~~ _configtest.c:13:5: warning: conflicting types for built-in function ‘log10f’ int log10f (void); ^~~~~~ _configtest.c:14:5: warning: conflicting types for built-in function ‘logf’ int logf (void); ^~~~ _configtest.c:15:5: warning: conflicting types for built-in function ‘log1pf’ int log1pf (void); ^~~~~~ _configtest.c:16:5: warning: conflicting types for built-in function ‘expf’ int expf (void); ^~~~ _configtest.c:17:5: warning: conflicting types for built-in function ‘expm1f’ int expm1f (void); ^~~~~~ _configtest.c:18:5: warning: conflicting types for built-in function ‘asinf’ int asinf (void); ^~~~~ _configtest.c:19:5: warning: conflicting types for built-in function ‘acosf’ int acosf (void); ^~~~~ _configtest.c:20:5: warning: conflicting types for built-in function ‘atanf’ int atanf (void); ^~~~~ _configtest.c:21:5: warning: conflicting types for built-in function ‘asinhf’ int asinhf (void); ^~~~~~ _configtest.c:22:5: warning: conflicting types for built-in function ‘acoshf’ int acoshf (void); ^~~~~~ _configtest.c:23:5: warning: conflicting types for built-in function ‘atanhf’ int atanhf (void); ^~~~~~ _configtest.c:24:5: warning: conflicting types for built-in function ‘hypotf’ int hypotf (void); ^~~~~~ _configtest.c:25:5: warning: conflicting types for built-in function ‘atan2f’ int atan2f (void); ^~~~~~ _configtest.c:26:5: warning: conflicting types for built-in function ‘powf’ int powf (void); ^~~~ _configtest.c:27:5: warning: conflicting types for built-in function ‘fmodf’ int fmodf (void); ^~~~~ _configtest.c:28:5: warning: conflicting types for built-in function ‘modff’ int modff (void); ^~~~~ _configtest.c:29:5: warning: conflicting types for built-in function ‘frexpf’ int frexpf (void); ^~~~~~ _configtest.c:30:5: warning: conflicting types for built-in function ‘ldexpf’ int ldexpf (void); ^~~~~~ _configtest.c:31:5: warning: conflicting types for built-in function ‘exp2f’ int exp2f (void); ^~~~~ _configtest.c:32:5: warning: conflicting types for built-in function ‘log2f’ int log2f (void); ^~~~~ _configtest.c:33:5: warning: conflicting types for built-in function ‘copysignf’ int copysignf (void); ^~~~~~~~~ _configtest.c:34:5: warning: conflicting types for built-in function ‘nextafterf’ int nextafterf (void); ^~~~~~~~~~ _configtest.c:35:5: warning: conflicting types for built-in function ‘cbrtf’ int cbrtf (void); ^~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘sinl’ int sinl (void); ^~~~ _configtest.c:2:5: warning: conflicting types for built-in function ‘cosl’ int cosl (void); ^~~~ _configtest.c:3:5: warning: conflicting types for built-in function ‘tanl’ int tanl (void); ^~~~ _configtest.c:4:5: warning: conflicting types for built-in function ‘sinhl’ int sinhl (void); ^~~~~ _configtest.c:5:5: warning: conflicting types for built-in function ‘coshl’ int coshl (void); ^~~~~ _configtest.c:6:5: warning: conflicting types for built-in function ‘tanhl’ int tanhl (void); ^~~~~ _configtest.c:7:5: warning: conflicting types for built-in function ‘fabsl’ int fabsl (void); ^~~~~ _configtest.c:8:5: warning: conflicting types for built-in function ‘floorl’ int floorl (void); ^~~~~~ _configtest.c:9:5: warning: conflicting types for built-in function ‘ceill’ int ceill (void); ^~~~~ _configtest.c:10:5: warning: conflicting types for built-in function ‘rintl’ int rintl (void); ^~~~~ _configtest.c:11:5: warning: conflicting types for built-in function ‘truncl’ int truncl (void); ^~~~~~ _configtest.c:12:5: warning: conflicting types for built-in function ‘sqrtl’ int sqrtl (void); ^~~~~ _configtest.c:13:5: warning: conflicting types for built-in function ‘log10l’ int log10l (void); ^~~~~~ _configtest.c:14:5: warning: conflicting types for built-in function ‘logl’ int logl (void); ^~~~ _configtest.c:15:5: warning: conflicting types for built-in function ‘log1pl’ int log1pl (void); ^~~~~~ _configtest.c:16:5: warning: conflicting types for built-in function ‘expl’ int expl (void); ^~~~ _configtest.c:17:5: warning: conflicting types for built-in function ‘expm1l’ int expm1l (void); ^~~~~~ _configtest.c:18:5: warning: conflicting types for built-in function ‘asinl’ int asinl (void); ^~~~~ _configtest.c:19:5: warning: conflicting types for built-in function ‘acosl’ int acosl (void); ^~~~~ _configtest.c:20:5: warning: conflicting types for built-in function ‘atanl’ int atanl (void); ^~~~~ _configtest.c:21:5: warning: conflicting types for built-in function ‘asinhl’ int asinhl (void); ^~~~~~ _configtest.c:22:5: warning: conflicting types for built-in function ‘acoshl’ int acoshl (void); ^~~~~~ _configtest.c:23:5: warning: conflicting types for built-in function ‘atanhl’ int atanhl (void); ^~~~~~ _configtest.c:24:5: warning: conflicting types for built-in function ‘hypotl’ int hypotl (void); ^~~~~~ _configtest.c:25:5: warning: conflicting types for built-in function ‘atan2l’ int atan2l (void); ^~~~~~ _configtest.c:26:5: warning: conflicting types for built-in function ‘powl’ int powl (void); ^~~~ _configtest.c:27:5: warning: conflicting types for built-in function ‘fmodl’ int fmodl (void); ^~~~~ _configtest.c:28:5: warning: conflicting types for built-in function ‘modfl’ int modfl (void); ^~~~~ _configtest.c:29:5: warning: conflicting types for built-in function ‘frexpl’ int frexpl (void); ^~~~~~ _configtest.c:30:5: warning: conflicting types for built-in function ‘ldexpl’ int ldexpl (void); ^~~~~~ _configtest.c:31:5: warning: conflicting types for built-in function ‘exp2l’ int exp2l (void); ^~~~~ _configtest.c:32:5: warning: conflicting types for built-in function ‘log2l’ int log2l (void); ^~~~~ _configtest.c:33:5: warning: conflicting types for built-in function ‘copysignl’ int copysignl (void); ^~~~~~~~~ _configtest.c:34:5: warning: conflicting types for built-in function ‘nextafterl’ int nextafterl (void); ^~~~~~~~~~ _configtest.c:35:5: warning: conflicting types for built-in function ‘cbrtl’ int cbrtl (void); ^~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c _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: 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-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘cabs’ int cabs (void); ^~~~ _configtest.c:2:5: warning: conflicting types for built-in function ‘cacos’ int cacos (void); ^~~~~ _configtest.c:3:5: warning: conflicting types for built-in function ‘cacosh’ int cacosh (void); ^~~~~~ _configtest.c:4:5: warning: conflicting types for built-in function ‘carg’ int carg (void); ^~~~ _configtest.c:5:5: warning: conflicting types for built-in function ‘casin’ int casin (void); ^~~~~ _configtest.c:6:5: warning: conflicting types for built-in function ‘casinh’ int casinh (void); ^~~~~~ _configtest.c:7:5: warning: conflicting types for built-in function ‘catan’ int catan (void); ^~~~~ _configtest.c:8:5: warning: conflicting types for built-in function ‘catanh’ int catanh (void); ^~~~~~ _configtest.c:9:5: warning: conflicting types for built-in function ‘ccos’ int ccos (void); ^~~~ _configtest.c:10:5: warning: conflicting types for built-in function ‘ccosh’ int ccosh (void); ^~~~~ _configtest.c:11:5: warning: conflicting types for built-in function ‘cexp’ int cexp (void); ^~~~ _configtest.c:12:5: warning: conflicting types for built-in function ‘cimag’ int cimag (void); ^~~~~ _configtest.c:13:5: warning: conflicting types for built-in function ‘clog’ int clog (void); ^~~~ _configtest.c:14:5: warning: conflicting types for built-in function ‘conj’ int conj (void); ^~~~ _configtest.c:15:5: warning: conflicting types for built-in function ‘cpow’ int cpow (void); ^~~~ _configtest.c:16:5: warning: conflicting types for built-in function ‘cproj’ int cproj (void); ^~~~~ _configtest.c:17:5: warning: conflicting types for built-in function ‘creal’ int creal (void); ^~~~~ _configtest.c:18:5: warning: conflicting types for built-in function ‘csin’ int csin (void); ^~~~ _configtest.c:19:5: warning: conflicting types for built-in function ‘csinh’ int csinh (void); ^~~~~ _configtest.c:20:5: warning: conflicting types for built-in function ‘csqrt’ int csqrt (void); ^~~~~ _configtest.c:21:5: warning: conflicting types for built-in function ‘ctan’ int ctan (void); ^~~~ _configtest.c:22:5: warning: conflicting types for built-in function ‘ctanh’ int ctanh (void); ^~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘cabsf’ int cabsf (void); ^~~~~ _configtest.c:2:5: warning: conflicting types for built-in function ‘cacosf’ int cacosf (void); ^~~~~~ _configtest.c:3:5: warning: conflicting types for built-in function ‘cacoshf’ int cacoshf (void); ^~~~~~~ _configtest.c:4:5: warning: conflicting types for built-in function ‘cargf’ int cargf (void); ^~~~~ _configtest.c:5:5: warning: conflicting types for built-in function ‘casinf’ int casinf (void); ^~~~~~ _configtest.c:6:5: warning: conflicting types for built-in function ‘casinhf’ int casinhf (void); ^~~~~~~ _configtest.c:7:5: warning: conflicting types for built-in function ‘catanf’ int catanf (void); ^~~~~~ _configtest.c:8:5: warning: conflicting types for built-in function ‘catanhf’ int catanhf (void); ^~~~~~~ _configtest.c:9:5: warning: conflicting types for built-in function ‘ccosf’ int ccosf (void); ^~~~~ _configtest.c:10:5: warning: conflicting types for built-in function ‘ccoshf’ int ccoshf (void); ^~~~~~ _configtest.c:11:5: warning: conflicting types for built-in function ‘cexpf’ int cexpf (void); ^~~~~ _configtest.c:12:5: warning: conflicting types for built-in function ‘cimagf’ int cimagf (void); ^~~~~~ _configtest.c:13:5: warning: conflicting types for built-in function ‘clogf’ int clogf (void); ^~~~~ _configtest.c:14:5: warning: conflicting types for built-in function ‘conjf’ int conjf (void); ^~~~~ _configtest.c:15:5: warning: conflicting types for built-in function ‘cpowf’ int cpowf (void); ^~~~~ _configtest.c:16:5: warning: conflicting types for built-in function ‘cprojf’ int cprojf (void); ^~~~~~ _configtest.c:17:5: warning: conflicting types for built-in function ‘crealf’ int crealf (void); ^~~~~~ _configtest.c:18:5: warning: conflicting types for built-in function ‘csinf’ int csinf (void); ^~~~~ _configtest.c:19:5: warning: conflicting types for built-in function ‘csinhf’ int csinhf (void); ^~~~~~ _configtest.c:20:5: warning: conflicting types for built-in function ‘csqrtf’ int csqrtf (void); ^~~~~~ _configtest.c:21:5: warning: conflicting types for built-in function ‘ctanf’ int ctanf (void); ^~~~~ _configtest.c:22:5: warning: conflicting types for built-in function ‘ctanhf’ int ctanhf (void); ^~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘cabsl’ int cabsl (void); ^~~~~ _configtest.c:2:5: warning: conflicting types for built-in function ‘cacosl’ int cacosl (void); ^~~~~~ _configtest.c:3:5: warning: conflicting types for built-in function ‘cacoshl’ int cacoshl (void); ^~~~~~~ _configtest.c:4:5: warning: conflicting types for built-in function ‘cargl’ int cargl (void); ^~~~~ _configtest.c:5:5: warning: conflicting types for built-in function ‘casinl’ int casinl (void); ^~~~~~ _configtest.c:6:5: warning: conflicting types for built-in function ‘casinhl’ int casinhl (void); ^~~~~~~ _configtest.c:7:5: warning: conflicting types for built-in function ‘catanl’ int catanl (void); ^~~~~~ _configtest.c:8:5: warning: conflicting types for built-in function ‘catanhl’ int catanhl (void); ^~~~~~~ _configtest.c:9:5: warning: conflicting types for built-in function ‘ccosl’ int ccosl (void); ^~~~~ _configtest.c:10:5: warning: conflicting types for built-in function ‘ccoshl’ int ccoshl (void); ^~~~~~ _configtest.c:11:5: warning: conflicting types for built-in function ‘cexpl’ int cexpl (void); ^~~~~ _configtest.c:12:5: warning: conflicting types for built-in function ‘cimagl’ int cimagl (void); ^~~~~~ _configtest.c:13:5: warning: conflicting types for built-in function ‘clogl’ int clogl (void); ^~~~~ _configtest.c:14:5: warning: conflicting types for built-in function ‘conjl’ int conjl (void); ^~~~~ _configtest.c:15:5: warning: conflicting types for built-in function ‘cpowl’ int cpowl (void); ^~~~~ _configtest.c:16:5: warning: conflicting types for built-in function ‘cprojl’ int cprojl (void); ^~~~~~ _configtest.c:17:5: warning: conflicting types for built-in function ‘creall’ int creall (void); ^~~~~~ _configtest.c:18:5: warning: conflicting types for built-in function ‘csinl’ int csinl (void); ^~~~~ _configtest.c:19:5: warning: conflicting types for built-in function ‘csinhl’ int csinhl (void); ^~~~~~ _configtest.c:20:5: warning: conflicting types for built-in function ‘csqrtl’ int csqrtl (void); ^~~~~~ _configtest.c:21:5: warning: conflicting types for built-in function ‘ctanl’ int ctanl (void); ^~~~~ _configtest.c:22:5: warning: conflicting types for built-in function ‘ctanhl’ int ctanhl (void); ^~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o File: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/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_CBRT 1 #define HAVE_STRTOLD_L 1 #define HAVE_FALLOCATE 1 #define HAVE_BACKTRACE 1 #define HAVE_XMMINTRIN_H 1 #define HAVE_EMMINTRIN_H 1 #define HAVE_FEATURES_H 1 #define HAVE_XLOCALE_H 1 #define HAVE_DLFCN_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___BUILTIN_MUL_OVERFLOW 1 #define HAVE___BUILTIN_CPU_SUPPORTS 1 #define HAVE__M_FROM_INT64 1 #define HAVE__MM_LOAD_PS 1 #define HAVE__MM_PREFETCH 1 #define HAVE__MM_LOAD_PD 1 #define HAVE___BUILTIN_PREFETCH 1 #define HAVE_LINK_AVX 1 #define HAVE_LINK_AVX2 1 #define HAVE_ATTRIBUTE_OPTIMIZE_UNROLL_LOOPS 1 #define HAVE_ATTRIBUTE_OPTIMIZE_OPT_3 1 #define HAVE_ATTRIBUTE_NONNULL 1 #define HAVE_ATTRIBUTE_TARGET_AVX 1 #define HAVE_ATTRIBUTE_TARGET_AVX2 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_CBRTF 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_CBRTL 1 #define HAVE_DECL_SIGNBIT #define HAVE_COMPLEX_H 1 #define HAVE_CABS 1 #define HAVE_CACOS 1 #define HAVE_CACOSH 1 #define HAVE_CARG 1 #define HAVE_CASIN 1 #define HAVE_CASINH 1 #define HAVE_CATAN 1 #define HAVE_CATANH 1 #define HAVE_CCOS 1 #define HAVE_CCOSH 1 #define HAVE_CEXP 1 #define HAVE_CIMAG 1 #define HAVE_CLOG 1 #define HAVE_CONJ 1 #define HAVE_CPOW 1 #define HAVE_CPROJ 1 #define HAVE_CREAL 1 #define HAVE_CSIN 1 #define HAVE_CSINH 1 #define HAVE_CSQRT 1 #define HAVE_CTAN 1 #define HAVE_CTANH 1 #define HAVE_CABSF 1 #define HAVE_CACOSF 1 #define HAVE_CACOSHF 1 #define HAVE_CARGF 1 #define HAVE_CASINF 1 #define HAVE_CASINHF 1 #define HAVE_CATANF 1 #define HAVE_CATANHF 1 #define HAVE_CCOSF 1 #define HAVE_CCOSHF 1 #define HAVE_CEXPF 1 #define HAVE_CIMAGF 1 #define HAVE_CLOGF 1 #define HAVE_CONJF 1 #define HAVE_CPOWF 1 #define HAVE_CPROJF 1 #define HAVE_CREALF 1 #define HAVE_CSINF 1 #define HAVE_CSINHF 1 #define HAVE_CSQRTF 1 #define HAVE_CTANF 1 #define HAVE_CTANHF 1 #define HAVE_CABSL 1 #define HAVE_CACOSL 1 #define HAVE_CACOSHL 1 #define HAVE_CARGL 1 #define HAVE_CASINL 1 #define HAVE_CASINHL 1 #define HAVE_CATANL 1 #define HAVE_CATANHL 1 #define HAVE_CCOSL 1 #define HAVE_CCOSHL 1 #define HAVE_CEXPL 1 #define HAVE_CIMAGL 1 #define HAVE_CLOGL 1 #define HAVE_CONJL 1 #define HAVE_CPOWL 1 #define HAVE_CPROJL 1 #define HAVE_CREALL 1 #define HAVE_CSINL 1 #define HAVE_CSINHL 1 #define HAVE_CSQRTL 1 #define HAVE_CTANL 1 #define HAVE_CTANHL 1 #define NPY_RESTRICT restrict #define NPY_RELAXED_STRIDES_CHECKING 1 #define HAVE_LDOUBLE_INTEL_EXTENDED_16_BYTES_LE 1 #define NPY_PY3K 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 '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/include/numpy/config.h' to sources. Generating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/include/numpy/_numpyconfig.h C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ int exp (void); ^~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -o _configtest _configtest.o: In function `main': _configtest.c:(.text.startup+0x5): undefined reference to `exp' collect2: error: ld returned 1 exit status _configtest.o: In function `main': _configtest.c:(.text.startup+0x5): undefined reference to `exp' collect2: error: ld returned 1 exit status failure. removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ int exp (void); ^~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -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 -I/usr/include/python3.6m -c' x86_64-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o File: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/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_RELAXED_STRIDES_CHECKING 1 #define NPY_USE_C99_FORMATS 1 #define NPY_VISIBILITY_HIDDEN __attribute__((visibility("hidden"))) #define NPY_ABI_VERSION 0x01000009 #define NPY_API_VERSION 0x0000000B #ifndef __STDC_FORMAT_MACROS #define __STDC_FORMAT_MACROS 1 #endif EOF adding '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/include/numpy/_numpyconfig.h' to sources. executing numpy/core/code_generators/generate_numpy_api.py adding '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/include/numpy/__multiarray_api.h' to sources. numpy.core - nothing done with h_files = ['/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/include/numpy/config.h', '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/include/numpy/_numpyconfig.h', '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/include/numpy/__multiarray_api.h'] building extension "numpy.core.multiarray" sources adding '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/include/numpy/config.h' to sources. adding '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/include/numpy/_numpyconfig.h' to sources. executing numpy/core/code_generators/generate_numpy_api.py adding '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/include/numpy/__multiarray_api.h' to sources. creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/multiarray conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/multiarray/arraytypes.c conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/multiarray/einsum.c conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/multiarray/lowlevel_strided_loops.c conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/multiarray/nditer_templ.c conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/multiarray/scalartypes.c conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private/templ_common.h adding '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private' to include_dirs. numpy.core - nothing done with h_files = ['/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private/templ_common.h', '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/include/numpy/config.h', '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/include/numpy/_numpyconfig.h', '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/include/numpy/__multiarray_api.h'] building extension "numpy.core.umath" sources adding '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/include/numpy/config.h' to sources. adding '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/include/numpy/_numpyconfig.h' to sources. executing numpy/core/code_generators/generate_ufunc_api.py adding '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/include/numpy/__ufunc_api.h' to sources. creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/umath conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/umath/funcs.inc adding '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/umath' to include_dirs. conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/umath/simd.inc conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/umath/loops.h conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/umath/loops.c conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/umath/scalarmath.c numpy.core - nothing done with h_files = ['/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/umath/funcs.inc', '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/umath/simd.inc', '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/umath/loops.h', '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/include/numpy/config.h', '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/include/numpy/_numpyconfig.h', '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/include/numpy/__ufunc_api.h'] building extension "numpy.core.umath_tests" sources conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/umath/umath_tests.c building extension "numpy.core.test_rational" sources conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/umath/test_rational.c building extension "numpy.core.struct_ufunc_test" sources conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/umath/struct_ufunc_test.c building extension "numpy.core.multiarray_tests" sources conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/multiarray/multiarray_tests.c building extension "numpy.core.operand_flag_tests" sources conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/umath/operand_flag_tests.c building extension "numpy.fft.fftpack_lite" sources building extension "numpy.linalg.lapack_lite" sources creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/linalg ### Warning: Using unoptimized lapack ### adding 'numpy/linalg/lapack_lite/python_xerbla.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_z_lapack.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_c_lapack.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_d_lapack.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_s_lapack.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_lapack.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_blas.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_config.c' to sources. adding 'numpy/linalg/lapack_lite/f2c.c' to sources. building extension "numpy.linalg._umath_linalg" sources ### Warning: Using unoptimized lapack ### adding 'numpy/linalg/lapack_lite/python_xerbla.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_z_lapack.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_c_lapack.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_d_lapack.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_s_lapack.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_lapack.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_blas.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_config.c' to sources. adding 'numpy/linalg/lapack_lite/f2c.c' to sources. conv_template:> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/linalg/umath_linalg.c building extension "numpy.random.mtrand" sources creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/random building data_files sources build_src: building npy-pkg config files running build_py creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy copying numpy/_import_tools.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy copying numpy/add_newdocs.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy copying numpy/setup.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy copying numpy/__init__.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy copying numpy/dual.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy copying numpy/_globals.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy copying numpy/_distributor_init.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy copying numpy/matlib.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy copying numpy/version.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy copying numpy/ctypeslib.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy copying /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/__config__.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/compat copying numpy/compat/setup.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/compat copying numpy/compat/__init__.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/compat copying numpy/compat/_inspect.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/compat copying numpy/compat/py3k.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/compat creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/core copying numpy/core/_internal.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/core copying numpy/core/fromnumeric.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/core copying numpy/core/getlimits.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/core copying numpy/core/defchararray.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/core copying numpy/core/einsumfunc.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/core copying numpy/core/setup.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/core copying numpy/core/__init__.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/core copying numpy/core/records.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/core copying numpy/core/memmap.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/core copying numpy/core/function_base.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/core copying numpy/core/arrayprint.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/core copying numpy/core/numeric.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/core copying numpy/core/cversions.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/core copying numpy/core/numerictypes.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/core copying numpy/core/shape_base.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/core copying numpy/core/info.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/core copying numpy/core/setup_common.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/core copying numpy/core/machar.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/core copying numpy/core/_methods.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/core copying numpy/core/code_generators/generate_numpy_api.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/core creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils copying numpy/distutils/exec_command.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils copying numpy/distutils/core.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils copying numpy/distutils/npy_pkg_config.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils copying numpy/distutils/mingw32ccompiler.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils copying numpy/distutils/setup.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils copying numpy/distutils/__init__.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils copying numpy/distutils/conv_template.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils copying numpy/distutils/unixccompiler.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils copying numpy/distutils/from_template.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils copying numpy/distutils/numpy_distribution.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils copying numpy/distutils/misc_util.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils copying numpy/distutils/msvc9compiler.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils copying numpy/distutils/pathccompiler.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils copying numpy/distutils/environment.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils copying numpy/distutils/ccompiler.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils copying numpy/distutils/info.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils copying numpy/distutils/lib2def.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils copying numpy/distutils/intelccompiler.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils copying numpy/distutils/cpuinfo.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils copying numpy/distutils/msvccompiler.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils copying numpy/distutils/__version__.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils copying numpy/distutils/log.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils copying numpy/distutils/line_endings.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils copying numpy/distutils/compat.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils copying numpy/distutils/extension.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils copying numpy/distutils/system_info.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils copying /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/distutils/__config__.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils/command copying numpy/distutils/command/sdist.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils/command copying numpy/distutils/command/config_compiler.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils/command copying numpy/distutils/command/build_scripts.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils/command copying numpy/distutils/command/config.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils/command copying numpy/distutils/command/autodist.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils/command copying numpy/distutils/command/build_src.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils/command copying numpy/distutils/command/__init__.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils/command copying numpy/distutils/command/install.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils/command copying numpy/distutils/command/build_py.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils/command copying numpy/distutils/command/install_data.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils/command copying numpy/distutils/command/build_clib.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils/command copying numpy/distutils/command/build_ext.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils/command copying numpy/distutils/command/bdist_rpm.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils/command copying numpy/distutils/command/install_headers.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils/command copying numpy/distutils/command/install_clib.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils/command copying numpy/distutils/command/egg_info.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils/command copying numpy/distutils/command/build.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils/command copying numpy/distutils/command/develop.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils/command creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/nag.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/pathf95.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/intel.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/none.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/__init__.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/vast.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/lahey.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/mips.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/hpux.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/sun.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/pg.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/gnu.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/g95.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/compaq.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/absoft.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/ibm.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/distutils/fcompiler creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/doc copying numpy/doc/__init__.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/doc copying numpy/doc/constants.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/doc copying numpy/doc/byteswapping.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/doc copying numpy/doc/subclassing.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/doc copying numpy/doc/misc.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/doc copying numpy/doc/creation.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/doc copying numpy/doc/glossary.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/doc copying numpy/doc/broadcasting.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/doc copying numpy/doc/internals.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/doc copying numpy/doc/ufuncs.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/doc copying numpy/doc/indexing.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/doc copying numpy/doc/structured_arrays.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/doc copying numpy/doc/basics.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/doc creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/f2py copying numpy/f2py/f2py_testing.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/f2py copying numpy/f2py/__init__.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/f2py copying numpy/f2py/crackfortran.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/f2py copying numpy/f2py/rules.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/f2py copying numpy/f2py/f2py2e.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/f2py copying numpy/f2py/diagnose.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/f2py copying numpy/f2py/cb_rules.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/f2py copying numpy/f2py/cfuncs.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/f2py copying numpy/f2py/f90mod_rules.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/f2py copying numpy/f2py/auxfuncs.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/f2py copying numpy/f2py/info.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/f2py copying numpy/f2py/__main__.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/f2py copying numpy/f2py/func2subr.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/f2py copying numpy/f2py/use_rules.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/f2py copying numpy/f2py/__version__.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/f2py copying numpy/f2py/capi_maps.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/f2py copying numpy/f2py/common_rules.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/f2py copying numpy/f2py/setup.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/f2py creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/fft copying numpy/fft/setup.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/fft copying numpy/fft/__init__.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/fft copying numpy/fft/helper.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/fft copying numpy/fft/fftpack.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/fft copying numpy/fft/info.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/fft creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/lib copying numpy/lib/_datasource.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/lib copying numpy/lib/arrayterator.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/lib copying numpy/lib/utils.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/lib copying numpy/lib/_version.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/lib copying numpy/lib/scimath.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/lib copying numpy/lib/ufunclike.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/lib copying numpy/lib/setup.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/lib copying numpy/lib/__init__.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/lib copying numpy/lib/nanfunctions.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/lib copying numpy/lib/_iotools.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/lib copying numpy/lib/function_base.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/lib copying numpy/lib/npyio.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/lib copying numpy/lib/polynomial.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/lib copying numpy/lib/user_array.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/lib copying numpy/lib/arraysetops.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/lib copying numpy/lib/twodim_base.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/lib copying numpy/lib/index_tricks.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/lib copying numpy/lib/shape_base.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/lib copying numpy/lib/info.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/lib copying numpy/lib/stride_tricks.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/lib copying numpy/lib/type_check.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/lib copying numpy/lib/arraypad.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/lib copying numpy/lib/format.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/lib copying numpy/lib/mixins.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/lib copying numpy/lib/financial.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/lib copying numpy/lib/recfunctions.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/lib creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/linalg copying numpy/linalg/setup.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/linalg copying numpy/linalg/__init__.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/linalg copying numpy/linalg/info.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/linalg copying numpy/linalg/linalg.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/linalg creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/ma copying numpy/ma/core.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/ma copying numpy/ma/timer_comparison.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/ma copying numpy/ma/setup.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/ma copying numpy/ma/testutils.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/ma copying numpy/ma/bench.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/ma copying numpy/ma/__init__.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/ma copying numpy/ma/extras.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/ma copying numpy/ma/mrecords.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/ma copying numpy/ma/version.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/ma creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/matrixlib copying numpy/matrixlib/setup.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/matrixlib copying numpy/matrixlib/__init__.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/matrixlib copying numpy/matrixlib/defmatrix.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/matrixlib creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/polynomial copying numpy/polynomial/hermite.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/polynomial copying numpy/polynomial/setup.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/polynomial copying numpy/polynomial/__init__.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/polynomial copying numpy/polynomial/laguerre.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/polynomial copying numpy/polynomial/legendre.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/polynomial copying numpy/polynomial/polynomial.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/polynomial copying numpy/polynomial/chebyshev.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/polynomial copying numpy/polynomial/polyutils.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/polynomial copying numpy/polynomial/hermite_e.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/polynomial copying numpy/polynomial/_polybase.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/polynomial creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/random copying numpy/random/setup.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/random copying numpy/random/__init__.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/random copying numpy/random/info.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/random creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/testing copying numpy/testing/utils.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/testing copying numpy/testing/setup.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/testing copying numpy/testing/__init__.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/testing copying numpy/testing/nosetester.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/testing copying numpy/testing/noseclasses.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/testing copying numpy/testing/print_coercion_tables.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/testing copying numpy/testing/decorators.py -> /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/testing warning: build_py: byte-compiling is disabled, skipping. running build_clib customize UnixCCompiler customize UnixCCompiler using build_clib building 'npymath' library compiling C sources C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -fPIC creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6 creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/npymath creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/var creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/var/tmp creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/var/tmp/portage creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/var/tmp/portage/dev-python creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/var/tmp/portage/dev-python/numpy-1.13.0 creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/var/tmp/portage/dev-python/numpy-1.13.0/work creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6 creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6 creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath compile options: '-I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath -Inumpy/core/include -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/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 -I/usr/include/python3.6m -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath -c' x86_64-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath/npy_math_complex.c x86_64-pc-linux-gnu-gcc: numpy/core/src/npymath/npy_math.c x86_64-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath/ieee754.c x86_64-pc-linux-gnu-gcc: numpy/core/src/npymath/halffloat.c x86_64-pc-linux-gnu-ar: adding 4 object files to /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/libnpymath.a building 'npysort' library compiling C sources C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -fPIC creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npysort compile options: '-I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -Inumpy/core/include -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/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 -I/usr/include/python3.6m -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath -c' x86_64-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npysort/quicksort.c x86_64-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npysort/mergesort.c x86_64-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npysort/selection.c x86_64-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npysort/heapsort.c x86_64-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npysort/binsearch.c x86_64-pc-linux-gnu-ar: adding 5 object files to /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/libnpysort.a running build_ext customize UnixCCompiler customize UnixCCompiler using build_ext building 'numpy.core.multiarray' extension building 'numpy.core._dummy' extension building 'numpy.core.umath' extension compiling C sources compiling C sources building 'numpy.core.test_rational' extension compiling C sources building 'numpy.core.struct_ufunc_test' extension C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -fPIC building 'numpy.core.operand_flag_tests' extension building 'numpy.core.umath_tests' extension building 'numpy.fft.fftpack_lite' extension building 'numpy.core.multiarray_tests' extension compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/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 -I/usr/include/python3.6m -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath -c' C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -fPIC compiling C sources compiling C sources compiling C sources C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -fPIC x86_64-pc-linux-gnu-gcc: numpy/core/src/dummymodule.c creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/umath compiling C sources compiling C sources compiling C sources creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/multiarray C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -fPIC C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -fPIC C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -fPIC C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -fPIC creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/umath C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -fPIC creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/umath C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -fPIC creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/fft creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/multiarray creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/umath compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/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 -I/usr/include/python3.6m -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath -c' creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/multiarray compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/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 -I/usr/include/python3.6m -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath -c' compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/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 -I/usr/include/python3.6m -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath -c' compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/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 -I/usr/include/python3.6m -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath -c' compile options: '-Inumpy/core/include -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/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 -I/usr/include/python3.6m -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath -c' creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/private x86_64-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/umath/test_rational.c x86_64-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/umath/umath_tests.c creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/private compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/umath -Inumpy/core/include -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/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 -I/usr/include/python3.6m -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath -c' x86_64-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/umath/operand_flag_tests.c x86_64-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/umath/struct_ufunc_test.c compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/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 -I/usr/include/python3.6m -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath -c' compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -Inumpy/core/include -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/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 -I/usr/include/python3.6m -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath -c' x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/alloc.c x86_64-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/multiarray/arraytypes.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/buffer.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/array_assign_scalar.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -shared -Wl,-O1 -Wl,--as-needed -shared -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/dummymodule.o -L/usr/lib64 -L/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6 -lm -lpython3.6m -o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/core/_dummy.cpython-36m-x86_64-linux-gnu.so x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/compiled_base.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -shared -Wl,-O1 -Wl,--as-needed -shared -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/umath/operand_flag_tests.o -L/usr/lib64 -L/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6 -lpython3.6m -o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/core/operand_flag_tests.cpython-36m-x86_64-linux-gnu.so x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/convert.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -shared -Wl,-O1 -Wl,--as-needed -shared -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/umath/struct_ufunc_test.o -L/usr/lib64 -L/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6 -lpython3.6m -o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/core/struct_ufunc_test.cpython-36m-x86_64-linux-gnu.so x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/conversion_utils.c building 'numpy.linalg.lapack_lite' extension compiling C sources C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -fPIC creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/linalg creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/linalg/lapack_lite compile options: '-Inumpy/core/include -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/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 -I/usr/include/python3.6m -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath -c' x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/arrayobject.c building 'numpy.linalg._umath_linalg' extension compiling C sources C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -fPIC creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/linalg compile options: '-Inumpy/core/include -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/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 -I/usr/include/python3.6m -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath -c' building 'numpy.random.mtrand' extension compiling C sources C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing -fPIC creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/random creating /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/random/mtrand compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/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 -I/usr/include/python3.6m -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/private -I/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/npymath -c' x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/datetime_busday.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -shared -Wl,-O1 -Wl,--as-needed -shared -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/umath/umath_tests.o -L/usr/lib64 -L/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6 -lpython3.6m -o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/core/umath_tests.cpython-36m-x86_64-linux-gnu.so x86_64-pc-linux-gnu-gcc: numpy/fft/fftpack_litemodule.c x86_64-pc-linux-gnu-gcc: numpy/fft/fftpack.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/convert_datatype.c x86_64-pc-linux-gnu-gcc: numpy/core/src/private/mem_overlap.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/ctors.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/datetime_busdaycal.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/common.c x86_64-pc-linux-gnu-gcc: numpy/core/src/umath/ufunc_object.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -shared -Wl,-O1 -Wl,--as-needed -shared -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/umath/test_rational.o -L/usr/lib64 -L/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6 -lpython3.6m -o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/core/test_rational.cpython-36m-x86_64-linux-gnu.so x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/descriptor.c x86_64-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/multiarray/einsum.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/getset.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/item_selection.c x86_64-pc-linux-gnu-gcc: numpy/linalg/lapack_litemodule.c x86_64-pc-linux-gnu-gcc: numpy/linalg/lapack_lite/f2c.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/hashdescr.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -shared -Wl,-O1 -Wl,--as-needed -shared -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/fft/fftpack_litemodule.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/fft/fftpack.o -L/usr/lib64 -L/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6 -lpython3.6m -o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/fft/fftpack_lite.cpython-36m-x86_64-linux-gnu.so x86_64-pc-linux-gnu-gcc: numpy/linalg/lapack_lite/f2c_c_lapack.c x86_64-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/multiarray/lowlevel_strided_loops.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/methods.c x86_64-pc-linux-gnu-gcc: numpy/linalg/lapack_lite/f2c_lapack.c x86_64-pc-linux-gnu-gcc: numpy/linalg/lapack_lite/f2c_blas.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/dtype_transfer.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/iterators.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/multiarraymodule.c x86_64-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/linalg/umath_linalg.c x86_64-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/multiarray/nditer_templ.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/nditer_constr.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/number.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/flagsobject.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/calculation.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/nditer_api.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/refcount.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/numpyos.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/shape.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/sequence.c x86_64-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/multiarray/scalartypes.c x86_64-pc-linux-gnu-gcc: numpy/core/src/umath/override.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/usertypes.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/vdot.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/scalarapi.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/ucsnarrow.c x86_64-pc-linux-gnu-gcc: numpy/linalg/lapack_lite/f2c_d_lapack.c x86_64-pc-linux-gnu-gcc: numpy/linalg/lapack_lite/f2c_s_lapack.c x86_64-pc-linux-gnu-gcc: numpy/linalg/lapack_lite/f2c_lapack.c x86_64-pc-linux-gnu-gcc: numpy/linalg/lapack_lite/f2c_config.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/datetime.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/array_assign_array.c x86_64-pc-linux-gnu-gcc: numpy/random/mtrand/randomkit.c x86_64-pc-linux-gnu-gcc: numpy/random/mtrand/initarray.c x86_64-pc-linux-gnu-gcc: numpy/random/mtrand/distributions.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/temp_elide.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/nditer_pywrap.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/datetime_strings.c x86_64-pc-linux-gnu-gcc: numpy/core/src/umath/umathmodule.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/array_assign.c x86_64-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/umath/loops.c x86_64-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/umath/scalarmath.c x86_64-pc-linux-gnu-gcc: numpy/core/src/umath/ufunc_type_resolution.c x86_64-pc-linux-gnu-gcc: numpy/core/src/private/ufunc_override.c x86_64-pc-linux-gnu-gcc: numpy/core/src/private/mem_overlap.c x86_64-pc-linux-gnu-gcc: numpy/linalg/lapack_lite/python_xerbla.c x86_64-pc-linux-gnu-gcc: numpy/linalg/lapack_lite/f2c_z_lapack.c x86_64-pc-linux-gnu-gcc: numpy/linalg/lapack_lite/f2c_config.c x86_64-pc-linux-gnu-gcc: numpy/random/mtrand/mtrand.c x86_64-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/multiarray/multiarray_tests.c x86_64-pc-linux-gnu-gcc: numpy/core/src/umath/reduction.c x86_64-pc-linux-gnu-gcc: numpy/linalg/lapack_lite/f2c_c_lapack.c x86_64-pc-linux-gnu-gcc: numpy/linalg/lapack_lite/f2c_blas.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -shared -Wl,-O1 -Wl,--as-needed -shared -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/multiarray/multiarray_tests.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/private/mem_overlap.o -L/usr/lib64 -L/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6 -lpython3.6m -o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/core/multiarray_tests.cpython-36m-x86_64-linux-gnu.so x86_64-pc-linux-gnu-gcc: numpy/core/src/private/ufunc_override.c x86_64-pc-linux-gnu-gcc: numpy/linalg/lapack_lite/python_xerbla.c x86_64-pc-linux-gnu-gcc: numpy/core/src/private/mem_overlap.c x86_64-pc-linux-gnu-gcc: numpy/core/src/multiarray/mapping.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -shared -Wl,-O1 -Wl,--as-needed -shared -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/multiarray/alloc.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/multiarray/arrayobject.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/multiarray/arraytypes.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/multiarray/array_assign.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/multiarray/array_assign_scalar.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/multiarray/array_assign_array.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/multiarray/buffer.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/multiarray/calculation.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/multiarray/compiled_base.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/multiarray/common.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/multiarray/convert.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/multiarray/convert_datatype.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/multiarray/conversion_utils.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/multiarray/ctors.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/multiarray/datetime.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/multiarray/datetime_strings.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/multiarray/datetime_busday.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/multiarray/datetime_busdaycal.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/multiarray/descriptor.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/multiarray/dtype_transfer.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/multiarray/einsum.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/multiarray/flagsobject.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/multiarray/getset.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/multiarray/hashdescr.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/multiarray/item_selection.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/multiarray/iterators.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/multiarray/lowlevel_strided_loops.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/multiarray/mapping.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/multiarray/methods.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/multiarray/multiarraymodule.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/multiarray/nditer_templ.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/multiarray/nditer_api.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/multiarray/nditer_constr.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/multiarray/nditer_pywrap.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/multiarray/number.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/multiarray/numpyos.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/multiarray/refcount.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/multiarray/sequence.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/multiarray/shape.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/multiarray/scalarapi.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/multiarray/scalartypes.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/multiarray/temp_elide.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/multiarray/usertypes.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/multiarray/ucsnarrow.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/multiarray/vdot.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/private/mem_overlap.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/private/ufunc_override.o -L/usr/lib64 -L/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6 -lnpymath -lnpysort -lm -lpython3.6m -o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/core/multiarray.cpython-36m-x86_64-linux-gnu.so x86_64-pc-linux-gnu-gcc: numpy/linalg/lapack_lite/f2c_d_lapack.c x86_64-pc-linux-gnu-gcc: numpy/linalg/lapack_lite/f2c_s_lapack.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -shared -Wl,-O1 -Wl,--as-needed -shared -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/linalg/lapack_litemodule.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/linalg/lapack_lite/python_xerbla.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/linalg/lapack_lite/f2c_z_lapack.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/linalg/lapack_lite/f2c_c_lapack.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/linalg/lapack_lite/f2c_d_lapack.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/linalg/lapack_lite/f2c_s_lapack.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/linalg/lapack_lite/f2c_lapack.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/linalg/lapack_lite/f2c_blas.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/linalg/lapack_lite/f2c_config.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/linalg/lapack_lite/f2c.o -L/usr/lib64 -L/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6 -lpython3.6m -o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/linalg/lapack_lite.cpython-36m-x86_64-linux-gnu.so /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/linalg/lapack_lite/f2c_d_lapack.o: file not recognized: File truncated collect2: error: ld returned 1 exit status /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/linalg/lapack_lite/f2c_d_lapack.o: file not recognized: File truncated collect2: error: ld returned 1 exit status x86_64-pc-linux-gnu-gcc: numpy/linalg/lapack_lite/f2c_z_lapack.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -shared -Wl,-O1 -Wl,--as-needed -shared -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/linalg/umath_linalg.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/linalg/lapack_lite/python_xerbla.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/linalg/lapack_lite/f2c_z_lapack.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/linalg/lapack_lite/f2c_c_lapack.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/linalg/lapack_lite/f2c_d_lapack.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/linalg/lapack_lite/f2c_s_lapack.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/linalg/lapack_lite/f2c_lapack.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/linalg/lapack_lite/f2c_blas.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/linalg/lapack_lite/f2c_config.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/linalg/lapack_lite/f2c.o -L/usr/lib64 -L/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6 -lnpymath -lpython3.6m -o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/linalg/_umath_linalg.cpython-36m-x86_64-linux-gnu.so x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -shared -Wl,-O1 -Wl,--as-needed -shared -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/random/mtrand/mtrand.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/random/mtrand/randomkit.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/random/mtrand/initarray.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/random/mtrand/distributions.o -L/usr/lib64 -L/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6 -lpython3.6m -o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/random/mtrand.cpython-36m-x86_64-linux-gnu.so x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -shared -Wl,-O1 -Wl,--as-needed -shared -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/umath/umathmodule.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/umath/reduction.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/umath/loops.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/umath/ufunc_object.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/src.linux-x86_64-3.6/numpy/core/src/umath/scalarmath.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/umath/ufunc_type_resolution.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/umath/override.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/private/mem_overlap.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/core/src/private/ufunc_override.o -L/usr/lib64 -L/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6 -lnpymath -lm -lpython3.6m -o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/core/umath.cpython-36m-x86_64-linux-gnu.so Running from numpy source directory. /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0/numpy/distutils/system_info.py:552: 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. self.calc_info() /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0/numpy/distutils/system_info.py:552: 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. self.calc_info() /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0/numpy/distutils/system_info.py:552: 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. self.calc_info() /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0/numpy/distutils/system_info.py:552: 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. self.calc_info() /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0/numpy/distutils/system_info.py:552: 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. self.calc_info() /usr/lib64/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'define_macros' warnings.warn(msg) error: Command "x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -shared -Wl,-O1 -Wl,--as-needed -shared -O2 -pipe -march=native -finline-functions -fomit-frame-pointer -fno-strict-aliasing /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/linalg/lapack_litemodule.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/linalg/lapack_lite/python_xerbla.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/linalg/lapack_lite/f2c_z_lapack.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/linalg/lapack_lite/f2c_c_lapack.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/linalg/lapack_lite/f2c_d_lapack.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/linalg/lapack_lite/f2c_s_lapack.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/linalg/lapack_lite/f2c_lapack.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/linalg/lapack_lite/f2c_blas.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/linalg/lapack_lite/f2c_config.o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6/numpy/linalg/lapack_lite/f2c.o -L/usr/lib64 -L/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/temp.linux-x86_64-3.6 -lpython3.6m -o /var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0-python3_6/lib/numpy/linalg/lapack_lite.cpython-36m-x86_64-linux-gnu.so" failed with exit status 1 * ERROR: dev-python/numpy-1.13.0::gentoo failed (compile phase): * (no error message) * * Call stack: * ebuild.sh, line 115: Called src_compile * environment, line 4412: Called distutils-r1_src_compile * environment, line 1263: Called _distutils-r1_run_foreach_impl 'python_compile' * environment, line 339: Called python_foreach_impl 'distutils-r1_run_phase' 'python_compile' * environment, line 3782: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_compile' * environment, line 2861: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_compile' * environment, line 2859: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_compile' * environment, line 818: Called distutils-r1_run_phase 'python_compile' * environment, line 1256: Called python_compile * environment, line 3370: Called distutils-r1_python_compile '-j' '9' * environment, line 1131: Called esetup.py 'build' '-j' '9' * environment, line 1803: Called die * The specific snippet of code: * "${@}" || die "${die_args[@]}"; * * If you need support, post the output of `emerge --info '=dev-python/numpy-1.13.0::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-python/numpy-1.13.0::gentoo'`. * The complete build log is located at '/var/tmp/portage/dev-python/numpy-1.13.0/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/numpy-1.13.0/temp/environment'. * Working directory: '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0' * S: '/var/tmp/portage/dev-python/numpy-1.13.0/work/numpy-1.13.0'