* Package: dev-python/pyproj-2.4.2-r1 * Repository: gentoo * Maintainer: python@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python3_7 userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox @@@@@ PLEASE PAY ATTENTION HERE!!! @@@@@ This information may help you to understand if this is a duplicate or if this bug exists after you pushed a fix; This ebuild was merged at the following commit: https://github.com/gentoo-mirror/gentoo/commit/a019c14b16d7a3a68927a94fa1c1eaa7978622cd @@@@@ END @@@@@ >>> Unpacking source... >>> Unpacking pyproj-2.4.2.tar.gz to /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work >>> Source unpacked in /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work >>> Preparing source in /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2 ... * Applying pyproj-2.4.2-conftest.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2 ... * python3_7: running distutils-r1_run_phase distutils-r1_python_compile python3.7 setup.py build -j 2 running build running build_py creating /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2-python3_7/lib/pyproj copying pyproj/geod.py -> /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2-python3_7/lib/pyproj copying pyproj/__main__.py -> /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2-python3_7/lib/pyproj copying pyproj/__init__.py -> /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2-python3_7/lib/pyproj copying pyproj/cf1x8.py -> /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2-python3_7/lib/pyproj copying pyproj/_show_versions.py -> /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2-python3_7/lib/pyproj copying pyproj/datadir.py -> /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2-python3_7/lib/pyproj copying pyproj/utils.py -> /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2-python3_7/lib/pyproj copying pyproj/enums.py -> /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2-python3_7/lib/pyproj copying pyproj/transformer.py -> /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2-python3_7/lib/pyproj copying pyproj/compat.py -> /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2-python3_7/lib/pyproj copying pyproj/proj.py -> /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2-python3_7/lib/pyproj copying pyproj/exceptions.py -> /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2-python3_7/lib/pyproj copying pyproj/crs.py -> /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2-python3_7/lib/pyproj warning: build_py: byte-compiling is disabled, skipping. running build_ext building 'pyproj._proj' extension creating /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2-python3_7/temp.linux-x86_64-3.7 creating /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2-python3_7/temp.linux-x86_64-3.7/pyproj x86_64-pc-linux-gnu-clang -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -fPIC -I/usr/include -I/usr/include/python3.7m -c pyproj/_proj.c -o /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2-python3_7/temp.linux-x86_64-3.7/pyproj/_proj.o building 'pyproj._geod' extension x86_64-pc-linux-gnu-clang -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -fPIC -I/usr/include -I/usr/include/python3.7m -c pyproj/_geod.c -o /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2-python3_7/temp.linux-x86_64-3.7/pyproj/_geod.o pyproj/_proj.c:2022:17:pyproj/_geod.c:1946:17: warning: 'PyObject_AsWriteBuffer' is deprecated [-Wdeprecated-declarations] __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_v_lons, (&__pyx_v_londata), (&__pyx_v_buflenlons)) != 0) != 0); ^ /usr/include/python3.7m/abstract.h:503:40: note: 'PyObject_AsWriteBuffer' has been explicitly marked deprecated here Py_DEPRECATED(3.0); ^ /usr/include/python3.7m/pyport.h:493:54: note: expanded from macro 'Py_DEPRECATED' #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) ^ pyproj/_geod.c:1978:17: warning: 'PyObject_AsWriteBuffer' is deprecated [-Wdeprecated-declarations] __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_v_lats, (&__pyx_v_latdata), (&__pyx_v_buflenlats)) != 0) != 0); ^ /usr/include/python3.7m/abstract.h:503:40: note: 'PyObject_AsWriteBuffer' has been explicitly marked deprecated here Py_DEPRECATED(3.0); ^ /usr/include/python3.7m/pyport.h:493:54: note: expanded from macro 'Py_DEPRECATED' #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) ^ pyproj/_geod.c:2010:17: warning: 'PyObject_AsWriteBuffer' is deprecated [-Wdeprecated-declarations] __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_v_az, (&__pyx_v_azdat), (&__pyx_v_buflenaz)) != 0) != 0); ^ /usr/include/python3.7m/abstract.h:503:40: note: 'PyObject_AsWriteBuffer' has been explicitly marked deprecated here Py_DEPRECATED(3.0); ^ /usr/include/python3.7m/pyport.h:493:54: note: expanded from macro 'Py_DEPRECATED' #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) ^ pyproj/_geod.c:2042:17: warning: 'PyObject_AsWriteBuffer' is deprecated [-Wdeprecated-declarations] __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_v_dist, (&__pyx_v_distdat), (&__pyx_v_buflend)) != 0) != 0); ^ /usr/include/python3.7m/abstract.h:503:40: note: 'PyObject_AsWriteBuffer' has been explicitly marked deprecated here Py_DEPRECATED(3.0); ^ /usr/include/python3.7m/pyport.h:493:54: note: expanded from macro 'Py_DEPRECATED' #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) ^ warning: 'PyObject_AsWriteBuffer' is deprecated [-Wdeprecated-declarations] __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_v_lons, (&__pyx_v_londata), (&__pyx_v_buflenx)) != 0) != 0); ^ /usr/include/python3.7m/abstract.h:503:40: note: 'PyObject_AsWriteBuffer' has been explicitly marked deprecated here Py_DEPRECATED(3.0); ^ /usr/include/python3.7m/pyport.h:493:54: note: expanded from macro 'Py_DEPRECATED' #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) ^ pyproj/_proj.c:2069:17: warning: 'PyObject_AsWriteBuffer' is deprecated [-Wdeprecated-declarations] __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_v_lats, (&__pyx_v_latdata), (&__pyx_v_bufleny)) != 0) != 0); ^ /usr/include/python3.7m/abstract.hpyproj/_geod.c:2635:17: warning: 'PyObject_AsWriteBuffer' is deprecated [-Wdeprecated-declarations] __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_v_lons1, (&__pyx_v_londata), (&__pyx_v_buflenlons)) != 0) != 0); ^ /usr/include/python3.7m/abstract.h:503:40: note: 'PyObject_AsWriteBuffer' has been explicitly marked deprecated here Py_DEPRECATED(3.0); ^ /usr/include/python3.7m/pyport.h:493:54: note: expanded from macro 'Py_DEPRECATED' :503#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) ^ :40: note: 'PyObject_AsWriteBuffer' has been explicitly marked deprecated here Py_DEPRECATED(3.0); ^ /usr/include/python3.7m/pyport.hpyproj/_geod.c:2667:17: warning: 'PyObject_AsWriteBuffer' is deprecated [-Wdeprecated-declarations] :493 __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_v_lats1, (&__pyx_v_latdata), (&__pyx_v_buflenlats)) != 0) != 0);: ^ /usr/include/python3.7m/abstract.h:503:40: note: 'PyObject_AsWriteBuffer' has been explicitly marked deprecated here 54 Py_DEPRECATED(3.0);: ^ /usr/include/python3.7m/pyport.h:493:54: note: expanded from macro 'Py_DEPRECATED' note#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) ^ : expanded from macro 'Py_DEPRECATED' #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) ^ pyproj/_geod.c:2699:17: warning: 'PyObject_AsWriteBuffer' is deprecated [-Wdeprecated-declarations] __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_v_lons2, (&__pyx_v_azdat), (&__pyx_v_buflenaz)) != 0) != 0); ^ /usr/include/python3.7m/abstract.h:503:40: note: 'PyObject_AsWriteBuffer' has been explicitly marked deprecated here Py_DEPRECATED(3.0); ^ /usr/include/python3.7m/pyport.h:493:54: note: expanded from macro 'Py_DEPRECATED' #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) ^ pyproj/_geod.c:2731:17: warning: 'PyObject_AsWriteBuffer' is deprecated [-Wdeprecated-declarations] __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_v_lats2, (&__pyx_v_distdat), (&__pyx_v_buflend)) != 0) != 0); ^ /usr/include/python3.7m/abstract.h:503:40: note: 'PyObject_AsWriteBuffer' has been explicitly marked deprecated here Py_DEPRECATED(3.0); ^ /usr/include/python3.7m/pyport.h:493:54: note: expanded from macro 'Py_DEPRECATED' #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) ^ pyproj/_geod.c:3757:17: warning: 'PyObject_AsWriteBuffer' is deprecated [-Wdeprecated-declarations] __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_v_lons, (&__pyx_v_londata), (&__pyx_v_buflenlons)) != 0) != 0); ^ /usr/include/python3.7m/abstract.h:503:40: note: 'PyObject_AsWriteBuffer' has been explicitly marked deprecated here Py_DEPRECATED(3.0); ^ /usr/include/python3.7m/pyport.h:493:54: note: expanded from macro 'Py_DEPRECATED' #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) ^ pyproj/_geod.c:3789:17: warning: 'PyObject_AsWriteBuffer' is deprecated [-Wdeprecated-declarations] __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_v_lats, (&__pyx_v_latdata), (&__pyx_v_buflenlats)) != 0) != 0); ^ /usr/include/python3.7m/abstract.h:503:40: note: 'PyObject_AsWriteBuffer' has been explicitly marked deprecated here Py_DEPRECATED(3.0); ^ /usr/include/python3.7m/pyport.h:493:54: note: expanded from macro 'Py_DEPRECATED' #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) ^ pyproj/_proj.cpyproj/_geod.c:4259:17: warning: 'PyObject_AsWriteBuffer' is deprecated [-Wdeprecated-declarations] __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_v_lons, (&__pyx_v_londata), (&__pyx_v_buflenlons)) != 0) != 0); ^ /usr/include/python3.7m/abstract.h:503:40: note: 'PyObject_AsWriteBuffer' has been explicitly marked deprecated here Py_DEPRECATED(3.0); ^ /usr/include/python3.7m/pyport.h:493:54: note: expanded from macro 'Py_DEPRECATED' #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) ^ pyproj/_geod.c:4291:17: warning: 'PyObject_AsWriteBuffer' is deprecated [-Wdeprecated-declarations] __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_v_lats, (&__pyx_v_latdata), (&__pyx_v_buflenlats)) != 0) != 0); ^ /usr/include/python3.7m/abstract.h:503:40: note: 'PyObject_AsWriteBuffer' has been explicitly marked deprecated here Py_DEPRECATED(3.0); ^ /usr/include/python3.7m/pyport.h:493:54: note: expanded from macro 'Py_DEPRECATED' #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) ^ :3172:17: warning: 'PyObject_AsWriteBuffer' is deprecated [-Wdeprecated-declarations] __pyx_t_3 = ((PyObject_AsWriteBuffer(__pyx_v_x, (&__pyx_v_xdata), (&__pyx_v_buflenx)) != 0) != 0); ^ /usr/include/python3.7m/abstract.h:503:40: note: 'PyObject_AsWriteBuffer' has been explicitly marked deprecated here Py_DEPRECATED(3.0); ^ /usr/include/python3.7m/pyport.h:493:54: note: expanded from macro 'Py_DEPRECATED' #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) ^ pyproj/_proj.c:3219:17: warning: 'PyObject_AsWriteBuffer' is deprecated [-Wdeprecated-declarations] __pyx_t_3 = ((PyObject_AsWriteBuffer(__pyx_v_y, (&__pyx_v_ydata), (&__pyx_v_bufleny)) != 0) != 0); ^ /usr/include/python3.7m/abstract.h:503:40: note: 'PyObject_AsWriteBuffer' has been explicitly marked deprecated here Py_DEPRECATED(3.0); ^ /usr/include/python3.7m/pyport.h:493:54: note: expanded from macro 'Py_DEPRECATED' #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) ^ 12 warnings generated. x86_64-pc-linux-gnu-clang -shared -Wl,-O1 -Wl,--as-needed -fuse-ld=lld -Wl,--defsym=__gentoo_check_ldflags__=0 -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2-python3_7/temp.linux-x86_64-3.7/pyproj/_geod.o -L/usr/lib -L/usr/lib64 -L/usr/lib64 -R/usr/lib -R/usr/lib64 -lproj -lpython3.7m -o /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2-python3_7/lib/pyproj/_geod.cpython-37m-x86_64-linux-gnu.so ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/../../../../lib64/crti.o is incompatible with elf_x86_64 ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/crtbeginS.o is incompatible with elf_x86_64 ld.lld: error: /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2-python3_7/temp.linux-x86_64-3.7/pyproj/_geod.o is incompatible with elf_x86_64 ld.lld: error: /usr/lib64/libproj.so is incompatible with elf_x86_64 ld.lld: error: /usr/lib64/libpython3.7m.so is incompatible with elf_x86_64 ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/libgcc_s.so.1 is incompatible with elf_x86_64 ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/libgcc_s.so.1 is incompatible with elf_x86_64 ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/crtendS.o is incompatible with elf_x86_64 ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/../../../../lib64/crtn.o is incompatible with elf_x86_64 clang-10: error: linker command failed with exit code 1 (use -v to see invocation) building 'pyproj._crs' extension x86_64-pc-linux-gnu-clang -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -fPIC -I/usr/include -I/usr/include/python3.7m -c pyproj/_crs.c -o /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2-python3_7/temp.linux-x86_64-3.7/pyproj/_crs.o 4 warnings generated. x86_64-pc-linux-gnu-clang -shared -Wl,-O1 -Wl,--as-needed -fuse-ld=lld -Wl,--defsym=__gentoo_check_ldflags__=0 -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2-python3_7/temp.linux-x86_64-3.7/pyproj/_proj.o -L/usr/lib -L/usr/lib64 -L/usr/lib64 -R/usr/lib -R/usr/lib64 -lproj -lpython3.7m -o /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2-python3_7/lib/pyproj/_proj.cpython-37m-x86_64-linux-gnu.so ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/../../../../lib64/crti.o is incompatible with elf_x86_64 ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/crtbeginS.o is incompatible with elf_x86_64 ld.lld: error: /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2-python3_7/temp.linux-x86_64-3.7/pyproj/_proj.o is incompatible with elf_x86_64 ld.lld: error: /usr/lib64/libproj.so is incompatible with elf_x86_64 ld.lld: error: /usr/lib64/libpython3.7m.so is incompatible with elf_x86_64 ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/libgcc_s.so.1 is incompatible with elf_x86_64 ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/libgcc_s.so.1 is incompatible with elf_x86_64 ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/crtendS.o is incompatible with elf_x86_64 ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/../../../../lib64/crtn.o is incompatible with elf_x86_64 clang-10: error: linker command failed with exit code 1 (use -v to see invocation) building 'pyproj._transformer' extension x86_64-pc-linux-gnu-clang -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -fPIC -I/usr/include -I/usr/include/python3.7m -c pyproj/_transformer.c -o /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2-python3_7/temp.linux-x86_64-3.7/pyproj/_transformer.o pyproj/_transformer.c:6591:17: warning: 'PyObject_AsWriteBuffer' is deprecated [-Wdeprecated-declarations] __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_v_inx, (&__pyx_v_xdata), (&__pyx_v_buflenx)) != 0) != 0); ^ /usr/include/python3.7m/abstract.h:503:40: note: 'PyObject_AsWriteBuffer' has been explicitly marked deprecated here Py_DEPRECATED(3.0); ^ /usr/include/python3.7m/pyport.h:493:54: note: expanded from macro 'Py_DEPRECATED' #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) ^ pyproj/_crs.c:13939:93: warning: passing 'char **' to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] (void)(proj_coordoperation_get_param(__pyx_v_context, __pyx_v_projobj, __pyx_v_param_idx, (&__pyx_v_out_name), (&__pyx_v_out_auth_name), (&__pyx_v_out_code), (&__pyx_v_value_double), (&__pyx_v_out_value_string), (&__pyx_v_param->unit_conversion_factor), (&__pyx_v_out_unit_name), (&__pyx_v_out_unit_auth_name), (&__pyx_v_out_unit_code), (&__pyx_v_out_unit_category))); ^~~~~~~~~~~~~~~~~~~ /usr/include/proj.h:1232:57: note: passing argument to parameter 'out_name' here const char **out_name, ^ pyproj/_crs.c:13939:114: warning: passing 'char **' to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] (void)(proj_coordoperation_get_param(__pyx_v_context, __pyx_v_projobj, __pyx_v_param_idx, (&__pyx_v_out_name), (&__pyx_v_out_auth_name), (&__pyx_v_out_code), (&__pyx_v_value_double), (&__pyx_v_out_value_string), (&__pyx_v_param->unit_conversion_factor), (&__pyx_v_out_unit_name), (&__pyx_v_out_unit_auth_name), (&__pyx_v_out_unit_code), (&__pyx_v_out_unit_category))); ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/proj.h:1233:57: note: passing argument to parameter 'out_auth_name' here const char **out_auth_name, ^ pyproj/_crs.c:13939:140: warning: passing 'char **' to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] (void)(proj_coordoperation_get_param(__pyx_v_context, __pyx_v_projobj, __pyx_v_param_idx, (&__pyx_v_out_name), (&__pyx_v_out_auth_name), (&__pyx_v_out_code), (&__pyx_v_value_double), (&__pyx_v_out_value_string), (&__pyx_v_param->unit_conversion_factor), (&__pyx_v_out_unit_name), (&__pyx_v_out_unit_auth_name), (&__pyx_v_out_unit_code), (&__pyx_v_out_unit_category))); ^~~~~~~~~~~~~~~~~~~ /usr/include/proj.h:1234:57: note: passing argument to parameter 'out_code' here const char **out_code, ^ pyproj/_crs.c:13939:186: warning: passing 'char **' to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] (void)(proj_coordoperation_get_param(__pyx_v_context, __pyx_v_projobj, __pyx_v_param_idx, (&__pyx_v_out_name), (&__pyx_v_out_auth_name), (&__pyx_v_out_code), (&__pyx_v_value_double), (&__pyx_v_out_value_string), (&__pyx_v_param->unit_conversion_factor), (&__pyx_v_out_unit_name), (&__pyx_v_out_unit_auth_name), (&__pyx_v_out_unit_code), (&__pyx_v_out_unit_category))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/proj.h:1236:57: note: passing argument to parameter 'out_value_string' here const char **out_value_string, ^ pyproj/_crs.c:13939:257: warning: passing 'char **' to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] (void)(proj_coordoperation_get_param(__pyx_v_context, __pyx_v_projobj, __pyx_v_param_idx, (&__pyx_v_out_name), (&__pyx_v_out_auth_name), (&__pyx_v_out_code), (&__pyx_v_value_double), (&__pyx_v_out_value_string), (&__pyx_v_param->unit_conversion_factor), (&__pyx_v_out_unit_name), (&__pyx_v_out_unit_auth_name), (&__pyx_v_out_unit_code), (&__pyx_v_out_unit_category))); ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/proj.h:1238:57: note: passing argument to parameter 'out_unit_name' here const char **out_unit_name, ^ pyproj/_crs.c:13939:283: warning: passing 'char **' to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] (void)(proj_coordoperation_get_param(__pyx_v_context, __pyx_v_projobj, __pyx_v_param_idx, (&__pyx_v_out_name), (&__pyx_v_out_auth_name), (&__pyx_v_out_code), (&__pyx_v_value_double), (&__pyx_v_out_value_string), (&__pyx_v_param->unit_conversion_factor), (&__pyx_v_out_unit_name), (&__pyx_v_out_unit_auth_name), (&__pyx_v_out_unit_code), (&__pyx_v_out_unit_category))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/proj.h:1239:57: note: passing argument to parameter 'out_unit_auth_name' here const char **out_unit_auth_name, ^ pyproj/_crs.c:13939:314: warning: passing 'char **' to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] (void)(proj_coordoperation_get_param(__pyx_v_context, __pyx_v_projobj, __pyx_v_param_idx, (&__pyx_v_out_name), (&__pyx_v_out_auth_name), (&__pyx_v_out_code), (&__pyx_v_value_double), (&__pyx_v_out_value_string), (&__pyx_v_param->unit_conversion_factor), (&__pyx_v_out_unit_name), (&__pyx_v_out_unit_auth_name), (&__pyx_v_out_unit_code), (&__pyx_v_out_unit_category))); ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/proj.h:1240:57: note: passing argument to parameter 'out_unit_code' here const char **out_unit_code, ^ pyproj/_crs.c:13939:340: warning: passing 'char **' to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] (void)(proj_coordoperation_get_param(__pyx_v_context, __pyx_v_projobj, __pyx_v_param_idx, (&__pyx_v_out_name), (&__pyx_v_out_auth_name), (&__pyx_v_out_code), (&__pyx_v_value_double), (&__pyx_v_out_value_string), (&__pyx_v_param->unit_conversion_factor), (&__pyx_v_out_unit_name), (&__pyx_v_out_unit_auth_name), (&__pyx_v_out_unit_code), (&__pyx_v_out_unit_category))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/proj.h:1241:57: note: passing argument to parameter 'out_unit_category' here const char **out_unit_category); ^ pyproj/_transformer.c:6638:17: warning: 'PyObject_AsWriteBuffer' is deprecated [-Wdeprecated-declarations] __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_v_iny, (&__pyx_v_ydata), (&__pyx_v_bufleny)) != 0) != 0); ^ /usr/include/python3.7m/abstract.h:503:40: note: 'PyObject_AsWriteBuffer' has been explicitly marked deprecated here Py_DEPRECATED(3.0); ^ /usr/include/python3.7m/pyport.h:493:54: note: expanded from macro 'Py_DEPRECATED' #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) ^ pyproj/_transformer.c:6692:17: warning: 'PyObject_AsWriteBuffer' is deprecated [-Wdeprecated-declarations] __pyx_t_8 = ((PyObject_AsWriteBuffer(__pyx_v_inz, (&__pyx_v_zdata), (&__pyx_v_buflenz)) != 0) != 0); ^ /usr/include/python3.7m/abstract.h:503:40: note: 'PyObject_AsWriteBuffer' has been explicitly marked deprecated here Py_DEPRECATED(3.0); ^ /usr/include/python3.7m/pyport.h:493:54: note: expanded from macro 'Py_DEPRECATED' #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) ^ pyproj/_transformer.c:6759:17: warning: 'PyObject_AsWriteBuffer' is deprecated [-Wdeprecated-declarations] __pyx_t_2 = ((PyObject_AsWriteBuffer(__pyx_v_intime, (&__pyx_v_tdata), (&__pyx_v_buflent)) != 0) != 0); ^ /usr/include/python3.7m/abstract.h:503:40: note: 'PyObject_AsWriteBuffer' has been explicitly marked deprecated here Py_DEPRECATED(3.0); ^ /usr/include/python3.7m/pyport.h:493:54: note: expanded from macro 'Py_DEPRECATED' #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) ^ pyproj/_crs.c:15044:96: warning: passing 'char **' to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] (void)(proj_coordoperation_get_grid_used(__pyx_v_context, __pyx_v_projobj, __pyx_v_grid_idx, (&__pyx_v_out_short_name), (&__pyx_v_out_full_name), (&__pyx_v_out_package_name), (&__pyx_v_out_url), (&__pyx_v_direct_download), (&__pyx_v_open_license), (&__pyx_v_available))); ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/proj.h:1249:61: note: passing argument to parameter 'out_short_name' here const char **out_short_name, ^ pyproj/_crs.c:15044:123: warning: passing 'char **' to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] (void)(proj_coordoperation_get_grid_used(__pyx_v_context, __pyx_v_projobj, __pyx_v_grid_idx, (&__pyx_v_out_short_name), (&__pyx_v_out_full_name), (&__pyx_v_out_package_name), (&__pyx_v_out_url), (&__pyx_v_direct_download), (&__pyx_v_open_license), (&__pyx_v_available))); ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/proj.h:1250:61: note: passing argument to parameter 'out_full_name' here const char **out_full_name, ^ pyproj/_crs.c:15044:149: warning: passing 'char **' to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] (void)(proj_coordoperation_get_grid_used(__pyx_v_context, __pyx_v_projobj, __pyx_v_grid_idx, (&__pyx_v_out_short_name), (&__pyx_v_out_full_name), (&__pyx_v_out_package_name), (&__pyx_v_out_url), (&__pyx_v_direct_download), (&__pyx_v_open_license), (&__pyx_v_available))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/proj.h:1251:61: note: passing argument to parameter 'out_package_name' here const char **out_package_name, ^ pyproj/_crs.c:15044:178: warning: passing 'char **' to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] (void)(proj_coordoperation_get_grid_used(__pyx_v_context, __pyx_v_projobj, __pyx_v_grid_idx, (&__pyx_v_out_short_name), (&__pyx_v_out_full_name), (&__pyx_v_out_package_name), (&__pyx_v_out_url), (&__pyx_v_direct_download), (&__pyx_v_open_license), (&__pyx_v_available))); ^~~~~~~~~~~~~~~~~~ /usr/include/proj.h:1252:61: note: passing argument to parameter 'out_url' here const char **out_url, ^ pyproj/_crs.c:16118:136: warning: passing 'char **' to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] (void)(proj_coordoperation_get_method_info(__pyx_v_coord_operation->__pyx_base.context, __pyx_v_coord_operation->__pyx_base.projobj, (&__pyx_v_out_method_name), (&__pyx_v_out_method_auth_name), (&__pyx_v_out_method_code))); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/proj.h:1212:63: note: passing argument to parameter 'out_method_name' here const char **out_method_name, ^ pyproj/_crs.c:16118:164: warning: passing 'char **' to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] (void)(proj_coordoperation_get_method_info(__pyx_v_coord_operation->__pyx_base.context, __pyx_v_coord_operation->__pyx_base.projobj, (&__pyx_v_out_method_name), (&__pyx_v_out_method_auth_name), (&__pyx_v_out_method_code))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/proj.h:1213:63: note: passing argument to parameter 'out_method_auth_name' here const char **out_method_auth_name, ^ pyproj/_crs.c:16118:197: warning: passing 'char **' to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] (void)(proj_coordoperation_get_method_info(__pyx_v_coord_operation->__pyx_base.context, __pyx_v_coord_operation->__pyx_base.projobj, (&__pyx_v_out_method_name), (&__pyx_v_out_method_auth_name), (&__pyx_v_out_method_code))); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/proj.h:1214:63: note: passing argument to parameter 'out_method_code' here const char **out_method_code); ^ pyproj/_transformer.c:8160:17: warning: 'PyObject_AsWriteBuffer' is deprecated [-Wdeprecated-declarations] __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_v_inseq, (&__pyx_v_buffer), (&__pyx_v_buflen)) != 0) != 0); ^ /usr/include/python3.7m/abstract.h:503:40: note: 'PyObject_AsWriteBuffer' has been explicitly marked deprecated here Py_DEPRECATED(3.0); ^ /usr/include/python3.7m/pyport.h:493:54: note: expanded from macro 'Py_DEPRECATED' #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) ^ 5 warnings generated. x86_64-pc-linux-gnu-clang -shared -Wl,-O1 -Wl,--as-needed -fuse-ld=lld -Wl,--defsym=__gentoo_check_ldflags__=0 -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2-python3_7/temp.linux-x86_64-3.7/pyproj/_transformer.o -L/usr/lib -L/usr/lib64 -L/usr/lib64 -R/usr/lib -R/usr/lib64 -lproj -lpython3.7m -o /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2-python3_7/lib/pyproj/_transformer.cpython-37m-x86_64-linux-gnu.so ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/../../../../lib64/crti.o is incompatible with elf_x86_64 ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/crtbeginS.o is incompatible with elf_x86_64 ld.lld: error: /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2-python3_7/temp.linux-x86_64-3.7/pyproj/_transformer.o is incompatible with elf_x86_64 ld.lld: error: /usr/lib64/libproj.so is incompatible with elf_x86_64 ld.lld: error: /usr/lib64/libpython3.7m.so is incompatible with elf_x86_64 ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/libgcc_s.so.1 is incompatible with elf_x86_64 ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/libgcc_s.so.1 is incompatible with elf_x86_64 ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/crtendS.o is incompatible with elf_x86_64 ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/../../../../lib64/crtn.o is incompatible with elf_x86_64 clang-10: error: linker command failed with exit code 1 (use -v to see invocation) building 'pyproj._datadir' extension x86_64-pc-linux-gnu-clang -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -fPIC -I/usr/include -I/usr/include/python3.7m -c pyproj/_datadir.c -o /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2-python3_7/temp.linux-x86_64-3.7/pyproj/_datadir.o pyproj/_datadir.c:1543:63: warning: passing 'char **' to parameter of type 'const char *const *' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] proj_context_set_search_paths(__pyx_v_context, __pyx_t_5, __pyx_v_c_data_dir); ^~~~~~~~~~~~~~~~~~ /usr/include/proj.h:351:98: note: passing argument to parameter 'paths' here void PROJ_DLL proj_context_set_search_paths(PJ_CONTEXT *ctx, int count_paths, const char* const* paths); ^ 1 warning generated. x86_64-pc-linux-gnu-clang -shared -Wl,-O1 -Wl,--as-needed -fuse-ld=lld -Wl,--defsym=__gentoo_check_ldflags__=0 -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2-python3_7/temp.linux-x86_64-3.7/pyproj/_datadir.o -L/usr/lib -L/usr/lib64 -L/usr/lib64 -R/usr/lib -R/usr/lib64 -lproj -lpython3.7m -o /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2-python3_7/lib/pyproj/_datadir.cpython-37m-x86_64-linux-gnu.so ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/../../../../lib64/crti.o is incompatible with elf_x86_64 ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/crtbeginS.o is incompatible with elf_x86_64 ld.lld: error: /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2-python3_7/temp.linux-x86_64-3.7/pyproj/_datadir.o is incompatible with elf_x86_64 ld.lld: error: /usr/lib64/libproj.so is incompatible with elf_x86_64 ld.lld: error: /usr/lib64/libpython3.7m.so is incompatible with elf_x86_64 ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/libgcc_s.so.1 is incompatible with elf_x86_64 ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/libgcc_s.so.1 is incompatible with elf_x86_64 ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/crtendS.o is incompatible with elf_x86_64 ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/../../../../lib64/crtn.o is incompatible with elf_x86_64 clang-10: error: linker command failed with exit code 1 (use -v to see invocation) building 'pyproj._list' extension x86_64-pc-linux-gnu-clang -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -fPIC -I/usr/include -I/usr/include/python3.7m -c pyproj/_list.c -o /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2-python3_7/temp.linux-x86_64-3.7/pyproj/_list.o pyproj/_list.c:1483:27: warning: assigning to 'PJ_OPERATIONS *' (aka 'struct PJ_LIST *') from 'const PJ_OPERATIONS *' (aka 'const struct PJ_LIST *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] __pyx_v_proj_operations = proj_list_operations(); ^ ~~~~~~~~~~~~~~~~~~~~~~ pyproj/_list.c:1692:22: warning: assigning to 'PJ_ELLPS *' (aka 'struct PJ_ELLPS *') from 'const PJ_ELLPS *' (aka 'const struct PJ_ELLPS *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] __pyx_v_proj_ellps = proj_list_ellps(); ^ ~~~~~~~~~~~~~~~~~ pyproj/_list.c:2099:27: warning: assigning to 'PJ_PRIME_MERIDIANS *' (aka 'struct PJ_PRIME_MERIDIANS *') from 'const PJ_PRIME_MERIDIANS *' (aka 'const struct PJ_PRIME_MERIDIANS *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] __pyx_v_prime_meridians = proj_list_prime_meridians(); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ pyproj/_list.c:2283:22: warning: assigning to 'PJ_UNITS *' (aka 'struct PJ_UNITS *') from 'const PJ_UNITS *' (aka 'const struct PJ_UNITS *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] __pyx_v_proj_units = proj_list_units(); ^ ~~~~~~~~~~~~~~~~~ pyproj/_list.c:2558:22: warning: assigning to 'PJ_UNITS *' (aka 'struct PJ_UNITS *') from 'const PJ_UNITS *' (aka 'const struct PJ_UNITS *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] __pyx_v_proj_units = proj_list_angular_units(); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ 5 warnings generated. x86_64-pc-linux-gnu-clang -shared -Wl,-O1 -Wl,--as-needed -fuse-ld=lld -Wl,--defsym=__gentoo_check_ldflags__=0 -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2-python3_7/temp.linux-x86_64-3.7/pyproj/_list.o -L/usr/lib -L/usr/lib64 -L/usr/lib64 -R/usr/lib -R/usr/lib64 -lproj -lpython3.7m -o /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2-python3_7/lib/pyproj/_list.cpython-37m-x86_64-linux-gnu.so ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/../../../../lib64/crti.o is incompatible with elf_x86_64 ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/crtbeginS.o is incompatible with elf_x86_64 ld.lld: error: /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2-python3_7/temp.linux-x86_64-3.7/pyproj/_list.o is incompatible with elf_x86_64 ld.lld: error: /usr/lib64/libproj.so is incompatible with elf_x86_64 ld.lld: error: /usr/lib64/libpython3.7m.so is incompatible with elf_x86_64 ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/libgcc_s.so.1 is incompatible with elf_x86_64 ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/libgcc_s.so.1 is incompatible with elf_x86_64 ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/crtendS.o is incompatible with elf_x86_64 ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/../../../../lib64/crtn.o is incompatible with elf_x86_64 clang-10: error: linker command failed with exit code 1 (use -v to see invocation) 15 warnings generated. x86_64-pc-linux-gnu-clang -shared -Wl,-O1 -Wl,--as-needed -fuse-ld=lld -Wl,--defsym=__gentoo_check_ldflags__=0 -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2-python3_7/temp.linux-x86_64-3.7/pyproj/_crs.o -L/usr/lib -L/usr/lib64 -L/usr/lib64 -R/usr/lib -R/usr/lib64 -lproj -lpython3.7m -o /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2-python3_7/lib/pyproj/_crs.cpython-37m-x86_64-linux-gnu.so ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/../../../../lib64/crti.o is incompatible with elf_x86_64 ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/crtbeginS.o is incompatible with elf_x86_64 ld.lld: error: /var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2-python3_7/temp.linux-x86_64-3.7/pyproj/_crs.o is incompatible with elf_x86_64 ld.lld: error: /usr/lib64/libproj.so is incompatible with elf_x86_64 ld.lld: error: /usr/lib64/libpython3.7m.so is incompatible with elf_x86_64 ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/libgcc_s.so.1 is incompatible with elf_x86_64 ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/libgcc_s.so.1 is incompatible with elf_x86_64 ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/crtendS.o is incompatible with elf_x86_64 ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/../../../../lib64/crtn.o is incompatible with elf_x86_64 clang-10: error: linker command failed with exit code 1 (use -v to see invocation) error: command 'x86_64-pc-linux-gnu-clang' failed with exit status 1 * ERROR: dev-python/pyproj-2.4.2-r1::gentoo failed (compile phase): * (no error message) * * Call stack: * ebuild.sh, line 125: Called src_compile * environment, line 2986: Called distutils-r1_src_compile * environment, line 1225: Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile' * environment, line 469: Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile' * environment, line 2599: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile' * environment, line 2061: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile' * environment, line 2059: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile' * environment, line 867: Called distutils-r1_run_phase 'distutils-r1_python_compile' * environment, line 1216: Called distutils-r1_python_compile * environment, line 1086: Called esetup.py 'build' '-j' '2' * environment, line 1605: Called die * The specific snippet of code: * "${@}" || die "${die_args[@]}"; * * If you need support, post the output of `emerge --info '=dev-python/pyproj-2.4.2-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-python/pyproj-2.4.2-r1::gentoo'`. * The complete build log is located at '/var/log/emerge-log/build/dev-python/pyproj-2.4.2-r1:20200630-143922.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/pyproj-2.4.2-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/pyproj-2.4.2-r1/temp/environment'. * Working directory: '/var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2' * S: '/var/tmp/portage/dev-python/pyproj-2.4.2-r1/work/pyproj-2.4.2' emerge --info: Portage 2.3.103 (python 3.7.8-final-0, default/linux/amd64/17.1, gcc-10.1.0, glibc-2.31-r5, 5.4.0-1015-aws x86_64) ================================================================= System uname: Linux-5.4.0-1015-aws-x86_64-AMD_EPYC_7571-with-gentoo-2.7 KiB Mem: 7895548 total, 5239968 free KiB Swap: 0 total, 0 free Timestamp of repository gentoo: Wed, 01 Jul 2020 08:39:24 +0000 sh bash 5.0_p17 ld GNU ld (Gentoo 2.34 p4) 2.34.0 app-shells/bash: 5.0_p17::gentoo dev-lang/perl: 5.30.3-r2::gentoo dev-lang/python: 2.7.18::gentoo, 3.7.8::gentoo, 3.8.3::gentoo, 3.9.0_beta3::gentoo dev-util/cmake: 3.18.0_rc2::gentoo dev-util/pkgconfig: 0.29.2::gentoo sys-apps/baselayout: 2.7::gentoo sys-apps/openrc: 0.42.1::gentoo sys-apps/sandbox: 2.20::gentoo sys-devel/autoconf: 2.69-r5::gentoo sys-devel/automake: 1.16.2::gentoo sys-devel/binutils: 2.34-r1::gentoo sys-devel/gcc: 10.1.0-r1::gentoo sys-devel/gcc-config: 2.3.1::gentoo sys-devel/libtool: 2.4.6-r6::gentoo sys-devel/make: 4.3::gentoo sys-kernel/linux-headers: 5.7::gentoo (virtual/os-headers) sys-libs/glibc: 2.31-r5::gentoo Repositories: gentoo location: /usr/portage sync-type: rsync sync-uri: rsync://rsync.gentoo.org/gentoo-portage priority: -1000 sync-rsync-extra-opts: sync-rsync-verify-jobs: 1 sync-rsync-verify-metamanifest: yes sync-rsync-verify-max-age: 24 ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_LICENSE="*" CBUILD="x86_64-pc-linux-gnu" CC="x86_64-pc-linux-gnu-clang" CFLAGS="-O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXX="x86_64-pc-linux-gnu-clang++" CXXFLAGS="-O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color" DISTDIR="/usr/portage/distfiles" EMERGE_DEFAULT_OPTS="--with-bdeps=y --binpkg-respect-use=y -1 -b -k" ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR" FCFLAGS="-O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color" FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg collision-protect config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms sign split-log strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="C.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed -fuse-ld=lld -Wl,--defsym=__gentoo_check_ldflags__=0" MAKEOPTS="-j2 V=1" PKGDIR="/root/.packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" PORTAGE_TMPDIR="/var/tmp" USE="acl amd64 berkdb bzip2 cli crypt dri fortran gdbm iconv ipv6 libtirpc multilib ncurses nls nptl openmp pam pcre readline seccomp split-usr ssl tcpd unicode xattr zlib" ABI_X86="64" ADA_TARGET="gnat_2018" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-2" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_7" PYTHON_TARGETS="python2_7 python3_7" RUBY_TARGETS="ruby25" USERLAND="GNU" VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS