D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 warning: /home/iurt/rpmbuild/SPECS/lshw.spec line 40: autopatch: no matching patches in range Installing /home/iurt/rpmbuild/SRPMS/@2313120:lshw-2.20-1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.rZejC2 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.uWUUlb + umask 022 + cd /home/iurt/rpmbuild/BUILD/lshw-2.20-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD/lshw-2.20-build + rm -rf lshw-B.02.20 + /usr/lib/rpm/rpmuncompress -x /home/iurt/rpmbuild/SOURCES/lshw-B.02.20.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd lshw-B.02.20 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + find -type f + xargs chmod 644 + xargs chmod 755 + find -type d + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.TuZyY4 + umask 022 + cd /home/iurt/rpmbuild/BUILD/lshw-2.20-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 lshw-B.02.20 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + make SQLITE=1 all VERSION=2.20 make -C src all make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/lshw-2.20-build/lshw-B.02.20/src' make -C core all make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/lshw-2.20-build/lshw-B.02.20/src/core' g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c hw.cc -o hw.o hw.cc: In function 'std::string generateId(const std::string&, int)': hw.cc:795:39: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] 795 | snprintf(buffer, sizeof(buffer), "%d", count); | ^ In file included from /usr/include/stdio.h:970, from /usr/include/c++/15/cstdio:47, from /usr/include/c++/15/ext/string_conversions.h:47, from /usr/include/c++/15/bits/basic_string.h:4444, from /usr/include/c++/15/string:56, from hw.h:4, from hw.cc:2: In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'std::string generateId(const std::string&, int)' at hw.cc:795:11: /usr/include/bits/stdio2.h:68:35: note: '__builtin___snprintf_chk' output between 2 and 11 bytes into a destination of size 10 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c main.cc -o main.o g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c print.cc -o print.o g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c mem.cc -o mem.o g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c dmi.cc -o dmi.o g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c device-tree.cc -o device-tree.o device-tree.cc: In function 'void add_memory_bank_spd(std::string, hwNode&)': device-tree.cc:908:9: warning: ignoring return value of 'ssize_t read(int, void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] 908 | read(fd, &dimminfo[0x80], len - 0x80); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ device-tree.cc: In function 'void scan_devtree_memory(hwNode&)': device-tree.cc:1189:39: warning: '%d' directive output may be truncated writing between 1 and 11 bytes into a region of size 10 [-Wformat-truncation=] 1189 | snprintf(buffer, sizeof(buffer), "%d", currentmc); | ^~ device-tree.cc:1189:38: note: directive argument in the range [-2147483644, 2147483647] 1189 | snprintf(buffer, sizeof(buffer), "%d", currentmc); | ^~~~ In file included from /usr/include/stdio.h:970, from /usr/include/c++/15/cstdio:47, from /usr/include/c++/15/ext/string_conversions.h:47, from /usr/include/c++/15/bits/basic_string.h:4444, from /usr/include/c++/15/string:56, from hw.h:4, from device-tree.h:4, from device-tree.cc:15: In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'void scan_devtree_memory(hwNode&)' at device-tree.cc:1189:13: /usr/include/bits/stdio2.h:68:35: note: '__builtin___snprintf_chk' output between 2 and 12 bytes into a destination of size 10 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c cpuinfo.cc -o cpuinfo.o g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c osutils.cc -o osutils.o g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c pci.cc -o pci.o pci.cc: In function 'bool scan_resources(hwNode&, pci_dev&)': pci.cc:636:34: warning: array subscript -4 is below array bounds of 'pciaddr_t [6]' {aka 'long long unsigned int [6]'} [-Warray-bounds=] 636 | u_int32_t pos = d.base_addr[i]; | ~~~~~~~~~~~~~^ pci.cc:229:13: note: while referencing 'pci_dev::base_addr' 229 | pciaddr_t base_addr[6]; /* Base addresses */ | ^~~~~~~~~ pci.cc:637:29: warning: array subscript -4 is below array bounds of 'pciaddr_t [6]' {aka 'long long unsigned int [6]'} [-Warray-bounds=] 637 | u_int32_t len = d.size[i]; | ~~~~~~~~^ pci.cc:230:13: note: while referencing 'pci_dev::size' 230 | pciaddr_t size[6]; /* Region sizes */ | ^~~~ g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c version.cc -o version.o g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c cpuid.cc -o cpuid.o g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c ide.cc -o ide.o g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c cdrom.cc -o cdrom.o g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c pcmcia-legacy.cc -o pcmcia-legacy.o g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c scsi.cc -o scsi.o g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c s390.cc -o s390.o g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c disk.cc -o disk.o g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c spd.cc -o spd.o g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c network.cc -o network.o network.cc: In function 'bool scan_network(hwNode&)': network.cc:791:14: warning: 'char* __builtin_strncpy(char*, const char*, long unsigned int)' specified bound 33 equals destination size [-Wstringop-truncation] 791 | strncpy(buffer, interfaces[i].c_str(), sizeof(buffer)); | ^ g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c isapnp.cc -o isapnp.o g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c pnp.cc -o pnp.o g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c fb.cc -o fb.o g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c options.cc -o options.o g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c usb.cc -o usb.o usb.cc: In function 'bool addUSBChild(hwNode&, hwNode&, unsigned int, unsigned int, unsigned int)': usb.cc:90:44: warning: '%u' directive output may be truncated writing between 1 and 10 bytes into a region of size between 0 and 4 [-Wformat-truncation=] 90 | snprintf(buffer, sizeof(buffer), "USB:%u:%u", bus, dev); | ^~ In function 'std::string usbhandle(unsigned int, unsigned int, unsigned int)', inlined from 'bool addUSBChild(hwNode&, hwNode&, unsigned int, unsigned int, unsigned int)' at usb.cc:125:52: usb.cc:90:36: note: directive argument in the range [1, 4294967295] 90 | snprintf(buffer, sizeof(buffer), "USB:%u:%u", bus, dev); | ^~~~~~~~~~~ In file included from /usr/include/stdio.h:970, from /usr/include/c++/15/cstdio:47, from /usr/include/c++/15/ext/string_conversions.h:47, from /usr/include/c++/15/bits/basic_string.h:4444, from /usr/include/c++/15/string:56, from hw.h:4, from usb.h:4, from usb.cc:12: In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'std::string usbhandle(unsigned int, unsigned int, unsigned int)' at usb.cc:90:11, inlined from 'bool addUSBChild(hwNode&, hwNode&, unsigned int, unsigned int, unsigned int)' at usb.cc:125:52: /usr/include/bits/stdio2.h:68:35: note: '__builtin___snprintf_chk' output between 8 and 26 bytes into a destination of size 10 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c sysfs.cc -o sysfs.o g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c display.cc -o display.o g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c heuristics.cc -o heuristics.o g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c parisc.cc -o parisc.o g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c cpufreq.cc -o cpufreq.o g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c partitions.cc -o partitions.o g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c blockio.cc -o blockio.o g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c lvm.cc -o lvm.o g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c ideraid.cc -o ideraid.o g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c pcmcia.cc -o pcmcia.o g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c volumes.cc -o volumes.o g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c mounts.cc -o mounts.o g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c smp.cc -o smp.o g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c abi.cc -o abi.o g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c jedec.cc -o jedec.o g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c dump.cc -o dump.o g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c fat.cc -o fat.o g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c virtio.cc -o virtio.o g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c vio.cc -o vio.o g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c nvme.cc -o nvme.o g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c mmc.cc -o mmc.o g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c input.cc -o input.o g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c sound.cc -o sound.o g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c graphics.cc -o graphics.o g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c db.cc -o db.o ar rs liblshw.a hw.o main.o print.o mem.o dmi.o device-tree.o cpuinfo.o osutils.o pci.o version.o cpuid.o ide.o cdrom.o pcmcia-legacy.o scsi.o s390.o disk.o spd.o network.o isapnp.o pnp.o fb.o options.o usb.o sysfs.o display.o heuristics.o parisc.o cpufreq.o partitions.o blockio.o lvm.o ideraid.o pcmcia.o volumes.o mounts.o smp.o abi.o jedec.o dump.o fat.o virtio.o vio.o nvme.o mmc.o input.o sound.o graphics.o db.o ar: creating liblshw.a make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/lshw-2.20-build/lshw-B.02.20/src/core' g++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -DVERSION=\"2.20\" -DREMOTE_VERSION_CHECK -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 -DSQLITE -c lshw.cc -o lshw.o g++ -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 -L./core/ -g -Wl,--as-needed -o lshw lshw.o -llshw -lresolv -lsqlite3 make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/lshw-2.20-build/lshw-B.02.20/src' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.MrpZ9J + umask 022 + cd /home/iurt/rpmbuild/BUILD/lshw-2.20-build + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT ++ dirname /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT + mkdir -p /home/iurt/rpmbuild/BUILD/lshw-2.20-build + mkdir /home/iurt/rpmbuild/BUILD/lshw-2.20-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 lshw-B.02.20 + '[' 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/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT/usr exec_prefix=/home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT/usr bindir=/home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT/usr/bin sbindir=/home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT/usr/sbin sysconfdir=/home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT/etc datadir=/home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT/usr/share includedir=/home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT/usr/include libdir=/home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT/usr/lib64 libexecdir=/home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT/usr/libexec localstatedir=/home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT/var sharedstatedir=/home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT/var/lib mandir=/home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT/usr/share/man infodir=/home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT/usr/share/info install DESTDIR=/home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT SQLITE=1 /usr/bin/make -C src install make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/lshw-2.20-build/lshw-B.02.20/src' /bin/sh: line 1: git: command not found make -C core all /bin/sh: line 1: git: command not found /bin/sh: line 1: git: command not found make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/lshw-2.20-build/lshw-B.02.20/src/core' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/lshw-2.20-build/lshw-B.02.20/src/core' /bin/sh: line 1: git: command not found g++ -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 -L./core/ -g -Wl,--as-needed -o lshw lshw.o -llshw -lresolv -lsqlite3 /bin/sh: line 1: git: command not found /bin/sh: line 1: git: command not found install -p -d -m 0755 /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT//usr/sbin /bin/sh: line 1: git: command not found /bin/sh: line 1: git: command not found install -p -m 0755 lshw /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT//usr/sbin install -p -d -m 0755 /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT//usr/share/man/man1 install -p -m 0644 lshw.1 /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT//usr/share/man/man1 install -p -d -m 0755 /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT//usr/share/lshw install -p -m 0644 pci.ids usb.ids oui.txt manuf.txt pnp.ids pnpid.txt /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT//usr/share/lshw make -C po install make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/lshw-2.20-build/lshw-B.02.20/src/po' msgfmt -v -o ca.mo ca.po 363 translated messages. msgfmt -v -o es.mo es.po 363 translated messages. install -D ca.mo /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT//usr/share/locale/ca/LC_MESSAGES/lshw.mo ; install -D es.mo /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT//usr/share/locale/es/LC_MESSAGES/lshw.mo ; install -D fr.mo /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT//usr/share/locale/fr/LC_MESSAGES/lshw.mo ; make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/lshw-2.20-build/lshw-B.02.20/src/po' make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/lshw-2.20-build/lshw-B.02.20/src' + /usr/bin/make -O -j12 V=1 VERBOSE=1 install-gui DESTDIR=/home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT SQLITE=1 /usr/bin/make -C src install-gui make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/lshw-2.20-build/lshw-B.02.20/src' /bin/sh: line 1: git: command not found make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/lshw-2.20-build/lshw-B.02.20/src' make -C core all /bin/sh: line 1: git: command not found /bin/sh: line 1: git: command not found make[2]: Nothing to be done for 'all'. make -C gui all /bin/sh: line 1: git: command not found /bin/sh: line 1: git: command not found make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/lshw-2.20-build/lshw-B.02.20/src/gui' gcc -g -Wall -I../core -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glycin-2 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/uuid -I/usr/include/json-c -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -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 -DSQLITE -g -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -c gtk-lshw.c -o gtk-lshw.o gtk-lshw.c: In function 'main': gtk-lshw.c:78:3: warning: 'G_APPLICATION_FLAGS_NONE' is deprecated: Use 'G_APPLICATION_DEFAULT_FLAGS' instead [-Wdeprecated-declarations] 78 | GtkApplication *app = gtk_application_new ("org.ezix.gtk-lshw", G_APPLICATION_FLAGS_NONE); | ^~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/gio/giotypes.h:30, from /usr/include/glib-2.0/gio/gio.h:28, from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28, from /usr/include/gtk-3.0/gdk/gdk.h:32, from /usr/include/gtk-3.0/gtk/gtk.h:30, from gtk-lshw.c:3: /usr/include/glib-2.0/gio/gioenums.h:1563:3: note: declared here 1563 | G_APPLICATION_FLAGS_NONE GIO_DEPRECATED_ENUMERATOR_IN_2_74_FOR(G_APPLICATION_DEFAULT_FLAGS), | ^~~~~~~~~~~~~~~~~~~~~~~~ make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/lshw-2.20-build/lshw-B.02.20/src/gui' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/lshw-2.20-build/lshw-B.02.20/src/gui' gcc -g -Wall -I../core -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glycin-2 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/uuid -I/usr/include/json-c -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -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 -DSQLITE -g -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -c callbacks.c -o callbacks.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/lshw-2.20-build/lshw-B.02.20/src/gui' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/lshw-2.20-build/lshw-B.02.20/src/gui' gcc -g -Wall -I../core -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glycin-2 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/uuid -I/usr/include/json-c -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -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 -DSQLITE -g -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -c stock.c -o stock.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/lshw-2.20-build/lshw-B.02.20/src/gui' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/lshw-2.20-build/lshw-B.02.20/src/gui' g++ -g -Wall -I../core -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glycin-2 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/uuid -I/usr/include/json-c -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -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 -DSQLITE -c engine.cc -o engine.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/lshw-2.20-build/lshw-B.02.20/src/gui' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/lshw-2.20-build/lshw-B.02.20/src/gui' g++ -g -Wall -I../core -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glycin-2 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/uuid -I/usr/include/json-c -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -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 -DSQLITE -c print-gui.cc -o print-gui.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/lshw-2.20-build/lshw-B.02.20/src/gui' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/lshw-2.20-build/lshw-B.02.20/src/gui' g++ -Wl,--as-needed -o gtk-lshw gtk-lshw.o callbacks.o engine.o print-gui.o stock.o ../core/liblshw.a -llshw -lresolv -lsqlite3 -L../core -llshw -lresolv -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lsqlite3 make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/lshw-2.20-build/lshw-B.02.20/src/gui' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/lshw-2.20-build/lshw-B.02.20/src' install -p -d -m 0755 /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT//usr/sbin /bin/sh: line 1: git: command not found /bin/sh: line 1: git: command not found install -p -m 0755 gui/gtk-lshw /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT//usr/sbin install -p -d -m 0755 /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT//usr/share/lshw/artwork install -p -d -m 0755 /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT//usr/share/lshw/ui install -p -m 0644 gui/*.ui /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT//usr/share/lshw/ui install -p -m 0644 gui/artwork/*.svg /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT//usr/share/lshw/artwork make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/lshw-2.20-build/lshw-B.02.20/src' + rm -f /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT/usr/share/lshw/oui.txt /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT/usr/share/lshw/pci.ids /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT/usr/share/lshw/pnp.ids /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT/usr/share/lshw/usb.ids + mkdir -p /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT/usr/share/icons/hicolor/scalable/apps/ + install -D -m 0644 src/gui/artwork/logo.svg /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT/usr/share/icons/hicolor/scalable/apps/lshw.svg + mkdir -p /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT/usr/share/applications/ + install -D -m 0644 src/gui/integration/gtk-lshw.desktop /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT/usr/share/applications/ + sed -i s@/usr/share/lshw/artwork/logo.svg@lshw@g /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT/usr/share/applications/gtk-lshw.desktop + sed -i s@/usr/bin/gtk-lshw@/usr/sbin/lshw-gui@g /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT/usr/share/applications/gtk-lshw.desktop + sed -i 's@Application;System;X-Red-Hat-Base;X-Fedora;@Application;GTK;System;@g' /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT/usr/share/applications/gtk-lshw.desktop + install -D -m 0644 /home/iurt/rpmbuild/SOURCES/org.ezix.lshw.gui.policy /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT/usr/share/polkit-1/actions/org.ezix.lshw.gui.policy + install -D -m 0755 /home/iurt/rpmbuild/SOURCES/lshw-gui /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT/usr/sbin/lshw-gui + /usr/lib/rpm/find-lang.sh /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT lshw + /usr/bin/find-debuginfo -j12 --strict-build-id -m -i --build-id-seed 2.20-1.mga10 --unique-debug-suffix -2.20-1.mga10.x86_64 --unique-debug-src-base lshw-2.20-1.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/lshw-2.20-build/lshw-B.02.20 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/lshw-2.20-1.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 /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT/usr/share/applications/gtk-lshw.desktop: warning: value "Application;GTK;System;" for key "Categories" in group "Desktop Entry" contains a deprecated value "Application" /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT/usr/share/applications/gtk-lshw.desktop: warning: key "Encoding" in group "Desktop Entry" is deprecated + '[' -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/sbin/lshw-gui from /bin/bash to #!/usr/bin/bash + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j12 + /usr/lib/rpm/redhat/brp-python-hardlink Reading /home/iurt/rpmbuild/BUILD/lshw-2.20-build/SPECPARTS/rpm-debuginfo.specpart Processing files: lshw-2.20-1.mga10.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.bgT1Jx + umask 022 + cd /home/iurt/rpmbuild/BUILD/lshw-2.20-build + cd lshw-B.02.20 + DOCDIR=/home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT/usr/share/doc/lshw + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT/usr/share/doc/lshw + cp -pr /home/iurt/rpmbuild/BUILD/lshw-2.20-build/lshw-B.02.20/COPYING /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT/usr/share/doc/lshw + cp -pr /home/iurt/rpmbuild/BUILD/lshw-2.20-build/lshw-B.02.20/README.md /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT/usr/share/doc/lshw + cp -pr /home/iurt/rpmbuild/BUILD/lshw-2.20-build/lshw-B.02.20/docs/Changelog /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT/usr/share/doc/lshw + cp -pr /home/iurt/rpmbuild/BUILD/lshw-2.20-build/lshw-B.02.20/docs/IODC.txt /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT/usr/share/doc/lshw + cp -pr /home/iurt/rpmbuild/BUILD/lshw-2.20-build/lshw-B.02.20/docs/TODO /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT/usr/share/doc/lshw + cp -pr /home/iurt/rpmbuild/BUILD/lshw-2.20-build/lshw-B.02.20/docs/lshw.xsd /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT/usr/share/doc/lshw + cp -pr /home/iurt/rpmbuild/BUILD/lshw-2.20-build/lshw-B.02.20/docs/proc_usb_info.txt /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT/usr/share/doc/lshw + RPM_EC=0 ++ jobs -p + exit 0 Provides: lshw = 2.20-1.mga10 lshw(x86-64) = 2.20-1.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.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.27)(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) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libsqlite3.so.0()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(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.20)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.32)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) Processing files: lshw-gui-2.20-1.mga10.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.EBCP8m + umask 022 + cd /home/iurt/rpmbuild/BUILD/lshw-2.20-build + cd lshw-B.02.20 + DOCDIR=/home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT/usr/share/doc/lshw-gui + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT/usr/share/doc/lshw-gui + cp -pr /home/iurt/rpmbuild/BUILD/lshw-2.20-build/lshw-B.02.20/COPYING /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT/usr/share/doc/lshw-gui + RPM_EC=0 ++ jobs -p + exit 0 Provides: application() application(gtk-lshw.desktop) lshw-gui = 2.20-1.mga10 lshw-gui(x86-64) = 2.20-1.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.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.27)(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) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgdk_pixbuf-2.0.so.0()(64bit) libgio-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgtk-3.so.0()(64bit) libsqlite3.so.0()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(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.20)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.32)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) Processing files: lshw-debugsource-2.20-1.mga10.x86_64 Provides: lshw-debugsource = 2.20-1.mga10 lshw-debugsource(x86-64) = 2.20-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: lshw-debuginfo-2.20-1.mga10.x86_64 Provides: debuginfo(build-id) = b6b294fcd916750585f5df6d341899ac7719c3a7 lshw-debuginfo = 2.20-1.mga10 lshw-debuginfo(x86-64) = 2.20-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: lshw-debugsource(x86-64) = 2.20-1.mga10 Processing files: lshw-gui-debuginfo-2.20-1.mga10.x86_64 Provides: debuginfo(build-id) = 187d6286cfae1b3f9328b6ae039b075835c4c83a lshw-gui-debuginfo = 2.20-1.mga10 lshw-gui-debuginfo(x86-64) = 2.20-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: lshw-debugsource(x86-64) = 2.20-1.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILD/lshw-2.20-build/BUILDROOT Wrote: /home/iurt/rpmbuild/RPMS/x86_64/lshw-debugsource-2.20-1.mga10.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/lshw-2.20-1.mga10.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/lshw-gui-2.20-1.mga10.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/lshw-gui-debuginfo-2.20-1.mga10.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/lshw-debuginfo-2.20-1.mga10.x86_64.rpm Executing(rmbuild): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.CsMPyQ + umask 022 + cd /home/iurt/rpmbuild/BUILD/lshw-2.20-build + test -d /home/iurt/rpmbuild/BUILD/lshw-2.20-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/iurt/rpmbuild/BUILD/lshw-2.20-build + rm -rf /home/iurt/rpmbuild/BUILD/lshw-2.20-build + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: /home/iurt/rpmbuild/SPECS/lshw.spec line 40: autopatch: no matching patches in range D: [iurt_root_command] Success!