D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/python-pyproj-2.6.0-2.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ETpXZh + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf pyproj-2.6.0 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/pyproj-2.6.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pyproj-2.6.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/rm -rf pyproj.egg-info + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ZABVpi + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd pyproj-2.6.0 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + export PROJ_DIR=/usr + PROJ_DIR=/usr + export PROJ_LIBDIR=/usr/lib64 + PROJ_LIBDIR=/usr/lib64 + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' PROJ_DIR is set, using existing proj4 installation.. running build running build_py creating build creating build/lib.linux-x86_64-3.8 creating build/lib.linux-x86_64-3.8/pyproj copying pyproj/compat.py -> build/lib.linux-x86_64-3.8/pyproj copying pyproj/geod.py -> build/lib.linux-x86_64-3.8/pyproj copying pyproj/datadir.py -> build/lib.linux-x86_64-3.8/pyproj copying pyproj/proj.py -> build/lib.linux-x86_64-3.8/pyproj copying pyproj/enums.py -> build/lib.linux-x86_64-3.8/pyproj copying pyproj/exceptions.py -> build/lib.linux-x86_64-3.8/pyproj copying pyproj/transformer.py -> build/lib.linux-x86_64-3.8/pyproj copying pyproj/utils.py -> build/lib.linux-x86_64-3.8/pyproj copying pyproj/__init__.py -> build/lib.linux-x86_64-3.8/pyproj copying pyproj/__main__.py -> build/lib.linux-x86_64-3.8/pyproj copying pyproj/_show_versions.py -> build/lib.linux-x86_64-3.8/pyproj creating build/lib.linux-x86_64-3.8/pyproj/crs copying pyproj/crs/_cf1x8.py -> build/lib.linux-x86_64-3.8/pyproj/crs copying pyproj/crs/crs.py -> build/lib.linux-x86_64-3.8/pyproj/crs copying pyproj/crs/enums.py -> build/lib.linux-x86_64-3.8/pyproj/crs copying pyproj/crs/datum.py -> build/lib.linux-x86_64-3.8/pyproj/crs copying pyproj/crs/__init__.py -> build/lib.linux-x86_64-3.8/pyproj/crs copying pyproj/crs/coordinate_operation.py -> build/lib.linux-x86_64-3.8/pyproj/crs copying pyproj/crs/coordinate_system.py -> build/lib.linux-x86_64-3.8/pyproj/crs running build_ext building 'pyproj._proj' extension creating build/temp.linux-x86_64-3.8 creating build/temp.linux-x86_64-3.8/pyproj gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I/usr/include -I/usr/include/python3.8 -c pyproj/_proj.c -o build/temp.linux-x86_64-3.8/pyproj/_proj.o pyproj/_proj.c: In function '__pyx_pf_6pyproj_5_proj_18PyBuffWriteManager_2__init__': pyproj/_proj.c:1580:37: warning: passing argument 1 of 'PyObject_GetBuffer' from incompatible pointer type [-Wincompatible-pointer-types] 1580 | __pyx_t_1 = ((PyObject_GetBuffer(((struct PyObject *)__pyx_v_data), (&__pyx_v_self->buffer), PyBUF_WRITABLE) != 0) != 0); | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | struct PyObject * In file included from /usr/include/python3.8/abstract.h:837, from /usr/include/python3.8/Python.h:147, from pyproj/_proj.c:31: /usr/include/python3.8/cpython/abstract.h:203:46: note: expected 'PyObject *' {aka 'struct _object *'} but argument is of type 'struct PyObject *' 203 | PyAPI_FUNC(int) PyObject_GetBuffer(PyObject *obj, Py_buffer *view, | ~~~~~~~~~~^~~ gcc -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-x86_64-3.8/pyproj/_proj.o -L/usr/lib64 -L/usr/lib64 -lproj -lpython3.8 -o build/lib.linux-x86_64-3.8/pyproj/_proj.cpython-38-x86_64-linux-gnu.so building 'pyproj._geod' extension gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I/usr/include -I/usr/include/python3.8 -c pyproj/_geod.c -o build/temp.linux-x86_64-3.8/pyproj/_geod.o pyproj/_geod.c: In function '__pyx_pf_6pyproj_5_geod_18PyBuffWriteManager_2__init__': pyproj/_geod.c:1508:37: warning: passing argument 1 of 'PyObject_GetBuffer' from incompatible pointer type [-Wincompatible-pointer-types] 1508 | __pyx_t_1 = ((PyObject_GetBuffer(((struct PyObject *)__pyx_v_data), (&__pyx_v_self->buffer), PyBUF_WRITABLE) != 0) != 0); | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | struct PyObject * In file included from /usr/include/python3.8/abstract.h:837, from /usr/include/python3.8/Python.h:147, from pyproj/_geod.c:31: /usr/include/python3.8/cpython/abstract.h:203:46: note: expected 'PyObject *' {aka 'struct _object *'} but argument is of type 'struct PyObject *' 203 | PyAPI_FUNC(int) PyObject_GetBuffer(PyObject *obj, Py_buffer *view, | ~~~~~~~~~~^~~ gcc -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-x86_64-3.8/pyproj/_geod.o -L/usr/lib64 -L/usr/lib64 -lproj -lpython3.8 -o build/lib.linux-x86_64-3.8/pyproj/_geod.cpython-38-x86_64-linux-gnu.so building 'pyproj._crs' extension gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I/usr/include -I/usr/include/python3.8 -c pyproj/_crs.c -o build/temp.linux-x86_64-3.8/pyproj/_crs.o pyproj/_crs.c: In function '__pyx_f_6pyproj_4_crs_5Param_create': pyproj/_crs.c:18732:94: warning: passing argument 4 of 'proj_coordoperation_get_param' from incompatible pointer type [-Wincompatible-pointer-types] 18732 | (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))); | ~^~~~~~~~~~~~~~~~~~ | | | char ** In file included from pyproj/_crs.c:623: /usr/include/proj.h:1310:57: note: expected 'const char **' but argument is of type 'char **' 1310 | const char **out_name, | ~~~~~~~~~~~~~^~~~~~~~ pyproj/_crs.c:18732:115: warning: passing argument 5 of 'proj_coordoperation_get_param' from incompatible pointer type [-Wincompatible-pointer-types] 18732 | (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))); | ~^~~~~~~~~~~~~~~~~~~~~~~ | | | char ** In file included from pyproj/_crs.c:623: /usr/include/proj.h:1311:57: note: expected 'const char **' but argument is of type 'char **' 1311 | const char **out_auth_name, | ~~~~~~~~~~~~~^~~~~~~~~~~~~ pyproj/_crs.c:18732:141: warning: passing argument 6 of 'proj_coordoperation_get_param' from incompatible pointer type [-Wincompatible-pointer-types] 18732 | (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))); | ~^~~~~~~~~~~~~~~~~~ | | | char ** In file included from pyproj/_crs.c:623: /usr/include/proj.h:1312:57: note: expected 'const char **' but argument is of type 'char **' 1312 | const char **out_code, | ~~~~~~~~~~~~~^~~~~~~~ pyproj/_crs.c:18732:187: warning: passing argument 8 of 'proj_coordoperation_get_param' from incompatible pointer type [-Wincompatible-pointer-types] 18732 | (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))); | ~^~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char ** In file included from pyproj/_crs.c:623: /usr/include/proj.h:1314:57: note: expected 'const char **' but argument is of type 'char **' 1314 | const char **out_value_string, | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ pyproj/_crs.c:18732:258: warning: passing argument 10 of 'proj_coordoperation_get_param' from incompatible pointer type [-Wincompatible-pointer-types] 18732 | (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))); | ~^~~~~~~~~~~~~~~~~~~~~~~ | | | char ** In file included from pyproj/_crs.c:623: /usr/include/proj.h:1316:57: note: expected 'const char **' but argument is of type 'char **' 1316 | const char **out_unit_name, | ~~~~~~~~~~~~~^~~~~~~~~~~~~ pyproj/_crs.c:18732:284: warning: passing argument 11 of 'proj_coordoperation_get_param' from incompatible pointer type [-Wincompatible-pointer-types] 18732 | (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))); | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char ** In file included from pyproj/_crs.c:623: /usr/include/proj.h:1317:57: note: expected 'const char **' but argument is of type 'char **' 1317 | const char **out_unit_auth_name, | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ pyproj/_crs.c:18732:315: warning: passing argument 12 of 'proj_coordoperation_get_param' from incompatible pointer type [-Wincompatible-pointer-types] 18732 | (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))); | ~^~~~~~~~~~~~~~~~~~~~~~~ | | | char ** In file included from pyproj/_crs.c:623: /usr/include/proj.h:1318:57: note: expected 'const char **' but argument is of type 'char **' 1318 | const char **out_unit_code, | ~~~~~~~~~~~~~^~~~~~~~~~~~~ pyproj/_crs.c:18732:341: warning: passing argument 13 of 'proj_coordoperation_get_param' from incompatible pointer type [-Wincompatible-pointer-types] 18732 | (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))); | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char ** In file included from pyproj/_crs.c:623: /usr/include/proj.h:1319:57: note: expected 'const char **' but argument is of type 'char **' 1319 | const char **out_unit_category); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ pyproj/_crs.c: In function '__pyx_f_6pyproj_4_crs_4Grid_create': pyproj/_crs.c:19837:97: warning: passing argument 4 of 'proj_coordoperation_get_grid_used' from incompatible pointer type [-Wincompatible-pointer-types] 19837 | (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))); | ~^~~~~~~~~~~~~~~~~~~~~~~~ | | | char ** In file included from pyproj/_crs.c:623: /usr/include/proj.h:1327:61: note: expected 'const char **' but argument is of type 'char **' 1327 | const char **out_short_name, | ~~~~~~~~~~~~~^~~~~~~~~~~~~~ pyproj/_crs.c:19837:124: warning: passing argument 5 of 'proj_coordoperation_get_grid_used' from incompatible pointer type [-Wincompatible-pointer-types] 19837 | (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))); | ~^~~~~~~~~~~~~~~~~~~~~~~ | | | char ** In file included from pyproj/_crs.c:623: /usr/include/proj.h:1328:61: note: expected 'const char **' but argument is of type 'char **' 1328 | const char **out_full_name, | ~~~~~~~~~~~~~^~~~~~~~~~~~~ pyproj/_crs.c:19837:150: warning: passing argument 6 of 'proj_coordoperation_get_grid_used' from incompatible pointer type [-Wincompatible-pointer-types] 19837 | (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))); | ~^~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char ** In file included from pyproj/_crs.c:623: /usr/include/proj.h:1329:61: note: expected 'const char **' but argument is of type 'char **' 1329 | const char **out_package_name, | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ pyproj/_crs.c:19837:179: warning: passing argument 7 of 'proj_coordoperation_get_grid_used' from incompatible pointer type [-Wincompatible-pointer-types] 19837 | (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))); | ~^~~~~~~~~~~~~~~~~ | | | char ** In file included from pyproj/_crs.c:623: /usr/include/proj.h:1330:61: note: expected 'const char **' but argument is of type 'char **' 1330 | const char **out_url, | ~~~~~~~~~~~~~^~~~~~~ pyproj/_crs.c: In function '__pyx_f_6pyproj_4_crs_19CoordinateOperation_create': pyproj/_crs.c:20911:159: warning: passing argument 3 of 'proj_coordoperation_get_method_info' from incompatible pointer type [-Wincompatible-pointer-types] 20911 | (void)(proj_coordoperation_get_method_info(__pyx_v_coord_operation->__pyx_base.__pyx_base.context, __pyx_v_coord_operation->__pyx_base.__pyx_base.projobj, (&__pyx_v_out_method_name), (&__pyx_v_out_method_auth_name), (&__pyx_v_out_method_code))); | ~^~~~~~~~~~~~~~~~~~~~~~~~~ | | | char ** In file included from pyproj/_crs.c:623: /usr/include/proj.h:1290:63: note: expected 'const char **' but argument is of type 'char **' 1290 | const char **out_method_name, | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ pyproj/_crs.c:20911:187: warning: passing argument 4 of 'proj_coordoperation_get_method_info' from incompatible pointer type [-Wincompatible-pointer-types] 20911 | (void)(proj_coordoperation_get_method_info(__pyx_v_coord_operation->__pyx_base.__pyx_base.context, __pyx_v_coord_operation->__pyx_base.__pyx_base.projobj, (&__pyx_v_out_method_name), (&__pyx_v_out_method_auth_name), (&__pyx_v_out_method_code))); | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char ** In file included from pyproj/_crs.c:623: /usr/include/proj.h:1291:63: note: expected 'const char **' but argument is of type 'char **' 1291 | const char **out_method_auth_name, | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ pyproj/_crs.c:20911:220: warning: passing argument 5 of 'proj_coordoperation_get_method_info' from incompatible pointer type [-Wincompatible-pointer-types] 20911 | (void)(proj_coordoperation_get_method_info(__pyx_v_coord_operation->__pyx_base.__pyx_base.context, __pyx_v_coord_operation->__pyx_base.__pyx_base.projobj, (&__pyx_v_out_method_name), (&__pyx_v_out_method_auth_name), (&__pyx_v_out_method_code))); | ~^~~~~~~~~~~~~~~~~~~~~~~~~ | | | char ** In file included from pyproj/_crs.c:623: /usr/include/proj.h:1292:63: note: expected 'const char **' but argument is of type 'char **' 1292 | const char **out_method_code); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ gcc -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-x86_64-3.8/pyproj/_crs.o -L/usr/lib64 -L/usr/lib64 -lproj -lpython3.8 -o build/lib.linux-x86_64-3.8/pyproj/_crs.cpython-38-x86_64-linux-gnu.so building 'pyproj._transformer' extension gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I/usr/include -I/usr/include/python3.8 -c pyproj/_transformer.c -o build/temp.linux-x86_64-3.8/pyproj/_transformer.o pyproj/_transformer.c: In function '__pyx_pf_6pyproj_12_transformer_18PyBuffWriteManager_2__init__': pyproj/_transformer.c:2263:37: warning: passing argument 1 of 'PyObject_GetBuffer' from incompatible pointer type [-Wincompatible-pointer-types] 2263 | __pyx_t_1 = ((PyObject_GetBuffer(((struct PyObject *)__pyx_v_data), (&__pyx_v_self->buffer), PyBUF_WRITABLE) != 0) != 0); | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | struct PyObject * In file included from /usr/include/python3.8/abstract.h:837, from /usr/include/python3.8/Python.h:147, from pyproj/_transformer.c:31: /usr/include/python3.8/cpython/abstract.h:203:46: note: expected 'PyObject *' {aka 'struct _object *'} but argument is of type 'struct PyObject *' 203 | PyAPI_FUNC(int) PyObject_GetBuffer(PyObject *obj, Py_buffer *view, | ~~~~~~~~~~^~~ gcc -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-x86_64-3.8/pyproj/_transformer.o -L/usr/lib64 -L/usr/lib64 -lproj -lpython3.8 -o build/lib.linux-x86_64-3.8/pyproj/_transformer.cpython-38-x86_64-linux-gnu.so building 'pyproj._datadir' extension gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I/usr/include -I/usr/include/python3.8 -c pyproj/_datadir.c -o build/temp.linux-x86_64-3.8/pyproj/_datadir.o pyproj/_datadir.c: In function '__pyx_f_6pyproj_8_datadir_set_context_data_dir': pyproj/_datadir.c:1527:63: warning: passing argument 3 of 'proj_context_set_search_paths' from incompatible pointer type [-Wincompatible-pointer-types] 1527 | proj_context_set_search_paths(__pyx_v_context, __pyx_t_5, __pyx_v_c_data_dir); | ^~~~~~~~~~~~~~~~~~ | | | char ** In file included from pyproj/_datadir.c:623: /usr/include/proj.h:369:98: note: expected 'const char * const*' but argument is of type 'char **' 369 | void PROJ_DLL proj_context_set_search_paths(PJ_CONTEXT *ctx, int count_paths, const char* const* paths); | ~~~~~~~~~~~~~~~~~~~^~~~~ gcc -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-x86_64-3.8/pyproj/_datadir.o -L/usr/lib64 -L/usr/lib64 -lproj -lpython3.8 -o build/lib.linux-x86_64-3.8/pyproj/_datadir.cpython-38-x86_64-linux-gnu.so building 'pyproj._list' extension gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I/usr/include -I/usr/include/python3.8 -c pyproj/_list.c -o build/temp.linux-x86_64-3.8/pyproj/_list.o pyproj/_list.c: In function '__pyx_pf_6pyproj_5_list_get_proj_operations_map': pyproj/_list.c:1483:27: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1483 | __pyx_v_proj_operations = proj_list_operations(); | ^ pyproj/_list.c: In function '__pyx_pf_6pyproj_5_list_2get_ellps_map': pyproj/_list.c:1692:22: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1692 | __pyx_v_proj_ellps = proj_list_ellps(); | ^ pyproj/_list.c: In function '__pyx_pf_6pyproj_5_list_4get_prime_meridians_map': pyproj/_list.c:2099:27: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 2099 | __pyx_v_prime_meridians = proj_list_prime_meridians(); | ^ pyproj/_list.c: In function '__pyx_pf_6pyproj_5_list_6get_units_map': pyproj/_list.c:2283:3: warning: 'proj_list_units' is deprecated [-Wdeprecated-declarations] 2283 | __pyx_v_proj_units = proj_list_units(); | ^~~~~~~~~~~~~~~~~~ In file included from pyproj/_list.c:623: /usr/include/proj.h:637:1: note: declared here 637 | PROJ_DEPRECATED(const PJ_UNITS PROJ_DLL *proj_list_units(void), "Deprecated by proj_get_units_from_database"); | ^~~~~~~~~~~~~~~ pyproj/_list.c:2283:22: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 2283 | __pyx_v_proj_units = proj_list_units(); | ^ pyproj/_list.c: In function '__pyx_pf_6pyproj_5_list_8get_angular_units_map': pyproj/_list.c:2558:3: warning: 'proj_list_angular_units' is deprecated [-Wdeprecated-declarations] 2558 | __pyx_v_proj_units = proj_list_angular_units(); | ^~~~~~~~~~~~~~~~~~ In file included from pyproj/_list.c:623: /usr/include/proj.h:638:1: note: declared here 638 | PROJ_DEPRECATED(const PJ_UNITS PROJ_DLL *proj_list_angular_units(void), "Deprecated by proj_get_units_from_database"); | ^~~~~~~~~~~~~~~ pyproj/_list.c:2558:22: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 2558 | __pyx_v_proj_units = proj_list_angular_units(); | ^ gcc -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-x86_64-3.8/pyproj/_list.o -L/usr/lib64 -L/usr/lib64 -lproj -lpython3.8 -o build/lib.linux-x86_64-3.8/pyproj/_list.cpython-38-x86_64-linux-gnu.so + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.GdB3Vg + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64 + cd pyproj-2.6.0 + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py install -O1 --skip-build --root /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64 running install running install_lib creating /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr creating /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64 creating /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8 creating /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages creating /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj copying build/lib.linux-x86_64-3.8/pyproj/compat.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj copying build/lib.linux-x86_64-3.8/pyproj/geod.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj copying build/lib.linux-x86_64-3.8/pyproj/datadir.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj copying build/lib.linux-x86_64-3.8/pyproj/_datadir.cpython-38-x86_64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj copying build/lib.linux-x86_64-3.8/pyproj/_geod.cpython-38-x86_64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj copying build/lib.linux-x86_64-3.8/pyproj/proj.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj copying build/lib.linux-x86_64-3.8/pyproj/enums.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj copying build/lib.linux-x86_64-3.8/pyproj/_proj.cpython-38-x86_64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj copying build/lib.linux-x86_64-3.8/pyproj/_crs.cpython-38-x86_64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj copying build/lib.linux-x86_64-3.8/pyproj/exceptions.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj copying build/lib.linux-x86_64-3.8/pyproj/transformer.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj copying build/lib.linux-x86_64-3.8/pyproj/utils.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj creating /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj/crs copying build/lib.linux-x86_64-3.8/pyproj/crs/_cf1x8.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj/crs copying build/lib.linux-x86_64-3.8/pyproj/crs/crs.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj/crs copying build/lib.linux-x86_64-3.8/pyproj/crs/enums.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj/crs copying build/lib.linux-x86_64-3.8/pyproj/crs/datum.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj/crs copying build/lib.linux-x86_64-3.8/pyproj/crs/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj/crs copying build/lib.linux-x86_64-3.8/pyproj/crs/coordinate_operation.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj/crs copying build/lib.linux-x86_64-3.8/pyproj/crs/coordinate_system.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj/crs copying build/lib.linux-x86_64-3.8/pyproj/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj copying build/lib.linux-x86_64-3.8/pyproj/__main__.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj copying build/lib.linux-x86_64-3.8/pyproj/_transformer.cpython-38-x86_64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj copying build/lib.linux-x86_64-3.8/pyproj/_list.cpython-38-x86_64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj copying build/lib.linux-x86_64-3.8/pyproj/_show_versions.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj/compat.py to compat.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj/geod.py to geod.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj/datadir.py to datadir.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj/proj.py to proj.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj/enums.py to enums.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj/exceptions.py to exceptions.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj/transformer.py to transformer.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj/utils.py to utils.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj/crs/_cf1x8.py to _cf1x8.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj/crs/crs.py to crs.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj/crs/enums.py to enums.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj/crs/datum.py to datum.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj/crs/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj/crs/coordinate_operation.py to coordinate_operation.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj/crs/coordinate_system.py to coordinate_system.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj/__main__.py to __main__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj/_show_versions.py to _show_versions.cpython-38.pyc writing byte-compilation script '/tmp/tmpvqqxf3s2.py' /usr/bin/python3 /tmp/tmpvqqxf3s2.py removing /tmp/tmpvqqxf3s2.py running install_egg_info running egg_info creating pyproj.egg-info writing pyproj.egg-info/PKG-INFO writing dependency_links to pyproj.egg-info/dependency_links.txt writing top-level names to pyproj.egg-info/top_level.txt writing manifest file 'pyproj.egg-info/SOURCES.txt' reading manifest file 'pyproj.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'pyproj/*.pyd' no previously-included directories found matching 'docs/_build' no previously-included directories found matching 'pyproj/proj_dir' writing manifest file 'pyproj.egg-info/SOURCES.txt' Copying pyproj.egg-info to /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj-2.6.0-py3.8.egg-info running install_scripts + rm -rfv /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/bin/__pycache__ + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 2.6.0-2.mga8 --unique-debug-suffix -2.6.0-2.mga8.x86_64 --unique-debug-src-base python-pyproj-2.6.0-2.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/pyproj-2.6.0 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj/_list.cpython-38-x86_64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj/_crs.cpython-38-x86_64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj/_datadir.cpython-38-x86_64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj/_proj.cpython-38-x86_64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj/_transformer.cpython-38-x86_64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj/_geod.cpython-38-x86_64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj/_datadir.cpython-38-x86_64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj/_list.cpython-38-x86_64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj/_crs.cpython-38-x86_64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj/_proj.cpython-38-x86_64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj/_geod.cpython-38-x86_64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8/site-packages/pyproj/_transformer.cpython-38-x86_64-linux-gnu.so original debug info size: 5008kB, size after compression: 4848kB /usr/lib/rpm/sepdebugcrcfix: Updated 6 CRC32s, 0 CRC32s did match. 6854 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib/debug/usr/lib64/python3.8 using /usr/bin/python3.8 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/lib64/python3.8 using /usr/bin/python3.8 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python3-pyproj-2.6.0-2.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.RM7uEj + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd pyproj-2.6.0 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/share/doc/python3-pyproj + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/share/doc/python3-pyproj + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/share/doc/python3-pyproj + cp -pr README.md /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64/usr/share/doc/python3-pyproj + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-pyproj = 2.6.0-2.mga8 python3-pyproj = 2.6.0-2.mga8 python3-pyproj(x86-64) = 2.6.0-2.mga8 python3.8-pyproj = 2.6.0-2.mga8 python3.8dist(pyproj) = 2.6 python3dist(pyproj) = 2.6 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) libproj.so.19()(64bit) libpython3.8.so.1.0()(64bit) python(abi) = 3.8 Obsoletes: python-pyproj < 2.6.0-2.mga8 Processing files: python-pyproj-debugsource-2.6.0-2.mga8.x86_64 Provides: python-pyproj-debugsource = 2.6.0-2.mga8 python-pyproj-debugsource(x86-64) = 2.6.0-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-pyproj-debuginfo-2.6.0-2.mga8.x86_64 Provides: debuginfo(build-id) = 1141e579b57cc884792f2191f00bac13cb18c73d debuginfo(build-id) = 420a0077266c677244e667eb989ae5369163f895 debuginfo(build-id) = 4f6dc2ec058ce5abefb63fb0d0f80b445031193f debuginfo(build-id) = 9ee39cf14f6b21c70aa4fdb53d41546c00576664 debuginfo(build-id) = c534f4baf6c2e7be6ed05e51f63a52e0ec466487 debuginfo(build-id) = c99068f9bf2ee22170cda478f0f4dc10fbd0dbce python-pyproj-debuginfo = 2.6.0-2.mga8 python3-pyproj-debuginfo = 2.6.0-2.mga8 python3-pyproj-debuginfo(x86-64) = 2.6.0-2.mga8 python3.8-pyproj-debuginfo = 2.6.0-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-pyproj-debugsource(x86-64) = 2.6.0-2.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/python3-pyproj-2.6.0-2.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/python-pyproj-debugsource-2.6.0-2.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/python3-pyproj-debuginfo-2.6.0-2.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.E22Uzj + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd pyproj-2.6.0 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.6.0-2.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.HC8Uzj + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf pyproj-2.6.0 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!