D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/t-engine4-1.5.10-2.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.r1w6Q8 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf t-engine4-1.5.10 + /usr/bin/xz -dc /home/iurt/rpmbuild/SOURCES/t-engine4-1.5.10.tar.xz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd t-engine4-1.5.10 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/t-engine4-1.3.1-mga-include-sdl2.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/t-engine4-1.4.1-mga-no-stripping.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/t-engine4-1.5.10-fix_conflicting_glext.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.Xim6z8 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd t-engine4-1.5.10 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + premake4 --lua=default gmake Building configurations... Running action 'gmake'... Generating Makefile... Generating build/TEngine.make... Generating build/physfs.make... Generating build/luadefault.make... Generating build/luasocket.make... Generating build/fov.make... Generating build/lpeg.make... Generating build/luaprofiler.make... Generating build/tcodimport.make... Generating build/expatstatic.make... Generating build/lxp.make... Generating build/luamd5.make... Generating build/luazlib.make... Generating build/luabitop.make... Generating build/te4-bzip.make... Done. + make config=release ==== Building physfs (release) ==== Creating ../bin/Release Creating ../obj/Release/physfs physfs_byteorder.c physfsrwops.c physfs.c ../src/physfs/physfs.c:76:5: warning: initialization of 'const PHYSFS_ArchiveInfo *' {aka 'const struct PHYSFS_ArchiveInfo *'} from incompatible pointer type 'const PHYSFS_Archiver *' {aka 'const struct *'} [-Wincompatible-pointer-types] 76 | &__PHYSFS_Archiver_BIND_PHYSFS, | ^ ../src/physfs/physfs.c:76:5: note: (near initialization for 'supported_types[0]') physfs_unicode.c gzclose.c compress.c zutil.c mzip.c inftrees.c inflate.c ioapi.c crc32.c gzread.c ../src/zlib/gzread.c: In function 'gz_load': ../src/zlib/gzread.c:35:15: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] 35 | ret = read(state->fd, buf + *have, get); | ^~~~ | fread ../src/zlib/gzread.c: In function 'gzclose_r': ../src/zlib/gzread.c:651:11: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] 651 | ret = close(state->fd); | ^~~~~ | pclose gzlib.c ../src/zlib/gzlib.c: In function 'gz_open': ../src/zlib/gzlib.c:14:17: warning: implicit declaration of function 'lseek'; did you mean 'fseek'? [-Wimplicit-function-declaration] 14 | # define LSEEK lseek | ^~~~~ ../src/zlib/gzlib.c:252:9: note: in expansion of macro 'LSEEK' 252 | LSEEK(state->fd, 0, SEEK_END); /* so gzoffset() is correct */ | ^~~~~ gzwrite.c ../src/zlib/gzwrite.c: In function 'gz_comp': ../src/zlib/gzwrite.c:89:20: warning: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration] 89 | writ = write(state->fd, strm->next_in, put); | ^~~~~ | fwrite ../src/zlib/gzwrite.c: In function 'gzclose_w': ../src/zlib/gzwrite.c:661:9: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] 661 | if (close(state->fd) == -1) | ^~~~~ | pclose deflate.c uncompr.c infback.c trees.c adler32.c inffast.c subzip.c ../src/physfs/archivers/subzip.c: In function 'SUBZIP_openArchive': ../src/physfs/archivers/subzip.c:112:15: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 112 | char *base = name; | ^~~~ dir.c bind_physfs.c ../src/physfs/archivers/bind_physfs.c: In function 'BIND_PHYSFS_openRead': ../src/physfs/archivers/bind_physfs.c:225:29: warning: passing argument 3 of 'doOpen' from incompatible pointer type [-Wincompatible-pointer-types] 225 | return(doOpen(opaque, fnm, PHYSFS_openRead, exist)); | ^~~~~~~~~~~~~~~ | | | PHYSFS_File * (*)(const char *) {aka struct PHYSFS_File * (*)(const char *)} ../src/physfs/archivers/bind_physfs.c:198:30: note: expected 'void * (*)(const char *)' but argument is of type 'PHYSFS_File * (*)(const char *)' {aka 'struct PHYSFS_File * (*)(const char *)'} 198 | void *(*openFunc)(const char *filename), | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ zip.c unix.c posix.c Linking physfs ==== Building luadefault (release) ==== Creating ../obj/Release/luadefault lfunc.c lgc.c lobject.c lzio.c ldebug.c linit.c llex.c ldump.c lparser.c ldo.c print.c ltable.c lvm.c ldblib.c lstring.c lundump.c loadlib.c lstate.c lopcodes.c lmathlib.c lcode.c lstrlib.c loslib.c liolib.c lmem.c ltablib.c lbaselib.c lauxlib.c ltm.c lapi.c Linking luadefault ==== Building fov (release) ==== Creating ../obj/Release/fov fov.c Linking fov ==== Building luasocket (release) ==== Creating ../obj/Release/luasocket auxiliar.c buffer.c except.c inet.c io.c luasocket.c options.c select.c tcp.c timeout.c udp.c usocket.c mime.c Linking luasocket ==== Building luaprofiler (release) ==== Creating ../obj/Release/luaprofiler lua50_profiler.c stack.c function_meter.c core_profiler.c clocks.c Linking luaprofiler ==== Building lpeg (release) ==== Creating ../obj/Release/lpeg lptree.c In file included from ../src/lpeg/lptree.c:12: ../src/lpeg/lptypes.h:13: warning: "NDEBUG" redefined 13 | #define NDEBUG | : note: this is the location of the previous definition lpcap.c In file included from ../src/lpeg/lpcap.h:9, from ../src/lpeg/lpcap.c:9: ../src/lpeg/lptypes.h:13: warning: "NDEBUG" redefined 13 | #define NDEBUG | : note: this is the location of the previous definition lpcode.c In file included from ../src/lpeg/lpcode.c:9: ../src/lpeg/lptypes.h:13: warning: "NDEBUG" redefined 13 | #define NDEBUG | : note: this is the location of the previous definition lpprint.c In file included from ../src/lpeg/lpprint.c:9: ../src/lpeg/lptypes.h:13: warning: "NDEBUG" redefined 13 | #define NDEBUG | : note: this is the location of the previous definition lpvm.c In file included from ../src/lpeg/lpcap.h:9, from ../src/lpeg/lpvm.c:11: ../src/lpeg/lptypes.h:13: warning: "NDEBUG" redefined 13 | #define NDEBUG | : note: this is the location of the previous definition Linking lpeg ==== Building tcodimport (release) ==== Creating ../obj/Release/tcodimport noise_c.c In file included from ../src/libtcod_import/noise_c.c:32: ../src/SFMT.h:74:6: warning: inline function 'fill_array64' declared but never defined 74 | void fill_array64(uint64_t array[], int size); | ^~~~~~~~~~~~ ../src/SFMT.h:70:6: warning: inline function 'fill_array32' declared but never defined 70 | void fill_array32(uint32_t array[], int size); | ^~~~~~~~~~~~ ../src/SFMT.h:66:10: warning: inline function 'gen_rand64' declared but never defined 66 | uint64_t gen_rand64(void); | ^~~~~~~~~~ ../src/SFMT.h:62:10: warning: inline function 'gen_rand32' declared but never defined 62 | uint32_t gen_rand32(void); | ^~~~~~~~~~ Linking tcodimport ==== Building lxp (release) ==== Creating ../obj/Release/lxp lxplib.c Linking lxp ==== Building expatstatic (release) ==== Creating ../obj/Release/expatstatic xmlrole.c xmlparse.c xmltok_ns.c xmltok_impl.c xmltok.c Linking expatstatic ==== Building luamd5 (release) ==== Creating ../obj/Release/luamd5 ldes56.c md5.c md5lib.c des56.c Linking luamd5 ==== Building luazlib (release) ==== Creating ../obj/Release/luazlib lgzip.c lzlib.c Linking luazlib ==== Building luabitop (release) ==== Creating ../obj/Release/luabitop bit.c Linking luabitop ==== Building te4-bzip (release) ==== Creating ../obj/Release/te4-bzip huffman.c bzlib.c compress.c decompress.c randtable.c blocksort.c crctable.c Linking te4-bzip ==== Building TEngine (release) ==== Creating ../obj/Release/TEngine web.c ../src/web.c: In function 'te4_web_load': ../src/web.c:593:3: warning: implicit declaration of function 'execv' [-Wimplicit-function-declaration] 593 | execv(get_self_executable(g_argc, g_argv), newargs); | ^~~~~ In file included from ../src/display.h:23, from ../src/web.c:22: ../src/web.c: At top level: ../src/display_sdl.h:46:6: warning: inline function 'sdlDrawImage' declared but never defined 46 | void sdlDrawImage(SDL_Surface *dest, SDL_Surface *image, int x, int y); | ^~~~~~~~~~~~ shaders.c In file included from ../src/display.h:23, from ../src/shaders.c:21: ../src/display_sdl.h:46:6: warning: inline function 'sdlDrawImage' declared but never defined 46 | void sdlDrawImage(SDL_Surface *dest, SDL_Surface *image, int x, int y); | ^~~~~~~~~~~~ bspatch.c wait.c display_sdl.c particles.c In file included from ../src/particles.h:24, from ../src/particles.c:30: ../src/particles.c: In function 'particles_draw': ../src/tgl.h:86:10: warning: comparison of distinct pointer types lacks a cast 86 | if ((p) != gl_c_texcoords_ptr || (nb) != gl_c_colors_nb) { glTexCoordPointer((nb), (t), (v), (p)); gl_c_texcoords_ptr=(p); gl_c_texcoords_nb = (nb); } \ | ^~ ../src/particles.c:441:2: note: in expansion of macro 'glTexCoordPointer' 441 | glTexCoordPointer(2, GL_SHORT, 0, texcoords); | ^~~~~~~~~~~~~~~~~ ../src/tgl.h:86:119: warning: assignment to 'GLfloat *' {aka 'float *'} from incompatible pointer type 'GLshort *' {aka 'short int *'} [-Wincompatible-pointer-types] 86 | if ((p) != gl_c_texcoords_ptr || (nb) != gl_c_colors_nb) { glTexCoordPointer((nb), (t), (v), (p)); gl_c_texcoords_ptr=(p); gl_c_texcoords_nb = (nb); } \ | ^ ../src/particles.c:441:2: note: in expansion of macro 'glTexCoordPointer' 441 | glTexCoordPointer(2, GL_SHORT, 0, texcoords); | ^~~~~~~~~~~~~~~~~ ../src/particles.c: In function 'thread_particle_init': ../src/particles.c:796:54: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 796 | printf("Particle args init error %x (%s): %s\n", (int)l, ps->args, lua_tostring(L, -1)); | ^ ../src/particles.c:844:47: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 844 | printf("Particle run error %x (%s): %s\n", (int)l, ps->args, lua_tostring(L, -1)); | ^ ../src/particles.c: In function 'thread_particles': ../src/particles.c:1042:2: warning: implicit declaration of function 'luaopen_shaders'; did you mean 'luaopen_base'? [-Wimplicit-function-declaration] 1042 | luaopen_shaders(L); | ^~~~~~~~~~~~~~~ | luaopen_base ../src/particles.c: In function 'free_particles_thread': ../src/particles.c:1173:72: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1173 | printf("Destroying particle thread %d (waiting for thread %x)\n", i, (int)pt->thread); | ^ In file included from ../src/particles.c:33: ../src/particles.c: At top level: ../src/SFMT.h:74:6: warning: inline function 'fill_array64' declared but never defined 74 | void fill_array64(uint64_t array[], int size); | ^~~~~~~~~~~~ ../src/SFMT.h:70:6: warning: inline function 'fill_array32' declared but never defined 70 | void fill_array32(uint32_t array[], int size); | ^~~~~~~~~~~~ ../src/SFMT.h:66:10: warning: inline function 'gen_rand64' declared but never defined 66 | uint64_t gen_rand64(void); | ^~~~~~~~~~ ../src/SFMT.h:62:10: warning: inline function 'gen_rand32' declared but never defined 62 | uint32_t gen_rand32(void); | ^~~~~~~~~~ In file included from ../src/display.h:23, from ../src/particles.c:21: ../src/display_sdl.h:46:6: warning: inline function 'sdlDrawImage' declared but never defined 46 | void sdlDrawImage(SDL_Surface *dest, SDL_Surface *image, int x, int y); | ^~~~~~~~~~~~ getself.c main.c ../src/main.c: In function 'stackDump': ../src/main.c:231:54: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 231 | { printf("%d: %s // %x\n", i, lua_typename(L, t), (unsigned int)lua_topointer(L, i)); } | ^ In file included from ../src/main.c:32: ../src/main.c: At top level: ../src/SFMT.h:74:6: warning: inline function 'fill_array64' declared but never defined 74 | void fill_array64(uint64_t array[], int size); | ^~~~~~~~~~~~ ../src/SFMT.h:70:6: warning: inline function 'fill_array32' declared but never defined 70 | void fill_array32(uint32_t array[], int size); | ^~~~~~~~~~~~ ../src/SFMT.h:66:10: warning: inline function 'gen_rand64' declared but never defined 66 | uint64_t gen_rand64(void); | ^~~~~~~~~~ ../src/SFMT.h:62:10: warning: inline function 'gen_rand32' declared but never defined 62 | uint32_t gen_rand32(void); | ^~~~~~~~~~ In file included from ../src/display.h:23, from ../src/main.c:21: ../src/display_sdl.h:46:6: warning: inline function 'sdlDrawImage' declared but never defined 46 | void sdlDrawImage(SDL_Surface *dest, SDL_Surface *image, int x, int y); | ^~~~~~~~~~~~ noise.c In file included from ../src/display.h:23, from ../src/noise.c:21: ../src/display_sdl.h:46:6: warning: inline function 'sdlDrawImage' declared but never defined 46 | void sdlDrawImage(SDL_Surface *dest, SDL_Surface *image, int x, int y); | ^~~~~~~~~~~~ SFMT.c ../src/SFMT.c:493:5: warning: 'idx' is static but used in inline function 'fill_array64' which is not static 493 | idx = N32; | ^~~ ../src/SFMT.c:492:5: warning: 'gen_rand_array' is static but used in inline function 'fill_array64' which is not static 492 | gen_rand_array((w128_t *)array, size / 2); | ^~~~~~~~~~~~~~ ../src/SFMT.c:457:5: warning: 'idx' is static but used in inline function 'fill_array32' which is not static 457 | idx = N32; | ^~~ ../src/SFMT.c:456:5: warning: 'gen_rand_array' is static but used in inline function 'fill_array32' which is not static 456 | gen_rand_array((w128_t *)array, size / 4); | ^~~~~~~~~~~~~~ ../src/SFMT.c:419:5: warning: 'idx' is static but used in inline function 'gen_rand64' which is not static 419 | idx += 2; | ^~~ ../src/SFMT.c:418:17: warning: 'idx' is static but used in inline function 'gen_rand64' which is not static 418 | r = psfmt64[idx / 2]; | ^~~ ../src/SFMT.c:418:9: warning: 'psfmt64' is static but used in inline function 'gen_rand64' which is not static 418 | r = psfmt64[idx / 2]; | ^~~~~~~ ../src/SFMT.c:410:2: warning: 'idx' is static but used in inline function 'gen_rand64' which is not static 410 | idx = 0; | ^~~ ../src/SFMT.c:409:2: warning: 'gen_rand_all' is static but used in inline function 'gen_rand64' which is not static 409 | gen_rand_all(); | ^~~~~~~~~~~~ ../src/SFMT.c:408:9: warning: 'idx' is static but used in inline function 'gen_rand64' which is not static 408 | if (idx >= N32) { | ^~~ discord-te4.c map.c ../src/map.c: In function 'map_set_grid': ../src/map.c:1041:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1041 | lua_pushnumber(L, (int)map->grids[x][y][i]); | ^ In file included from ../src/display.h:23, from ../src/map.c:21: ../src/map.c: At top level: ../src/display_sdl.h:46:6: warning: inline function 'sdlDrawImage' declared but never defined 46 | void sdlDrawImage(SDL_Surface *dest, SDL_Surface *image, int x, int y); | ^~~~~~~~~~~~ core_lua.c In file included from ../src/core_lua.c:24: ../src/core_lua.c: In function 'lua_key_set_clipboard': ../src/lua/lauxlib.h:102:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 102 | #define luaL_checkstring(L,n) (luaL_checklstring(L, (n), NULL)) | ^ ../src/core_lua.c:443:14: note: in expansion of macro 'luaL_checkstring' 443 | char *str = luaL_checkstring(L, 1); | ^~~~~~~~~~~~~~~~ In file included from ../src/core_lua.c:32: ../src/core_lua.c: At top level: ../src/SFMT.h:74:6: warning: inline function 'fill_array64' declared but never defined 74 | void fill_array64(uint64_t array[], int size); | ^~~~~~~~~~~~ ../src/SFMT.h:70:6: warning: inline function 'fill_array32' declared but never defined 70 | void fill_array32(uint32_t array[], int size); | ^~~~~~~~~~~~ ../src/SFMT.h:66:10: warning: inline function 'gen_rand64' declared but never defined 66 | uint64_t gen_rand64(void); | ^~~~~~~~~~ ../src/SFMT.h:62:10: warning: inline function 'gen_rand32' declared but never defined 62 | uint32_t gen_rand32(void); | ^~~~~~~~~~ In file included from ../src/display.h:23, from ../src/core_lua.c:21: ../src/display_sdl.h:46:6: warning: inline function 'sdlDrawImage' declared but never defined 46 | void sdlDrawImage(SDL_Surface *dest, SDL_Surface *image, int x, int y); | ^~~~~~~~~~~~ profile.c sdnoise1234.c serial.c In file included from ../src/display.h:23, from ../src/serial.c:21: ../src/display_sdl.h:46:6: warning: inline function 'sdlDrawImage' declared but never defined 46 | void sdlDrawImage(SDL_Surface *dest, SDL_Surface *image, int x, int y); | ^~~~~~~~~~~~ physfs.c dmnd_square.c In file included from ../src/dmnd_square.c:36: ../src/SFMT.h:74:6: warning: inline function 'fill_array64' declared but never defined 74 | void fill_array64(uint64_t array[], int size); | ^~~~~~~~~~~~ ../src/SFMT.h:70:6: warning: inline function 'fill_array32' declared but never defined 70 | void fill_array32(uint32_t array[], int size); | ^~~~~~~~~~~~ ../src/SFMT.h:66:10: warning: inline function 'gen_rand64' declared but never defined 66 | uint64_t gen_rand64(void); | ^~~~~~~~~~ ../src/SFMT.h:62:10: warning: inline function 'gen_rand32' declared but never defined 62 | uint32_t gen_rand32(void); | ^~~~~~~~~~ In file included from ../src/display.h:23, from ../src/dmnd_square.c:30: ../src/display_sdl.h:46:6: warning: inline function 'sdlDrawImage' declared but never defined 46 | void sdlDrawImage(SDL_Surface *dest, SDL_Surface *image, int x, int y); | ^~~~~~~~~~~~ struct.c fov.c In file included from ../src/fov.c:32: ../src/SFMT.h:74:6: warning: inline function 'fill_array64' declared but never defined 74 | void fill_array64(uint64_t array[], int size); | ^~~~~~~~~~~~ ../src/SFMT.h:70:6: warning: inline function 'fill_array32' declared but never defined 70 | void fill_array32(uint32_t array[], int size); | ^~~~~~~~~~~~ ../src/SFMT.h:66:10: warning: inline function 'gen_rand64' declared but never defined 66 | uint64_t gen_rand64(void); | ^~~~~~~~~~ ../src/SFMT.h:62:10: warning: inline function 'gen_rand32' declared but never defined 62 | uint32_t gen_rand32(void); | ^~~~~~~~~~ In file included from ../src/display.h:23, from ../src/fov.c:21: ../src/display_sdl.h:46:6: warning: inline function 'sdlDrawImage' declared but never defined 46 | void sdlDrawImage(SDL_Surface *dest, SDL_Surface *image, int x, int y); | ^~~~~~~~~~~~ music.c auxiliar.c glew.c Linking TEngine /usr/bin/ld: ../bin/Release/liblua.a(loslib.o): in function `os_tmpname': /home/iurt/rpmbuild/BUILD/t-engine4-1.5.10/build/../src/lua/loslib.c:60: warning: the use of `tmpnam' is dangerous, better use `mkstemp' Running post-build commands cp ../bin/Release/t-engine ../ + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.wxB3R8 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/t-engine4-1.5.10-2.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/t-engine4-1.5.10-2.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/t-engine4-1.5.10-2.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/t-engine4-1.5.10-2.mga8.aarch64 + cd t-engine4-1.5.10 + '[' 1 -eq 1 ']' + cat + install -D -m755 t-engine /home/iurt/rpmbuild/BUILDROOT/t-engine4-1.5.10-2.mga8.aarch64/usr/share/games/t-engine4/t-engine + install -D -m755 t-engine-script /home/iurt/rpmbuild/BUILDROOT/t-engine4-1.5.10-2.mga8.aarch64/usr/games/t-engine + install -d /home/iurt/rpmbuild/BUILDROOT/t-engine4-1.5.10-2.mga8.aarch64/usr/share/games/t-engine4 + cp -r bootstrap game /home/iurt/rpmbuild/BUILDROOT/t-engine4-1.5.10-2.mga8.aarch64/usr/share/games/t-engine4/ + unzip -oj -qq game/engines/te4-1.5.10.teae data/gfx/te4-icon.png -d . + install -D -m644 te4-icon.png /home/iurt/rpmbuild/BUILDROOT/t-engine4-1.5.10-2.mga8.aarch64/usr/share/icons/hicolor/64x64/apps/t-engine4.png + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.5.10-2.mga8 --unique-debug-suffix -1.5.10-2.mga8.aarch64 --unique-debug-src-base t-engine4-1.5.10-2.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/t-engine4-1.5.10 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/t-engine4-1.5.10-2.mga8.aarch64/usr/share/games/t-engine4/t-engine extracting debug info from /home/iurt/rpmbuild/BUILDROOT/t-engine4-1.5.10-2.mga8.aarch64/usr/share/games/t-engine4/t-engine original debug info size: 6772kB, size after compression: 5460kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 9285 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 *** WARNING: ./usr/src/debug/t-engine4-1.5.10-2.mga8.aarch64/src/expat/nametab.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/t-engine4-1.5.10-2.mga8.aarch64/src/expat/xmltok.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/t-engine4-1.5.10-2.mga8.aarch64/src/expat/xmlrole.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/t-engine4-1.5.10-2.mga8.aarch64/src/expat/xmlparse.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/t-engine4-1.5.10-2.mga8.aarch64/src/expat/expat.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/t-engine4-1.5.10-2.mga8.aarch64/src/expat/xmltok_impl.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/t-engine4-1.5.10-2.mga8.aarch64/src/expat/xmltok_ns.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/t-engine4-1.5.10-2.mga8.aarch64/src/expat/xmltok_impl.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/t-engine4-1.5.10-2.mga8.aarch64/src/expat/xmlrole.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/t-engine4-1.5.10-2.mga8.aarch64/src/expat/xmltok.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/t-engine4-1.5.10-2.mga8.aarch64/src/expat/expat_external.h is executable but has no shebang, removing executable bit mangling shebang in /usr/games/t-engine from /bin/sh to #!/usr/bin/sh Processing files: t-engine4-1.5.10-2.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.NzKGq7 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd t-engine4-1.5.10 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/t-engine4-1.5.10-2.mga8.aarch64/usr/share/doc/t-engine4 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/t-engine4-1.5.10-2.mga8.aarch64/usr/share/doc/t-engine4 + cp -pr CONTRIBUTING /home/iurt/rpmbuild/BUILDROOT/t-engine4-1.5.10-2.mga8.aarch64/usr/share/doc/t-engine4 + cp -pr COPYING-MEDIA /home/iurt/rpmbuild/BUILDROOT/t-engine4-1.5.10-2.mga8.aarch64/usr/share/doc/t-engine4 + cp -pr CREDITS /home/iurt/rpmbuild/BUILDROOT/t-engine4-1.5.10-2.mga8.aarch64/usr/share/doc/t-engine4 + RPM_EC=0 ++ jobs -p + exit 0 Provides: t-engine4 = 1.5.10-2.mga8 t-engine4(aarch-64) = 1.5.10-2.mga8 te4 = 1.5.10-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libGL.so.1()(64bit) libGLU.so.1()(64bit) libSDL2-2.0.so.0()(64bit) libSDL2_image-2.0.so.0()(64bit) libSDL2_ttf-2.0.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libdl.so.2()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.17)(64bit) libm.so.6(GLIBC_2.29)(64bit) libopenal.so.1()(64bit) libpng16.so.16()(64bit) libpng16.so.16(PNG16_0)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) libvorbisfile.so.3()(64bit) Recommends: tome Processing files: t-engine4-debugsource-1.5.10-2.mga8.aarch64 Provides: t-engine4-debugsource = 1.5.10-2.mga8 t-engine4-debugsource(aarch-64) = 1.5.10-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: t-engine4-debuginfo-1.5.10-2.mga8.aarch64 Provides: debuginfo(build-id) = 3468e81dcdf057a7c6f8706034f3a7a280411b62 t-engine4-debuginfo = 1.5.10-2.mga8 t-engine4-debuginfo(aarch-64) = 1.5.10-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: t-engine4-debugsource(aarch-64) = 1.5.10-2.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/t-engine4-1.5.10-2.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/t-engine4-debuginfo-1.5.10-2.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/t-engine4-debugsource-1.5.10-2.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/t-engine4-1.5.10-2.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Fv4aba + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd t-engine4-1.5.10 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/t-engine4-1.5.10-2.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.MaTaz7 + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf t-engine4-1.5.10 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!