D: [iurt_root_command] chroot RTNETLINK answers: Invalid argument RTNETLINK answers: Invalid argument Installing /home/iurt/rpmbuild/SRPMS/wmgrabimage-0.72-12.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.6O4eZ6 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf wmGrabImage-0.72 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/wmGrabImage-0.72.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd wmGrabImage-0.72 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/wmGrabImage-0.72-convert.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/wmGrabImage-0.72-ctime.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/wmgrabimage-0.72-cflags.patch + /usr/bin/patch -p1 -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.FxDyW8 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd wmGrabImage-0.72 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd wmGrabImage + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FCFLAGS + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + export LDFLAGS + /usr/bin/make -O -j8 V=1 VERBOSE=1 clean for i in wmGrabImage.o ../wmgeneral/wmgeneral.o ; do \ rm -f $i; \ done rm -f wmGrabImage + /usr/bin/make -O -j8 V=1 VERBOSE=1 gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -Wall -DLinux -c wmGrabImage.c -o wmGrabImage.o -I/usr/X11R6/include/X11 wmGrabImage.c: In function 'main': wmGrabImage.c:332:8: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 332 | if (Attributes.nalloc_pixels > 0) | ^~ wmGrabImage.c:341:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 341 | if ( NewShapeMask != 0 ) | ^~ wmGrabImage.c:162:29: warning: variable 'CurrentJD' set but not used [-Wunused-but-set-variable] 162 | double UT, hour24(), jd(), CurrentJD, OldFileUT, FileUT; | ^~~~~~~~~ wmGrabImage.c:157:9: warning: variable 's' set but not used [-Wunused-but-set-variable] 157 | int n, s, m, dt1, dt2, dt3, len; | ^ wmGrabImage.c:157:6: warning: variable 'n' set but not used [-Wunused-but-set-variable] 157 | int n, s, m, dt1, dt2, dt3, len; | ^ wmGrabImage.c:432:6: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 432 | system(command); | ^~~~~~~~~~~~~~~ wmGrabImage.c: In function 'pressEvent': wmGrabImage.c:608:2: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 608 | system(Command); | ^~~~~~~~~~~~~~~ wmGrabImage.c:619:2: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 619 | system(Command); | ^~~~~~~~~~~~~~~ wmGrabImage.c:607:23: warning: '%s' directive writing up to 1023 bytes into a region of size 509 [-Wformat-overflow=] 607 | sprintf(Command, "xv %s &", ImageFileName); | ^~ ~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from wmGrabImage.c:98: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 6 and 1029 bytes into a destination of size 512 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ wmGrabImage.c:618:46: warning: '%s' directive writing up to 1023 bytes into a region of size 486 [-Wformat-overflow=] 618 | sprintf(Command, "netscape -remote 'openURL(%s)' || netscape '%s' &", HttpURL, HttpURL); | ^~ ~~~~~~~ In file included from /usr/include/stdio.h:867, from wmGrabImage.c:98: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 46 and 2092 bytes into a destination of size 512 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -Wall -DLinux -c ../wmgeneral/wmgeneral.c -o ../wmgeneral/wmgeneral.o -I/usr/X11R6/include/X11 gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -Wall -o wmGrabImage wmGrabImage.o ../wmgeneral/wmgeneral.o -I/usr/X11R6/include/X11 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -L/usr/X11R6/lib -lXpm -lX11 -lXext + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.miDYJa + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/wmgrabimage-0.72-12.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/wmgrabimage-0.72-12.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/wmgrabimage-0.72-12.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/wmgrabimage-0.72-12.mga8.x86_64 + cd wmGrabImage-0.72 + '[' 1 -eq 1 ']' + cd wmGrabImage + install -D -m 755 GrabImage /home/iurt/rpmbuild/BUILDROOT/wmgrabimage-0.72-12.mga8.x86_64/usr/bin/GrabImage + install -D -m 755 wmGrabImage /home/iurt/rpmbuild/BUILDROOT/wmgrabimage-0.72-12.mga8.x86_64/usr/bin/wmgrabimage + install -D -m 644 wmGrabImage.1 /home/iurt/rpmbuild/BUILDROOT/wmgrabimage-0.72-12.mga8.x86_64/usr/share/man/man1/wmgrabimage.1 + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 0.72-12.mga8 --unique-debug-suffix -0.72-12.mga8.x86_64 --unique-debug-src-base wmgrabimage-0.72-12.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/wmGrabImage-0.72 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wmgrabimage-0.72-12.mga8.x86_64/usr/bin/wmgrabimage extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wmgrabimage-0.72-12.mga8.x86_64/usr/bin/wmgrabimage original debug info size: 84kB, size after compression: 76kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 95 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: wmgrabimage-0.72-12.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.3P92Ua + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd wmGrabImage-0.72 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/wmgrabimage-0.72-12.mga8.x86_64/usr/share/doc/wmgrabimage + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/wmgrabimage-0.72-12.mga8.x86_64/usr/share/doc/wmgrabimage + cp -pr BUGS /home/iurt/rpmbuild/BUILDROOT/wmgrabimage-0.72-12.mga8.x86_64/usr/share/doc/wmgrabimage + cp -pr CHANGES /home/iurt/rpmbuild/BUILDROOT/wmgrabimage-0.72-12.mga8.x86_64/usr/share/doc/wmgrabimage + cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/wmgrabimage-0.72-12.mga8.x86_64/usr/share/doc/wmgrabimage + cp -pr HINTS /home/iurt/rpmbuild/BUILDROOT/wmgrabimage-0.72-12.mga8.x86_64/usr/share/doc/wmgrabimage + cp -pr TODO /home/iurt/rpmbuild/BUILDROOT/wmgrabimage-0.72-12.mga8.x86_64/usr/share/doc/wmgrabimage + RPM_EC=0 ++ jobs -p + exit 0 Provides: wmgrabimage = 0.72-12.mga8 wmgrabimage(x86-64) = 0.72-12.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) perl-base >= 2:5.32.0 Processing files: wmgrabimage-debugsource-0.72-12.mga8.x86_64 Provides: wmgrabimage-debugsource = 0.72-12.mga8 wmgrabimage-debugsource(x86-64) = 0.72-12.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: wmgrabimage-debuginfo-0.72-12.mga8.x86_64 Provides: debuginfo(build-id) = 4b2497e1392bacdabec363da6f4d25199351888b wmgrabimage-debuginfo = 0.72-12.mga8 wmgrabimage-debuginfo(x86-64) = 0.72-12.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: wmgrabimage-debugsource(x86-64) = 0.72-12.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/wmgrabimage-0.72-12.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/wmgrabimage-debugsource-0.72-12.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/wmgrabimage-debuginfo-0.72-12.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/wmgrabimage-0.72-12.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.cbpv99 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd wmGrabImage-0.72 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/wmgrabimage-0.72-12.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.uD0Tfa + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf wmGrabImage-0.72 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!