D: [iurt_root_command] chroot warning: %make is deprecated, use %make_build instead Installing /home/iurt/rpmbuild/SRPMS/tong-1.3-6.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.QFQpj4 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf tong + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/tong-1.3.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd tong + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.CYWyD8 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd tong + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j8 'CC=g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' GAME_DATA_DIR=/usr/share/games/tong g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o text.o text.cpp In file included from /usr/include/string.h:494, from text.h:26, from text.cpp:20: In function 'char* strncpy(char*, const char*, size_t)', inlined from 'void Menu::AddChoice(const char*, int)' at text.cpp:170:10: /usr/include/bits/string_fortified.h:106:34: warning: 'char* __builtin_strncpy(char*, const char*, long unsigned int)' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ text.cpp: In member function 'void Menu::AddChoice(const char*, int)': text.cpp:170:10: note: length computed here 170 | strncpy(temp, content, strlen(content)); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:494, from text.h:26, from text.cpp:20: In function 'char* strncpy(char*, const char*, size_t)', inlined from 'bool Menu::ModChoice(const char*, unsigned int)' at text.cpp:234:13: /usr/include/bits/string_fortified.h:106:34: warning: 'char* __builtin_strncpy(char*, const char*, long unsigned int)' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ text.cpp: In member function 'bool Menu::ModChoice(const char*, unsigned int)': text.cpp:234:13: note: length computed here 234 | strncpy(temp, text, strlen(text)); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:494, from text.h:26, from text.cpp:20: In function 'char* strncpy(char*, const char*, size_t)', inlined from 'bool Menu::ModChoice(const char*, unsigned int)' at text.cpp:230:13: /usr/include/bits/string_fortified.h:106:34: warning: 'char* __builtin_strncpy(char*, const char*, long unsigned int)' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ text.cpp: In member function 'bool Menu::ModChoice(const char*, unsigned int)': text.cpp:230:43: note: length computed here 230 | strncpy(temp+startpos+1, text, strlen(text)+1); | ~~~~~~^~~~~~ g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o media.o media.cpp g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o tetris.o tetris.cpp g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o pong.o pong.cpp g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o option.o option.cpp g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DGAME_DATA_DIR=\"/usr/share/games/tong\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o tong.o tong.cpp tong.cpp: In function 'int main(int, char**)': tong.cpp:1569:34: warning: '%02i' directive writing 2 bytes into a region of size between 1 and 4 [-Wformat-overflow=] 1569 | sprintf(timetext, "%02i:%02i.%02i", | ^~~~ tong.cpp:1569:23: note: directive argument in the range [0, 99] 1569 | sprintf(timetext, "%02i:%02i.%02i", | ^~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from tong.cpp:31: /usr/include/bits/stdio2.h:36:34: note: '__builtin___sprintf_chk' output between 9 and 12 bytes into a destination of size 10 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tong.cpp:1564:34: warning: '%02i' directive writing 2 bytes into a region of size between 1 and 4 [-Wformat-overflow=] 1564 | sprintf(timetext, "%02i:%02i.%02i", | ^~~~ tong.cpp:1564:23: note: directive argument in the range [0, 99] 1564 | sprintf(timetext, "%02i:%02i.%02i", | ^~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from tong.cpp:31: /usr/include/bits/stdio2.h:36:34: note: '__builtin___sprintf_chk' output between 9 and 12 bytes into a destination of size 10 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -L/usr/lib64 -lSDL -lSDL_mixer -lpthread -lSDL_image tetris.o pong.o text.o option.o media.o tong.o -o tong + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Ri54L7 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/tong-1.3-6.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/tong-1.3-6.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/tong-1.3-6.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/tong-1.3-6.mga8.aarch64 + cd tong + '[' 1 -eq 1 ']' + install -D -m755 tong /home/iurt/rpmbuild/BUILDROOT/tong-1.3-6.mga8.aarch64/usr/games/tong + install -d /home/iurt/rpmbuild/BUILDROOT/tong-1.3-6.mga8.aarch64/usr/share/games/tong + cp -a media CREDITS /home/iurt/rpmbuild/BUILDROOT/tong-1.3-6.mga8.aarch64/usr/share/games/tong/ + install -D -m644 media/icon.png /home/iurt/rpmbuild/BUILDROOT/tong-1.3-6.mga8.aarch64//usr/share/icons/hicolor/32x32/apps/tong.png + install -d /home/iurt/rpmbuild/BUILDROOT/tong-1.3-6.mga8.aarch64/usr/share/applications + cat + /usr/lib/rpm/find-debuginfo.sh -j16 --strict-build-id -m -i --build-id-seed 1.3-6.mga8 --unique-debug-suffix -1.3-6.mga8.aarch64 --unique-debug-src-base tong-1.3-6.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/tong explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tong-1.3-6.mga8.aarch64/usr/games/tong extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tong-1.3-6.mga8.aarch64/usr/games/tong original debug info size: 436kB, size after compression: 376kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 364 blocks + '[' -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/translate_menu + '[' -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/python 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: tong-1.3-6.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.8FhlN7 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd tong + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/tong-1.3-6.mga8.aarch64/usr/share/doc/tong + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/tong-1.3-6.mga8.aarch64/usr/share/doc/tong + cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/tong-1.3-6.mga8.aarch64/usr/share/doc/tong + cp -pr CREDITS /home/iurt/rpmbuild/BUILDROOT/tong-1.3-6.mga8.aarch64/usr/share/doc/tong + cp -pr README /home/iurt/rpmbuild/BUILDROOT/tong-1.3-6.mga8.aarch64/usr/share/doc/tong + cp -pr making-of.txt /home/iurt/rpmbuild/BUILDROOT/tong-1.3-6.mga8.aarch64/usr/share/doc/tong + RPM_EC=0 ++ jobs -p + exit 0 Provides: application() application(tong.desktop) tong = 1.3-6.mga8 tong(aarch-64) = 1.3-6.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) libSDL-1.2.so.0()(64bit) libSDL_image-1.2.so.0()(64bit) libSDL_mixer-1.2.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.17)(64bit) libm.so.6(GLIBC_2.29)(64bit) libpthread.so.0()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) Processing files: tong-data-1.3-6.mga8.noarch Provides: tong-data = 1.3-6.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: tong-debugsource-1.3-6.mga8.aarch64 Provides: tong-debugsource = 1.3-6.mga8 tong-debugsource(aarch-64) = 1.3-6.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: tong-debuginfo-1.3-6.mga8.aarch64 Provides: debuginfo(build-id) = 4477877a82964589529c7e41f53f27fbb56bb915 tong-debuginfo = 1.3-6.mga8 tong-debuginfo(aarch-64) = 1.3-6.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: tong-debugsource(aarch-64) = 1.3-6.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/tong-1.3-6.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/tong-1.3-6.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/tong-debugsource-1.3-6.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/tong-debuginfo-1.3-6.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/noarch/tong-data-1.3-6.mga8.noarch.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Bqkfz8 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd tong + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/tong-1.3-6.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.uSuSt4 + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf tong + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!