D: [iurt_root_command] chroot RTNETLINK answers: Invalid argument RTNETLINK answers: Invalid argument warning: %make is deprecated, use %make_build instead Installing /home/iurt/rpmbuild/SRPMS/wmlaptop-1.4-11.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ReAZu2 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf wmlaptop-1.4 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/wmlaptop-1.4.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd wmlaptop-1.4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/wmlaptop-1.4-sysfs.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.3NqKf5 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd wmlaptop-1.4 + '[' 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' 'LIBDIR= -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' cd src && make make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/wmlaptop-1.4/src' make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/wmlaptop-1.4/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/wmlaptop-1.4/src' gcc -c main.c -o main.o -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables gcc -c init.c -o init.o -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables init.c: In function 'scalingGovernorHelper': init.c:213:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 213 | fgets( littleBuffer, 127, sysfp ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ init.c:226:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 226 | fgets( littleBuffer, 127, sysavfp ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ init.c: In function 'init_cpuState': init.c:302:2: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 302 | fgets ( red, 10, fp ); | ^~~~~~~~~~~~~~~~~~~~~ init.c:313:2: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 313 | fgets ( red, 10, fp ); | ^~~~~~~~~~~~~~~~~~~~~ gcc -c event.c -o event.o -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables gcc -c draw.c -o draw.o -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables gcc -c battery.c -o battery.o -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables battery.c: In function 'ACPI_maxCapacity': battery.c:186:2: warning: ignoring return value of 'fread_unlocked' declared with attribute 'warn_unused_result' [-Wunused-result] 186 | fread_unlocked (buf, 512, 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ battery.c: In function 'ACPI_Filler': battery.c:290:2: warning: ignoring return value of 'fread_unlocked' declared with attribute 'warn_unused_result' [-Wunused-result] 290 | fread_unlocked (buf, 512, 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ battery.c: In function 'ACPI_Update': battery.c:384:2: warning: ignoring return value of 'fread_unlocked' declared with attribute 'warn_unused_result' [-Wunused-result] 384 | fread_unlocked (buf, 512, 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ battery.c: In function 'APM_Filler': battery.c:511:2: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 511 | fgets( buf, sizeof(buf) - 1, apmFp ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ battery.c: In function 'ACPI_init': battery.c:132:27: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 28 [-Wformat-truncation=] 132 | snprintf( path, 52, "%s/%s/status", ACPI_BATTERY_DIR, name ); | ^~ In file included from /usr/include/stdio.h:867, from main.h:23, from battery.h:20, from battery.c:17: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 32 and 287 bytes into a destination of size 52 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ battery.c:136:43: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 28 [-Wformat-truncation=] 136 | snprintf( batPtr -> stateFile, 52, "%s/%s/status", ACPI_BATTERY_DIR, name ); | ^~ In file included from /usr/include/stdio.h:867, from main.h:23, from battery.h:20, from battery.c:17: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 32 and 287 bytes into a destination of size 52 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ battery.c:134:43: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 28 [-Wformat-truncation=] 134 | snprintf( batPtr -> stateFile, 52, "%s/%s/uevent",ACPI_BATTERY_DIR, name ); | ^~ In file included from /usr/include/stdio.h:867, from main.h:23, from battery.h:20, from battery.c:17: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 32 and 287 bytes into a destination of size 52 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ battery.c:143:41: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 28 [-Wformat-truncation=] 143 | snprintf( batPtr -> infoFile, 52, "%s/%s/uevent", ACPI_BATTERY_DIR, name ); | ^~ In file included from /usr/include/stdio.h:867, from main.h:23, from battery.h:20, from battery.c:17: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 32 and 287 bytes into a destination of size 52 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -c cpu.c -o cpu.o -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables cpu.c: In function 'cpuReadFreq': cpu.c:143:2: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 143 | fgets ( red, 10, fp ); | ^~~~~~~~~~~~~~~~~~~~~ gcc -c autoscript.c -o autoscript.o -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables autoscript.c: In function 'checkAutoShutdown': autoscript.c:35:3: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 35 | system( cmd ); | ^~~~~~~~~~~~~ gcc -c pixmap.c -o pixmap.o -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ./buildCounter gcc -o wmlaptop main.o init.o event.o draw.o battery.o cpu.o autoscript.o pixmap.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -lXpm -lXext -lX11 make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/wmlaptop-1.4/src' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.xnYrQ4 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/wmlaptop-1.4-11.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/wmlaptop-1.4-11.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/wmlaptop-1.4-11.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/wmlaptop-1.4-11.mga8.x86_64 + cd wmlaptop-1.4 + '[' 1 -eq 1 ']' + chmod 644 README README.IT + install -D -m 755 src/wmlaptop /home/iurt/rpmbuild/BUILDROOT/wmlaptop-1.4-11.mga8.x86_64/usr/bin/wmlaptop + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 1.4-11.mga8 --unique-debug-suffix -1.4-11.mga8.x86_64 --unique-debug-src-base wmlaptop-1.4-11.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/wmlaptop-1.4 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wmlaptop-1.4-11.mga8.x86_64/usr/bin/wmlaptop extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wmlaptop-1.4-11.mga8.x86_64/usr/bin/wmlaptop original debug info size: 200kB, size after compression: 172kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 378 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 Processing files: wmlaptop-1.4-11.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.w65oL3 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd wmlaptop-1.4 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/wmlaptop-1.4-11.mga8.x86_64/usr/share/doc/wmlaptop + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/wmlaptop-1.4-11.mga8.x86_64/usr/share/doc/wmlaptop + cp -pr AUTHORS /home/iurt/rpmbuild/BUILDROOT/wmlaptop-1.4-11.mga8.x86_64/usr/share/doc/wmlaptop + cp -pr CHANGELOG /home/iurt/rpmbuild/BUILDROOT/wmlaptop-1.4-11.mga8.x86_64/usr/share/doc/wmlaptop + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/wmlaptop-1.4-11.mga8.x86_64/usr/share/doc/wmlaptop + cp -pr BUGS /home/iurt/rpmbuild/BUILDROOT/wmlaptop-1.4-11.mga8.x86_64/usr/share/doc/wmlaptop + cp -pr README /home/iurt/rpmbuild/BUILDROOT/wmlaptop-1.4-11.mga8.x86_64/usr/share/doc/wmlaptop + cp -pr README.IT /home/iurt/rpmbuild/BUILDROOT/wmlaptop-1.4-11.mga8.x86_64/usr/share/doc/wmlaptop + cp -pr THANKS /home/iurt/rpmbuild/BUILDROOT/wmlaptop-1.4-11.mga8.x86_64/usr/share/doc/wmlaptop + RPM_EC=0 ++ jobs -p + exit 0 Provides: wmlaptop = 1.4-11.mga8 wmlaptop(x86-64) = 1.4-11.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libX11.so.6()(64bit) libXext.so.6()(64bit) libXpm.so.4()(64bit) 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: wmlaptop-debugsource-1.4-11.mga8.x86_64 Provides: wmlaptop-debugsource = 1.4-11.mga8 wmlaptop-debugsource(x86-64) = 1.4-11.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: wmlaptop-debuginfo-1.4-11.mga8.x86_64 Provides: debuginfo(build-id) = 29193e6975ad36357b74faa557b965707b735fcb wmlaptop-debuginfo = 1.4-11.mga8 wmlaptop-debuginfo(x86-64) = 1.4-11.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: wmlaptop-debugsource(x86-64) = 1.4-11.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/wmlaptop-1.4-11.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/wmlaptop-debuginfo-1.4-11.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/wmlaptop-debugsource-1.4-11.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/wmlaptop-1.4-11.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.PEjDk3 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd wmlaptop-1.4 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/wmlaptop-1.4-11.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.zZJPZ2 + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf wmlaptop-1.4 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!