==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: python-pyliblo 0.10.0-15 (Sun Jan 11 05:27:09 2026)
==> Retrieving sources...
-> Found pyliblo-0.10.0.tar.gz
-> Found python-pyliblo-0.10.0-python3.11.patch
-> Found cython3.patch
-> Found cython-3.1.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
pyliblo-0.10.0.tar.gz ... Passed
python-pyliblo-0.10.0-python3.11.patch ... Passed
cython3.patch ... Passed
cython-3.1.patch ... Passed
==> Validating source files with b2sums...
pyliblo-0.10.0.tar.gz ... Passed
python-pyliblo-0.10.0-python3.11.patch ... Passed
cython3.patch ... Passed
cython-3.1.patch ... Passed
==> Making package: python-pyliblo 0.10.0-15 (Sun Jan 11 05:27:12 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (3) mpdecimal-4.0.1-1 liblo-1:0.34-1 python-3.14.2-2
Total Download Size: 0.09 MiB
Total Installed Size: 78.28 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
liblo-1:0.34-1-aarch64 downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing liblo...
Optional dependencies for liblo
liblo-docs: for documentation and examples
installing mpdecimal...
installing python...
Optional dependencies for python
python-setuptools: for building Python packages using tooling that is usually bundled with Python
python-pip: for installing Python packages using tooling that is usually bundled with Python
python-pipx: for installing Python software not packaged on Arch Linux
sqlite: for a default database integration [installed]
xz: for lzma [installed]
tk: for tkinter
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (14) python-autocommand-2.2.2-9 python-jaraco.collections-5.1.0-3 python-jaraco.context-6.0.1-3 python-jaraco.functools-4.1.0-3 python-jaraco.text-4.0.0-4 python-more-itertools-10.8.0-2 python-packaging-25.0-4 python-platformdirs-4.5.1-3 python-pyproject-hooks-1.2.0-6 cython-3.2.4-2 python-build-1.3.0-4 python-installer-0.7.0-14 python-setuptools-1:80.9.0-4 python-wheel-0.45.1-4
Total Installed Size: 30.32 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 cython...
installing python-packaging...
installing python-pyproject-hooks...
installing python-build...
Optional dependencies for python-build
python-pip: to use as the Python package installer (default)
python-uv: to use as the Python package installer
python-virtualenv: to use virtualenv for build isolation
installing python-installer...
installing python-more-itertools...
installing python-jaraco.functools...
installing python-jaraco.context...
installing python-autocommand...
installing python-jaraco.text...
Optional dependencies for python-jaraco.text
python-inflect: for show-newlines script
installing python-jaraco.collections...
installing python-platformdirs...
installing python-wheel...
Optional dependencies for python-wheel
python-keyring: for wheel.signatures
python-xdg: for wheel.signatures
python-setuptools: for legacy bdist_wheel subcommand [pending]
installing python-setuptools...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
-> Found pyliblo-0.10.0.tar.gz
-> Found python-pyliblo-0.10.0-python3.11.patch
-> Found cython3.patch
-> Found cython-3.1.patch
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting pyliblo-0.10.0.tar.gz with bsdtar
==> Starting prepare()...
patching file src/liblo.pyx
patching file src/liblo.pxd
patching file src/liblo.pyx
==> Starting build()...
* Getting build dependencies for wheel...
/usr/lib/python3.14/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite'
warnings.warn(msg)
running egg_info
creating pyliblo.egg-info
writing pyliblo.egg-info/PKG-INFO
writing dependency_links to pyliblo.egg-info/dependency_links.txt
writing top-level names to pyliblo.egg-info/top_level.txt
writing manifest file 'pyliblo.egg-info/SOURCES.txt'
reading manifest file 'pyliblo.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'doc/build'
adding license file 'COPYING'
writing manifest file 'pyliblo.egg-info/SOURCES.txt'
* Building wheel...
/usr/lib/python3.14/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite'
warnings.warn(msg)
running bdist_wheel
running build
running build_ext
performance hint: src/liblo.pyx:286:0: Exception check on '_err_handler' will always require the GIL to be acquired.
Possible solutions:
1. Declare '_err_handler' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
2. Use an 'int' return type on '_err_handler' to allow an error code to be returned.
Compiling src/liblo.pyx because it changed.
[1/1] Cythonizing src/liblo.pyx
building 'liblo' extension
creating build/temp.linux-aarch64-cpython-314/src
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wno-incompatible-pointer-types -fPIC -I/usr/include/python3.14 -c src/liblo.c -o build/temp.linux-aarch64-cpython-314/src/liblo.o -fno-strict-aliasing -Werror-implicit-function-declaration -Wfatal-errors
src/liblo.c: In function '__pyx_pf_5liblo_12ServerThread___init__':
src/liblo.c:12126:3: warning: 'PyEval_InitThreads' is deprecated [-Wdeprecated-declarations]
In file included from /usr/include/python3.14/Python.h:135,
from src/liblo.c:40:
/usr/include/python3.14/ceval.h:114:79: note: declared here
creating build/lib.linux-aarch64-cpython-314
gcc -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wno-incompatible-pointer-types build/temp.linux-aarch64-cpython-314/src/liblo.o -L/usr/lib -llo -o build/lib.linux-aarch64-cpython-314/liblo.cpython-314-aarch64-linux-gnu.so
running build_scripts
creating build/scripts-3.14
copying and adjusting scripts/send_osc.py -> build/scripts-3.14
copying and adjusting scripts/dump_osc.py -> build/scripts-3.14
changing mode of build/scripts-3.14/send_osc.py from 644 to 755
changing mode of build/scripts-3.14/dump_osc.py from 644 to 755
renaming build/scripts-3.14/send_osc.py -> build/scripts-3.14/send_osc
renaming build/scripts-3.14/dump_osc.py -> build/scripts-3.14/dump_osc
installing to build/bdist.linux-aarch64/wheel
running install
running install_lib
creating build/bdist.linux-aarch64/wheel
copying build/lib.linux-aarch64-cpython-314/liblo.cpython-314-aarch64-linux-gnu.so -> build/bdist.linux-aarch64/wheel/.
running install_data
creating build/bdist.linux-aarch64/wheel/pyliblo-0.10.0.data/data
creating build/bdist.linux-aarch64/wheel/pyliblo-0.10.0.data/data/share/man/man1
copying scripts/send_osc.1 -> build/bdist.linux-aarch64/wheel/pyliblo-0.10.0.data/data/share/man/man1
copying scripts/dump_osc.1 -> build/bdist.linux-aarch64/wheel/pyliblo-0.10.0.data/data/share/man/man1
running install_egg_info
running egg_info
writing pyliblo.egg-info/PKG-INFO
writing dependency_links to pyliblo.egg-info/dependency_links.txt
writing top-level names to pyliblo.egg-info/top_level.txt
reading manifest file 'pyliblo.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'doc/build'
adding license file 'COPYING'
writing manifest file 'pyliblo.egg-info/SOURCES.txt'
Copying pyliblo.egg-info to build/bdist.linux-aarch64/wheel/./pyliblo-0.10.0-py3.14.egg-info
running install_scripts
creating build/bdist.linux-aarch64/wheel/pyliblo-0.10.0.data/scripts
copying build/scripts-3.14/dump_osc -> build/bdist.linux-aarch64/wheel/pyliblo-0.10.0.data/scripts
copying build/scripts-3.14/send_osc -> build/bdist.linux-aarch64/wheel/pyliblo-0.10.0.data/scripts
changing mode of build/bdist.linux-aarch64/wheel/pyliblo-0.10.0.data/scripts/dump_osc to 755
changing mode of build/bdist.linux-aarch64/wheel/pyliblo-0.10.0.data/scripts/send_osc to 755
creating build/bdist.linux-aarch64/wheel/pyliblo-0.10.0.dist-info/WHEEL
creating '/build/python-pyliblo/src/pyliblo-0.10.0/dist/.tmp-zdluhr79/pyliblo-0.10.0-cp314-cp314-linux_aarch64.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'liblo.cpython-314-aarch64-linux-gnu.so'
adding 'pyliblo-0.10.0.data/data/share/man/man1/dump_osc.1'
adding 'pyliblo-0.10.0.data/data/share/man/man1/send_osc.1'
adding 'pyliblo-0.10.0.data/scripts/dump_osc'
adding 'pyliblo-0.10.0.data/scripts/send_osc'
adding 'pyliblo-0.10.0.dist-info/licenses/COPYING'
adding 'pyliblo-0.10.0.dist-info/METADATA'
adding 'pyliblo-0.10.0.dist-info/WHEEL'
adding 'pyliblo-0.10.0.dist-info/top_level.txt'
adding 'pyliblo-0.10.0.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Successfully built pyliblo-0.10.0-cp314-cp314-linux_aarch64.whl
==> Entering fakeroot environment...
==> Starting package_python-pyliblo()...
install: creating directory '/build/python-pyliblo/pkg/python-pyliblo/usr/share/doc'
install: creating directory '/build/python-pyliblo/pkg/python-pyliblo/usr/share/doc/python-pyliblo'
'NEWS' -> '/build/python-pyliblo/pkg/python-pyliblo/usr/share/doc/python-pyliblo/NEWS'
'README' -> '/build/python-pyliblo/pkg/python-pyliblo/usr/share/doc/python-pyliblo/README'
==> 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 "python-pyliblo"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-pyliblo 0.10.0-15 (Sun Jan 11 05:27:32 2026)
==> Cleaning up...
[?12l[?25h