==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: luarocks 3.12.2-1 (Sat Jun 28 07:56:43 2025)
==> Retrieving sources...
  -> Found luarocks-3.12.2.tar.gz
  -> Found luarocks-3.12.2.tar.gz.asc
  -> Found luarocks-make-manifest-5.1.hook
  -> Found luarocks-make-manifest-5.2.hook
  -> Found luarocks-make-manifest-5.3.hook
  -> Found luarocks-make-manifest-5.4.hook
  -> Found luarocks.bash
  -> Found luarocks.fish
  -> Found luarocks.zsh
  -> Found luarocks-admin.bash
  -> Found luarocks-admin.fish
  -> Found luarocks-admin.zsh
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    luarocks-3.12.2.tar.gz ... Passed
    luarocks-3.12.2.tar.gz.asc ... Skipped
    luarocks-make-manifest-5.1.hook ... Passed
    luarocks-make-manifest-5.2.hook ... Passed
    luarocks-make-manifest-5.3.hook ... Passed
    luarocks-make-manifest-5.4.hook ... Passed
    luarocks.bash ... Passed
    luarocks.fish ... Passed
    luarocks.zsh ... Passed
    luarocks-admin.bash ... Passed
    luarocks-admin.fish ... Passed
    luarocks-admin.zsh ... Passed
==> Making package: luarocks 3.12.2-1 (Sat Jun 28 07:57:05 2025)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (3) lua-5.4.8-2  unzip-6.0-22  zip-3.0-11

Total Download Size:   0.52 MiB
Total Installed Size:  2.11 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 lua-5.4.8-2-armv7h downloading...
 zip-3.0-11-armv7h downloading...
 unzip-6.0-22-armv7h downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing lua...
installing unzip...
installing zip...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found luarocks-3.12.2.tar.gz
  -> Found luarocks-3.12.2.tar.gz.asc
  -> Found luarocks-make-manifest-5.1.hook
  -> Found luarocks-make-manifest-5.2.hook
  -> Found luarocks-make-manifest-5.3.hook
  -> Found luarocks-make-manifest-5.4.hook
  -> Found luarocks.bash
  -> Found luarocks.fish
  -> Found luarocks.zsh
  -> Found luarocks-admin.bash
  -> Found luarocks-admin.fish
  -> Found luarocks-admin.zsh
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting luarocks-3.12.2.tar.gz with bsdtar
==> Starting build()...

Configuring LuaRocks version 3.12.2...

Lua version detected: 5.4
Lua interpreter found: /usr/bin/lua5.4
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.

mkdir -p "build"
(printf '#!/usr/bin/lua5.4\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"
(printf '#!/usr/bin/lua5.4\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"
mkdir -p "build"
mkdir -p "build"
mkdir -p "build"
==> Entering fakeroot environment...
==> Starting package()...
mkdir -p '/build/luarocks/pkg/luarocks/etc/luarocks/'
install -m 644  './build/config-5.4.lua' '/build/luarocks/pkg/luarocks/etc/luarocks/config-5.4.lua'
mkdir -p '/build/luarocks/pkg/luarocks/usr/bin/'
install './build/luarocks' '/build/luarocks/pkg/luarocks/usr/bin/luarocks'
install './build/luarocks-admin' '/build/luarocks/pkg/luarocks/usr/bin/luarocks-admin'
find src/luarocks/ -type d | while read f; \
do \
   mkdir -p '/build/luarocks/pkg/luarocks/usr/share/lua/5.4'/`echo $f | sed 's,^src/,,'`; \
done
find src/luarocks/ -type f -name '*.lua' | while read f; \
do \
   install -m 644 "$f" '/build/luarocks/pkg/luarocks/usr/share/lua/5.4'/`echo $f | sed 's,^src/,,'`; \
done
mkdir -p '/build/luarocks/pkg/luarocks/etc/luarocks/'
install -m 644  './build/config-5.1.lua' '/build/luarocks/pkg/luarocks/etc/luarocks/config-5.1.lua'
mkdir -p '/build/luarocks/pkg/luarocks/etc/luarocks/'
install -m 644  './build/config-5.2.lua' '/build/luarocks/pkg/luarocks/etc/luarocks/config-5.2.lua'
mkdir -p '/build/luarocks/pkg/luarocks/etc/luarocks/'
install -m 644  './build/config-5.3.lua' '/build/luarocks/pkg/luarocks/etc/luarocks/config-5.3.lua'
==> 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 "luarocks"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Adding install file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: luarocks 3.12.2-1 (Sat Jun 28 07:57:19 2025)
==> Cleaning up...