D: [iurt_root_command] chroot warning: %make is deprecated, use %make_build instead Installing /home/iurt/rpmbuild/SRPMS/cpudyn-1.0.1-15.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.fOAreF + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf cpudyn + /usr/bin/bzip2 -dc /home/iurt/rpmbuild/SOURCES/cpudyn-1.0.1.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd cpudyn + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/cpudyn-printf-format.patch + /usr/bin/patch -p0 -s --fuzz=0 --no-backup-if-mismatch + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.fqZHwE + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd cpudyn + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j8 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fgnu89-inline' 'LDFLAGS= -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' gzip -9c cpudynd.8 > cpudynd.8.gz gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fgnu89-inline -c cpudynd.c cpudynd.c: In function 'term_handler': cpudynd.c:121:3: warning: implicit declaration of function 'cpu_term' [-Wimplicit-function-declaration] 121 | cpu_term(); | ^~~~~~~~ cpudynd.c:124:3: warning: implicit declaration of function 'asus_leds' [-Wimplicit-function-declaration] 124 | asus_leds(99); | ^~~~~~~~~ cpudynd.c: In function 'main': cpudynd.c:263:37: warning: implicit declaration of function 'cpus_init' [-Wimplicit-function-declaration] 263 | if (interval != 0 && (do_cpufreq = cpus_init()) == 1) { | ^~~~~~~~~ cpudynd.c:272:23: warning: implicit declaration of function 'get_asus_acpi_support' [-Wimplicit-function-declaration] 272 | asus_acpi_support = get_asus_acpi_support(); | ^~~~~~~~~~~~~~~~~~~~~ cpudynd.c:279:16: warning: implicit declaration of function 'standby_init' [-Wimplicit-function-declaration] 279 | do_standby = standby_init(standby_timeout, standby_devs); | ^~~~~~~~~~~~ cpudynd.c:320:4: warning: implicit declaration of function 'check_cpu' [-Wimplicit-function-declaration] 320 | check_cpu(0); | ^~~~~~~~~ cpudynd.c:324:5: warning: implicit declaration of function 'check_standby' [-Wimplicit-function-declaration] 324 | check_standby(); | ^~~~~~~~~~~~~ cpudynd.c:291:3: warning: ignoring return value of 'daemon' declared with attribute 'warn_unused_result' [-Wunused-result] 291 | daemon(0, 0); | ^~~~~~~~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fgnu89-inline -c disks.c disks.c: In function 'add_device_t': disks.c:184:3: warning: implicit declaration of function 'die'; did you mean 'div'? [-Wimplicit-function-declaration] 184 | die(FALSE, "Couldn't malloc\n"); | ^~~ | div gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fgnu89-inline -c cpus.c cpus.c:44:8: warning: type defaults to 'int' in declaration of 'freq_count' [-Wimplicit-int] 44 | static freq_count = 0; | ^~~~~~~~~~ cpus.c:45:8: warning: type defaults to 'int' in declaration of 'freq_min' [-Wimplicit-int] 45 | static freq_min = -1; // Index to the table | ^~~~~~~~ cpus.c: In function 'read_line': cpus.c:76:3: warning: implicit declaration of function 'die'; did you mean 'div'? [-Wimplicit-function-declaration] 76 | die(TRUE, "Could not open file for reading: %s\nDid you enable cpufreq or ACPI throttling in your kernel?", | ^~~ | div cpus.c: In function 'policy_manager': cpus.c:165:4: warning: implicit declaration of function 'sched_yield' [-Wimplicit-function-declaration] 165 | sched_yield(); | ^~~~~~~~~~~ cpus.c: In function 'cpus_init': cpus.c:309:6: warning: implicit declaration of function 'get_cpu_functions' [-Wimplicit-function-declaration] 309 | if (get_cpu_functions() == 0) | ^~~~~~~~~~~~~~~~~ cpus.c: At top level: cpus.c:508:1: warning: return type defaults to 'int' [-Wimplicit-int] 508 | cpu_term() | ^~~~~~~~ cpus.c: In function 'cpu_get_frequencies': cpus.c:557:20: warning: implicit declaration of function 'set_freq_min_index'; did you mean 'get_freq_min_index'? [-Wimplicit-function-declaration] 557 | if (do_min_freq) set_freq_min_index(); | ^~~~~~~~~~~~~~~~~~ | get_freq_min_index cpus.c: In function 'set_freq_min_index': cpus.c:576:23: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] 576 | sprintf(frequency, "%d", frequencies_table[i]); | ~^ ~~~~~~~~~~~~~~~~~~~~ | | | | int long int | %ld gcc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags cpudynd.o disks.o cpus.o -o cpudynd + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.3tYt5G + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/cpudyn-1.0.1-15.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/cpudyn-1.0.1-15.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/cpudyn-1.0.1-15.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/cpudyn-1.0.1-15.mga8.x86_64 + cd cpudyn + '[' 1 -eq 1 ']' + mkdir -p /home/iurt/rpmbuild/BUILDROOT/cpudyn-1.0.1-15.mga8.x86_64/usr/sbin /home/iurt/rpmbuild/BUILDROOT/cpudyn-1.0.1-15.mga8.x86_64/usr/share/man/man8 /home/iurt/rpmbuild/BUILDROOT/cpudyn-1.0.1-15.mga8.x86_64/etc/sysconfig /home/iurt/rpmbuild/BUILDROOT/cpudyn-1.0.1-15.mga8.x86_64/etc/rc.d/init.d + cp cpudynd /home/iurt/rpmbuild/BUILDROOT/cpudyn-1.0.1-15.mga8.x86_64/usr/sbin/cpudynd + cp cpudynd.8 /home/iurt/rpmbuild/BUILDROOT/cpudyn-1.0.1-15.mga8.x86_64/usr/share/man/man8/ + install -m 755 /home/iurt/rpmbuild/SOURCES/cpudyn.initscript /home/iurt/rpmbuild/BUILDROOT/cpudyn-1.0.1-15.mga8.x86_64/etc/rc.d/init.d/cpudyn + cat + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 1.0.1-15.mga8 --unique-debug-suffix -1.0.1-15.mga8.x86_64 --unique-debug-src-base cpudyn-1.0.1-15.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/cpudyn explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/cpudyn-1.0.1-15.mga8.x86_64/usr/sbin/cpudynd extracting debug info from /home/iurt/rpmbuild/BUILDROOT/cpudyn-1.0.1-15.mga8.x86_64/usr/sbin/cpudynd original debug info size: 88kB, size after compression: 84kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 70 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/brp-python-bytecompile /usr/bin/python3 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /etc/rc.d/init.d/cpudyn from /bin/sh to #!/usr/bin/sh Processing files: cpudyn-1.0.1-15.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.eLuQBF + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd cpudyn + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/cpudyn-1.0.1-15.mga8.x86_64/usr/share/doc/cpudyn + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/cpudyn-1.0.1-15.mga8.x86_64/usr/share/doc/cpudyn + cp -pr changelog /home/iurt/rpmbuild/BUILDROOT/cpudyn-1.0.1-15.mga8.x86_64/usr/share/doc/cpudyn + cp -pr README /home/iurt/rpmbuild/BUILDROOT/cpudyn-1.0.1-15.mga8.x86_64/usr/share/doc/cpudyn + RPM_EC=0 ++ jobs -p + exit 0 Provides: config(cpudyn) = 1.0.1-15.mga8 cpudyn = 1.0.1-15.mga8 cpudyn(x86-64) = 1.0.1-15.mga8 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): rpm-helper Requires(post): /bin/sh rpm-helper Requires(preun): /bin/sh Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) Processing files: cpudyn-debugsource-1.0.1-15.mga8.x86_64 Provides: cpudyn-debugsource = 1.0.1-15.mga8 cpudyn-debugsource(x86-64) = 1.0.1-15.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: cpudyn-debuginfo-1.0.1-15.mga8.x86_64 Provides: cpudyn-debuginfo = 1.0.1-15.mga8 cpudyn-debuginfo(x86-64) = 1.0.1-15.mga8 debuginfo(build-id) = 520d09a7d7cfcc8414ada69d8fdd3c1b164dc977 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: cpudyn-debugsource(x86-64) = 1.0.1-15.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/cpudyn-1.0.1-15.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/cpudyn-1.0.1-15.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/cpudyn-debugsource-1.0.1-15.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/cpudyn-debuginfo-1.0.1-15.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.gntJfH + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd cpudyn + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/cpudyn-1.0.1-15.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.EUaRsD + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf cpudyn + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!