D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Installing /home/iurt/rpmbuild/SRPMS/moleinvasion-0.4-10.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Y1LeWc + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf moleinvasion-0.4 + /usr/bin/bzip2 -dc /home/iurt/rpmbuild/SOURCES/MoleInvasion-0.4.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd moleinvasion-0.4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/moleinvasions-fix-build.diff + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.jYYwwv + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd moleinvasion-0.4 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + 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 + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + make -C src make: Entering directory '/home/iurt/rpmbuild/BUILD/moleinvasion-0.4/src' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -DDATADIR='"/usr/share/games/moleinvasion"' -c -o graphics.o graphics.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -DDATADIR='"/usr/share/games/moleinvasion"' -c -o font.o font.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -DDATADIR='"/usr/share/games/moleinvasion"' -c -o list.o list.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -DDATADIR='"/usr/share/games/moleinvasion"' -c -o sprite.o sprite.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -DDATADIR='"/usr/share/games/moleinvasion"' -c -o events.o events.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -DDATADIR='"/usr/share/games/moleinvasion"' -c -o editor_texts.o editor_texts.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -DDATADIR='"/usr/share/games/moleinvasion"' -c -o Splayer.o Splayer.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -DDATADIR='"/usr/share/games/moleinvasion"' -c -o Sother.o Sother.c Sother.c: In function 'performSprite98': Sother.c:338:17: warning: case label value is less than minimum value for type [-Wswitch-outside-range] 338 | case -1 : tX[0]=sposX-1; tY[0]=sposY-1; | ^~~~ Sother.c:326:18: warning: case label value is less than minimum value for type [-Wswitch-outside-range] 326 | {case -2 : tX[0]=sposX-1; tY[0]=sposY; | ^~~~ cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -DDATADIR='"/usr/share/games/moleinvasion"' -c -o background.o background.c background.c: In function 'readAllBacks': background.c:148:62: warning: '_' directive output may be truncated writing 1 byte into a region of size between 0 and 254 [-Wformat-truncation=] 148 | { snprintf(buffer,sizeof(buffer),"%s/%s_%d.png",dir,name,seq); | ^ background.c:148:56: note: using the range [-2147483648, 2147483647] for directive argument 148 | { snprintf(buffer,sizeof(buffer),"%s/%s_%d.png",dir,name,seq); | ^~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:888, from graphics.h:11, from sprite.h:11, from background.h:11, from background.c:9: /usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output 8 or more bytes (assuming 262) into a destination of size 255 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -DDATADIR='"/usr/share/games/moleinvasion"' -c -o video.o video.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -DDATADIR='"/usr/share/games/moleinvasion"' -c -o tool.o tool.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -DDATADIR='"/usr/share/games/moleinvasion"' -c -o mixer.o mixer.c mixer.c: In function 'giveRandomFile': mixer.c:47:64: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 254 [-Wformat-truncation=] 47 | snprintf(buff,sizeof(buff),"%s/%s",dir,myfile->d_name); | ^~ In file included from /usr/include/stdio.h:888, from mixer.h:11, from mixer.c:9: /usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 257) into a destination of size 255 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -DDATADIR='"/usr/share/games/moleinvasion"' -c -o level_file.o level_file.c level_file.c: In function 'is_level_in_open_list': level_file.c:540:31: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 540 | sprintf(tmp_ch,"%s+%s+",world.world_name,level.level_name); | ^ In file included from /usr/include/stdio.h:888, from level_file.h:11, from level_file.c:8: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 3 and 813 bytes into a destination of size 812 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -DDATADIR='"/usr/share/games/moleinvasion"' -c -o level.o level.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -DDATADIR='"/usr/share/games/moleinvasion"' -c -o worldmap.o worldmap.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -DDATADIR='"/usr/share/games/moleinvasion"' -c -o edit_keys.o edit_keys.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -DDATADIR='"/usr/share/games/moleinvasion"' -c -o menu.o menu.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -DDATADIR='"/usr/share/games/moleinvasion"' -c -o MoleInvasion.o MoleInvasion.c MoleInvasion.c: In function 'main': MoleInvasion.c:70:17: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result] 70 | chdir("../"); | ^~~~~~~~~~~~ cc graphics.o font.o list.o sprite.o events.o editor_texts.o Splayer.o Sother.o background.o video.o tool.o mixer.o level_file.o level.o worldmap.o edit_keys.o menu.o MoleInvasion.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -L/usr/lib64 -lSDL -lSDL_image -lSDL_mixer -lSDL_ttf -ldl -lGL -o ../lin/moleinvasion cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -DDATADIR='"/usr/share/games/moleinvasion"' -c -o editor.o editor.c editor.c: In function 'perform_mouse_motion': editor.c:101:6: warning: type of 'mousex' defaults to 'int' [-Wimplicit-int] 101 | void perform_mouse_motion(mousex,mousey) | ^~~~~~~~~~~~~~~~~~~~ editor.c:101:6: warning: type of 'mousey' defaults to 'int' [-Wimplicit-int] editor.c: In function 'perform_mouse_add': editor.c:137:6: warning: type of 'mousex' defaults to 'int' [-Wimplicit-int] 137 | void perform_mouse_add(mousex,mousey) | ^~~~~~~~~~~~~~~~~ editor.c:137:6: warning: type of 'mousey' defaults to 'int' [-Wimplicit-int] editor.c: In function 'perform_mouse_del': editor.c:177:6: warning: type of 'mousex' defaults to 'int' [-Wimplicit-int] 177 | void perform_mouse_del(mousex,mousey) | ^~~~~~~~~~~~~~~~~ editor.c:177:6: warning: type of 'mousey' defaults to 'int' [-Wimplicit-int] editor.c: In function 'main': editor.c:368:17: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result] 368 | chdir("../"); | ^~~~~~~~~~~~ cc graphics.o font.o list.o sprite.o events.o editor_texts.o Splayer.o Sother.o background.o video.o tool.o mixer.o level_file.o level.o worldmap.o edit_keys.o menu.o editor.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -L/usr/lib64 -lSDL -lSDL_image -lSDL_mixer -lSDL_ttf -ldl -lGL -o ../lin/editor cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -DDATADIR='"/usr/share/games/moleinvasion"' -c -o editworld.o editworld.c editworld.c: In function 'main': editworld.c:243:17: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result] 243 | chdir("../"); | ^~~~~~~~~~~~ cc graphics.o font.o list.o sprite.o events.o editor_texts.o Splayer.o Sother.o background.o video.o tool.o mixer.o level_file.o level.o worldmap.o edit_keys.o menu.o editworld.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -L/usr/lib64 -lSDL -lSDL_image -lSDL_mixer -lSDL_ttf -ldl -lGL -o ../lin/editworld make: Leaving directory '/home/iurt/rpmbuild/BUILD/moleinvasion-0.4/src' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.QAP4jg + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/moleinvasion-0.4-10.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/moleinvasion-0.4-10.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/moleinvasion-0.4-10.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/moleinvasion-0.4-10.mga9.aarch64 + cd moleinvasion-0.4 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/moleinvasion-0.4-10.mga9.aarch64 'INSTALL=/usr/bin/install -p' install-data -C src make: Entering directory '/home/iurt/rpmbuild/BUILD/moleinvasion-0.4/src' mkdir -p /home/iurt/rpmbuild/BUILDROOT/moleinvasion-0.4-10.mga9.aarch64/usr/games cp ../lin/moleinvasion /home/iurt/rpmbuild/BUILDROOT/moleinvasion-0.4-10.mga9.aarch64/usr/games/moleinvasion cp ../lin/editor /home/iurt/rpmbuild/BUILDROOT/moleinvasion-0.4-10.mga9.aarch64/usr/games/moleinvasion-editlevel cp ../lin/editworld /home/iurt/rpmbuild/BUILDROOT/moleinvasion-0.4-10.mga9.aarch64/usr/games/moleinvasion-editworld mkdir -p /home/iurt/rpmbuild/BUILDROOT/moleinvasion-0.4-10.mga9.aarch64/usr/share/games/moleinvasion/gfx mkdir -p /home/iurt/rpmbuild/BUILDROOT/moleinvasion-0.4-10.mga9.aarch64/usr/share/games/moleinvasion/snd mkdir -p /home/iurt/rpmbuild/BUILDROOT/moleinvasion-0.4-10.mga9.aarch64/usr/share/games/moleinvasion/music mkdir -p /home/iurt/rpmbuild/BUILDROOT/moleinvasion-0.4-10.mga9.aarch64/usr/share/games/moleinvasion/lvl mkdir -p /home/iurt/rpmbuild/BUILDROOT/moleinvasion-0.4-10.mga9.aarch64/usr/share/games/moleinvasion/txt mkdir -p /home/iurt/rpmbuild/BUILDROOT/moleinvasion-0.4-10.mga9.aarch64/usr/share/games/moleinvasion/font cp -rf ../gfx ../font ../lvl ../snd ../music ../txt /home/iurt/rpmbuild/BUILDROOT/moleinvasion-0.4-10.mga9.aarch64/usr/share/games/moleinvasion/ find /home/iurt/rpmbuild/BUILDROOT/moleinvasion-0.4-10.mga9.aarch64/usr/share/games/moleinvasion/ -name "*.*g" -exec chmod -x {} \; find /home/iurt/rpmbuild/BUILDROOT/moleinvasion-0.4-10.mga9.aarch64/usr/share/games/moleinvasion/ -name ".xvpics" -exec rm -rf {} \; make: Leaving directory '/home/iurt/rpmbuild/BUILD/moleinvasion-0.4/src' + mkdir -p /home/iurt/rpmbuild/BUILDROOT/moleinvasion-0.4-10.mga9.aarch64/usr/share/man/man6/ + cp debian/moleinvasion-editlevel.6 debian/moleinvasion-editworld.6 debian/moleinvasion.6 /home/iurt/rpmbuild/BUILDROOT/moleinvasion-0.4-10.mga9.aarch64/usr/share/man/man6/ + mkdir -p /home/iurt/rpmbuild/BUILDROOT/moleinvasion-0.4-10.mga9.aarch64/usr/share/applications + cat + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 0.4-10.mga9 --unique-debug-suffix -0.4-10.mga9.aarch64 --unique-debug-src-base moleinvasion-0.4-10.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/moleinvasion-0.4 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/moleinvasion-0.4-10.mga9.aarch64/usr/games/moleinvasion extracting debug info from /home/iurt/rpmbuild/BUILDROOT/moleinvasion-0.4-10.mga9.aarch64/usr/games/moleinvasion-editlevel extracting debug info from /home/iurt/rpmbuild/BUILDROOT/moleinvasion-0.4-10.mga9.aarch64/usr/games/moleinvasion-editworld dwz: ./usr/games/moleinvasion-0.4-10.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/games/moleinvasion-editlevel-0.4-10.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/games/moleinvasion-editworld-0.4-10.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: Too few files for multifile optimization original debug info size: 1040kB, size after compression: 1040kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 3 CRC32s did match. 506 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 0 + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: moleinvasion-0.4-10.mga9.aarch64 Provides: application() application(mageia-moleinvasion.desktop) moleinvasion = 0.4-10.mga9 moleinvasion(aarch-64) = 0.4-10.mga9 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) libGL.so.1()(64bit) libSDL-1.2.so.0()(64bit) libSDL_image-1.2.so.0()(64bit) libSDL_mixer-1.2.so.0()(64bit) libSDL_ttf-2.0.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) Processing files: moleinvasion-debugsource-0.4-10.mga9.aarch64 Provides: moleinvasion-debugsource = 0.4-10.mga9 moleinvasion-debugsource(aarch-64) = 0.4-10.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: moleinvasion-debuginfo-0.4-10.mga9.aarch64 Provides: debuginfo(build-id) = 07901a7b6698a05de21a946f7d6a48d64fc0d075 debuginfo(build-id) = 213c650b5b77d5b4251a015299259361a9c6a5e0 debuginfo(build-id) = a307a26b9f0ad1133390a52784949a495aede864 moleinvasion-debuginfo = 0.4-10.mga9 moleinvasion-debuginfo(aarch-64) = 0.4-10.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: moleinvasion-debugsource(aarch-64) = 0.4-10.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/moleinvasion-0.4-10.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/moleinvasion-debugsource-0.4-10.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/moleinvasion-debuginfo-0.4-10.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/moleinvasion-0.4-10.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.eqnMQ0 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd moleinvasion-0.4 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/moleinvasion-0.4-10.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.4RNBrI + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf moleinvasion-0.4 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!