# emerge -1 numpy Calculating dependencies ... done! >>> Verifying ebuild manifests >>> Emerging (1 of 1) dev-python/numpy-1.14.5::gentoo * numpy-1.14.5.zip BLAKE2B SHA512 size ;-) ... [ ok ] * Using following Fortran compiler: * F77: x86_64-pc-linux-gnu-gfortran * FC: x86_64-pc-linux-gnu-gfortran >>> Unpacking source... >>> Unpacking numpy-1.14.5.zip to /var/tmp/portage/dev-python/numpy-1.14.5/work >>> Source unpacked in /var/tmp/portage/dev-python/numpy-1.14.5/work >>> Preparing source in /var/tmp/portage/dev-python/numpy-1.14.5/work/numpy-1.14.5 ... * Applying numpy-1.14.5-no-hardcode-blas.patch ... [ ok ] * Applying numpy-1.14.5-py37.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/numpy-1.14.5/work/numpy-1.14.5 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/numpy-1.14.5/work/numpy-1.14.5 ... * python2_7: running distutils-r1_run_phase python_compile python2.7 setup.py build -j 1 config_fc --noopt --noarch --fcompiler=gnu95 Running from numpy source directory. blas_opt_info: system_info: NOT AVAILABLE /var/tmp/portage/dev-python/numpy-1.14.5/work/numpy-1.14.5/numpy/distutils/system_info.py:603: 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: customize UnixCCompiler customize UnixCCompiler C compiler: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -O2 -pipe -march=native -fno-strict-aliasing -fPIC creating /var/tmp/portage/dev-python/numpy-1.14.5/temp/tmpFe_9I1/var creating /var/tmp/portage/dev-python/numpy-1.14.5/temp/tmpFe_9I1/var/tmp creating /var/tmp/portage/dev-python/numpy-1.14.5/temp/tmpFe_9I1/var/tmp/portage creating /var/tmp/portage/dev-python/numpy-1.14.5/temp/tmpFe_9I1/var/tmp/portage/dev-python creating /var/tmp/portage/dev-python/numpy-1.14.5/temp/tmpFe_9I1/var/tmp/portage/dev-python/numpy-1.14.5 creating /var/tmp/portage/dev-python/numpy-1.14.5/temp/tmpFe_9I1/var/tmp/portage/dev-python/numpy-1.14.5/temp creating /var/tmp/portage/dev-python/numpy-1.14.5/temp/tmpFe_9I1/var/tmp/portage/dev-python/numpy-1.14.5/temp/tmpFe_9I1 compile options: '-I -c' x86_64-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-1.14.5/temp/tmpFe_9I1/source.c FOUND: libraries = ['blas', 'cblas'] library_dirs = ['/usr/lib64/blas/reference', '/usr/lib64'] include_dirs = [''] FOUND: libraries = ['blas', 'cblas'] library_dirs = ['/usr/lib64/blas/reference', '/usr/lib64'] define_macros = [('NO_ATLAS_INFO', 1)] include_dirs = [''] /bin/sh: svnversion: command not found /bin/sh: svnversion: command not found F2PY Version 2 lapack_opt_info: lapack_info: customize UnixCCompiler FOUND: libraries = ['blas', 'lapack'] library_dirs = ['/usr/lib64/blas/reference', '/usr/lib64/lapack/reference'] language = f77 FOUND: libraries = ['blas', 'lapack', 'blas', 'cblas'] library_dirs = ['/usr/lib64/blas/reference', '/usr/lib64/lapack/reference', '/usr/lib64'] define_macros = [('NO_ATLAS_INFO', 1)] language = f77 include_dirs = [''] /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.14.5/work/numpy-1.14.5-python2_7/src.linux-x86_64-2.7 creating /var/tmp/portage/dev-python/numpy-1.14.5/work/numpy-1.14.5-python2_7/src.linux-x86_64-2.7/numpy creating /var/tmp/portage/dev-python/numpy-1.14.5/work/numpy-1.14.5-python2_7/src.linux-x86_64-2.7/numpy/distutils building library "npymath" sources customize Gnu95FCompiler Found executable /usr/bin/gfortran Found executable /usr/bin/x86_64-pc-linux-gnu-gfortran Could not locate executable x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -shared Found executable /usr/bin/x86_64-pc-linux-gnu-ar Traceback (most recent call last): File "setup.py", line 394, in setup_package() File "setup.py", line 386, in setup_package setup(**metadata) File "/var/tmp/portage/dev-python/numpy-1.14.5/work/numpy-1.14.5/numpy/distutils/core.py", line 169, in setup return old_setup(**new_attr) File "/usr/lib64/python2.7/site-packages/setuptools/__init__.py", line 143, in setup return distutils.core.setup(**attrs) File "/usr/lib64/python2.7/distutils/core.py", line 151, in setup dist.run_commands() File "/usr/lib64/python2.7/distutils/dist.py", line 953, in run_commands self.run_command(cmd) File "/usr/lib64/python2.7/distutils/dist.py", line 972, in run_command cmd_obj.run() File "/var/tmp/portage/dev-python/numpy-1.14.5/work/numpy-1.14.5/numpy/distutils/command/build.py", line 47, in run old_build.run(self) File "/usr/lib64/python2.7/distutils/command/build.py", line 127, in run self.run_command(cmd_name) File "/usr/lib64/python2.7/distutils/cmd.py", line 326, in run_command self.distribution.run_command(command) File "/usr/lib64/python2.7/distutils/dist.py", line 972, in run_command cmd_obj.run() File "/var/tmp/portage/dev-python/numpy-1.14.5/work/numpy-1.14.5/numpy/distutils/command/build_src.py", line 148, in run self.build_sources() File "/var/tmp/portage/dev-python/numpy-1.14.5/work/numpy-1.14.5/numpy/distutils/command/build_src.py", line 159, in build_sources self.build_library_sources(*libname_info) File "/var/tmp/portage/dev-python/numpy-1.14.5/work/numpy-1.14.5/numpy/distutils/command/build_src.py", line 294, in build_library_sources sources = self.generate_sources(sources, (lib_name, build_info)) File "/var/tmp/portage/dev-python/numpy-1.14.5/work/numpy-1.14.5/numpy/distutils/command/build_src.py", line 377, in generate_sources source = func(extension, build_dir) File "numpy/core/setup.py", line 673, in get_mathlib_info st = config_cmd.try_link('int main(void) { return 0;}') File "/usr/lib64/python2.7/distutils/command/config.py", line 248, in try_link self._check_compiler() File "/var/tmp/portage/dev-python/numpy-1.14.5/work/numpy-1.14.5/numpy/distutils/command/config.py", line 84, in _check_compiler if self.fcompiler.get_version(): File "/var/tmp/portage/dev-python/numpy-1.14.5/work/numpy-1.14.5/numpy/distutils/fcompiler/__init__.py", line 430, in get_version raise CompilerNotFound() numpy.distutils.fcompiler.CompilerNotFound * ERROR: dev-python/numpy-1.14.5::gentoo failed (compile phase): * (no error message) * * Call stack: * ebuild.sh, line 124: Called src_compile * environment, line 4173: Called distutils-r1_src_compile * environment, line 1217: Called _distutils-r1_run_foreach_impl 'python_compile' * environment, line 387: Called python_foreach_impl 'distutils-r1_run_phase' 'python_compile' * environment, line 3591: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_compile' * environment, line 2745: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_compile' * environment, line 2743: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_compile' * environment, line 851: Called distutils-r1_run_phase 'python_compile' * environment, line 1210: Called python_compile * environment, line 3177: Called distutils-r1_python_compile '-j' '1' 'config_fc' '--noopt' '--noarch' '--fcompiler=gnu95' * environment, line 1080: Called esetup.py 'build' '-j' '1' 'config_fc' '--noopt' '--noarch' '--fcompiler=gnu95' * environment, line 1764: Called die * The specific snippet of code: * "${@}" || die "${die_args[@]}"; * * If you need support, post the output of `emerge --info '=dev-python/numpy-1.14.5::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-python/numpy-1.14.5::gentoo'`. * The complete build log is located at '/var/tmp/portage/dev-python/numpy-1.14.5/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/numpy-1.14.5/temp/environment'. * Working directory: '/var/tmp/portage/dev-python/numpy-1.14.5/work/numpy-1.14.5' * S: '/var/tmp/portage/dev-python/numpy-1.14.5/work/numpy-1.14.5' >>> Failed to emerge dev-python/numpy-1.14.5 * Messages for package dev-python/numpy-1.14.5: * ERROR: dev-python/numpy-1.14.5::gentoo failed (compile phase): * (no error message) * * Call stack: * ebuild.sh, line 124: Called src_compile * environment, line 4173: Called distutils-r1_src_compile * environment, line 1217: Called _distutils-r1_run_foreach_impl 'python_compile' * environment, line 387: Called python_foreach_impl 'distutils-r1_run_phase' 'python_compile' * environment, line 3591: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_compile' * environment, line 2745: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_compile' * environment, line 2743: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_compile' * environment, line 851: Called distutils-r1_run_phase 'python_compile' * environment, line 1210: Called python_compile * environment, line 3177: Called distutils-r1_python_compile '-j' '1' 'config_fc' '--noopt' '--noarch' '--fcompiler=gnu95' * environment, line 1080: Called esetup.py 'build' '-j' '1' 'config_fc' '--noopt' '--noarch' '--fcompiler=gnu95' * environment, line 1764: Called die * The specific snippet of code: * "${@}" || die "${die_args[@]}"; * * If you need support, post the output of `emerge --info '=dev-python/numpy-1.14.5::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-python/numpy-1.14.5::gentoo'`. * The complete build log is located at '/var/tmp/portage/dev-python/numpy-1.14.5/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/numpy-1.14.5/temp/environment'. * Working directory: '/var/tmp/portage/dev-python/numpy-1.14.5/work/numpy-1.14.5' * S: '/var/tmp/portage/dev-python/numpy-1.14.5/work/numpy-1.14.5' * * The following package has failed to build, install, or execute postinst: * * (dev-python/numpy-1.14.5:0/0::gentoo, ebuild scheduled for merge) *