D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch Installing /home/pterjan/rpmbuild/SRPMS/luarocks-3.10.0-1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.3E4UBT Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.AqHcDE + umask 022 + cd /home/pterjan/rpmbuild/BUILD/luarocks-3.10.0-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/luarocks-3.10.0-build + rm -rf luarocks-3.10.0 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/luarocks-3.10.0.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd luarocks-3.10.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/luarocks-3.5.0-dynamic_libdir.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.fXUBAJ + umask 022 + cd /home/pterjan/rpmbuild/BUILD/luarocks-3.10.0-build + 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' + export CFLAGS + CXXFLAGS='-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' + export CXXFLAGS + FFLAGS='-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 ' + export FFLAGS + FCFLAGS='-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 ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd luarocks-3.10.0 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + ./configure --prefix=/usr --lua-version=5.4 --with-lua=/usr Configuring LuaRocks version 3.10.0... Lua interpreter found: /usr/bin/lua Checking if /usr/bin/lua is Lua version 5.4... yes lua.h found: /usr/include/lua.h unzip found in PATH: /usr/bin Done configuring. LuaRocks will be installed at......: /usr LuaRocks will install rocks at.....: /usr LuaRocks configuration directory...: /etc/luarocks Using Lua from.....................: /usr * Type make and make install: to install to /usr as usual. * Type make bootstrap: to install LuaRocks into /usr as a rock. + /usr/bin/make -O -j16 V=1 VERBOSE=1 rm -f src/luarocks/core/hardcoded.lua echo "#!/bin/sh" > luarocks-admin echo "unset LUA_PATH LUA_PATH_5_2 LUA_PATH_5_3 LUA_PATH_5_4 LUA_CPATH LUA_CPATH_5_2 LUA_CPATH_5_3 LUA_CPATH_5_4" >> luarocks-admin echo 'LUAROCKS_SYSCONFDIR="/etc/luarocks" LUA_PATH="/home/pterjan/rpmbuild/BUILD/luarocks-3.10.0-build/luarocks-3.10.0/src/?.lua;;" exec "/usr/bin/lua" "/home/pterjan/rpmbuild/BUILD/luarocks-3.10.0-build/luarocks-3.10.0/src/bin/luarocks-admin" --project-tree="/home/pterjan/rpmbuild/BUILD/luarocks-3.10.0-build/luarocks-3.10.0/lua_modules" "$@"' >> luarocks-admin chmod +rx ./luarocks-admin mkdir -p "build" (printf '#!/usr/bin/lua\n'\ 'package.loaded["luarocks.core.hardcoded"] = { '\ "$([ -n "" ] && printf 'FORCE_CONFIG = true, ')"\ 'SYSCONFDIR = [[/etc/luarocks]] }\n'\ 'package.path=[[/usr/share/lua/5.4/?.lua;]] .. package.path\n'\ 'local list = package.searchers or package.loaders; table.insert(list, 1, function(name) if name:match("^luarocks%%.") then return loadfile([[/usr/share/lua/5.4/]] .. name:gsub([[%%.]], [[/]]) .. [[.lua]]) end end)\n'; \ tail -n +2 src/bin/luarocks-admin \ )> "build/luarocks-admin" mkdir -p "build" (printf '#!/usr/bin/lua\n'\ 'package.loaded["luarocks.core.hardcoded"] = { '\ "$([ -n "" ] && printf 'FORCE_CONFIG = true, ')"\ 'SYSCONFDIR = [[/etc/luarocks]] }\n'\ 'package.path=[[/usr/share/lua/5.4/?.lua;]] .. package.path\n'\ 'local list = package.searchers or package.loaders; table.insert(list, 1, function(name) if name:match("^luarocks%%.") then return loadfile([[/usr/share/lua/5.4/]] .. name:gsub([[%%.]], [[/]]) .. [[.lua]]) end end)\n'; \ tail -n +2 src/bin/luarocks \ )> "build/luarocks" mkdir -p "build" mkdir -p .luarocks cp ./build/config-5.4.lua .luarocks/config-5.4.lua rm -f src/luarocks/core/hardcoded.lua echo "#!/bin/sh" > luarocks echo "unset LUA_PATH LUA_PATH_5_2 LUA_PATH_5_3 LUA_PATH_5_4 LUA_CPATH LUA_CPATH_5_2 LUA_CPATH_5_3 LUA_CPATH_5_4" >> luarocks echo 'LUAROCKS_SYSCONFDIR="/etc/luarocks" LUA_PATH="/home/pterjan/rpmbuild/BUILD/luarocks-3.10.0-build/luarocks-3.10.0/src/?.lua;;" exec "/usr/bin/lua" "/home/pterjan/rpmbuild/BUILD/luarocks-3.10.0-build/luarocks-3.10.0/src/bin/luarocks" --project-tree="/home/pterjan/rpmbuild/BUILD/luarocks-3.10.0-build/luarocks-3.10.0/lua_modules" "$@"' >> luarocks chmod +rx ./luarocks ./luarocks init Initializing project 'luarocks-3.10.0' for Lua 5.4 ... ------------------------------------------------------ Adding entries to .gitignore ... Preparing ./.luarocks/ ... Wrote .luarocks/config-5.4.lua Preparing ./lua_modules/ ... luarocks already exists. Not overwriting it! Preparing lua for version 5.4... + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.yDzHwz + umask 022 + cd /home/pterjan/rpmbuild/BUILD/luarocks-3.10.0-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/luarocks-3.10.0-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/luarocks-3.10.0-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/luarocks-3.10.0-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/luarocks-3.10.0-build + mkdir /home/pterjan/rpmbuild/BUILD/luarocks-3.10.0-build/BUILDROOT + 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' + export CFLAGS + CXXFLAGS='-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' + export CXXFLAGS + FFLAGS='-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 ' + export FFLAGS + FCFLAGS='-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 ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd luarocks-3.10.0 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/pterjan/rpmbuild/BUILD/luarocks-3.10.0-build/BUILDROOT 'INSTALL=/usr/bin/install -p' mkdir -p '/home/pterjan/rpmbuild/BUILD/luarocks-3.10.0-build/BUILDROOT/etc/luarocks/' /usr/bin/install -p -m 644 './build/config-5.4.lua' '/home/pterjan/rpmbuild/BUILD/luarocks-3.10.0-build/BUILDROOT/etc/luarocks/config-5.4.lua' mkdir -p '/home/pterjan/rpmbuild/BUILD/luarocks-3.10.0-build/BUILDROOT/usr/bin/' /usr/bin/install -p './build/luarocks' '/home/pterjan/rpmbuild/BUILD/luarocks-3.10.0-build/BUILDROOT/usr/bin/luarocks' /usr/bin/install -p './build/luarocks-admin' '/home/pterjan/rpmbuild/BUILD/luarocks-3.10.0-build/BUILDROOT/usr/bin/luarocks-admin' find src/luarocks/ -type d | while read f; \ do \ mkdir -p '/home/pterjan/rpmbuild/BUILD/luarocks-3.10.0-build/BUILDROOT/usr/share/lua/5.4'/`echo $f | sed 's,^src/,,'`; \ done find src/luarocks/ -type f -name '*.lua' | while read f; \ do \ /usr/bin/install -p -m 644 "$f" '/home/pterjan/rpmbuild/BUILD/luarocks-3.10.0-build/BUILDROOT/usr/share/lua/5.4'/`echo $f | sed 's,^src/,,'`; \ done + mkdir -p /home/pterjan/rpmbuild/BUILD/luarocks-3.10.0-build/BUILDROOT/usr/lib/luarocks/rocks-5.4 + /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-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 + /usr/lib/rpm/redhat/brp-python-hardlink Processing files: luarocks-3.10.0-1.mga10.noarch Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.DjDQIt + umask 022 + cd /home/pterjan/rpmbuild/BUILD/luarocks-3.10.0-build + cd luarocks-3.10.0 + DOCDIR=/home/pterjan/rpmbuild/BUILD/luarocks-3.10.0-build/BUILDROOT/usr/share/doc/luarocks + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/luarocks-3.10.0-build/BUILDROOT/usr/share/doc/luarocks + cp -pr /home/pterjan/rpmbuild/BUILD/luarocks-3.10.0-build/luarocks-3.10.0/README.md /home/pterjan/rpmbuild/BUILD/luarocks-3.10.0-build/BUILDROOT/usr/share/doc/luarocks + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.sWi3Qa + umask 022 + cd /home/pterjan/rpmbuild/BUILD/luarocks-3.10.0-build + cd luarocks-3.10.0 + LICENSEDIR=/home/pterjan/rpmbuild/BUILD/luarocks-3.10.0-build/BUILDROOT/usr/share/licenses/luarocks + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/luarocks-3.10.0-build/BUILDROOT/usr/share/licenses/luarocks + cp -pr /home/pterjan/rpmbuild/BUILD/luarocks-3.10.0-build/luarocks-3.10.0/COPYING /home/pterjan/rpmbuild/BUILD/luarocks-3.10.0-build/BUILDROOT/usr/share/licenses/luarocks + RPM_EC=0 ++ jobs -p + exit 0 Provides: config(luarocks) = 3.10.0-1.mga10 luarocks = 3.10.0-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: lua lua(abi) = 5.4 Suggests: pkgconfig(lua) Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/luarocks-3.10.0-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/luarocks-3.10.0-1.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Q8PL2l + umask 022 + cd /home/pterjan/rpmbuild/BUILD/luarocks-3.10.0-build + test -d /home/pterjan/rpmbuild/BUILD/luarocks-3.10.0-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/luarocks-3.10.0-build + rm -rf /home/pterjan/rpmbuild/BUILD/luarocks-3.10.0-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!