From https://github.com/archlinux/svntogit-community * branch packages/lua-bitop -> FETCH_HEAD * [new branch] packages/lua-bitop -> community/packages/lua-bitop Cloning into 'lua-bitop'... done. :: Synchronizing package databases... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 131k 100 131k 0 0 387k 0 --:--:-- --:--:-- --:--:-- 388k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 8546k 0 85580 0 0 123k 0 0:01:09 --:--:-- 0:01:09 123k 22 8546k 22 1883k 0 0 1117k 0 0:00:07 0:00:01 0:00:06 1117k 72 8546k 72 6220k 0 0 2307k 0 0:00:03 0:00:02 0:00:01 2307k 100 8546k 100 8546k 0 0 2811k 0 0:00:03 0:00:03 --:--:-- 2812k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 143k 100 143k 0 0 830k 0 --:--:-- --:--:-- --:--:-- 831k :: Starting full system upgrade... there is nothing to do ==> Making package: lua-bitop 1.0.2-9 (Thu Aug 29 20:52:55 2024) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (2) lua51-5.1.5-9 lua52-5.2.4-5 Total Download Size: 0.41 MiB Total Installed Size: 1.72 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 200k 100 200k 0 0 67.9M 0 --:--:-- --:--:-- --:--:-- 97.7M % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 222k 100 222k 0 0 76.4M 0 --:--:-- --:--:-- --:--:-- 108M checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing lua51... installing lua52... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Retrieving sources... -> Downloading LuaBitOp-1.0.2.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23127 100 23127 0 0 28468 0 --:--:-- --:--:-- --:--:-- 28481 -> Found LICENSE ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha256sums... LuaBitOp-1.0.2.tar.gz ... Passed LICENSE ... Passed ==> Extracting sources... -> Extracting LuaBitOp-1.0.2.tar.gz with bsdtar ==> Starting prepare()... ==> Starting build()... make: Entering directory '/tmp/archlinux-ci/lua-bitop-archlinuxrb-build-aASL6KCZ/lua-bitop/trunk/src/LuaBitOp51-1.0.2' gcc -fPIC -O2 -fomit-frame-pointer -Wall -I/usr/include/lua5.1 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -c -o bit.o bit.c bit.c: In function 'bit_band': bit.c:101:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~ bit.c:102:1: note: in expansion of macro 'BIT_OP' 102 | BIT_OP(bit_band, &=) | ^~~~~~ bit.c:94:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 94 | #define BRET(b) lua_pushnumber(L, (lua_Number)(SBits)(b)); return 1; | ^~~~~~~~~~~~~~ bit.c:101:59: note: in expansion of macro 'BRET' 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~~ bit.c:102:1: note: in expansion of macro 'BIT_OP' 102 | BIT_OP(bit_band, &=) | ^~~~~~ bit.c: In function 'bit_bor': bit.c:101:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~ bit.c:103:1: note: in expansion of macro 'BIT_OP' 103 | BIT_OP(bit_bor, |=) | ^~~~~~ bit.c:94:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 94 | #define BRET(b) lua_pushnumber(L, (lua_Number)(SBits)(b)); return 1; | ^~~~~~~~~~~~~~ bit.c:101:59: note: in expansion of macro 'BRET' 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~~ bit.c:103:1: note: in expansion of macro 'BIT_OP' 103 | BIT_OP(bit_bor, |=) | ^~~~~~ bit.c: In function 'bit_bxor': bit.c:101:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~ bit.c:104:1: note: in expansion of macro 'BIT_OP' 104 | BIT_OP(bit_bxor, ^=) | ^~~~~~ bit.c:94:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 94 | #define BRET(b) lua_pushnumber(L, (lua_Number)(SBits)(b)); return 1; | ^~~~~~~~~~~~~~ bit.c:101:59: note: in expansion of macro 'BRET' 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~~ bit.c:104:1: note: in expansion of macro 'BIT_OP' 104 | BIT_OP(bit_bxor, ^=) | ^~~~~~ gcc -shared -fPIC -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o bit.so bit.o make: Leaving directory '/tmp/archlinux-ci/lua-bitop-archlinuxrb-build-aASL6KCZ/lua-bitop/trunk/src/LuaBitOp51-1.0.2' make: Entering directory '/tmp/archlinux-ci/lua-bitop-archlinuxrb-build-aASL6KCZ/lua-bitop/trunk/src/LuaBitOp52-1.0.2' gcc -fPIC -O2 -fomit-frame-pointer -Wall -I/usr/include/lua5.2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -c -o bit.o bit.c bit.c: In function 'bit_band': bit.c:101:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~ bit.c:102:1: note: in expansion of macro 'BIT_OP' 102 | BIT_OP(bit_band, &=) | ^~~~~~ bit.c:94:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 94 | #define BRET(b) lua_pushnumber(L, (lua_Number)(SBits)(b)); return 1; | ^~~~~~~~~~~~~~ bit.c:101:59: note: in expansion of macro 'BRET' 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~~ bit.c:102:1: note: in expansion of macro 'BIT_OP' 102 | BIT_OP(bit_band, &=) | ^~~~~~ bit.c: In function 'bit_bor': bit.c:101:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~ bit.c:103:1: note: in expansion of macro 'BIT_OP' 103 | BIT_OP(bit_bor, |=) | ^~~~~~ bit.c:94:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 94 | #define BRET(b) lua_pushnumber(L, (lua_Number)(SBits)(b)); return 1; | ^~~~~~~~~~~~~~ bit.c:101:59: note: in expansion of macro 'BRET' 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~~ bit.c:103:1: note: in expansion of macro 'BIT_OP' 103 | BIT_OP(bit_bor, |=) | ^~~~~~ bit.c: In function 'bit_bxor': bit.c:101:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~ bit.c:104:1: note: in expansion of macro 'BIT_OP' 104 | BIT_OP(bit_bxor, ^=) | ^~~~~~ bit.c:94:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 94 | #define BRET(b) lua_pushnumber(L, (lua_Number)(SBits)(b)); return 1; | ^~~~~~~~~~~~~~ bit.c:101:59: note: in expansion of macro 'BRET' 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~~ bit.c:104:1: note: in expansion of macro 'BIT_OP' 104 | BIT_OP(bit_bxor, ^=) | ^~~~~~ gcc -shared -fPIC -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o bit.so bit.o make: Leaving directory '/tmp/archlinux-ci/lua-bitop-archlinuxrb-build-aASL6KCZ/lua-bitop/trunk/src/LuaBitOp52-1.0.2' ==> Entering fakeroot environment... ==> Starting package_lua51-bitop()... ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "lua51-bitop"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Starting package_lua52-bitop()... ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "lua52-bitop"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: lua-bitop 1.0.2-9 (Thu Aug 29 20:53:01 2024)