D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/ivtv-utils-1.4.1-8.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.hc09IW Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Y77fvP + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build + rm -rf ivtv-utils-1.4.1 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/ivtv-utils-1.4.1.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd ivtv-utils-1.4.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/ivtv-ctl-string-fmt.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + perl -pi -es,/sbin/depmod,:,g driver/Makefile Can't open driver/Makefile: No such file or directory. + grep -rl '#include ' . + xargs perl -pi '-es,#include ,/* #include */,' -i used with no filenames on the command line, reading from STDIN. + perl -pi '-es@CFLAGS = -D_GNU_SOURCE .*@CFLAGS = -D_GNU_SOURCE -D__user= -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@' utils/Makefile + perl -pi '-es,#include "videodev2.h",#include ,' ./utils/v4l2-dbg.cpp Can't open ./utils/v4l2-dbg.cpp: No such file or directory. + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.5RaNWr + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-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 ivtv-utils-1.4.1 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + make -C utils make: Entering directory '/home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/ivtv-utils-1.4.1/utils' egrep: warning: egrep is obsolescent; using grep -E g++ -D_GNU_SOURCE -D__user= -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 -o v4l2-ctl.o v4l2-ctl.cpp v4l2-ctl.cpp: In function 'void printjpegcomp(const v4l2_jpegcompression&)': v4l2-ctl.cpp:793:34: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'unsigned int' [-Wformat=] 793 | printf("\tMarkers: 0x%08lx\n", jc.jpeg_markers); | ~~~~^ ~~~~~~~~~~~~~~~ | | | | | unsigned int | long unsigned int | %08x g++ -lm -o v4l2-ctl v4l2-ctl.o gcc -D_GNU_SOURCE -D__user= -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 -o ivtv-ctl.o ivtv-ctl.c In file included from /usr/include/stdio.h:970, from ivtv-ctl.c:25: In function 'snprintf', inlined from 'pts_to_string' at ivtv-ctl.c:194:2, inlined from 'main' at ivtv-ctl.c:559:5: /usr/include/bits/stdio2.h:68:10: warning: '__builtin___snprintf_chk' specified bound 256 exceeds destination size 64 [-Wstringop-overflow=] 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ gcc -lm -o ivtv-ctl ivtv-ctl.o gcc -D_GNU_SOURCE -D__user= -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 -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 ivtv-radio.c -o ivtv-radio ivtv-radio.c: In function 'main': ivtv-radio.c:316:25: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result] 316 | scanf("%s",newfreqs); | ^~~~~~~~~~~~~~~~~~~~ g++ -D_GNU_SOURCE -D__user= -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 -lm -lpthread -o ivtvplay ivtvplay.cc gcc -D_GNU_SOURCE -D__user= -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 -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 ivtv-mpegindex.c -o ivtv-mpegindex make CFLAGS="-D_GNU_SOURCE -D__user= -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 ivtv-tune make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/ivtv-utils-1.4.1/utils/ivtv-tune' gcc -D_GNU_SOURCE -D__user= -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 -o ivtv-tune.o ivtv-tune.c gcc -D_GNU_SOURCE -D__user= -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 -o frequencies.o frequencies.c gcc -D_GNU_SOURCE -D__user= -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 -o xawtv_parseconfig.o xawtv_parseconfig.c gcc -D_GNU_SOURCE -D__user= -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 -o cmdline.o cmdline.c gcc -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 ivtv-tune.o frequencies.o xawtv_parseconfig.o cmdline.o -o ivtv-tune make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/ivtv-utils-1.4.1/utils/ivtv-tune' make CFLAGS="-D_GNU_SOURCE -D__user= -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 cx25840ctl make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/ivtv-utils-1.4.1/utils/cx25840ctl' gcc -D_GNU_SOURCE -D__user= -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 -o cx25840ctl.o cx25840ctl.c cx25840ctl.c: In function 'main': cx25840ctl.c:73:17: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 73 | fgets(name, sizeof(name), fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -D_GNU_SOURCE -D__user= -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 -o cx25840-registers.o cx25840-registers.c gcc -D_GNU_SOURCE -D__user= -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 -o cmdline.o cmdline.c gcc -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 cx25840ctl.o cx25840-registers.o cmdline.o -o cx25840ctl make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/ivtv-utils-1.4.1/utils/cx25840ctl' make: Leaving directory '/home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/ivtv-utils-1.4.1/utils' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.CwfDkZ + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build + mkdir /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-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 ivtv-utils-1.4.1 + '[' 1 -eq 1 ']' + mkdir -p /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/BUILDROOT/usr/bin + mkdir -p /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/BUILDROOT/usr/share/ivtv/ + make -C utils DESTDIR=/home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/BUILDROOT BINDIR=/usr/bin install make: Entering directory '/home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/ivtv-utils-1.4.1/utils' egrep: warning: egrep is obsolescent; using grep -E make CFLAGS="-D_GNU_SOURCE -D__user= -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 ivtv-tune make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/ivtv-utils-1.4.1/utils/ivtv-tune' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/ivtv-utils-1.4.1/utils/ivtv-tune' make CFLAGS="-D_GNU_SOURCE -D__user= -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 cx25840ctl make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/ivtv-utils-1.4.1/utils/cx25840ctl' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/ivtv-utils-1.4.1/utils/cx25840ctl' install -d /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/BUILDROOT//usr/include/linux install -m 0644 linux/ivtv.h linux/ivtvfb.h /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/BUILDROOT//usr/include/linux install -d /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/BUILDROOT//usr/bin install -m 0755 v4l2-ctl ivtv-ctl ivtv-radio ivtvplay ivtv-mpegindex ivtv-tune/ivtv-tune cx25840ctl/cx25840ctl /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/BUILDROOT//usr/bin make: Leaving directory '/home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/ivtv-utils-1.4.1/utils' + install -p utils/ivtvfwextract.pl /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/BUILDROOT/usr/share/ivtv/ + ln -s ivtv-radio /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/BUILDROOT/usr/bin/radio-ivtv + rm -f /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/BUILDROOT/usr/include/linux/ivtv.h + rm -f /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/BUILDROOT/usr/include/linux/ivtvfb.h + rm -f /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/BUILDROOT/usr/bin/v4l2-ctl + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 1.4.1-8.mga10 --unique-debug-suffix -1.4.1-8.mga10.x86_64 --unique-debug-src-base ivtv-utils-1.4.1-8.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/ivtv-utils-1.4.1 find-debuginfo: starting Extracting debug info from 6 files DWARF-compressing 6 files sepdebugcrcfix: Updated 6 CRC32s, 0 CRC32s did match. Creating .debug symlinks for symlinks to ELF files Copying sources found by 'debugedit -l' to /usr/src/debug/ivtv-utils-1.4.1-8.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 Warning: unused libraries in /usr/bin/ivtvplay: libm.so.6 libgcc_s.so.1 + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 + /usr/lib/rpm/redhat/brp-python-hardlink Reading /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/SPECPARTS/rpm-debuginfo.specpart Processing files: ivtv-utils-1.4.1-8.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.psgfvO + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build + cd ivtv-utils-1.4.1 + DOCDIR=/home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/BUILDROOT/usr/share/doc/ivtv-utils + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/BUILDROOT/usr/share/doc/ivtv-utils + cp -pr /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/ivtv-utils-1.4.1/doc/README.devices /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/BUILDROOT/usr/share/doc/ivtv-utils + cp -pr /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/ivtv-utils-1.4.1/doc/README.install /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/BUILDROOT/usr/share/doc/ivtv-utils + cp -pr /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/ivtv-utils-1.4.1/doc/README.lirc /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/BUILDROOT/usr/share/doc/ivtv-utils + cp -pr /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/ivtv-utils-1.4.1/doc/README.radio /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/BUILDROOT/usr/share/doc/ivtv-utils + cp -pr /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/ivtv-utils-1.4.1/doc/README.utils /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/BUILDROOT/usr/share/doc/ivtv-utils + cp -pr /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/ivtv-utils-1.4.1/doc/README.vbi /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/BUILDROOT/usr/share/doc/ivtv-utils + cp -pr /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/ivtv-utils-1.4.1/doc/conversion.txt /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/BUILDROOT/usr/share/doc/ivtv-utils + cp -pr /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/ivtv-utils-1.4.1/doc/fw-readme.txt /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/BUILDROOT/usr/share/doc/ivtv-utils + cp -pr /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/ivtv-utils-1.4.1/doc/video-quality.txt /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/BUILDROOT/usr/share/doc/ivtv-utils + RPM_EC=0 ++ jobs -p + exit 0 Provides: ivtv-utils = 1.4.1-8.mga10 ivtv-utils(x86-64) = 1.4.1-8.mga10 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)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.38)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libgcc_s.so.1()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) libstdc++.so.6()(64bit) perl(Getopt::Long) perl-base >= 2:5.40.1 Recommends: ivtv-firmware Processing files: ivtv-utils-debugsource-1.4.1-8.mga10.x86_64 Provides: ivtv-utils-debugsource = 1.4.1-8.mga10 ivtv-utils-debugsource(x86-64) = 1.4.1-8.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ivtv-utils-debuginfo-1.4.1-8.mga10.x86_64 Provides: debuginfo(build-id) = 43b917de8954ec52fba0179d9b62be94771db8f8 debuginfo(build-id) = 9d296951dc76eb933287987533cd77fe469c45e9 debuginfo(build-id) = a19f8d084074f375b8522286d31b3b112027f4f3 debuginfo(build-id) = a2a04d0cf4572c792ca19cfc176aac4956c1c39d debuginfo(build-id) = c213bdcce91dc88e9b7d5c8f2ec89003e35619d2 debuginfo(build-id) = e3987e53ef2ebc8e9bd3f8fe36eb0111f4d26321 ivtv-utils-debuginfo = 1.4.1-8.mga10 ivtv-utils-debuginfo(x86-64) = 1.4.1-8.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ivtv-utils-debugsource(x86-64) = 1.4.1-8.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ivtv-utils-debugsource-1.4.1-8.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ivtv-utils-debuginfo-1.4.1-8.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ivtv-utils-1.4.1-8.mga10.x86_64.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.RXnQWU + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build + test -d /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build + rm -rf /home/pterjan/rpmbuild/BUILD/ivtv-utils-1.4.1-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!