D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/evdi-1.14.8-2.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.erTWal Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.joLTIo + umask 022 + cd /home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build + rm -rf evdi-1.14.8 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/evdi-1.14.8.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd evdi-1.14.8 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.xCXCYw + umask 022 + cd /home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd evdi-1.14.8 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j16 V=1 VERBOSE=1 -C library make: Entering directory '/home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/evdi-1.14.8/library' gcc -I../module -std=gnu99 -fPIC -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full $(pkg-config --cflags-only-I libdrm) -c -o evdi_procfs.o evdi_procfs.c evdi_procfs.c: In function 'process_name': evdi_procfs.c:44:9: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 44 | fscanf(pf, "%*s"); | ^~~~~~~~~~~~~~~~~ evdi_procfs.c:45:9: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 45 | fscanf(pf, "%6s", name); // Xorg process had name (Xorg) | ^~~~~~~~~~~~~~~~~~~~~~~ evdi_procfs.c: In function 'Xorg_running': evdi_procfs.c:27:50: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 44 [-Wformat-truncation=] 27 | snprintf(command, command_length, "/proc/%s/stat", pid); | ^~ In file included from /usr/include/stdio.h:970, from evdi_procfs.c:10: In function 'snprintf', inlined from 'open_process_folder' at evdi_procfs.c:27:2, inlined from 'is_Xorg' at evdi_procfs.c:61:7, inlined from 'is_Xorg_process_folder' at evdi_procfs.c:82:33, inlined from 'iterate_through_all_process_folders_and_find_Xorg' at evdi_procfs.c:100:7, inlined from 'Xorg_running' at evdi_procfs.c:112:9: /usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 12 and 267 bytes into a destination of size 50 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ make: Leaving directory '/home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/evdi-1.14.8/library' make: Entering directory '/home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/evdi-1.14.8/library' gcc -I../module -std=gnu99 -fPIC -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full $(pkg-config --cflags-only-I libdrm) -c -o evdi_lib.o evdi_lib.c evdi_lib.c: In function 'find_unused_card_for': evdi_lib.c:469:65: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4089 [-Wformat-truncation=] 469 | snprintf(link_path, MIN(PATH_MAX - 7, dirname_maxlen), "%s/device", dirname); | ^~ ...... 513 | if (!is_correct_parent_device(evdi_path, PATH_MAX, parent_device, length)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:970, from evdi_lib.c:17: In function 'snprintf', inlined from 'is_correct_parent_device' at evdi_lib.c:469:2, inlined from 'find_unused_card_for' at evdi_lib.c:513:8: /usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 8 and 4103 bytes into a destination of size 4089 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ evdi_lib.c: In function 'evdi_check_device': evdi_lib.c:615:50: warning: '/drm/card' directive output may be truncated writing 9 bytes into a region of size between 1 and 4096 [-Wformat-truncation=] 615 | snprintf(card_path, PATH_MAX, "%s/drm/card%d", path, device); | ^~~~~~~~~ In function 'snprintf', inlined from 'evdi_device_to_platform' at evdi_lib.c:615:3, inlined from 'evdi_check_device' at evdi_lib.c:630:9: /usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 11 and 4116 bytes into a destination of size 4096 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ make: Leaving directory '/home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/evdi-1.14.8/library' make: Entering directory '/home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/evdi-1.14.8/library' gcc evdi_lib.o evdi_procfs.o -shared -Wl,-soname,libevdi.so.1 -o libevdi.so.1.14.8 -lc -lgcc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld cp libevdi.so.1.14.8 libevdi.so ln -sf libevdi.so.1.14.8 libevdi.so.1 make: Leaving directory '/home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/evdi-1.14.8/library' + /usr/bin/make -O -j16 V=1 VERBOSE=1 -C pyevdi make: Entering directory '/home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/evdi-1.14.8/pyevdi' g++ -I../library $(python3 -m pybind11 --includes) -std=c++20 -fPIC -fvisibility=hidden -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -c Buffer.cpp make: Leaving directory '/home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/evdi-1.14.8/pyevdi' make: Entering directory '/home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/evdi-1.14.8/pyevdi' g++ -I../library $(python3 -m pybind11 --includes) -std=c++20 -fPIC -fvisibility=hidden -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -c Stats.cpp make: Leaving directory '/home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/evdi-1.14.8/pyevdi' make: Entering directory '/home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/evdi-1.14.8/pyevdi' g++ -I../library $(python3 -m pybind11 --includes) -std=c++20 -fPIC -fvisibility=hidden -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -c Card.cpp make: Leaving directory '/home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/evdi-1.14.8/pyevdi' make: Entering directory '/home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/evdi-1.14.8/pyevdi' g++ -I../library $(python3 -m pybind11 --includes) -std=c++20 -fPIC -fvisibility=hidden -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -c PyEvdi.cpp make: Leaving directory '/home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/evdi-1.14.8/pyevdi' make: Entering directory '/home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/evdi-1.14.8/pyevdi' g++ Buffer.o Card.o PyEvdi.o Stats.o -L../library -Wl,--no-undefined $(python3-config --ldflags --embed) -shared -levdi -Wl,-soname,PyEvdi$(python3-config --extension-suffix).so.1 -o PyEvdi$(python3-config --extension-suffix) make: Leaving directory '/home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/evdi-1.14.8/pyevdi' make: Entering directory '/home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/evdi-1.14.8/pyevdi' g++ Buffer.o Card.o PyEvdi.o Stats.o -L../library -Wl,--no-undefined $(python3-config --ldflags --embed) -shared -levdi -Wl,-soname,PyEvdi$(python3-config --extension-suffix).so.1 -o PyEvdi$(python3-config --extension-suffix) make: Leaving directory '/home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/evdi-1.14.8/pyevdi' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.bjjnW3 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build + mkdir /home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/BUILDROOT + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd evdi-1.14.8 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/BUILDROOT 'INSTALL=/usr/bin/install -p' -C library LIBDIR=/usr/lib64 make: Entering directory '/home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/evdi-1.14.8/library' /usr/bin/install -p -d /home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/BUILDROOT/usr/lib64 /usr/bin/install -p -m 755 libevdi.so.1.14.8 /home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/BUILDROOT/usr/lib64/libevdi.so.1.14.8 ln -sf libevdi.so.1.14.8 /home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/BUILDROOT/usr/lib64/libevdi.so.1 ln -sf libevdi.so.1 /home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/BUILDROOT/usr/lib64/libevdi.so make: Leaving directory '/home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/evdi-1.14.8/library' + /usr/bin/make install DESTDIR=/home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/BUILDROOT 'INSTALL=/usr/bin/install -p' -C pyevdi LIBDIR=/usr/lib64/python3.13/site-packages/evdi make: Entering directory '/home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/evdi-1.14.8/pyevdi' /usr/bin/install -p -d /home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/BUILDROOT/usr/lib64/python3.13/site-packages/evdi /usr/bin/install -p -m 755 PyEvdi$(python3-config --extension-suffix) /home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/BUILDROOT/usr/lib64/python3.13/site-packages/evdi/PyEvdi$(python3-config --extension-suffix) ln -sf PyEvdi$(python3-config --extension-suffix) /home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/BUILDROOT/usr/lib64/python3.13/site-packages/evdi/PyEvdi$(python3-config --extension-suffix).1 make: Leaving directory '/home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/evdi-1.14.8/pyevdi' + mkdir -p /home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/BUILDROOT/usr/include + cp library/evdi_lib.h /home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/BUILDROOT/usr/include/ + install -d -m755 /home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/BUILDROOT/usr/src/evdi-1.14.8-2.mga10 + install -d -m755 /home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/BUILDROOT/etc/modules-load.d + cp -r module/Kconfig module/LICENSE module/Makefile module/README.md module/dkms.conf module/dkms_install.sh module/evdi_connector.c module/evdi_cursor.c module/evdi_cursor.h module/evdi_debug.c module/evdi_debug.h module/evdi_drm.h module/evdi_drm_drv.c module/evdi_drm_drv.h module/evdi_encoder.c module/evdi_fb.c module/evdi_gem.c module/evdi_i2c.c module/evdi_i2c.h module/evdi_ioc32.c module/evdi_modeset.c module/evdi_painter.c module/evdi_params.c module/evdi_params.h module/evdi_platform_dev.c module/evdi_platform_dev.h module/evdi_platform_drv.c module/evdi_platform_drv.h module/evdi_sysfs.c module/evdi_sysfs.h module/tests /home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/BUILDROOT/usr/src/evdi-1.14.8-2.mga10 + echo evdi + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 1.14.8-2.mga10 --unique-debug-suffix -1.14.8-2.mga10.x86_64 --unique-debug-src-base evdi-1.14.8-2.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/evdi-1.14.8 find-debuginfo: starting Extracting debug info from 2 files DWARF-compressing 2 files sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. Creating .debug symlinks for symlinks to ELF files Copying sources found by 'debugedit -l' to /usr/src/debug/evdi-1.14.8-2.mga10.x86_64 find-debuginfo: done + /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/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/src/evdi-1.14.8-2.mga10/dkms_install.sh from /usr/bin/env bash to #!/usr/bin/bash + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 Bytecompiling .py files below /home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/BUILDROOT/usr/lib64/python3.13 using python3.13 Not clamping source mtimes, $SOURCE_DATE_EPOCH not set Bytecompiling .py files below /home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/BUILDROOT/usr/lib/debug/usr/lib64/python3.13 using python3.13 Not clamping source mtimes, $SOURCE_DATE_EPOCH not set + /usr/lib/rpm/redhat/brp-python-hardlink Reading /home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/SPECPARTS/rpm-debuginfo.specpart Processing files: lib64evdi-1.14.8-2.mga10.x86_64 Provides: devel(libevdi(64bit)) lib64evdi = 1.14.8-2.mga10 lib64evdi(x86-64) = 1.14.8-2.mga10 libevdi.so.1()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) Processing files: lib64evdi-devel-1.14.8-2.mga10.x86_64 Provides: evdi-devel = 1.14.8-2.mga10 lib64evdi-devel = 1.14.8-2.mga10 lib64evdi-devel(x86-64) = 1.14.8-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: dkms-evdi-1.14.8-2.mga10.x86_64 Provides: dkms-evdi = 1.14.8-2.mga10 dkms-evdi(x86-64) = 1.14.8-2.mga10 kmod(evdi.ko) = 1.14.8 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh dkms Requires(preun): /bin/sh dkms Processing files: python3-evdi-1.14.8-2.mga10.x86_64 Provides: python-evdi = 1.14.8-2.mga10 python3-evdi = 1.14.8-2.mga10 python3-evdi(x86-64) = 1.14.8-2.mga10 python3.13-evdi = 1.14.8-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-x86-64.so.2()(64bit) ld-linux-x86-64.so.2(GLIBC_2.3)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.15)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.4)(64bit) libevdi.so.1()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libpython3.13.so.1.0()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.11)(64bit) libstdc++.so.6(CXXABI_1.3.13)(64bit) libstdc++.so.6(CXXABI_1.3.15)(64bit) libstdc++.so.6(CXXABI_1.3.2)(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.15)(64bit) libstdc++.so.6(GLIBCXX_3.4.18)(64bit) libstdc++.so.6(GLIBCXX_3.4.19)(64bit) libstdc++.so.6(GLIBCXX_3.4.20)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.29)(64bit) libstdc++.so.6(GLIBCXX_3.4.31)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) python(abi) = 3.13 Processing files: evdi-debugsource-1.14.8-2.mga10.x86_64 Provides: evdi-debugsource = 1.14.8-2.mga10 evdi-debugsource(x86-64) = 1.14.8-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: evdi-debuginfo-1.14.8-2.mga10.x86_64 Provides: evdi-debuginfo = 1.14.8-2.mga10 evdi-debuginfo(x86-64) = 1.14.8-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: evdi-debugsource(x86-64) = 1.14.8-2.mga10 Processing files: lib64evdi-debuginfo-1.14.8-2.mga10.x86_64 Provides: debuginfo(build-id) = 234d2884a8bf3657f6a896eee2d5b22a978cca3d lib64evdi-debuginfo = 1.14.8-2.mga10 lib64evdi-debuginfo(x86-64) = 1.14.8-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: evdi-debugsource(x86-64) = 1.14.8-2.mga10 Processing files: python3-evdi-debuginfo-1.14.8-2.mga10.x86_64 Provides: debuginfo(build-id) = e3c729b1a7809b2aac69e0329a132088a0b39c60 python-evdi-debuginfo = 1.14.8-2.mga10 python3-evdi-debuginfo = 1.14.8-2.mga10 python3-evdi-debuginfo(x86-64) = 1.14.8-2.mga10 python3.13-evdi-debuginfo = 1.14.8-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: evdi-debugsource(x86-64) = 1.14.8-2.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/evdi-debuginfo-1.14.8-2.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/lib64evdi-devel-1.14.8-2.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/evdi-debugsource-1.14.8-2.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/lib64evdi-debuginfo-1.14.8-2.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/lib64evdi-1.14.8-2.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/dkms-evdi-1.14.8-2.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/python3-evdi-1.14.8-2.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/python3-evdi-debuginfo-1.14.8-2.mga10.x86_64.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.6wkM8e + umask 022 + cd /home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build + test -d /home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build + rm -rf /home/pterjan/rpmbuild/BUILD/evdi-1.14.8-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!