==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: pacparser 1.5.2-1 (Sun Aug 23 11:24:18 2026)
==> Retrieving sources...
-> Updating pacparser git repo...
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
pacparser ... Passed
==> Making package: pacparser 1.5.2-1 (Sun Aug 23 17:24:22 2026)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (5) perl-error-0.17030-3 perl-mailtools-2.22-3 perl-timedate-2.35-1 zlib-ng-2.3.3-1 git-2.55.0-1
Total Installed Size: 46.63 MiB
:: Proceed with installation? [Y/n]
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
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 [installed]
subversion: git svn
org.freedesktop.secrets: keyring credential helper
libsecret: libsecret credential helper [installed]
less: the default pager for git
:: Running post-transaction hooks...
(1/3) Creating system user accounts...
Creating group 'git' with GID 967.
Creating user 'git' (git daemon user) with UID 967 and GID 967.
(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 pacparser git repo...
Cloning into 'pacparser'...
done.
Switched to a new branch 'makepkg'
==> Starting build()...
make: Entering directory '/build/pacparser/src/pacparser/src'
cc -g -Wall -DVERSION=v1.5.2 -Iquickjs -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -c pacparser.c -o pacparser.o
cd quickjs && make CFLAGS="-fPIC"
make[1]: Entering directory '/build/pacparser/src/pacparser/src/quickjs'
cc -fPIC -c quickjs.c -o quickjs.o
touch pymod/pacparser_o_buildstamp
ar rcs libquickjs.a quickjs.o
make[1]: Leaving directory '/build/pacparser/src/pacparser/src/quickjs'
cp quickjs/libquickjs.a libpacparser.a
cc -shared -g -Wall -DVERSION=v1.5.2 -Iquickjs -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-soname=libpacparser.so.1 -Wl,-exclude-libs=libquickjs.a -o libpacparser.so.1 pacparser.o quickjs/libquickjs.a -lm
ar rcs libpacparser.a pacparser.o
cc -g -Wall -DVERSION=v1.5.2 -Iquickjs -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now pactester.c libpacparser.a -o pactester -lm -L. -I.
ln -sf libpacparser.so.1 libpacparser.so
echo "Running tests for pactester."
Running tests for pactester.
NO_INTERNET= ../tests/runtests.sh
All tests were successful.
make: Leaving directory '/build/pacparser/src/pacparser/src'
==> Entering fakeroot environment...
==> Starting package()...
make: Entering directory '/build/pacparser/src/pacparser/src'
echo "Running tests for pactester."
Running tests for pactester.
NO_INTERNET= ../tests/runtests.sh
All tests were successful.
install -d /build/pacparser/pkg/pacparser//usr/lib /build/pacparser/pkg/pacparser//usr/include /build/pacparser/pkg/pacparser//usr/bin
install -m 644 libpacparser.so.1 /build/pacparser/pkg/pacparser//usr/lib/libpacparser.so.1
ln -sf libpacparser.so.1 /build/pacparser/pkg/pacparser//usr/lib/libpacparser.so
install -m 755 pactester /build/pacparser/pkg/pacparser//usr/bin/pactester
install -m 644 pacparser.h /build/pacparser/pkg/pacparser//usr/include/pacparser.h
# install pactester manpages
install -d /build/pacparser/pkg/pacparser//usr/share/man/man1/
(test -d ../docs && install -m 644 ../docs/man/man1/*.1 /build/pacparser/pkg/pacparser//usr/share/man/man1/) || true
# install pacparser manpages
install -d /build/pacparser/pkg/pacparser//usr/share/man/man3/
(test -d ../docs && install -m 644 ../docs/man/man3/*.3 /build/pacparser/pkg/pacparser//usr/share/man/man3/) || true
# install html docs
install -d /build/pacparser/pkg/pacparser//usr/share/doc/pacparser/html/
(test -d ../docs/html && install -m 644 ../docs/html/* /build/pacparser/pkg/pacparser//usr/share/doc/pacparser/html/) || true
# install examples
install -d /build/pacparser/pkg/pacparser//usr/share/doc/pacparser/examples/
(test -d ../examples && install -m 644 ../examples/* /build/pacparser/pkg/pacparser//usr/share/doc/pacparser/examples/) || true
make: Leaving directory '/build/pacparser/src/pacparser/src'
==> 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 "pacparser"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: pacparser 1.5.2-1 (Sun Aug 23 17:24:35 2026)
==> Cleaning up...
[?12l[?25h