D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/pax-britannica-1.0.0-5.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.7zY7lO + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf pax-britannica-1.0.0 + /usr/bin/xz -dc /home/iurt/rpmbuild/SOURCES/pax-britannica-1.0.0.tar.xz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pax-britannica-1.0.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/compile_for_linux.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/dont_static_compile.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/add_manpage.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/fix_including_extra_loaders.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/load_resources_from_usr_share.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/add_desktop_entry.patch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/glfw3.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.0QAwkP + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd pax-britannica-1.0.0 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -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 -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 -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 -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 + /usr/bin/make -O -j8 V=1 VERBOSE=1 'EXTRA_CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' make -C dokidoki-support linux \ NAME="../pax-britannica" \ EXTRA_CFLAGS="-DEXTRA_LOADERS=\\\"../extra_loaders.h\\\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables" \ EXTRA_OBJECTS="../particles.o" make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/pax-britannica-1.0.0/dokidoki-support' make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/pax-britannica-1.0.0/dokidoki-support' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/pax-britannica-1.0.0/dokidoki-support' make ../pax-britannica PLATFORM=linux \ STATIC_LINK="-Wl,-Bstatic" \ DYNAMIC_LINK="-Wl,-Bdynamic" \ PLATFORM_CFLAGS="-DDOKIDOKI_LINUX -pthread" \ PLATFORM_LDFLAGS="-Wl,-E -pthread -lpthread -lGL -lGLU -lX11 -lXrandr -lm -lasound" make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/pax-britannica-1.0.0/dokidoki-support' gcc -Wall -O2 -DMEMARRAY_USE_OPENGL -DDOKIDOKI_LINUX -pthread -DEXTRA_LOADERS=\"../extra_loaders.h\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o collision.o collision.c gcc -Wall -O2 -DMEMARRAY_USE_OPENGL -DDOKIDOKI_LINUX -pthread -DEXTRA_LOADERS=\"../extra_loaders.h\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o gl.o gl.c gl.c: In function 'gl__glGetString': gl.c:1498:21: warning: pointer targets in passing argument 2 of 'lua_pushstring' differ in signedness [-Wpointer-sign] 1498 | lua_pushstring(L, glGetString( | ^~~~~~~~~~~~ | | | const GLubyte * {aka const unsigned char *} 1499 | luaL_checknumber(L, 1))); | ~~~~~~~~~~~~~~~~~~~~~~~ In file included from gl.c:1: /usr/include/lua.h:164:59: note: expected 'const char *' but argument is of type 'const GLubyte *' {aka 'const unsigned char *'} 164 | LUA_API void (lua_pushstring) (lua_State *L, const char *s); | ~~~~~~~~~~~~^ gl.c: In function 'checkpointer': gl.c:22:10: warning: 'arg' may be used uninitialized in this function [-Wmaybe-uninitialized] 22 | return arg; | ^~~ gcc -Wall -O2 -DMEMARRAY_USE_OPENGL -DDOKIDOKI_LINUX -pthread -DEXTRA_LOADERS=\"../extra_loaders.h\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o glu.o glu.c glu.c: In function 'glu__gluErrorString': glu.c:222:21: warning: pointer targets in passing argument 2 of 'lua_pushstring' differ in signedness [-Wpointer-sign] 222 | lua_pushstring(L, gluErrorString( | ^~~~~~~~~~~~~~~ | | | const GLubyte * {aka const unsigned char *} 223 | luaL_checknumber(L, 1))); | ~~~~~~~~~~~~~~~~~~~~~~~ In file included from glu.c:1: /usr/include/lua.h:164:59: note: expected 'const char *' but argument is of type 'const GLubyte *' {aka 'const unsigned char *'} 164 | LUA_API void (lua_pushstring) (lua_State *L, const char *s); | ~~~~~~~~~~~~^ glu.c: In function 'glu__gluGetString': glu.c:605:21: warning: pointer targets in passing argument 2 of 'lua_pushstring' differ in signedness [-Wpointer-sign] 605 | lua_pushstring(L, gluGetString( | ^~~~~~~~~~~~~ | | | const GLubyte * {aka const unsigned char *} 606 | luaL_checknumber(L, 1))); | ~~~~~~~~~~~~~~~~~~~~~~~ In file included from glu.c:1: /usr/include/lua.h:164:59: note: expected 'const char *' but argument is of type 'const GLubyte *' {aka 'const unsigned char *'} 164 | LUA_API void (lua_pushstring) (lua_State *L, const char *s); | ~~~~~~~~~~~~^ glu.c: In function 'checkpointer': glu.c:22:10: warning: 'arg' may be used uninitialized in this function [-Wmaybe-uninitialized] 22 | return arg; | ^~~ gcc -Wall -O2 -DMEMARRAY_USE_OPENGL -DDOKIDOKI_LINUX -pthread -DEXTRA_LOADERS=\"../extra_loaders.h\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o log.o log.c gcc -Wall -O2 -DMEMARRAY_USE_OPENGL -DDOKIDOKI_LINUX -pthread -DEXTRA_LOADERS=\"../extra_loaders.h\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o lua_stb_image.o lua_stb_image.c In file included from lua_stb_image.c:7: stb_image.c: In function 'convert_format': stb_image.c:764:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 764 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) | ^~~ stb_image.c:768:10: note: in expansion of macro 'CASE' 768 | CASE(1,2) dest[0]=src[0], dest[1]=255; break; | ^~~~ stb_image.c:768:49: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 768 | CASE(1,2) dest[0]=src[0], dest[1]=255; break; | ^~~~~ stb_image.c:764:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 764 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) | ^~~ stb_image.c:769:10: note: in expansion of macro 'CASE' 769 | CASE(1,3) dest[0]=dest[1]=dest[2]=src[0]; break; | ^~~~ stb_image.c:769:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 769 | CASE(1,3) dest[0]=dest[1]=dest[2]=src[0]; break; | ^~~~~ stb_image.c:764:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 764 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) | ^~~ stb_image.c:770:10: note: in expansion of macro 'CASE' 770 | CASE(1,4) dest[0]=dest[1]=dest[2]=src[0], dest[3]=255; break; | ^~~~ stb_image.c:770:65: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 770 | CASE(1,4) dest[0]=dest[1]=dest[2]=src[0], dest[3]=255; break; | ^~~~~ stb_image.c:764:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 764 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) | ^~~ stb_image.c:771:10: note: in expansion of macro 'CASE' 771 | CASE(2,1) dest[0]=src[0]; break; | ^~~~ stb_image.c:771:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 771 | CASE(2,1) dest[0]=src[0]; break; | ^~~~~ stb_image.c:764:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 764 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) | ^~~ stb_image.c:772:10: note: in expansion of macro 'CASE' 772 | CASE(2,3) dest[0]=dest[1]=dest[2]=src[0]; break; | ^~~~ stb_image.c:772:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 772 | CASE(2,3) dest[0]=dest[1]=dest[2]=src[0]; break; | ^~~~~ stb_image.c:764:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 764 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) | ^~~ stb_image.c:773:10: note: in expansion of macro 'CASE' 773 | CASE(2,4) dest[0]=dest[1]=dest[2]=src[0], dest[3]=src[1]; break; | ^~~~ stb_image.c:773:68: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 773 | CASE(2,4) dest[0]=dest[1]=dest[2]=src[0], dest[3]=src[1]; break; | ^~~~~ stb_image.c:764:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 764 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) | ^~~ stb_image.c:774:10: note: in expansion of macro 'CASE' 774 | CASE(3,4) dest[0]=src[0],dest[1]=src[1],dest[2]=src[2],dest[3]=255; break; | ^~~~ stb_image.c:774:78: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 774 | CASE(3,4) dest[0]=src[0],dest[1]=src[1],dest[2]=src[2],dest[3]=255; break; | ^~~~~ stb_image.c:764:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 764 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) | ^~~ stb_image.c:775:10: note: in expansion of macro 'CASE' 775 | CASE(3,1) dest[0]=compute_y(src[0],src[1],src[2]); break; | ^~~~ stb_image.c:775:61: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 775 | CASE(3,1) dest[0]=compute_y(src[0],src[1],src[2]); break; | ^~~~~ stb_image.c:764:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 764 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) | ^~~ stb_image.c:776:10: note: in expansion of macro 'CASE' 776 | CASE(3,2) dest[0]=compute_y(src[0],src[1],src[2]), dest[1] = 255; break; | ^~~~ stb_image.c:776:76: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 776 | CASE(3,2) dest[0]=compute_y(src[0],src[1],src[2]), dest[1] = 255; break; | ^~~~~ stb_image.c:764:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 764 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) | ^~~ stb_image.c:777:10: note: in expansion of macro 'CASE' 777 | CASE(4,1) dest[0]=compute_y(src[0],src[1],src[2]); break; | ^~~~ stb_image.c:777:61: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 777 | CASE(4,1) dest[0]=compute_y(src[0],src[1],src[2]); break; | ^~~~~ stb_image.c:764:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 764 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) | ^~~ stb_image.c:778:10: note: in expansion of macro 'CASE' 778 | CASE(4,2) dest[0]=compute_y(src[0],src[1],src[2]), dest[1] = src[3]; break; | ^~~~ stb_image.c:778:79: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 778 | CASE(4,2) dest[0]=compute_y(src[0],src[1],src[2]), dest[1] = src[3]; break; | ^~~~~ stb_image.c:764:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 764 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) | ^~~ stb_image.c:779:10: note: in expansion of macro 'CASE' 779 | CASE(4,3) dest[0]=src[0],dest[1]=src[1],dest[2]=src[2]; break; | ^~~~ stb_image.c:779:66: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 779 | CASE(4,3) dest[0]=src[0],dest[1]=src[1],dest[2]=src[2]; break; | ^~~~~ In file included from lua_stb_image.c:7: stb_image.c: In function 'create_png_image_raw': stb_image.c:2368:10: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] 2368 | if (s->img_x == x && s->img_y == y) | ^ stb_image.c:2401:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 2401 | for (k=0; k < img_n; ++k) | ^~~ stb_image.c:2403:13: note: in expansion of macro 'CASE' 2403 | CASE(F_none) cur[k] = raw[k]; break; | ^~~~ stb_image.c:2403:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 2403 | CASE(F_none) cur[k] = raw[k]; break; | ^~~~~ stb_image.c:2401:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 2401 | for (k=0; k < img_n; ++k) | ^~~ stb_image.c:2404:13: note: in expansion of macro 'CASE' 2404 | CASE(F_sub) cur[k] = raw[k] + cur[k-img_n]; break; | ^~~~ stb_image.c:2404:59: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 2404 | CASE(F_sub) cur[k] = raw[k] + cur[k-img_n]; break; | ^~~~~ stb_image.c:2401:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 2401 | for (k=0; k < img_n; ++k) | ^~~ stb_image.c:2405:13: note: in expansion of macro 'CASE' 2405 | CASE(F_up) cur[k] = raw[k] + prior[k]; break; | ^~~~ stb_image.c:2405:55: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 2405 | CASE(F_up) cur[k] = raw[k] + prior[k]; break; | ^~~~~ stb_image.c:2401:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 2401 | for (k=0; k < img_n; ++k) | ^~~ stb_image.c:2406:13: note: in expansion of macro 'CASE' 2406 | CASE(F_avg) cur[k] = raw[k] + ((prior[k] + cur[k-img_n])>>1); break; | ^~~~ stb_image.c:2406:77: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 2406 | CASE(F_avg) cur[k] = raw[k] + ((prior[k] + cur[k-img_n])>>1); break; | ^~~~~ stb_image.c:2401:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 2401 | for (k=0; k < img_n; ++k) | ^~~ stb_image.c:2407:13: note: in expansion of macro 'CASE' 2407 | CASE(F_paeth) cur[k] = (uint8) (raw[k] + paeth(cur[k-img_n],prior[k],prior[k-img_n])); break; | ^~~~ stb_image.c:2407:101: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 2407 | CASE(F_paeth) cur[k] = (uint8) (raw[k] + paeth(cur[k-img_n],prior[k],prior[k-img_n])); break; | ^~~~~ stb_image.c:2401:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 2401 | for (k=0; k < img_n; ++k) | ^~~ stb_image.c:2408:13: note: in expansion of macro 'CASE' 2408 | CASE(F_avg_first) cur[k] = raw[k] + (cur[k-img_n] >> 1); break; | ^~~~ stb_image.c:2408:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 2408 | CASE(F_avg_first) cur[k] = raw[k] + (cur[k-img_n] >> 1); break; | ^~~~~ stb_image.c:2401:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 2401 | for (k=0; k < img_n; ++k) | ^~~ stb_image.c:2409:13: note: in expansion of macro 'CASE' 2409 | CASE(F_paeth_first) cur[k] = (uint8) (raw[k] + paeth(cur[k-img_n],0,0)); break; | ^~~~ stb_image.c:2409:87: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 2409 | CASE(F_paeth_first) cur[k] = (uint8) (raw[k] + paeth(cur[k-img_n],0,0)); break; | ^~~~~ stb_image.c:2417:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 2417 | for (k=0; k < img_n; ++k) | ^~~ stb_image.c:2419:13: note: in expansion of macro 'CASE' 2419 | CASE(F_none) cur[k] = raw[k]; break; | ^~~~ stb_image.c:2419:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 2419 | CASE(F_none) cur[k] = raw[k]; break; | ^~~~~ stb_image.c:2417:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 2417 | for (k=0; k < img_n; ++k) | ^~~ stb_image.c:2420:13: note: in expansion of macro 'CASE' 2420 | CASE(F_sub) cur[k] = raw[k] + cur[k-out_n]; break; | ^~~~ stb_image.c:2420:59: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 2420 | CASE(F_sub) cur[k] = raw[k] + cur[k-out_n]; break; | ^~~~~ stb_image.c:2417:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 2417 | for (k=0; k < img_n; ++k) | ^~~ stb_image.c:2421:13: note: in expansion of macro 'CASE' 2421 | CASE(F_up) cur[k] = raw[k] + prior[k]; break; | ^~~~ stb_image.c:2421:55: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 2421 | CASE(F_up) cur[k] = raw[k] + prior[k]; break; | ^~~~~ stb_image.c:2417:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 2417 | for (k=0; k < img_n; ++k) | ^~~ stb_image.c:2422:13: note: in expansion of macro 'CASE' 2422 | CASE(F_avg) cur[k] = raw[k] + ((prior[k] + cur[k-out_n])>>1); break; | ^~~~ stb_image.c:2422:77: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 2422 | CASE(F_avg) cur[k] = raw[k] + ((prior[k] + cur[k-out_n])>>1); break; | ^~~~~ stb_image.c:2417:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 2417 | for (k=0; k < img_n; ++k) | ^~~ stb_image.c:2423:13: note: in expansion of macro 'CASE' 2423 | CASE(F_paeth) cur[k] = (uint8) (raw[k] + paeth(cur[k-out_n],prior[k],prior[k-out_n])); break; | ^~~~ stb_image.c:2423:101: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 2423 | CASE(F_paeth) cur[k] = (uint8) (raw[k] + paeth(cur[k-out_n],prior[k],prior[k-out_n])); break; | ^~~~~ stb_image.c:2417:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 2417 | for (k=0; k < img_n; ++k) | ^~~ stb_image.c:2424:13: note: in expansion of macro 'CASE' 2424 | CASE(F_avg_first) cur[k] = raw[k] + (cur[k-out_n] >> 1); break; | ^~~~ stb_image.c:2424:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 2424 | CASE(F_avg_first) cur[k] = raw[k] + (cur[k-out_n] >> 1); break; | ^~~~~ stb_image.c:2417:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 2417 | for (k=0; k < img_n; ++k) | ^~~ stb_image.c:2425:13: note: in expansion of macro 'CASE' 2425 | CASE(F_paeth_first) cur[k] = (uint8) (raw[k] + paeth(cur[k-out_n],0,0)); break; | ^~~~ stb_image.c:2425:87: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 2425 | CASE(F_paeth_first) cur[k] = (uint8) (raw[k] + paeth(cur[k-out_n],0,0)); break; | ^~~~~ stb_image.c: In function 'bmp_load': stb_image.c:2855:38: warning: variable 'fake_a' set but not used [-Wunused-but-set-variable] 2855 | unsigned int mr=0,mg=0,mb=0,ma=0, fake_a=0; | ^~~~~~ In file included from lua_stb_image.c:7: stb_image.c: In function 'getn': stb_image.c:721:7: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 721 | fread(buffer, 1, n, s->img_file); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from lua_stb_image.c:7: stb_image.c: In function 'tga_load': stb_image.c:3280:29: warning: 'trans_data[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] 3280 | tga_data[i*req_comp+0] = compute_y(trans_data[0],trans_data[1],trans_data[2]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stb_image.c:3280:29: warning: 'trans_data[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] stb_image.c:3280:29: warning: 'trans_data[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] stb_image.c:3285:27: warning: 'trans_data[3]' may be used uninitialized in this function [-Wmaybe-uninitialized] 3285 | tga_data[i*req_comp+1] = trans_data[3]; | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ In file included from lua_stb_image.c:7: stb_image.c: In function 'stbi_jpeg_test_file': stb_image.c:664:7: warning: 'j.img_buffer' may be used uninitialized in this function [-Wmaybe-uninitialized] 664 | if (s->img_buffer < s->img_buffer_end) | ^ In file included from lua_stb_image.c:7: stb_image.c:1851:9: note: 'j.img_buffer' was declared here 1851 | jpeg j; | ^ In file included from lua_stb_image.c:7: stb_image.c:664:7: warning: 'j.img_buffer_end' may be used uninitialized in this function [-Wmaybe-uninitialized] 664 | if (s->img_buffer < s->img_buffer_end) | ^ In file included from lua_stb_image.c:7: stb_image.c:1851:9: note: 'j.img_buffer_end' was declared here 1851 | jpeg j; | ^ In file included from lua_stb_image.c:7: stb_image.c: In function 'stbi_bmp_load_from_file': stb_image.c:664:9: warning: 's.img_buffer' may be used uninitialized in this function [-Wmaybe-uninitialized] 664 | if (s->img_buffer < s->img_buffer_end) | ~^~~~~~~~~~~~ stb_image.c:664:25: warning: 's.img_buffer_end' may be used uninitialized in this function [-Wmaybe-uninitialized] 664 | if (s->img_buffer < s->img_buffer_end) | ~^~~~~~~~~~~~~~~~ stb_image.c: In function 'stbi_load_from_file.part.0': stb_image.c:664:7: warning: 'p.img_buffer_end' may be used uninitialized in this function [-Wmaybe-uninitialized] 664 | if (s->img_buffer < s->img_buffer_end) | ^ In file included from lua_stb_image.c:7: stb_image.c:2737:8: note: 'p.img_buffer_end' was declared here 2737 | png p; | ^ In file included from lua_stb_image.c:7: stb_image.c:665:28: warning: 'p.img_buffer' may be used uninitialized in this function [-Wmaybe-uninitialized] 665 | return *s->img_buffer++; | ~~~~~~~~~~~~~^~ In file included from lua_stb_image.c:7: stb_image.c:2737:8: note: 'p.img_buffer' was declared here 2737 | png p; | ^ In file included from lua_stb_image.c:7: stb_image.c: In function 'stbi_psd_test_file': stb_image.c:664:7: warning: 's.img_buffer' may be used uninitialized in this function [-Wmaybe-uninitialized] 664 | if (s->img_buffer < s->img_buffer_end) | ^ In file included from lua_stb_image.c:7: stb_image.c:3373:9: note: 's.img_buffer' was declared here 3373 | stbi s; | ^ In file included from lua_stb_image.c:7: stb_image.c:664:7: warning: 's.img_buffer_end' may be used uninitialized in this function [-Wmaybe-uninitialized] 664 | if (s->img_buffer < s->img_buffer_end) | ^ In file included from lua_stb_image.c:7: stb_image.c:3373:9: note: 's.img_buffer_end' was declared here 3373 | stbi s; | ^ In file included from lua_stb_image.c:7: stb_image.c: In function 'stbi_psd_load_from_file': stb_image.c:664:9: warning: 's.img_buffer' may be used uninitialized in this function [-Wmaybe-uninitialized] 664 | if (s->img_buffer < s->img_buffer_end) | ~^~~~~~~~~~~~ stb_image.c:664:25: warning: 's.img_buffer_end' may be used uninitialized in this function [-Wmaybe-uninitialized] 664 | if (s->img_buffer < s->img_buffer_end) | ~^~~~~~~~~~~~~~~~ gcc -Wall -O2 -DMEMARRAY_USE_OPENGL -DDOKIDOKI_LINUX -pthread -DEXTRA_LOADERS=\"../extra_loaders.h\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o luaglfw.o luaglfw.c luaglfw.c:70:13: warning: 'getNumber' defined but not used [-Wunused-function] 70 | static void getNumber( lua_State *L, int index, char *key, lua_Number *num ) | ^~~~~~~~~ gcc -Wall -O2 -DMEMARRAY_USE_OPENGL -DDOKIDOKI_LINUX -pthread -DEXTRA_LOADERS=\"../extra_loaders.h\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o memarray.o memarray.c memarray.c: In function 'L__call': memarray.c:208:16: warning: variable 'm' set but not used [-Wunused-but-set-variable] 208 | memarray_t *m; | ^ gcc -Wall -O2 -DMEMARRAY_USE_OPENGL -DDOKIDOKI_LINUX -pthread -DEXTRA_LOADERS=\"../extra_loaders.h\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o minlua.o minlua.c gcc -Wall -O2 -DMEMARRAY_USE_OPENGL -DDOKIDOKI_LINUX -pthread -DEXTRA_LOADERS=\"../extra_loaders.h\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o mixer.o mixer.c mixer.c: In function 'load_wav': mixer.c:301:10: warning: variable 'chunk_id' set but not used [-Wunused-but-set-variable] 301 | char chunk_id[5]; | ^~~~~~~~ gcc -Wall -O2 -DMEMARRAY_USE_OPENGL -DDOKIDOKI_LINUX -pthread -DEXTRA_LOADERS=\"../extra_loaders.h\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o stb_vorbis.o stb_vorbis.c stb_vorbis.c: In function 'get8_packet_raw': stb_vorbis.c:1474:7: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] 1474 | if (!f->bytes_in_seg) | ^ stb_vorbis.c: In function 'codebook_decode_deinterleave_repeat_2': stb_vorbis.c:815:22: warning: statement with no effect [-Wunused-value] 815 | #define stb_prof(x) 0 | ^ stb_vorbis.c:1871:10: note: in expansion of macro 'stb_prof' 1871 | stb_prof(11); | ^~~~~~~~ stb_vorbis.c: In function 'decode_residue': stb_vorbis.c:815:22: warning: statement with no effect [-Wunused-value] 815 | #define stb_prof(x) 0 | ^ stb_vorbis.c:2095:4: note: in expansion of macro 'stb_prof' 2095 | stb_prof(2); | ^~~~~~~~ stb_vorbis.c:815:22: warning: statement with no effect [-Wunused-value] 815 | #define stb_prof(x) 0 | ^ stb_vorbis.c:2108:7: note: in expansion of macro 'stb_prof' 2108 | stb_prof(3); | ^~~~~~~~ stb_vorbis.c:815:22: warning: statement with no effect [-Wunused-value] 815 | #define stb_prof(x) 0 | ^ stb_vorbis.c:2112:13: note: in expansion of macro 'stb_prof' 2112 | stb_prof(13); | ^~~~~~~~ stb_vorbis.c:815:22: warning: statement with no effect [-Wunused-value] 815 | #define stb_prof(x) 0 | ^ stb_vorbis.c:2130:16: note: in expansion of macro 'stb_prof' 2130 | stb_prof(5); | ^~~~~~~~ stb_vorbis.c:815:22: warning: statement with no effect [-Wunused-value] 815 | #define stb_prof(x) 0 | ^ stb_vorbis.c:2141:22: note: in expansion of macro 'stb_prof' 2141 | stb_prof(20); // accounts for X time | ^~~~~~~~ stb_vorbis.c:815:22: warning: statement with no effect [-Wunused-value] 815 | #define stb_prof(x) 0 | ^ stb_vorbis.c:2150:22: note: in expansion of macro 'stb_prof' 2150 | stb_prof(7); | ^~~~~~~~ stb_vorbis.c:815:22: warning: statement with no effect [-Wunused-value] 815 | #define stb_prof(x) 0 | ^ stb_vorbis.c:2157:16: note: in expansion of macro 'stb_prof' 2157 | stb_prof(8); | ^~~~~~~~ stb_vorbis.c:815:22: warning: statement with no effect [-Wunused-value] 815 | #define stb_prof(x) 0 | ^ stb_vorbis.c:2190:22: note: in expansion of macro 'stb_prof' 2190 | stb_prof(22); | ^~~~~~~~ stb_vorbis.c:815:22: warning: statement with no effect [-Wunused-value] 815 | #define stb_prof(x) 0 | ^ stb_vorbis.c:2193:22: note: in expansion of macro 'stb_prof' 2193 | stb_prof(3); | ^~~~~~~~ stb_vorbis.c:815:22: warning: statement with no effect [-Wunused-value] 815 | #define stb_prof(x) 0 | ^ stb_vorbis.c:2232:22: note: in expansion of macro 'stb_prof' 2232 | stb_prof(22); | ^~~~~~~~ stb_vorbis.c:815:22: warning: statement with no effect [-Wunused-value] 815 | #define stb_prof(x) 0 | ^ stb_vorbis.c:2235:22: note: in expansion of macro 'stb_prof' 2235 | stb_prof(3); | ^~~~~~~~ stb_vorbis.c:2101:11: warning: unused variable 'len' [-Wunused-variable] 2101 | int len = ch * n; | ^~~ stb_vorbis.c:815:22: warning: statement with no effect [-Wunused-value] 815 | #define stb_prof(x) 0 | ^ stb_vorbis.c:2250:4: note: in expansion of macro 'stb_prof' 2250 | stb_prof(9); | ^~~~~~~~ stb_vorbis.c:815:22: warning: statement with no effect [-Wunused-value] 815 | #define stb_prof(x) 0 | ^ stb_vorbis.c:2299:4: note: in expansion of macro 'stb_prof' 2299 | stb_prof(0); | ^~~~~~~~ stb_vorbis.c: In function 'dct_iv_slow': stb_vorbis.c:2355:8: warning: unused variable 'n2' [-Wunused-variable] 2355 | int n2 = n >> 1, nmask = (n << 3) - 1; | ^~ stb_vorbis.c: In function 'imdct_step3_inner_s_loop_ld654': stb_vorbis.c:2607:8: warning: unused variable 'k_off' [-Wunused-variable] 2607 | int k_off = -8; | ^~~~~ stb_vorbis.c: In function 'inverse_mdct': stb_vorbis.c:2653:8: warning: unused variable 'n3_4' [-Wunused-variable] 2653 | int n3_4 = n - n4, ld; | ^~~~ stb_vorbis.c: In function 'vorbis_decode_packet_rest': stb_vorbis.c:815:22: warning: statement with no effect [-Wunused-value] 815 | #define stb_prof(x) 0 | ^ stb_vorbis.c:3199:4: note: in expansion of macro 'stb_prof' 3199 | stb_prof(1); | ^~~~~~~~ stb_vorbis.c:815:22: warning: statement with no effect [-Wunused-value] 815 | #define stb_prof(x) 0 | ^ stb_vorbis.c:3291:4: note: in expansion of macro 'stb_prof' 3291 | stb_prof(0); | ^~~~~~~~ stb_vorbis.c:3307:13: warning: variable 't' set but not used [-Wunused-but-set-variable] 3307 | int r,t; | ^ stb_vorbis.c:815:22: warning: statement with no effect [-Wunused-value] 815 | #define stb_prof(x) 0 | ^ stb_vorbis.c:3331:4: note: in expansion of macro 'stb_prof' 3331 | stb_prof(14); | ^~~~~~~~ stb_vorbis.c:815:22: warning: statement with no effect [-Wunused-value] 815 | #define stb_prof(x) 0 | ^ stb_vorbis.c:3355:4: note: in expansion of macro 'stb_prof' 3355 | stb_prof(15); | ^~~~~~~~ stb_vorbis.c:815:22: warning: statement with no effect [-Wunused-value] 815 | #define stb_prof(x) 0 | ^ stb_vorbis.c:3375:4: note: in expansion of macro 'stb_prof' 3375 | stb_prof(16); | ^~~~~~~~ stb_vorbis.c:815:22: warning: statement with no effect [-Wunused-value] 815 | #define stb_prof(x) 0 | ^ stb_vorbis.c:3378:4: note: in expansion of macro 'stb_prof' 3378 | stb_prof(0); | ^~~~~~~~ stb_vorbis.c:3187:8: warning: variable 'window_center' set but not used [-Wunused-but-set-variable] 3187 | int window_center; | ^~~~~~~~~~~~~ stb_vorbis.c: In function 'vorbis_find_page': stb_vorbis.c:4480:19: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] 4480 | if (last) | ^ stb_vorbis.c: In function 'vorbis_analyze_page': stb_vorbis.c:4517:34: warning: variable 'previous' set but not used [-Wunused-but-set-variable] 4517 | int num_packet, packet_start, previous =0; | ^~~~~~~~ At top level: stb_vorbis.c:5100:12: warning: 'channel_selector' defined but not used [-Wunused-variable] 5100 | static int channel_selector[3][2] = { {0}, {PLAYBACK_MONO}, {PLAYBACK_LEFT, PLAYBACK_RIGHT} }; | ^~~~~~~~~~~~~~~~ stb_vorbis.c:1618:12: warning: 'codebook_decode_scalar' defined but not used [-Wunused-function] 1618 | static int codebook_decode_scalar(vorb *f, Codebook *c) | ^~~~~~~~~~~~~~~~~~~~~~ stb_vorbis.c:1527:14: warning: 'get_bits_signed' defined but not used [-Wunused-function] 1527 | static int32 get_bits_signed(vorb *f, int n) | ^~~~~~~~~~~~~~~ stb_vorbis.c: In function 'dct_iv_slow': stb_vorbis.c:2366:4: warning: attempt to free a non-heap object 'x' [-Wfree-nonheap-object] 2366 | free(x); | ^~~~~~~ stb_vorbis.c: In function 'start_decoder.part.0': stb_vorbis.c:3920:32: warning: 'hi' may be used uninitialized in this function [-Wmaybe-uninitialized] 3920 | g->neighbors[j][1] = hi; | ~~~~~~~~~~~~~~~~~~~^~~~ stb_vorbis.c:3919:32: warning: 'low' may be used uninitialized in this function [-Wmaybe-uninitialized] 3919 | g->neighbors[j][0] = low; | ~~~~~~~~~~~~~~~~~~~^~~~~ gcc -Wall -O2 -DMEMARRAY_USE_OPENGL -DDOKIDOKI_LINUX -pthread -DEXTRA_LOADERS=\"../extra_loaders.h\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o ../particles.o ../particles.c gcc -o ../pax-britannica collision.o gl.o glu.o log.o lua_stb_image.o luaglfw.o memarray.o minlua.o mixer.o stb_vorbis.o ../particles.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -llua -lglfw -Wl,-Bdynamic -llua -lglfw -Wl,-E -pthread -lpthread -lGL -lGLU -lX11 -lXrandr -lm -lasound make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/pax-britannica-1.0.0/dokidoki-support' make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/pax-britannica-1.0.0/dokidoki-support' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.4zScTP + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/pax-britannica-1.0.0-5.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/pax-britannica-1.0.0-5.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/pax-britannica-1.0.0-5.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/pax-britannica-1.0.0-5.mga8.aarch64 + cd pax-britannica-1.0.0 + '[' 1 -eq 1 ']' + install -D -m755 pax-britannica /home/iurt/rpmbuild/BUILDROOT/pax-britannica-1.0.0-5.mga8.aarch64/usr/games/pax-britannica + install -D -m644 pax-britannica.desktop /home/iurt/rpmbuild/BUILDROOT/pax-britannica-1.0.0-5.mga8.aarch64/usr/share/applications/pax-britannica.desktop + install -D -m644 pax-britannica.6 /home/iurt/rpmbuild/BUILDROOT/pax-britannica-1.0.0-5.mga8.aarch64/usr/share/man/man6/pax-britannica.6 + install -D -m644 /home/iurt/rpmbuild/SOURCES/pax-britannica.png /home/iurt/rpmbuild/BUILDROOT/pax-britannica-1.0.0-5.mga8.aarch64/usr/share/icons/pax-britannica.png + install -d /home/iurt/rpmbuild/BUILDROOT/pax-britannica-1.0.0-5.mga8.aarch64/usr/share/games/pax-britannica + cp -a blueprints.lua init.lua the_game.lua dokidoki components scripts sprites audio /home/iurt/rpmbuild/BUILDROOT/pax-britannica-1.0.0-5.mga8.aarch64/usr/share/games/pax-britannica/ + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 1.0.0-5.mga8 --unique-debug-suffix -1.0.0-5.mga8.aarch64 --unique-debug-src-base pax-britannica-1.0.0-5.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/pax-britannica-1.0.0 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/pax-britannica-1.0.0-5.mga8.aarch64/usr/games/pax-britannica extracting debug info from /home/iurt/rpmbuild/BUILDROOT/pax-britannica-1.0.0-5.mga8.aarch64/usr/games/pax-britannica original debug info size: 940kB, size after compression: 908kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 1001 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: pax-britannica-1.0.0-5.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.q64JkQ + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd pax-britannica-1.0.0 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/pax-britannica-1.0.0-5.mga8.aarch64/usr/share/doc/pax-britannica + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/pax-britannica-1.0.0-5.mga8.aarch64/usr/share/doc/pax-britannica + cp -pr readme.txt /home/iurt/rpmbuild/BUILDROOT/pax-britannica-1.0.0-5.mga8.aarch64/usr/share/doc/pax-britannica + RPM_EC=0 ++ jobs -p + exit 0 Provides: application() application(pax-britannica.desktop) pax-britannica = 1.0.0-5.mga8 pax-britannica(aarch-64) = 1.0.0-5.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) libGL.so.1()(64bit) libGLU.so.1()(64bit) libasound.so.2()(64bit) libasound.so.2(ALSA_0.9)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libglfw.so.3()(64bit) liblua.so.5.1()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.17)(64bit) libm.so.6(GLIBC_2.29)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) Processing files: pax-britannica-debugsource-1.0.0-5.mga8.aarch64 Provides: pax-britannica-debugsource = 1.0.0-5.mga8 pax-britannica-debugsource(aarch-64) = 1.0.0-5.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: pax-britannica-debuginfo-1.0.0-5.mga8.aarch64 Provides: debuginfo(build-id) = f1843903ab3ecd17e6270856ad1eea156baa30fd pax-britannica-debuginfo = 1.0.0-5.mga8 pax-britannica-debuginfo(aarch-64) = 1.0.0-5.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: pax-britannica-debugsource(aarch-64) = 1.0.0-5.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/pax-britannica-1.0.0-5.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/pax-britannica-debugsource-1.0.0-5.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/pax-britannica-debuginfo-1.0.0-5.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/pax-britannica-1.0.0-5.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.vTHXZO + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd pax-britannica-1.0.0 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/pax-britannica-1.0.0-5.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.lWv7CR + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf pax-britannica-1.0.0 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!