D: [iurt_root_command] chroot warning: %make is deprecated, use %make_build instead Installing /home/iurt/rpmbuild/SRPMS/comgt-0.32-21.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.JDRMPa + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf comgt.0.32 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/comgt.0.32.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd comgt.0.32 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/comgt-0.32-string-format.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/comgt-0.32-fix-man-page-typo.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.XnK3C9 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd comgt.0.32 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j8 'CFLAGS=-c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' 'LDFLAGS= -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' cc comgt.c -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables comgt.c: In function 'getstring': comgt.c:605:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 605 | fgets(string,STRINGL-1,fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ comgt.c:631:9: warning: ignoring return value of 'getcwd' declared with attribute 'warn_unused_result' [-Wunused-result] 631 | getcwd(string,STRINGL); | ^~~~~~~~~~~~~~~~~~~~~~ comgt.c: In function 'doscript': comgt.c:1434:7: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 1434 | system(string); | ^~~~~~~~~~~~~~ comgt.c:1438:7: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1438 | fgets(stringvars[getstringindex()],1024,infd); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ comgt.c: In function 'doset': comgt.c:1000:23: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 1000 | sprintf(cspeed,"%d",a); | ^ In file included from /usr/include/stdio.h:866, from comgt.c:30: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 2 and 11 bytes into a destination of size 10 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ comgt.c: In function 'doclose': comgt.c:1228:43: warning: '%s' directive writing up to 1023 bytes into a region of size 1001 [-Wformat-overflow=] 1228 | sprintf(msg,"Can't ioctl set device %s.\n",device); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:866, from comgt.c:30: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 26 and 1049 bytes into a destination of size 1024 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ comgt.c: In function 'opengt': comgt.c:1264:38: warning: '%s' directive writing up to 1023 bytes into a region of size 1006 [-Wformat-overflow=] 1264 | sprintf(msg,"Can't open device %s.\n",device); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:866, from comgt.c:30: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 21 and 1044 bytes into a destination of size 1024 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ comgt.c: In function 'opendevice': comgt.c:1299:38: warning: '%s' directive writing up to 1023 bytes into a region of size 1006 [-Wformat-overflow=] 1299 | sprintf(msg,"Can't open device %s.\n",device); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:866, from comgt.c:30: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 21 and 1044 bytes into a destination of size 1024 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ comgt.c:1346:23: warning: '%s' directive writing up to 1023 bytes into a region of size 1017 [-Wformat-overflow=] 1346 | sprintf(msg,"Opened %s as FD %d",device,comfd); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:866, from comgt.c:30: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 16 and 1049 bytes into a destination of size 1024 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ comgt.c:1307:41: warning: '%s' directive writing up to 1023 bytes into a region of size 1001 [-Wformat-overflow=] 1307 | sprintf(msg,"Can't ioctl get device %s.\n",device); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:866, from comgt.c:30: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 26 and 1049 bytes into a destination of size 1024 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc comgt.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o comgt + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.sxsrm8 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/comgt-0.32-21.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/comgt-0.32-21.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/comgt-0.32-21.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/comgt-0.32-21.mga8.aarch64 + cd comgt.0.32 + '[' 1 -eq 1 ']' + install -m755 comgt -D /home/iurt/rpmbuild/BUILDROOT/comgt-0.32-21.mga8.aarch64/usr/sbin/comgt + install -m644 comgt.1 -D /home/iurt/rpmbuild/BUILDROOT/comgt-0.32-21.mga8.aarch64/usr/share/man/man1/comgt.1 + ln -s /usr/sbin/comgt /home/iurt/rpmbuild/BUILDROOT/comgt-0.32-21.mga8.aarch64/usr/sbin/gcom + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 0.32-21.mga8 --unique-debug-suffix -0.32-21.mga8.aarch64 --unique-debug-src-base comgt-0.32-21.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/comgt.0.32 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/comgt-0.32-21.mga8.aarch64/usr/sbin/comgt extracting debug info from /home/iurt/rpmbuild/BUILDROOT/comgt-0.32-21.mga8.aarch64/usr/sbin/comgt original debug info size: 124kB, size after compression: 124kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 121 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 *** WARNING: ./usr/src/debug/comgt-0.32-21.mga8.aarch64/comgt.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/comgt-0.32-21.mga8.aarch64/comgt.h is executable but has no shebang, removing executable bit Processing files: comgt-0.32-21.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.VOIyN8 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd comgt.0.32 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/comgt-0.32-21.mga8.aarch64/usr/share/doc/comgt + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/comgt-0.32-21.mga8.aarch64/usr/share/doc/comgt + cp -pr CHANGELOG /home/iurt/rpmbuild/BUILDROOT/comgt-0.32-21.mga8.aarch64/usr/share/doc/comgt + cp -pr gprs.txt /home/iurt/rpmbuild/BUILDROOT/comgt-0.32-21.mga8.aarch64/usr/share/doc/comgt + cp -pr TODO /home/iurt/rpmbuild/BUILDROOT/comgt-0.32-21.mga8.aarch64/usr/share/doc/comgt + cp -pr umts.txt /home/iurt/rpmbuild/BUILDROOT/comgt-0.32-21.mga8.aarch64/usr/share/doc/comgt + RPM_EC=0 ++ jobs -p + exit 0 Provides: comgt = 0.32-21.mga8 comgt(aarch-64) = 0.32-21.mga8 gcom = 0.32-21.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) Obsoletes: gcom < 0.32-21.mga8 Processing files: comgt-debugsource-0.32-21.mga8.aarch64 Provides: comgt-debugsource = 0.32-21.mga8 comgt-debugsource(aarch-64) = 0.32-21.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: comgt-debuginfo-0.32-21.mga8.aarch64 Provides: comgt-debuginfo = 0.32-21.mga8 comgt-debuginfo(aarch-64) = 0.32-21.mga8 debuginfo(build-id) = 2679f3a679382eb3f1406d9de81efb819023e68f Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: comgt-debugsource(aarch-64) = 0.32-21.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/comgt-0.32-21.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/comgt-debuginfo-0.32-21.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/comgt-debugsource-0.32-21.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/comgt-0.32-21.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.fZPuX7 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd comgt.0.32 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/comgt-0.32-21.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.T5GjWa + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf comgt.0.32 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!