==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: llhttp 9.3.1-1 (Sat Feb 14 20:31:59 2026)
==> Retrieving sources...
  -> Updating llhttp git repo...
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    llhttp ... Passed
==> Making package: llhttp 9.3.1-1 (Sat Feb 14 20:32:09 2026)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (20) c-ares-1.34.6-1  cppdap-1.58.0-2  hicolor-icon-theme-0.18-1  jsoncpp-1.9.6-3  libuv-1.52.0-1  node-gyp-12.2.0-1  nodejs-25.6.1-1  nodejs-nopt-7.2.1-1  perl-error-0.17030-3  perl-mailtools-2.22-3  perl-timedate-2.33-9  rhash-1.4.6-1  semver-7.7.3-1  simdjson-1:4.2.4-1  typescript-5.9.3-2  zlib-ng-2.3.3-1  cmake-4.2.3-1  git-2.53.0-1  npm-11.10.0-1  ts-node-10.9.2-1

Total Download Size:    20.61 MiB
Total Installed Size:  270.42 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 nodejs-25.6.1-1-aarch64 downloading...
 typescript-5.9.3-2-any downloading...
 npm-11.10.0-1-any downloading...
 node-gyp-12.2.0-1-any downloading...
 ts-node-10.9.2-1-any downloading...
 simdjson-1:4.2.4-1-aarch64 downloading...
 c-ares-1.34.6-1-aarch64 downloading...
 semver-7.7.3-1-any downloading...
 nodejs-nopt-7.2.1-1-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing cppdap...
installing hicolor-icon-theme...
installing jsoncpp...
Optional dependencies for jsoncpp
    jsoncpp-doc: documentation
installing libuv...
installing rhash...
installing cmake...
Optional dependencies for cmake
    make: for unix Makefile generator [installed]
    ninja: for ninja generator
    qt6-base: cmake-gui
installing perl-error...
installing perl-timedate...
installing perl-mailtools...
installing zlib-ng...
installing git...
Optional dependencies for git
    git-zsh-completion: upstream zsh completion
    tk: gitk and git gui
    openssh: ssh transport and crypto
    man: show help with `git command --help`
    perl-libwww: git svn
    perl-term-readkey: git svn and interactive.singlekey setting
    perl-io-socket-ssl: git send-email TLS support
    perl-authen-sasl: git send-email TLS support
    perl-cgi: gitweb (web interface) support
    python: git svn & git p4
    subversion: git svn
    org.freedesktop.secrets: keyring credential helper
    libsecret: libsecret credential helper [installed]
    less: the default pager for git
installing c-ares...
installing simdjson...
installing nodejs...
Optional dependencies for nodejs
    npm: nodejs package manager [pending]
installing nodejs-nopt...
installing semver...
installing node-gyp...
Optional dependencies for node-gyp
    gcc: to build C++ modules [installed]
    make: to build C++ modules [installed]
    python: to build C++ modules
installing npm...
Optional dependencies for npm
    git: for dependencies using Git URL's [installed]
installing typescript...
installing ts-node...
:: Running post-transaction hooks...
(1/3) Creating system user accounts...
Creating group 'git' with GID 968.
Creating user 'git' (git daemon user) with UID 968 and GID 968.
(2/3) Reloading system manager configuration...
  Skipped: Current root is not booted.
(3/3) Arming ConditionNeedsUpdate...
==> Retrieving sources...
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Creating working copy of llhttp git repo...
Cloning into 'llhttp'...
done.
Switched to a new branch 'makepkg'
==> Starting build()...

> llhttp@9.3.1 prepare
> npm run clean && npm run build-ts


> llhttp@9.3.1 clean
> rm -rf lib && rm -rf test/tmp


> llhttp@9.3.1 build-ts
> tsc


added 153 packages, and audited 154 packages in 14s

40 packages are looking for funding
  run `npm fund` for details

4 vulnerabilities (1 low, 3 moderate)

To address issues that do not require attention, run:
  npm audit fix

Some issues need review, and may require choosing
a different dependency.

Run `npm audit` for details.
rm -rf release/
node --import tsx bin/generate.ts
rm -rf build/
rm -rf release
mkdir -p release/src
mkdir -p release/include
cp -rf build/llhttp.h release/include/
cp -rf build/c/llhttp.c release/src/
cp -rf src/native/*.c release/src/
cp -rf src/llhttp.gyp release/
cp -rf src/common.gypi release/
sed s/_RELEASE_/9.3.1/ CMakeLists.txt > release/CMakeLists.txt
cp -rf libllhttp.pc.in release/
cp -rf README.md release/
cp -rf LICENSE release/
-- The C compiler identification is GNU 15.2.1
-- The CXX compiler identification is GNU 15.2.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/lib/distcc/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/lib/distcc/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- 
-- 
-- Project configure summary:
-- 
--   CMake build type .................: RELWITHDEBINFO
--   Install prefix ...................: /usr
--   Build shared library .............: ON
--   Build static library .............: OFF
-- 
-- Configuring done (1.3s)
-- Generating done (0.0s)
-- Build files have been written to: /build/llhttp/src/build
[ 50%] Building C object CMakeFiles/llhttp_shared.dir/src/http.c.o
[ 50%] Building C object CMakeFiles/llhttp_shared.dir/src/llhttp.c.o
[ 75%] Building C object CMakeFiles/llhttp_shared.dir/src/api.c.o
[100%] Linking C shared library libllhttp.so
[100%] Built target llhttp_shared
==> Entering fakeroot environment...
==> Starting package()...
-- Install configuration: "RELWITHDEBINFO"
-- Installing: /build/llhttp/pkg/llhttp/usr/lib/libllhttp.so.9.3.1
-- Installing: /build/llhttp/pkg/llhttp/usr/lib/libllhttp.so.9.3
-- Installing: /build/llhttp/pkg/llhttp/usr/lib/libllhttp.so
-- Installing: /build/llhttp/pkg/llhttp/usr/include/llhttp.h
-- Installing: /build/llhttp/pkg/llhttp/usr/lib/pkgconfig/libllhttp.pc
-- Installing: /build/llhttp/pkg/llhttp/usr/lib/cmake/llhttp/llhttp-config.cmake
-- Installing: /build/llhttp/pkg/llhttp/usr/lib/cmake/llhttp/llhttp-config-relwithdebinfo.cmake
install: creating directory '/build/llhttp/pkg/llhttp/usr/share'
install: creating directory '/build/llhttp/pkg/llhttp/usr/share/licenses'
install: creating directory '/build/llhttp/pkg/llhttp/usr/share/licenses/llhttp'
'llhttp/LICENSE' -> '/build/llhttp/pkg/llhttp/usr/share/licenses/llhttp/LICENSE'
==> Tidying install...
  -> Removing libtool files...
  -> Removing static library files...
  -> Purging unwanted files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "llhttp"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: llhttp 9.3.1-1 (Sat Feb 14 20:32:42 2026)
==> Cleaning up...
[?12l[?25h