<86>Nov 2 13:01:46 userdel[118181]: delete user 'rooter' <86>Nov 2 13:01:46 userdel[118181]: removed group 'rooter' owned by 'rooter' <86>Nov 2 13:01:46 userdel[118181]: removed shadow group 'rooter' owned by 'rooter' <86>Nov 2 13:01:46 groupadd[118216]: group added to /etc/group: name=rooter, GID=588 <86>Nov 2 13:01:46 groupadd[118216]: group added to /etc/gshadow: name=rooter <86>Nov 2 13:01:46 groupadd[118216]: new group: name=rooter, GID=588 <86>Nov 2 13:01:46 useradd[118249]: new user: name=rooter, UID=588, GID=588, home=/root, shell=/bin/bash <86>Nov 2 13:01:46 userdel[118291]: delete user 'builder' <86>Nov 2 13:01:46 userdel[118291]: removed group 'builder' owned by 'builder' <86>Nov 2 13:01:46 userdel[118291]: removed shadow group 'builder' owned by 'builder' <86>Nov 2 13:01:46 groupadd[118309]: group added to /etc/group: name=builder, GID=589 <86>Nov 2 13:01:46 groupadd[118309]: group added to /etc/gshadow: name=builder <86>Nov 2 13:01:46 groupadd[118309]: new group: name=builder, GID=589 <86>Nov 2 13:01:46 useradd[118341]: new user: name=builder, UID=589, GID=589, home=/usr/src, shell=/bin/bash <13>Nov 2 13:01:48 rpmi: libpci-3.6.2-alt1.S1 sisyphus.213446.100 1537513661 installed <13>Nov 2 13:01:48 rpmi: libpci-devel-3.6.2-alt1.S1 sisyphus.213446.100 1537513661 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/x86info-1.30-alt1.1.nosrc.rpm Installing x86info-1.30-alt1.1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.87107 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf x86info-1.30 + echo 'Source #0 (x86info-1.30.tgz):' Source #0 (x86info-1.30.tgz): + /bin/gzip -dc /usr/src/RPM/SOURCES/x86info-1.30.tgz + /bin/tar -xf - + cd x86info-1.30 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.87107 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd x86info-1.30 + subst 's/-O./-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic/' Makefile + sed -i 's|\-Werror||' Makefile + make -j8 x86info make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o AMD/MSR-K6.o AMD/MSR-K6.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o AMD/dumppsb.o AMD/dumppsb.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o AMD/MSR-Athlon.o AMD/MSR-Athlon.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o Intel/identify.o Intel/identify.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o AMD/powernow.o AMD/powernow.c AMD/powernow.c: In function 'get_main_pll_fid': AMD/powernow.c:137:9: warning: missing initializer for field 'device_class' of 'struct pci_filter' [-Wmissing-field-initializers] struct pci_filter filter_nb_misc = { -1, -1, -1, -1, 0x1022, 0x1703}; ^~~~~~~~~~ In file included from AMD/powernow.c:12:0: /usr/include/pci/pci.h:221:23: note: 'device_class' declared here int vendor, device, device_class; ^~~~~~~~~~~~ AMD/powernow.c: In function 'get_num_boost_states': AMD/powernow.c:220:9: warning: missing initializer for field 'device_class' of 'struct pci_filter' [-Wmissing-field-initializers] struct pci_filter filter_nb_link = { -1, -1, -1, -1, 0x1022, 0}; ^~~~~~~~~~ In file included from AMD/powernow.c:12:0: /usr/include/pci/pci.h:221:23: note: 'device_class' declared here int vendor, device, device_class; ^~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o AMD/bugs.o AMD/bugs.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o Cyrix/identify.o Cyrix/identify.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o AMD/machine_check.o AMD/machine_check.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o Intel/identify-family15.o Intel/identify-family15.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o Intel/identify-family6-extended.o Intel/identify-family6-extended.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o Intel/eblcr.o Intel/eblcr.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o Intel/info.o Intel/info.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o Intel/MSR-P4.o Intel/MSR-P4.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o Intel/MSR-thermal.o Intel/MSR-thermal.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o Intel/identify-family6.o Intel/identify-family6.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o Intel/machine_check.o Intel/machine_check.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o Intel/MSR-performance.o Intel/MSR-performance.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o Intel/MSR-IDA.o Intel/MSR-IDA.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o Intel/cachesize.o Intel/cachesize.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o Intel/MSR-P6.o Intel/MSR-P6.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o AMD/identify.o AMD/identify.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o Intel/topology.o Intel/topology.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o Intel/microcode.o Intel/microcode.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o Centaur/identify.o Centaur/identify.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o Centaur/MSR-C3.o Centaur/MSR-C3.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o SiS/identify.o SiS/identify.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o Centaur/longhaul.o Centaur/longhaul.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o Centaur/powersaver.o Centaur/powersaver.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o havecpuid.o havecpuid.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o NatSemi/identify.o NatSemi/identify.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o RiSE/identify.o RiSE/identify.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o x86info.o x86info.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o rdmsr.o rdmsr.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o cpuid.o cpuid.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o features.o features.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o binary.o binary.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o commandline.o commandline.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o identify.o identify.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o get_model_name.o get_model_name.c get_model_name.c: In function 'get_model_name': get_model_name.c:121:49: warning: '%d' directive output may be truncated writing between 1 and 3 bytes into a region of size between 2 and 19 [-Wformat-truncation=] (void)snprintf(cp, sizeof(namestring), "%s %d", name, model_number); ^~ get_model_name.c:121:45: note: directive argument in the range [9, 360] (void)snprintf(cp, sizeof(namestring), "%s %d", name, model_number); ^~~~~~~ In file included from /usr/include/stdio.h:862:0, from get_model_name.c:9: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 32 and 51 bytes into a destination of size 49 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o connector.o connector.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o mtrr.o mtrr.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o bench/benchmarks.o bench/benchmarks.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o topology.o topology.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o bench/MHz.o bench/MHz.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o apic.o apic.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -c -o mptable.o mptable.c make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' make: Entering directory '/usr/src/RPM/BUILD/x86info-1.30' gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -Wl,-z,relro,-z,now -o x86info AMD/identify.o AMD/machine_check.o AMD/MSR-Athlon.o AMD/MSR-K6.o AMD/powernow.o AMD/dumppsb.o AMD/bugs.o Cyrix/identify.o Intel/identify.o Intel/identify-family6.o Intel/identify-family6-extended.o Intel/identify-family15.o Intel/info.o Intel/machine_check.o Intel/cachesize.o Intel/eblcr.o Intel/MSR-P4.o Intel/MSR-P6.o Intel/MSR-performance.o Intel/MSR-thermal.o Intel/MSR-IDA.o Intel/microcode.o Intel/topology.o Centaur/identify.o Centaur/MSR-C3.o Centaur/longhaul.o Centaur/powersaver.o NatSemi/identify.o RiSE/identify.o SiS/identify.o x86info.o commandline.o havecpuid.o cpuid.o features.o identify.o rdmsr.o binary.o mptable.o get_model_name.o mtrr.o apic.o connector.o topology.o bench/benchmarks.o bench/MHz.o -lpci make: Leaving directory '/usr/src/RPM/BUILD/x86info-1.30' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.11132 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/x86info-buildroot + : + /bin/rm -rf -- /usr/src/tmp/x86info-buildroot + cd x86info-1.30 + install -pDm755 x86info /usr/src/tmp/x86info-buildroot/usr/bin/x86info + install -pDm644 x86info.1 /usr/src/tmp/x86info-buildroot/usr/share/man/man1/x86info.1 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/x86info-buildroot (auto) Verifying and fixing files in /usr/src/tmp/x86info-buildroot (binconfig,pkgconfig,libtool,desktop) Checking contents of files in /usr/src/tmp/x86info-buildroot/ (default) Compressing files in /usr/src/tmp/x86info-buildroot (auto) Verifying ELF objects in /usr/src/tmp/x86info-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/x86info: uses non-LFS functions: lseek mmap open Hardlinking identical .pyc and .pyo files Processing files: x86info-1.30-alt1.1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Lffi48 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6fH5Ld find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.11), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libpci.so.3 >= set:jgDAe0Ko0SYzPCZop, libpci.so.3(LIBPCI_3.0), libpci.so.3(LIBPCI_3.3), libpci.so.3(LIBPCI_3.5), rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.wbldGH Creating x86info-debuginfo package Processing files: x86info-debuginfo-1.30-alt1.1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.DXSXnw find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.RHVjMx find-requires: running scripts (debuginfo) Requires: x86info = 1.30-alt1.1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libpci.so.3) Wrote: /usr/src/RPM/RPMS/i586/x86info-1.30-alt1.1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/x86info-debuginfo-1.30-alt1.1.i586.rpm 5.07user 0.70system 0:08.59elapsed 67%CPU (0avgtext+0avgdata 26028maxresident)k 0inputs+0outputs (0major+298938minor)pagefaults 0swaps 13.36user 3.02system 0:20.81elapsed 78%CPU (0avgtext+0avgdata 122460maxresident)k 128inputs+0outputs (0major+670003minor)pagefaults 0swaps --- x86info-1.30-alt1.1.i586.rpm.repo 2015-03-13 06:35:58.000000000 +0000 +++ x86info-1.30-alt1.1.i586.rpm.hasher 2018-11-02 13:02:00.223506790 +0000 @@ -1,3 +1,3 @@ /usr/bin/x86info 100755 -/usr/share/man/man1/x86info.1.gz 100644 +/usr/share/man/man1/x86info.1.xz 100644 Requires: /lib/ld-linux.so.2 @@ -12,2 +12,3 @@ Requires: libpci.so.3(LIBPCI_3.3) +Requires: libpci.so.3(LIBPCI_3.5) Requires: rtld(GNU_HASH)