D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/t-engine4-1.7.6-2.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.u3TD8g + umask 022 + cd /home/pterjan/rpmbuild/BUILD/t-engine4-1.7.6-build + test -d /home/pterjan/rpmbuild/BUILD/t-engine4-1.7.6-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/t-engine4-1.7.6-build + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/t-engine4-1.7.6-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/t-engine4-1.7.6-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/t-engine4-1.7.6-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.JERQkH + umask 022 + cd /home/pterjan/rpmbuild/BUILD/t-engine4-1.7.6-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/t-engine4-1.7.6-build + rm -rf t-engine4-1.7.6 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/t-engine4-1.7.6.tar.xz + STATUS=0 + '[' 0 -ne 0 ']' + cd t-engine4-1.7.6 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/t-engine4-1.3.1-mga-include-sdl2.patch + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/t-engine4-1.4.1-mga-no-stripping.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/t-engine4-missing-include.patch + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.XrUW2H + umask 022 + cd /home/pterjan/rpmbuild/BUILD/t-engine4-1.7.6-build + cd t-engine4-1.7.6 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + export 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-incompatible-pointer-types' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-incompatible-pointer-types' + premake4 --lua=jit2 gmake Building configurations... Running action 'gmake'... Generating Makefile... Generating build/TEngine.make... Generating build/physfs.make... Generating build/minilua.make... Generating build/buildvm.make... Generating build/luajit2.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... Generating build/te4-wfc.make... Generating build/utf8proc.make... Done. + echo .NOTPARALLEL: + echo .NOTPARALLEL: + /usr/bin/make -O -j4 V=1 VERBOSE=1 config=release CC=gcc CXX=g++ ==== Building physfs (release) ==== ==== Building minilua (release) ==== Creating ../bin/Release ==== Building fov (release) ==== Creating ../bin/Release Creating ../obj/Release/physfs Creating ../obj/Release/minilua Creating ../obj/Release/fov physfs_unicode.c physfs_byteorder.c physfs.c inftrees.c ioapi.c physfsrwops.c adler32.c gzclose.c compress.c gzwrite.c uncompr.c crc32.c zutil.c trees.c mzip.c deflate.c infback.c gzlib.c inflate.c gzread.c bind_physfs.c inffast.c dir.c subzip.c ../src/physfs/archivers/subzip.c: In function 'SUBZIP_openArchive': ../src/physfs/archivers/subzip.c:112:22: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 112 | char *base = name; | ^~~~ unix.c zip.c ==== Building luasocket (release) ==== Creating ../obj/Release/luasocket auxiliar.c posix.c Linking physfs buffer.c ==== Building luaprofiler (release) ==== except.c minilua.c Creating ../obj/Release/luaprofiler inet.c io.c stack.c Linking minilua Running post-build commands cp ../bin/Release/minilua ../src/luajit2/src/host/ ==== Building lpeg (release) ==== Creating ../obj/Release/lpeg luasocket.c function_meter.c lua50_profiler.c options.c ../src/luasocket/options.c: In function 'opt_meth_setoption': ../src/luasocket/options.c:37:43: warning: '%.35s' directive writing up to 35 bytes into a region of size 25 [-Wformat-overflow=] 37 | sprintf(msg, "unsupported option `%.35s'", name); | ^~~~~ In file included from /usr/include/stdio.h:970, from ../src/luajit2/src/lauxlib.h:13, from ../src/luasocket/options.c:9: In function 'sprintf', inlined from 'opt_meth_setoption' at ../src/luasocket/options.c:37:9: /usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 22 and 57 bytes into a destination of size 45 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ core_profiler.c select.c clocks.c Linking luaprofiler ==== Building tcodimport (release) ==== Creating ../obj/Release/tcodimport tcp.c lptree.c In file included from ../src/lpeg/lptree.c:12: ../src/lpeg/lptypes.h:13:9: 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:9: warning: "NDEBUG" redefined 13 | #define NDEBUG | ^~~~~~ : note: this is the location of the previous definition timeout.c udp.c lpcap.c In file included from ../src/lpeg/lpcap.h:9, from ../src/lpeg/lpcap.c:9: ../src/lpeg/lptypes.h:13:9: warning: "NDEBUG" redefined 13 | #define NDEBUG | ^~~~~~ : note: this is the location of the previous definition usocket.c 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 mime.c Linking luasocket ==== Building expatstatic (release) ==== Creating ../obj/Release/expatstatic lpcode.c In file included from ../src/lpeg/lpcode.c:9: ../src/lpeg/lptypes.h:13:9: warning: "NDEBUG" redefined 13 | #define NDEBUG | ^~~~~~ : note: this is the location of the previous definition lxplib.c Linking lxp ==== Building luamd5 (release) ==== Creating ../obj/Release/luamd5 lpvm.c In file included from ../src/lpeg/lpcap.h:9, from ../src/lpeg/lpvm.c:11: ../src/lpeg/lptypes.h:13:9: warning: "NDEBUG" redefined 13 | #define NDEBUG | ^~~~~~ : note: this is the location of the previous definition Linking lpeg ldes56.c ==== Building luazlib (release) ==== Creating ../obj/Release/luazlib md5lib.c md5.c lzlib.c des56.c Linking luamd5 ==== Building luabitop (release) ==== Creating ../obj/Release/luabitop lgzip.c Linking luazlib ==== Building te4-bzip (release) ==== Creating ../obj/Release/te4-bzip crctable.c bit.c Linking luabitop ==== Building te4-wfc (release) ==== Creating ../obj/Release/te4-wfc xmlparse.c xmlrole.c decompress.c xmltok_ns.c randtable.c xmltok_impl.c xmltok.c compress.c Linking expatstatic ==== Building utf8proc (release) ==== Creating ../obj/Release/utf8proc bzlib.c huffman.c utf8proc.c Linking utf8proc ==== Building buildvm (release) ==== Creating ../obj/Release/buildvm lua_wfc.cpp cc1plus: warning: command-line option '-Wno-incompatible-pointer-types' is valid for C/ObjC but not for C++ In file included from ../src/wfc/lua_wfc.cpp:27: ../src/SFMT.h:62:10: warning: inline function 'uint32_t gen_rand32()' used but never defined 62 | uint32_t gen_rand32(void); | ^~~~~~~~~~ ../src/SFMT.h:66:10: warning: inline function 'uint64_t gen_rand64()' used but never defined 66 | uint64_t gen_rand64(void); | ^~~~~~~~~~ Linking te4-wfc Running pre-build commands ../src/luajit2/src/host/minilua ../src/luajit2/dynasm/dynasm.lua -D VER= -D P64 -D JIT -D FFI -D FPU -D HFABI -o ../src/luajit2/src/host/buildvm_arch.h ../src/luajit2/src/vm_x86.dasc blocksort.c Linking te4-bzip buildvm_lib.c buildvm_peobj.c buildvm.c buildvm_asm.c buildvm_fold.c Linking buildvm Running post-build commands cp ../bin/Release/buildvm ../src/luajit2/src/ ==== Building luajit2 (release) ==== Creating ../obj/Release/luajit2 Running pre-build commands ../src/luajit2/src/buildvm -m elfasm -o ../src/luajit2/src/lj_vm.s ../src/luajit2/src/buildvm -m bcdef -o ../src/luajit2/src/lj_bcdef.h ../src/luajit2/src/lib_base.c ../src/luajit2/src/lib_math.c ../src/luajit2/src/lib_bit.c ../src/luajit2/src/lib_string.c ../src/luajit2/src/lib_table.c ../src/luajit2/src/lib_io.c ../src/luajit2/src/lib_os.c ../src/luajit2/src/lib_package.c ../src/luajit2/src/lib_debug.c ../src/luajit2/src/lib_jit.c ../src/luajit2/src/lib_ffi.c ../src/luajit2/src/buildvm -m ffdef -o ../src/luajit2/src/lj_ffdef.h ../src/luajit2/src/lib_base.c ../src/luajit2/src/lib_math.c ../src/luajit2/src/lib_bit.c ../src/luajit2/src/lib_string.c ../src/luajit2/src/lib_table.c ../src/luajit2/src/lib_io.c ../src/luajit2/src/lib_os.c ../src/luajit2/src/lib_package.c ../src/luajit2/src/lib_debug.c ../src/luajit2/src/lib_jit.c ../src/luajit2/src/lib_ffi.c ../src/luajit2/src/buildvm -m libdef -o ../src/luajit2/src/lj_libdef.h ../src/luajit2/src/lib_base.c ../src/luajit2/src/lib_math.c ../src/luajit2/src/lib_bit.c ../src/luajit2/src/lib_string.c ../src/luajit2/src/lib_table.c ../src/luajit2/src/lib_io.c ../src/luajit2/src/lib_os.c ../src/luajit2/src/lib_package.c ../src/luajit2/src/lib_debug.c ../src/luajit2/src/lib_jit.c ../src/luajit2/src/lib_ffi.c ../src/luajit2/src/buildvm -m recdef -o ../src/luajit2/src/lj_recdef.h ../src/luajit2/src/lib_base.c ../src/luajit2/src/lib_math.c ../src/luajit2/src/lib_bit.c ../src/luajit2/src/lib_string.c ../src/luajit2/src/lib_table.c ../src/luajit2/src/lib_io.c ../src/luajit2/src/lib_os.c ../src/luajit2/src/lib_package.c ../src/luajit2/src/lib_debug.c ../src/luajit2/src/lib_jit.c ../src/luajit2/src/lib_ffi.c ../src/luajit2/src/buildvm -m vmdef -o ../src/luajit2/vmdef.lua ../src/luajit2/src/lib_base.c ../src/luajit2/src/lib_math.c ../src/luajit2/src/lib_bit.c ../src/luajit2/src/lib_string.c ../src/luajit2/src/lib_table.c ../src/luajit2/src/lib_io.c ../src/luajit2/src/lib_os.c ../src/luajit2/src/lib_package.c ../src/luajit2/src/lib_debug.c ../src/luajit2/src/lib_jit.c ../src/luajit2/src/lib_ffi.c ../src/luajit2/src/buildvm -m folddef -o ../src/luajit2/src/lj_folddef.h ../src/luajit2/src/lj_opt_fold.c lj_ffrecord.c lj_opt_split.c fov.c Linking fov lj_lex.c lj_gdbjit.c lj_lib.c lj_clib.c lib_os.c lj_strscan.c lib_init.c lj_carith.c lj_cdata.c lj_vmmath.c lib_string.c lj_dispatch.c lj_bcwrite.c lib_package.c lj_cparse.c lib_debug.c lj_asm.c lj_record.c lj_opt_dce.c lib_math.c lib_aux.c lj_str.c lib_jit.c lib_bit.c lj_alloc.c lj_udata.c lj_gc.c lj_trace.c lj_bc.c lj_state.c lj_meta.c lj_api.c lj_cconv.c lj_load.c lj_char.c lib_table.c lj_tab.c lj_opt_narrow.c lj_ccallback.c lj_obj.c lj_opt_mem.c lj_crecord.c lj_ctype.c lj_ccall.c lib_base.c lj_func.c lj_opt_sink.c lj_parse.c lj_opt_loop.c lj_snap.c lj_debug.c lib_io.c lj_mcode.c lj_ir.c lib_ffi.c lj_err.c lj_bcread.c lj_vmevent.c lj_opt_fold.c lj_vm.s Linking luajit2 ==== Building TEngine (release) ==== Creating ../obj/Release/TEngine physfs.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:17: warning: comparison of distinct pointer types lacks a cast [-Wcompare-distinct-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:9: 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:82: 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:68: 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_particle_die': ../src/particles.c:1026:40: warning: passing argument 1 of 'free' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1026 | if (ps->args) { free(ps->args); ps->args = NULL; } | ~~^~~~~~ In file included from /usr/include/SDL2/SDL_stdinc.h:40, from /usr/include/SDL2/SDL_main.h:25, from /usr/include/SDL2/SDL.h:32, from ../src/tSDL.h:12, from ../src/display_sdl.h:24, from ../src/display.h:23, from ../src/particles.c:21: /usr/include/stdlib.h:687:25: note: expected 'void *' but argument is of type 'const char *' 687 | extern void free (void *__ptr) __THROW; | ~~~~~~^~~~~ ../src/particles.c:1027:44: warning: passing argument 1 of 'free' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1027 | if (ps->name_def) { free(ps->name_def); ps->name_def = NULL; } | ~~^~~~~~~~~~ /usr/include/stdlib.h:687:25: note: expected 'void *' but argument is of type 'const char *' 687 | extern void free (void *__ptr) __THROW; | ~~~~~~^~~~~ ../src/particles.c: In function 'free_particles_thread': ../src/particles.c:1181:86: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1181 | printf("Destroying particle thread %d (waiting for thread %x)\n", i, (int)pt->thread); | ^ In file included from ../src/particles.c:33: ../src/SFMT.h: 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); | ^~~~~~~~~~ ../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); | ^~~~~~~~~~~~ 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 bspatch.c ../src/bspatch.c: In function 'bspatch': ../src/bspatch.c:76:30: warning: too many arguments for format [-Wformat-extra-args] 76 | returnerr(1, "fopen(%s)", patchfile, 0); | ^~~~~~~~~~~ ../src/bspatch.c:57:46: note: in definition of macro 'returnerr' 57 | #define returnerr(ret, str, f1, f2) { printf(str, f1, f2); perror("\nError in bspatch\n"); return (ret); } | ^~~ ../src/bspatch.c:94:43: warning: too many arguments for format [-Wformat-extra-args] 94 | if (feof(f)) returnerr(1, "Corrupt patch", 0, 0); | ^~~~~~~~~~~~~~~ ../src/bspatch.c:57:46: note: in definition of macro 'returnerr' 57 | #define returnerr(ret, str, f1, f2) { printf(str, f1, f2); perror("\nError in bspatch\n"); return (ret); } | ^~~ ../src/bspatch.c:95:30: warning: too many arguments for format [-Wformat-extra-args] 95 | returnerr(1, "fread(%s)", patchfile, 0); | ^~~~~~~~~~~ ../src/bspatch.c:57:46: note: in definition of macro 'returnerr' 57 | #define returnerr(ret, str, f1, f2) { printf(str, f1, f2); perror("\nError in bspatch\n"); return (ret); } | ^~~ ../src/bspatch.c:100:30: warning: too many arguments for format [-Wformat-extra-args] 100 | returnerr(1, "Corrupt patch", 0, 0); | ^~~~~~~~~~~~~~~ ../src/bspatch.c:57:46: note: in definition of macro 'returnerr' 57 | #define returnerr(ret, str, f1, f2) { printf(str, f1, f2); perror("\nError in bspatch\n"); return (ret); } | ^~~ ../src/bspatch.c:107:30: warning: too many arguments for format [-Wformat-extra-args] 107 | returnerr(1, "Corrupt patch", 0, 0); | ^~~~~~~~~~~~~~~ ../src/bspatch.c:57:46: note: in definition of macro 'returnerr' 57 | #define returnerr(ret, str, f1, f2) { printf(str, f1, f2); perror("\nError in bspatch\n"); return (ret); } | ^~~ ../src/bspatch.c:111:30: warning: too many arguments for format [-Wformat-extra-args] 111 | returnerr(1, "fclose(%s)", patchfile, 0); | ^~~~~~~~~~~~ ../src/bspatch.c:57:46: note: in definition of macro 'returnerr' 57 | #define returnerr(ret, str, f1, f2) { printf(str, f1, f2); perror("\nError in bspatch\n"); return (ret); } | ^~~ ../src/bspatch.c:113:30: warning: too many arguments for format [-Wformat-extra-args] 113 | returnerr(1, "fopen(%s)", patchfile, 0); | ^~~~~~~~~~~ ../src/bspatch.c:57:46: note: in definition of macro 'returnerr' 57 | #define returnerr(ret, str, f1, f2) { printf(str, f1, f2); perror("\nError in bspatch\n"); return (ret); } | ^~~ ../src/bspatch.c:118:30: warning: too many arguments for format [-Wformat-extra-args] 118 | returnerr(1, "BZ2_bzReadOpen, bz2err = %d", cbz2err, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/bspatch.c:57:46: note: in definition of macro 'returnerr' 57 | #define returnerr(ret, str, f1, f2) { printf(str, f1, f2); perror("\nError in bspatch\n"); return (ret); } | ^~~ ../src/bspatch.c:120:30: warning: too many arguments for format [-Wformat-extra-args] 120 | returnerr(1, "fopen(%s)", patchfile, 0); | ^~~~~~~~~~~ ../src/bspatch.c:57:46: note: in definition of macro 'returnerr' 57 | #define returnerr(ret, str, f1, f2) { printf(str, f1, f2); perror("\nError in bspatch\n"); return (ret); } | ^~~ ../src/bspatch.c:125:30: warning: too many arguments for format [-Wformat-extra-args] 125 | returnerr(1, "BZ2_bzReadOpen, bz2err = %d", dbz2err, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/bspatch.c:57:46: note: in definition of macro 'returnerr' 57 | #define returnerr(ret, str, f1, f2) { printf(str, f1, f2); perror("\nError in bspatch\n"); return (ret); } | ^~~ ../src/bspatch.c:127:30: warning: too many arguments for format [-Wformat-extra-args] 127 | returnerr(1, "fopen(%s)", patchfile, 0); | ^~~~~~~~~~~ ../src/bspatch.c:57:46: note: in definition of macro 'returnerr' 57 | #define returnerr(ret, str, f1, f2) { printf(str, f1, f2); perror("\nError in bspatch\n"); return (ret); } | ^~~ ../src/bspatch.c:132:30: warning: too many arguments for format [-Wformat-extra-args] 132 | returnerr(1, "BZ2_bzReadOpen, bz2err = %d", ebz2err, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/bspatch.c:57:46: note: in definition of macro 'returnerr' 57 | #define returnerr(ret, str, f1, f2) { printf(str, f1, f2); perror("\nError in bspatch\n"); return (ret); } | ^~~ ../src/bspatch.c:139:46: warning: too many arguments for format [-Wformat-extra-args] 139 | (close(fd)==-1)) returnerr(1,"%s",infile, 0); | ^~~~ ../src/bspatch.c:57:46: note: in definition of macro 'returnerr' 57 | #define returnerr(ret, str, f1, f2) { printf(str, f1, f2); perror("\nError in bspatch\n"); return (ret); } | ^~~ ../src/bspatch.c:140:55: warning: too many arguments for format [-Wformat-extra-args] 140 | if((new=malloc(newsize+1))==NULL) returnerr(1,"not enough memory", 0, 0); | ^~~~~~~~~~~~~~~~~~~ ../src/bspatch.c:57:46: note: in definition of macro 'returnerr' 57 | #define returnerr(ret, str, f1, f2) { printf(str, f1, f2); perror("\nError in bspatch\n"); return (ret); } | ^~~ ../src/bspatch.c:149:46: warning: too many arguments for format [-Wformat-extra-args] 149 | returnerr(1, "Corrupt patch", 0, 0); | ^~~~~~~~~~~~~~~ ../src/bspatch.c:57:46: note: in definition of macro 'returnerr' 57 | #define returnerr(ret, str, f1, f2) { printf(str, f1, f2); perror("\nError in bspatch\n"); return (ret); } | ^~~ ../src/bspatch.c:155:38: warning: too many arguments for format [-Wformat-extra-args] 155 | returnerr(1, "Corrupt patch", 0, 0); | ^~~~~~~~~~~~~~~ ../src/bspatch.c:57:46: note: in definition of macro 'returnerr' 57 | #define returnerr(ret, str, f1, f2) { printf(str, f1, f2); perror("\nError in bspatch\n"); return (ret); } | ^~~ ../src/bspatch.c:161:38: warning: too many arguments for format [-Wformat-extra-args] 161 | returnerr(1, "Corrupt patch", 0, 0); | ^~~~~~~~~~~~~~~ ../src/bspatch.c:57:46: note: in definition of macro 'returnerr' 57 | #define returnerr(ret, str, f1, f2) { printf(str, f1, f2); perror("\nError in bspatch\n"); return (ret); } | ^~~ ../src/bspatch.c:174:38: warning: too many arguments for format [-Wformat-extra-args] 174 | returnerr(1, "Corrupt patch", 0, 0); | ^~~~~~~~~~~~~~~ ../src/bspatch.c:57:46: note: in definition of macro 'returnerr' 57 | #define returnerr(ret, str, f1, f2) { printf(str, f1, f2); perror("\nError in bspatch\n"); return (ret); } | ^~~ ../src/bspatch.c:180:38: warning: too many arguments for format [-Wformat-extra-args] 180 | returnerr(1, "Corrupt patch", 0, 0); | ^~~~~~~~~~~~~~~ ../src/bspatch.c:57:46: note: in definition of macro 'returnerr' 57 | #define returnerr(ret, str, f1, f2) { printf(str, f1, f2); perror("\nError in bspatch\n"); return (ret); } | ^~~ ../src/bspatch.c:192:30: warning: too many arguments for format [-Wformat-extra-args] 192 | returnerr(1, "fclose(%s)", patchfile, 0); | ^~~~~~~~~~~~ ../src/bspatch.c:57:46: note: in definition of macro 'returnerr' 57 | #define returnerr(ret, str, f1, f2) { printf(str, f1, f2); perror("\nError in bspatch\n"); return (ret); } | ^~~ ../src/bspatch.c:197:29: warning: too many arguments for format [-Wformat-extra-args] 197 | returnerr(1,"%s",outfile, 0); | ^~~~ ../src/bspatch.c:57:46: note: in definition of macro 'returnerr' 57 | #define returnerr(ret, str, f1, f2) { printf(str, f1, f2); perror("\nError in bspatch\n"); return (ret); } | ^~~ sdnoise1234.c web.c In file included from ../src/display.h:23, from ../src/web.c:23: ../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); | ^~~~~~~~~~~~ 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); | ^~~~~~~~~~~~ display_sdl.c 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:9: warning: 'idx' is static but used in inline function 'gen_rand64' which is not static 410 | idx = 0; | ^~~ ../src/SFMT.c:409:9: 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) { | ^~~ core_lua.c In file included from ../src/core_lua.c:24: ../src/core_lua.c: In function 'lua_key_set_clipboard': ../src/luajit2/src/lauxlib.h:97:33: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 97 | #define luaL_checkstring(L,n) (luaL_checklstring(L, (n), NULL)) | ^ ../src/core_lua.c:443:21: note: in expansion of macro 'luaL_checkstring' 443 | char *str = luaL_checkstring(L, 1); | ^~~~~~~~~~~~~~~~ In file included from ../src/core_lua.c:31: ../src/SFMT.h: 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); | ^~~~~~~~~~~~ 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); | ^~~~~~~~~~~~ auxiliar.c struct.c 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); | ^~~~~~~~~~~~ discord-te4.c profile.c main.c ../src/main.c: In function 'stackDump': ../src/main.c:243:75: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 243 | { 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/SFMT.h: 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); | ^~~~~~~~~~~~ getself.c ../src/getself.c: In function 'get_self_executable': ../src/getself.c:32:9: warning: ignoring return value of 'realpath' declared with attribute 'warn_unused_result' [-Wunused-result] 32 | realpath("/proc/self/exe", res); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ wait.c ../src/wait.c: In function 'enable': ../src/wait.c:141:60: warning: format '%d' expects argument of type 'int', but argument 3 has type 'double' [-Wformat=] 141 | printf("Make wait background texture %d : %dx%d (%d, %d)\n", bkg_t, w, h, bkg_realw, bkg_realh); | ~^ ~ | | | | int double | %f ../src/wait.c:141:63: warning: format '%d' expects argument of type 'int', but argument 4 has type 'double' [-Wformat=] 141 | printf("Make wait background texture %d : %dx%d (%d, %d)\n", bkg_t, w, h, bkg_realw, bkg_realh); | ~^ ~ | | | | int double | %f map.c ../src/map.c: In function 'map_set_grid': ../src/map.c:1041:51: 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/display_sdl.h: 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); | ^~~~~~~~~~~~ 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); | ^~~~~~~~~~~~ glew.c Linking TEngine /usr/bin/ld: ../bin/Release/libluaprofiler.a(core_profiler.o): in function `lprofP_init_core_profiler': /home/pterjan/rpmbuild/BUILD/t-engine4-1.7.6-build/t-engine4-1.7.6/build/../src/luaprofiler/core_profiler.c:134:(.text+0x2a8): 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/pterjan/rpmbuild/tmp/rpm-tmp.Arp6DB + umask 022 + cd /home/pterjan/rpmbuild/BUILD/t-engine4-1.7.6-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/t-engine4-1.7.6-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/t-engine4-1.7.6-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/t-engine4-1.7.6-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/t-engine4-1.7.6-build + mkdir /home/pterjan/rpmbuild/BUILD/t-engine4-1.7.6-build/BUILDROOT + cd t-engine4-1.7.6 + '[' 1 -eq 1 ']' + cat + install -D -m755 t-engine /home/pterjan/rpmbuild/BUILD/t-engine4-1.7.6-build/BUILDROOT/usr/share/games/t-engine4/t-engine + install -D -m755 t-engine-script /home/pterjan/rpmbuild/BUILD/t-engine4-1.7.6-build/BUILDROOT/usr/games/t-engine + install -d /home/pterjan/rpmbuild/BUILD/t-engine4-1.7.6-build/BUILDROOT/usr/share/games/t-engine4 + cp -r bootstrap game /home/pterjan/rpmbuild/BUILD/t-engine4-1.7.6-build/BUILDROOT/usr/share/games/t-engine4/ + unzip -oj -qq game/engines/te4-1.7.6.teae data/gfx/te4-icon.png -d . + install -D -m644 te4-icon.png /home/pterjan/rpmbuild/BUILD/t-engine4-1.7.6-build/BUILDROOT/usr/share/icons/hicolor/64x64/apps/t-engine4.png + /usr/bin/find-debuginfo -j4 --strict-build-id -m -i --build-id-seed 1.7.6-2.mga10 --unique-debug-suffix -1.7.6-2.mga10.x86_64 --unique-debug-src-base t-engine4-1.7.6-2.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/t-engine4-1.7.6-build/t-engine4-1.7.6 find-debuginfo: starting Extracting debug info from 1 files DWARF-compressing 1 files sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Creating .debug symlinks for symlinks to ELF files Copying sources found by 'debugedit -l' to /usr/src/debug/t-engine4-1.7.6-2.mga10.x86_64 find-debuginfo: done + /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/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs *** WARNING: ./usr/src/debug/t-engine4-1.7.6-2.mga10.x86_64/src/expat/xmlparse.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/t-engine4-1.7.6-2.mga10.x86_64/src/expat/xmltok_impl.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/t-engine4-1.7.6-2.mga10.x86_64/src/expat/xmltok.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/t-engine4-1.7.6-2.mga10.x86_64/src/expat/xmlrole.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/t-engine4-1.7.6-2.mga10.x86_64/src/expat/xmltok_ns.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/t-engine4-1.7.6-2.mga10.x86_64/src/expat/expat.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/t-engine4-1.7.6-2.mga10.x86_64/src/expat/expat_external.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/t-engine4-1.7.6-2.mga10.x86_64/src/expat/xmltok_impl.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/t-engine4-1.7.6-2.mga10.x86_64/src/expat/nametab.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/t-engine4-1.7.6-2.mga10.x86_64/src/expat/xmltok.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/t-engine4-1.7.6-2.mga10.x86_64/src/expat/xmlrole.h is executable but has no shebang, removing executable bit mangling shebang in /usr/games/t-engine from /bin/sh to #!/usr/bin/sh + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j4 + /usr/lib/rpm/redhat/brp-python-hardlink Reading /home/pterjan/rpmbuild/BUILD/t-engine4-1.7.6-build/SPECPARTS/rpm-debuginfo.specpart Processing files: t-engine4-1.7.6-2.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.bEJDZj + umask 022 + cd /home/pterjan/rpmbuild/BUILD/t-engine4-1.7.6-build + cd t-engine4-1.7.6 + DOCDIR=/home/pterjan/rpmbuild/BUILD/t-engine4-1.7.6-build/BUILDROOT/usr/share/doc/t-engine4 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/t-engine4-1.7.6-build/BUILDROOT/usr/share/doc/t-engine4 + cp -pr /home/pterjan/rpmbuild/BUILD/t-engine4-1.7.6-build/t-engine4-1.7.6/CONTRIBUTING /home/pterjan/rpmbuild/BUILD/t-engine4-1.7.6-build/BUILDROOT/usr/share/doc/t-engine4 + cp -pr /home/pterjan/rpmbuild/BUILD/t-engine4-1.7.6-build/t-engine4-1.7.6/COPYING-MEDIA /home/pterjan/rpmbuild/BUILD/t-engine4-1.7.6-build/BUILDROOT/usr/share/doc/t-engine4 + cp -pr /home/pterjan/rpmbuild/BUILD/t-engine4-1.7.6-build/t-engine4-1.7.6/CREDITS /home/pterjan/rpmbuild/BUILD/t-engine4-1.7.6-build/BUILDROOT/usr/share/doc/t-engine4 + RPM_EC=0 ++ jobs -p + exit 0 Provides: t-engine4 = 1.7.6-2.mga10 t-engine4(x86-64) = 1.7.6-2.mga10 te4 = 1.7.6-2.mga10 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.11)(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.15)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.4)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.3)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) libm.so.6(GLIBC_2.29)(64bit) libm.so.6(GLIBC_2.38)(64bit) libopenal.so.1()(64bit) libpng16.so.16()(64bit) libpng16.so.16(PNG16_0)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.15)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.18)(64bit) libstdc++.so.6(GLIBCXX_3.4.29)(64bit) libstdc++.so.6(GLIBCXX_3.4.32)(64bit) libvorbisfile.so.3()(64bit) Recommends: tome Processing files: t-engine4-debugsource-1.7.6-2.mga10.x86_64 Provides: t-engine4-debugsource = 1.7.6-2.mga10 t-engine4-debugsource(x86-64) = 1.7.6-2.mga10 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.7.6-2.mga10.x86_64 Provides: debuginfo(build-id) = 2bff5764c5d31d24266235b17097092b30e45595 t-engine4-debuginfo = 1.7.6-2.mga10 t-engine4-debuginfo(x86-64) = 1.7.6-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: t-engine4-debugsource(x86-64) = 1.7.6-2.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/t-engine4-1.7.6-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/t-engine4-debuginfo-1.7.6-2.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/t-engine4-debugsource-1.7.6-2.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/t-engine4-1.7.6-2.mga10.x86_64.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.NjcIUG + umask 022 + cd /home/pterjan/rpmbuild/BUILD/t-engine4-1.7.6-build + test -d /home/pterjan/rpmbuild/BUILD/t-engine4-1.7.6-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/t-engine4-1.7.6-build + rm -rf /home/pterjan/rpmbuild/BUILD/t-engine4-1.7.6-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!