D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/ldetect-0.12.8-6.mga9.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.lkc9cP + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf ldetect-0.12.8 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/ldetect-0.12.8.tar.xz + STATUS=0 + '[' 0 -ne 0 ']' + cd ldetect-0.12.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.O9TmHG + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd ldetect-0.12.8 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j16 V=1 VERBOSE=1 cc -Wall -W -Wstrict-prototypes -Os -fPIC -fvisibility=hidden -g -c -o common.o common.c In file included from common.c:9: common.h:22:15: warning: function declaration isn't a prototype [-Wstrict-prototypes] 22 | extern struct kmod_ctx* modalias_init() NON_EXPORTED; | ^~~~~~~~ cc -Wall -W -Wstrict-prototypes -Os -fPIC -fvisibility=hidden -g -c -o hid.o hid.c In file included from hid.c:11: common.h:22:15: warning: function declaration isn't a prototype [-Wstrict-prototypes] 22 | extern struct kmod_ctx* modalias_init() NON_EXPORTED; | ^~~~~~~~ rm -f pciclass.c perl generate_pciclass.pl /usr/include/pci/pci.h /usr/include/pci/header.h > pciclass.c chmod a-w pciclass.c cc -Wall -W -Wstrict-prototypes -Os -fPIC -fvisibility=hidden -g -c -o modalias.o modalias.c In file included from modalias.c:13: common.h:22:15: warning: function declaration isn't a prototype [-Wstrict-prototypes] 22 | extern struct kmod_ctx* modalias_init() NON_EXPORTED; | ^~~~~~~~ modalias.c:54:18: warning: function declaration isn't a prototype [-Wstrict-prototypes] 54 | struct kmod_ctx* modalias_init() { | ^~~~~~~~~~~~~ modalias.c: In function 'modalias_resolve_module': modalias.c:99:9: warning: 'kmod_module_get_filtered_blacklist' is deprecated [-Wdeprecated-declarations] 99 | err = kmod_module_get_filtered_blacklist(ctx, list, &filtered); | ^~~ In file included from modalias.c:11: /usr/include/libkmod.h:199:5: note: declared here 199 | int kmod_module_get_filtered_blacklist(const struct kmod_ctx *ctx, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -Wall -W -Wstrict-prototypes -Os -fPIC -fvisibility=hidden -g -c -o pci.o pci.c In file included from pci.c:13: common.h:22:15: warning: function declaration isn't a prototype [-Wstrict-prototypes] 22 | extern struct kmod_ctx* modalias_init() NON_EXPORTED; | ^~~~~~~~ rm -f usbclass.c perl generate_usbclass.pl /usr/share/usb.ids > usbclass.c chmod a-w usbclass.c cc -Wall -W -Wstrict-prototypes -Os -fPIC -fvisibility=hidden -g -c -o usb.o usb.c In file included from usb.c:7: common.h:22:15: warning: function declaration isn't a prototype [-Wstrict-prototypes] 22 | extern struct kmod_ctx* modalias_init() NON_EXPORTED; | ^~~~~~~~ usb.c: In function 'usb_probe': usb.c:97:48: warning: this statement may fall through [-Wimplicit-fallthrough=] 97 | case 'I': if (e->class_id == 0 || e->module == NULL) { | ^ usb.c:125:17: note: here 125 | case 'S': { | ^~~~ cc -Wall -W -Wstrict-prototypes -Os -fPIC -fvisibility=hidden -g -c -o pciusb.o pciusb.c In file included from pciusb.c:13: common.h:22:15: warning: function declaration isn't a prototype [-Wstrict-prototypes] 22 | extern struct kmod_ctx* modalias_init() NON_EXPORTED; | ^~~~~~~~ cc -Wall -W -Wstrict-prototypes -Os -fPIC -fvisibility=hidden -g -c -o sysfs_utils.o sysfs_utils.c cc -Wall -W -Wstrict-prototypes -Os -fPIC -fvisibility=hidden -g -c -o usbclass.o usbclass.c cc -Wall -W -Wstrict-prototypes -Os -fPIC -fvisibility=hidden -g -c -o dmi.o dmi.c In file included from dmi.c:10: common.h:22:15: warning: function declaration isn't a prototype [-Wstrict-prototypes] 22 | extern struct kmod_ctx* modalias_init() NON_EXPORTED; | ^~~~~~~~ dmi.c: In function 'entries_matching_criteria': dmi.c:228:64: warning: 'strncat' specified bound 512 equals destination size [-Wstringop-overflow=] 228 | if (i) strncat(tmp, "|", BUF_SIZE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ dmi.c: In function 'entries_matching_criteria.isra': dmi.c:229:57: warning: 'strncat' specified bound 512 equals destination size [-Wstringop-overflow=] 229 | strncat(tmp, constraints[i], BUF_SIZE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -Wall -W -Wstrict-prototypes -Os -fPIC -fvisibility=hidden -g -c -o pciclass.o pciclass.c cc -Wall -W -Wstrict-prototypes -Os -fPIC -fvisibility=hidden -g -c -o sysfs_attr.o sysfs_attr.c cc -Wall -W -Wstrict-prototypes -Os -fPIC -fvisibility=hidden -g -c -o names.o names.c cc -shared -Wl,-z,relro -Wl,-O1,-soname,libldetect.so.0.12 -o libldetect.so.0.12.8 common.o hid.o modalias.o pciusb.o pci.o usb.o pciclass.o usbclass.o dmi.o sysfs_attr.o sysfs_utils.o names.o -ludev -lpci -lkmod -lz ln -sf libldetect.so.0.12.8 libldetect.so.0.12 ar -cru libldetect.a common.o hid.o modalias.o pciusb.o pci.o usb.o pciclass.o usbclass.o dmi.o sysfs_attr.o sysfs_utils.o names.o ranlib libldetect.a ln -sf libldetect.so.0.12 libldetect.so cc -Wall -W -Wstrict-prototypes -Os -fPIC -fvisibility=hidden -g lspcidrake.c libldetect.so -o lspcidrake lspcidrake.c: In function 'main': lspcidrake.c:107:19: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 107 | if (!fake && geteuid() == 0 || dmidecode_file) { | ~~~~~~^~~~~~~~~~~~~~~~~ + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Xx5JVS + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/ldetect-0.12.8-6.mga9.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/ldetect-0.12.8-6.mga9.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/ldetect-0.12.8-6.mga9.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/ldetect-0.12.8-6.mga9.x86_64 + cd ldetect-0.12.8 + '[' 1 -eq 1 ']' + echo 'warning: %makeinstall is deprecated, try %make_install instead' warning: %makeinstall is deprecated, try %make_install instead + /usr/bin/make prefix=/home/pterjan/rpmbuild/BUILDROOT/ldetect-0.12.8-6.mga9.x86_64/usr exec_prefix=/home/pterjan/rpmbuild/BUILDROOT/ldetect-0.12.8-6.mga9.x86_64/usr bindir=/home/pterjan/rpmbuild/BUILDROOT/ldetect-0.12.8-6.mga9.x86_64/usr/bin sbindir=/home/pterjan/rpmbuild/BUILDROOT/ldetect-0.12.8-6.mga9.x86_64/usr/sbin sysconfdir=/home/pterjan/rpmbuild/BUILDROOT/ldetect-0.12.8-6.mga9.x86_64/etc datadir=/home/pterjan/rpmbuild/BUILDROOT/ldetect-0.12.8-6.mga9.x86_64/usr/share includedir=/home/pterjan/rpmbuild/BUILDROOT/ldetect-0.12.8-6.mga9.x86_64/usr/include libdir=/home/pterjan/rpmbuild/BUILDROOT/ldetect-0.12.8-6.mga9.x86_64/usr/lib64 libexecdir=/home/pterjan/rpmbuild/BUILDROOT/ldetect-0.12.8-6.mga9.x86_64/usr/libexec localstatedir=/home/pterjan/rpmbuild/BUILDROOT/ldetect-0.12.8-6.mga9.x86_64/var sharedstatedir=/home/pterjan/rpmbuild/BUILDROOT/ldetect-0.12.8-6.mga9.x86_64/var/lib mandir=/home/pterjan/rpmbuild/BUILDROOT/ldetect-0.12.8-6.mga9.x86_64/usr/share/man infodir=/home/pterjan/rpmbuild/BUILDROOT/ldetect-0.12.8-6.mga9.x86_64/usr/share/info install install -d /home/pterjan/rpmbuild/BUILDROOT/ldetect-0.12.8-6.mga9.x86_64/usr/bin /home/pterjan/rpmbuild/BUILDROOT/ldetect-0.12.8-6.mga9.x86_64/usr/lib64 /home/pterjan/rpmbuild/BUILDROOT/ldetect-0.12.8-6.mga9.x86_64/usr/include install lspcidrake /home/pterjan/rpmbuild/BUILDROOT/ldetect-0.12.8-6.mga9.x86_64/usr/bin cp -a libldetect.so libldetect.so.0.12 libldetect.so.0.12.8 libldetect.a /home/pterjan/rpmbuild/BUILDROOT/ldetect-0.12.8-6.mga9.x86_64/usr/lib64 install libldetect.h /home/pterjan/rpmbuild/BUILDROOT/ldetect-0.12.8-6.mga9.x86_64/usr/include + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 0.12.8-6.mga9 --unique-debug-suffix -0.12.8-6.mga9.x86_64 --unique-debug-src-base ldetect-0.12.8-6.mga9.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/ldetect-0.12.8 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/ldetect-0.12.8-6.mga9.x86_64/usr/bin/lspcidrake extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/ldetect-0.12.8-6.mga9.x86_64/usr/lib64/libldetect.so.0.12.8 original debug info size: 140kB, size after compression: 132kB /usr/bin/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 293 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/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs *** WARNING: ./usr/include/libldetect.h is executable but has no shebang, removing executable bit + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/redhat/brp-python-hardlink Processing files: ldetect-0.12.8-6.mga9.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.3UP7QQ + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd ldetect-0.12.8 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/ldetect-0.12.8-6.mga9.x86_64/usr/share/doc/ldetect + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/ldetect-0.12.8-6.mga9.x86_64/usr/share/doc/ldetect + cp -pr AUTHORS /home/pterjan/rpmbuild/BUILDROOT/ldetect-0.12.8-6.mga9.x86_64/usr/share/doc/ldetect + RPM_EC=0 ++ jobs -p + exit 0 Provides: ldetect = 0.12.8-6.mga9 ldetect(x86-64) = 0.12.8-6.mga9 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.34)(64bit) libldetect.so.0.12()(64bit) Processing files: lib64ldetect0.12-0.12.8-6.mga9.x86_64 Provides: lib64ldetect0.12 = 0.12.8-6.mga9 lib64ldetect0.12(x86-64) = 0.12.8-6.mga9 libldetect.so.0.12()(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.33)(64bit) libc.so.6(GLIBC_2.7)(64bit) libkmod.so.2()(64bit) libkmod.so.2(LIBKMOD_5)(64bit) libpci.so.3()(64bit) libpci.so.3(LIBPCI_3.0)(64bit) libpci.so.3(LIBPCI_3.1)(64bit) libpci.so.3(LIBPCI_3.5)(64bit) libpci.so.3(LIBPCI_3.8)(64bit) libudev.so.1()(64bit) libudev.so.1(LIBUDEV_183)(64bit) libudev.so.1(LIBUDEV_196)(64bit) libz.so.1()(64bit) Processing files: lib64ldetect-devel-0.12.8-6.mga9.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.lTWqWL + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd ldetect-0.12.8 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/ldetect-0.12.8-6.mga9.x86_64/usr/share/doc/lib64ldetect-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/ldetect-0.12.8-6.mga9.x86_64/usr/share/doc/lib64ldetect-devel + cp -pr ChangeLog /home/pterjan/rpmbuild/BUILDROOT/ldetect-0.12.8-6.mga9.x86_64/usr/share/doc/lib64ldetect-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: devel(libldetect(64bit)) ldetect-devel = 0.12.8 lib64ldetect-devel = 0.12.8-6.mga9 lib64ldetect-devel(x86-64) = 0.12.8-6.mga9 libldetect-devel = 0.12.8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: devel(libkmod(64bit)) devel(libpci(64bit)) devel(libudev(64bit)) devel(libz(64bit)) Processing files: ldetect-debugsource-0.12.8-6.mga9.x86_64 Provides: ldetect-debugsource = 0.12.8-6.mga9 ldetect-debugsource(x86-64) = 0.12.8-6.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ldetect-debuginfo-0.12.8-6.mga9.x86_64 Provides: debuginfo(build-id) = 9d2d66c9cb07d7ac38b6f81229c9a442e6bcac16 ldetect-debuginfo = 0.12.8-6.mga9 ldetect-debuginfo(x86-64) = 0.12.8-6.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ldetect-debugsource(x86-64) = 0.12.8-6.mga9 Processing files: lib64ldetect0.12-debuginfo-0.12.8-6.mga9.x86_64 Provides: debuginfo(build-id) = 375e84bd8edf8b6aefbca31bd57177c5f47948fb lib64ldetect0.12-debuginfo = 0.12.8-6.mga9 lib64ldetect0.12-debuginfo(x86-64) = 0.12.8-6.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ldetect-debugsource(x86-64) = 0.12.8-6.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/ldetect-0.12.8-6.mga9.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ldetect-0.12.8-6.mga9.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ldetect-debuginfo-0.12.8-6.mga9.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/lib64ldetect0.12-debuginfo-0.12.8-6.mga9.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ldetect-debugsource-0.12.8-6.mga9.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/lib64ldetect0.12-0.12.8-6.mga9.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/lib64ldetect-devel-0.12.8-6.mga9.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.cT7Pvn + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd ldetect-0.12.8 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/ldetect-0.12.8-6.mga9.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.6Tbwhr + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf ldetect-0.12.8 ldetect-0.12.8.gemspec + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!