D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/python-opencl-2018.2.2-2.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.33ONGV + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf pyopencl-2018.2.2 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/pyopencl-2018.2.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pyopencl-2018.2.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -vrf pyopencl.egg-info removed 'pyopencl.egg-info/top_level.txt' removed 'pyopencl.egg-info/dependency_links.txt' removed 'pyopencl.egg-info/not-zip-safe' removed 'pyopencl.egg-info/PKG-INFO' removed 'pyopencl.egg-info/SOURCES.txt' removed 'pyopencl.egg-info/requires.txt' removed directory 'pyopencl.egg-info' + rm -vf examples/download-examples-from-wiki.py removed 'examples/download-examples-from-wiki.py' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.HnH0YW + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd pyopencl-2018.2.2 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/python3 configure.py --cl-enable-gl + 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' --------------------------------------------------------------------------- Mako is not installed. --------------------------------------------------------------------------- That is not a problem, as most of PyOpenCL will be just fine without it. Some higher-level parts of pyopencl (such as pyopencl.reduction) will not function without the templating engine Mako [1] being installed. If you would like this functionality to work, you might want to install Mako after you finish installing PyOpenCL. Simply type python -m pip install mako either now or after the installation completes to fix this. [1] http://www.makotemplates.org/ --------------------------------------------------------------------------- Hit Ctrl-C now if you'd like to think about the situation. --------------------------------------------------------------------------- Continuing in 5 seconds... Continuing in 4 seconds... Continuing in 3 seconds... Continuing in 2 seconds... Continuing in 1 seconds... running build running build_py creating build creating build/lib.linux-aarch64-3.8 creating build/lib.linux-aarch64-3.8/pyopencl copying pyopencl/scan.py -> build/lib.linux-aarch64-3.8/pyopencl copying pyopencl/algorithm.py -> build/lib.linux-aarch64-3.8/pyopencl copying pyopencl/version.py -> build/lib.linux-aarch64-3.8/pyopencl copying pyopencl/clmath.py -> build/lib.linux-aarch64-3.8/pyopencl copying pyopencl/_cluda.py -> build/lib.linux-aarch64-3.8/pyopencl copying pyopencl/_mymako.py -> build/lib.linux-aarch64-3.8/pyopencl copying pyopencl/bitonic_sort_templates.py -> build/lib.linux-aarch64-3.8/pyopencl copying pyopencl/_buffers.py -> build/lib.linux-aarch64-3.8/pyopencl copying pyopencl/clrandom.py -> build/lib.linux-aarch64-3.8/pyopencl copying pyopencl/array.py -> build/lib.linux-aarch64-3.8/pyopencl copying pyopencl/invoker.py -> build/lib.linux-aarch64-3.8/pyopencl copying pyopencl/reduction.py -> build/lib.linux-aarch64-3.8/pyopencl copying pyopencl/capture_call.py -> build/lib.linux-aarch64-3.8/pyopencl copying pyopencl/cache.py -> build/lib.linux-aarch64-3.8/pyopencl copying pyopencl/bitonic_sort.py -> build/lib.linux-aarch64-3.8/pyopencl copying pyopencl/__init__.py -> build/lib.linux-aarch64-3.8/pyopencl copying pyopencl/ipython_ext.py -> build/lib.linux-aarch64-3.8/pyopencl copying pyopencl/elementwise.py -> build/lib.linux-aarch64-3.8/pyopencl copying pyopencl/cltypes.py -> build/lib.linux-aarch64-3.8/pyopencl copying pyopencl/tools.py -> build/lib.linux-aarch64-3.8/pyopencl creating build/lib.linux-aarch64-3.8/pyopencl/compyte copying pyopencl/compyte/array.py -> build/lib.linux-aarch64-3.8/pyopencl/compyte copying pyopencl/compyte/__init__.py -> build/lib.linux-aarch64-3.8/pyopencl/compyte copying pyopencl/compyte/dtypes.py -> build/lib.linux-aarch64-3.8/pyopencl/compyte creating build/lib.linux-aarch64-3.8/pyopencl/characterize copying pyopencl/characterize/__init__.py -> build/lib.linux-aarch64-3.8/pyopencl/characterize copying pyopencl/characterize/performance.py -> build/lib.linux-aarch64-3.8/pyopencl/characterize creating build/lib.linux-aarch64-3.8/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/test_gpu_elemwise.py -> build/lib.linux-aarch64-3.8/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/test_gpu_ndarray.py -> build/lib.linux-aarch64-3.8/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/gen_reduction.py -> build/lib.linux-aarch64-3.8/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/gen_elemwise.py -> build/lib.linux-aarch64-3.8/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/setup_opencl.py -> build/lib.linux-aarch64-3.8/pyopencl/compyte/ndarray copying pyopencl/compyte/ndarray/__init__.py -> build/lib.linux-aarch64-3.8/pyopencl/compyte/ndarray running egg_info creating pyopencl.egg-info writing pyopencl.egg-info/PKG-INFO writing dependency_links to pyopencl.egg-info/dependency_links.txt writing requirements to pyopencl.egg-info/requires.txt writing top-level names to pyopencl.egg-info/top_level.txt writing manifest file 'pyopencl.egg-info/SOURCES.txt' reading manifest file 'pyopencl.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.h' warning: no files found matching 'doc/_static/*.css' warning: no files found matching 'doc/_templates/*.html' warning: no files found matching '*.py.in' writing manifest file 'pyopencl.egg-info/SOURCES.txt' creating build/lib.linux-aarch64-3.8/pyopencl/cl copying pyopencl/cl/pyopencl-airy.cl -> build/lib.linux-aarch64-3.8/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-j-complex.cl -> build/lib.linux-aarch64-3.8/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-j.cl -> build/lib.linux-aarch64-3.8/pyopencl/cl copying pyopencl/cl/pyopencl-bessel-y.cl -> build/lib.linux-aarch64-3.8/pyopencl/cl copying pyopencl/cl/pyopencl-complex.h -> build/lib.linux-aarch64-3.8/pyopencl/cl copying pyopencl/cl/pyopencl-eval-tbl.cl -> build/lib.linux-aarch64-3.8/pyopencl/cl copying pyopencl/cl/pyopencl-hankel-complex.cl -> build/lib.linux-aarch64-3.8/pyopencl/cl copying pyopencl/cl/pyopencl-ranluxcl.cl -> build/lib.linux-aarch64-3.8/pyopencl/cl creating build/lib.linux-aarch64-3.8/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/array.h -> build/lib.linux-aarch64-3.8/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/openclfeatures.h -> build/lib.linux-aarch64-3.8/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/philox.cl -> build/lib.linux-aarch64-3.8/pyopencl/cl/pyopencl-random123 copying pyopencl/cl/pyopencl-random123/threefry.cl -> build/lib.linux-aarch64-3.8/pyopencl/cl/pyopencl-random123 running build_ext creating tmp gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -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 -O3 -DNDEBUG -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/python3.8 -c /tmp/tmprer3ygmr.cpp -o tmp/tmprer3ygmr.o -std=c++14 gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -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 -O3 -DNDEBUG -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/python3.8 -c /tmp/tmphwnu5clj.cpp -o tmp/tmphwnu5clj.o -fvisibility=hidden building 'pyopencl._cl' extension creating build/temp.linux-aarch64-3.8 creating build/temp.linux-aarch64-3.8/src gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -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 -O3 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -DHAVE_GL=1 -Ipybind11/include -I/usr/include/python3.8 -I/home/iurt/.local/include/python3.8 -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/wrap_constants.cpp -o build/temp.linux-aarch64-3.8/src/wrap_constants.o -fvisibility=hidden -DVERSION_INFO="2018.2.2" -std=c++14 -fvisibility=hidden In file included from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1832, from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4, from src/numpy_init.hpp:32, from src/wrap_cl.hpp:87, from src/wrap_constants.cpp:27: /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] 17 | #warning "Using deprecated NumPy API, disable it with " \ | ^~~~~~~ gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -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 -O3 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -DHAVE_GL=1 -Ipybind11/include -I/usr/include/python3.8 -I/home/iurt/.local/include/python3.8 -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/wrap_cl.cpp -o build/temp.linux-aarch64-3.8/src/wrap_cl.o -fvisibility=hidden -DVERSION_INFO="2018.2.2" -std=c++14 -fvisibility=hidden In file included from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1832, from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4, from src/numpy_init.hpp:32, from src/wrap_cl.hpp:87, from src/wrap_cl.cpp:27: /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] 17 | #warning "Using deprecated NumPy API, disable it with " \ | ^~~~~~~ gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -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 -O3 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -DHAVE_GL=1 -Ipybind11/include -I/usr/include/python3.8 -I/home/iurt/.local/include/python3.8 -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/wrap_cl_part_1.cpp -o build/temp.linux-aarch64-3.8/src/wrap_cl_part_1.o -fvisibility=hidden -DVERSION_INFO="2018.2.2" -std=c++14 -fvisibility=hidden In file included from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1832, from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4, from src/numpy_init.hpp:32, from src/wrap_cl.hpp:87, from src/wrap_cl_part_1.cpp:27: /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] 17 | #warning "Using deprecated NumPy API, disable it with " \ | ^~~~~~~ gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -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 -O3 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -DHAVE_GL=1 -Ipybind11/include -I/usr/include/python3.8 -I/home/iurt/.local/include/python3.8 -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/wrap_cl_part_2.cpp -o build/temp.linux-aarch64-3.8/src/wrap_cl_part_2.o -fvisibility=hidden -DVERSION_INFO="2018.2.2" -std=c++14 -fvisibility=hidden In file included from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1832, from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4, from src/numpy_init.hpp:32, from src/wrap_cl.hpp:87, from src/wrap_cl_part_2.cpp:27: /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] 17 | #warning "Using deprecated NumPy API, disable it with " \ | ^~~~~~~ gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -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 -O3 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -DHAVE_GL=1 -Ipybind11/include -I/usr/include/python3.8 -I/home/iurt/.local/include/python3.8 -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/wrap_mempool.cpp -o build/temp.linux-aarch64-3.8/src/wrap_mempool.o -fvisibility=hidden -DVERSION_INFO="2018.2.2" -std=c++14 -fvisibility=hidden In file included from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1832, from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4, from src/numpy_init.hpp:32, from src/wrap_cl.hpp:87, from src/wrap_mempool.cpp:34: /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] 17 | #warning "Using deprecated NumPy API, disable it with " \ | ^~~~~~~ gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -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 -O3 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -DHAVE_GL=1 -Ipybind11/include -I/usr/include/python3.8 -I/home/iurt/.local/include/python3.8 -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/bitlog.cpp -o build/temp.linux-aarch64-3.8/src/bitlog.o -fvisibility=hidden -DVERSION_INFO="2018.2.2" -std=c++14 -fvisibility=hidden g++ -pthread -shared -Wl,--as-needed -Wl,-z,relro -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-aarch64-3.8/src/wrap_constants.o build/temp.linux-aarch64-3.8/src/wrap_cl.o build/temp.linux-aarch64-3.8/src/wrap_cl_part_1.o build/temp.linux-aarch64-3.8/src/wrap_cl_part_2.o build/temp.linux-aarch64-3.8/src/wrap_mempool.o build/temp.linux-aarch64-3.8/src/bitlog.o -L/usr/lib64 -lOpenCL -lpython3.8 -o build/lib.linux-aarch64-3.8/pyopencl/_cl.cpython-38-aarch64-linux-gnu.so -Wl,--no-as-needed + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.qBa4RX + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64 + cd pyopencl-2018.2.2 + '[' 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-opencl-2018.2.2-2.mga8.aarch64 --------------------------------------------------------------------------- Mako is not installed. --------------------------------------------------------------------------- That is not a problem, as most of PyOpenCL will be just fine without it. Some higher-level parts of pyopencl (such as pyopencl.reduction) will not function without the templating engine Mako [1] being installed. If you would like this functionality to work, you might want to install Mako after you finish installing PyOpenCL. Simply type python -m pip install mako either now or after the installation completes to fix this. [1] http://www.makotemplates.org/ --------------------------------------------------------------------------- Hit Ctrl-C now if you'd like to think about the situation. --------------------------------------------------------------------------- Continuing in 5 seconds... Continuing in 4 seconds... Continuing in 3 seconds... Continuing in 2 seconds... Continuing in 1 seconds... running install running install_lib creating /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr creating /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64 creating /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8 creating /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages creating /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl copying build/lib.linux-aarch64-3.8/pyopencl/scan.py -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl copying build/lib.linux-aarch64-3.8/pyopencl/algorithm.py -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl copying build/lib.linux-aarch64-3.8/pyopencl/version.py -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl copying build/lib.linux-aarch64-3.8/pyopencl/clmath.py -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl creating /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/cl copying build/lib.linux-aarch64-3.8/pyopencl/cl/pyopencl-bessel-j-complex.cl -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/cl copying build/lib.linux-aarch64-3.8/pyopencl/cl/pyopencl-ranluxcl.cl -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/cl creating /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/cl/pyopencl-random123 copying build/lib.linux-aarch64-3.8/pyopencl/cl/pyopencl-random123/array.h -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/cl/pyopencl-random123 copying build/lib.linux-aarch64-3.8/pyopencl/cl/pyopencl-random123/philox.cl -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/cl/pyopencl-random123 copying build/lib.linux-aarch64-3.8/pyopencl/cl/pyopencl-random123/threefry.cl -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/cl/pyopencl-random123 copying build/lib.linux-aarch64-3.8/pyopencl/cl/pyopencl-random123/openclfeatures.h -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/cl/pyopencl-random123 copying build/lib.linux-aarch64-3.8/pyopencl/cl/pyopencl-hankel-complex.cl -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/cl copying build/lib.linux-aarch64-3.8/pyopencl/cl/pyopencl-bessel-y.cl -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/cl copying build/lib.linux-aarch64-3.8/pyopencl/cl/pyopencl-complex.h -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/cl copying build/lib.linux-aarch64-3.8/pyopencl/cl/pyopencl-airy.cl -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/cl copying build/lib.linux-aarch64-3.8/pyopencl/cl/pyopencl-eval-tbl.cl -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/cl copying build/lib.linux-aarch64-3.8/pyopencl/cl/pyopencl-bessel-j.cl -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/cl copying build/lib.linux-aarch64-3.8/pyopencl/_cluda.py -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl creating /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/compyte creating /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/compyte/ndarray copying build/lib.linux-aarch64-3.8/pyopencl/compyte/ndarray/test_gpu_elemwise.py -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/compyte/ndarray copying build/lib.linux-aarch64-3.8/pyopencl/compyte/ndarray/test_gpu_ndarray.py -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/compyte/ndarray copying build/lib.linux-aarch64-3.8/pyopencl/compyte/ndarray/gen_reduction.py -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/compyte/ndarray copying build/lib.linux-aarch64-3.8/pyopencl/compyte/ndarray/gen_elemwise.py -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/compyte/ndarray copying build/lib.linux-aarch64-3.8/pyopencl/compyte/ndarray/setup_opencl.py -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/compyte/ndarray copying build/lib.linux-aarch64-3.8/pyopencl/compyte/ndarray/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/compyte/ndarray copying build/lib.linux-aarch64-3.8/pyopencl/compyte/array.py -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/compyte copying build/lib.linux-aarch64-3.8/pyopencl/compyte/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/compyte copying build/lib.linux-aarch64-3.8/pyopencl/compyte/dtypes.py -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/compyte copying build/lib.linux-aarch64-3.8/pyopencl/_mymako.py -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl copying build/lib.linux-aarch64-3.8/pyopencl/bitonic_sort_templates.py -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl creating /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/characterize copying build/lib.linux-aarch64-3.8/pyopencl/characterize/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/characterize copying build/lib.linux-aarch64-3.8/pyopencl/characterize/performance.py -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/characterize copying build/lib.linux-aarch64-3.8/pyopencl/_cl.cpython-38-aarch64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl copying build/lib.linux-aarch64-3.8/pyopencl/_buffers.py -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl copying build/lib.linux-aarch64-3.8/pyopencl/clrandom.py -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl copying build/lib.linux-aarch64-3.8/pyopencl/array.py -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl copying build/lib.linux-aarch64-3.8/pyopencl/invoker.py -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl copying build/lib.linux-aarch64-3.8/pyopencl/reduction.py -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl copying build/lib.linux-aarch64-3.8/pyopencl/capture_call.py -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl copying build/lib.linux-aarch64-3.8/pyopencl/cache.py -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl copying build/lib.linux-aarch64-3.8/pyopencl/bitonic_sort.py -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl copying build/lib.linux-aarch64-3.8/pyopencl/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl copying build/lib.linux-aarch64-3.8/pyopencl/ipython_ext.py -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl copying build/lib.linux-aarch64-3.8/pyopencl/elementwise.py -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl copying build/lib.linux-aarch64-3.8/pyopencl/cltypes.py -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl copying build/lib.linux-aarch64-3.8/pyopencl/tools.py -> /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/scan.py to scan.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/algorithm.py to algorithm.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/version.py to version.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/clmath.py to clmath.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/_cluda.py to _cluda.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/compyte/ndarray/test_gpu_elemwise.py to test_gpu_elemwise.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/compyte/ndarray/test_gpu_ndarray.py to test_gpu_ndarray.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/compyte/ndarray/gen_reduction.py to gen_reduction.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/compyte/ndarray/gen_elemwise.py to gen_elemwise.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/compyte/ndarray/setup_opencl.py to setup_opencl.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/compyte/ndarray/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/compyte/array.py to array.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/compyte/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/compyte/dtypes.py to dtypes.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/_mymako.py to _mymako.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/bitonic_sort_templates.py to bitonic_sort_templates.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/characterize/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/characterize/performance.py to performance.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/_buffers.py to _buffers.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/clrandom.py to clrandom.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/array.py to array.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/invoker.py to invoker.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/reduction.py to reduction.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/capture_call.py to capture_call.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/cache.py to cache.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/bitonic_sort.py to bitonic_sort.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/ipython_ext.py to ipython_ext.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/elementwise.py to elementwise.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/cltypes.py to cltypes.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/tools.py to tools.cpython-38.pyc writing byte-compilation script '/tmp/tmpooyxxqu0.py' /usr/bin/python3 /tmp/tmpooyxxqu0.py removing /tmp/tmpooyxxqu0.py running install_egg_info running egg_info writing pyopencl.egg-info/PKG-INFO writing dependency_links to pyopencl.egg-info/dependency_links.txt writing requirements to pyopencl.egg-info/requires.txt writing top-level names to pyopencl.egg-info/top_level.txt reading manifest file 'pyopencl.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.h' warning: no files found matching 'doc/_static/*.css' warning: no files found matching 'doc/_templates/*.html' warning: no files found matching '*.py.in' writing manifest file 'pyopencl.egg-info/SOURCES.txt' Copying pyopencl.egg-info to /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl-2018.2.2-py3.8.egg-info running install_scripts + find /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl -name '*.so' -exec chmod 755 '{}' + + /usr/lib/rpm/find-debuginfo.sh -j16 --strict-build-id -m -i --build-id-seed 2018.2.2-2.mga8 --unique-debug-suffix -2018.2.2-2.mga8.aarch64 --unique-debug-src-base python-opencl-2018.2.2-2.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/pyopencl-2018.2.2 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/_cl.cpython-38-aarch64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyopencl/_cl.cpython-38-aarch64-linux-gnu.so original debug info size: 25620kB, size after compression: 24264kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 450 blocks + '[' -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/translate_menu + '[' -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/python 1 1 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/lib/debug/usr/lib64/python3.8 using /usr/bin/python3.8 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/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-opencl-2018.2.2-2.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.vvF8pW + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd pyopencl-2018.2.2 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/share/doc/python3-opencl + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/share/doc/python3-opencl + cp -pr examples /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/share/doc/python3-opencl + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.GB4CiZ + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd pyopencl-2018.2.2 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/share/licenses/python3-opencl + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/share/licenses/python3-opencl + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64/usr/share/licenses/python3-opencl + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-pyopencl = 2018.2.2-2.mga8 python3-opencl = 2018.2.2-2.mga8 python3-opencl(aarch-64) = 2018.2.2-2.mga8 python3.8dist(pyopencl) = 2018.2.2 python3dist(pyopencl) = 2018.2.2 pythonegg(3)(pyopencl) = 2018.2.2 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: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libOpenCL.so.1()(64bit) libOpenCL.so.1(OPENCL_1.0)(64bit) libOpenCL.so.1(OPENCL_1.1)(64bit) libOpenCL.so.1(OPENCL_1.2)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) libpython3.8.so.1.0()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.3)(64bit) libstdc++.so.6(CXXABI_1.3.5)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.18)(64bit) libstdc++.so.6(GLIBCXX_3.4.20)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.22)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) python(abi) = 3.8 python3.8dist(appdirs) >= 1.4.0 python3.8dist(decorator) >= 3.2.0 python3.8dist(numpy) python3.8dist(pytools) >= 2017.6 python3.8dist(six) >= 1.9.0 Obsoletes: python-pyopencl < 2018.2.2-2.mga8 Processing files: python-opencl-debugsource-2018.2.2-2.mga8.aarch64 Provides: python-opencl-debugsource = 2018.2.2-2.mga8 python-opencl-debugsource(aarch-64) = 2018.2.2-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-opencl-debuginfo-2018.2.2-2.mga8.aarch64 Provides: debuginfo(build-id) = ef251db9182eef2257ca3e7f25325777bdb6713b python3-opencl-debuginfo = 2018.2.2-2.mga8 python3-opencl-debuginfo(aarch-64) = 2018.2.2-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-opencl-debugsource(aarch-64) = 2018.2.2-2.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python-opencl-debugsource-2018.2.2-2.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-opencl-2018.2.2-2.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-opencl-debuginfo-2018.2.2-2.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.YMKJ7U + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd pyopencl-2018.2.2 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-opencl-2018.2.2-2.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.v5KqtV + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf pyopencl-2018.2.2 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!