==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-axolotl-curve25519 0.4.1.2-14 (Sat Feb  7 13:17:31 2026)
==> Retrieving sources...
  -> Found python-axolotl-curve25519-0.4.1.2.tar.gz
  -> Found pymoduledef-gcc-compile-error.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    python-axolotl-curve25519-0.4.1.2.tar.gz ... Passed
    pymoduledef-gcc-compile-error.patch ... Passed
==> Validating source files with sha512sums...
    python-axolotl-curve25519-0.4.1.2.tar.gz ... Passed
    pymoduledef-gcc-compile-error.patch ... Passed
==> Making package: python-axolotl-curve25519 0.4.1.2-14 (Sat Feb  7 20:17:58 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (2) mpdecimal-4.0.1-1  python-3.14.2-2

Total Installed Size:  68.57 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 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 (13) 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-26.0-1  python-platformdirs-4.5.1-3  python-pyproject-hooks-1.2.0-6  python-build-1.4.0-1  python-installer-0.7.0-14  python-setuptools-1:80.9.0-4  python-wheel-0.46.3-1

Total Installed Size:  11.17 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 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 python-axolotl-curve25519-0.4.1.2.tar.gz
  -> Found pymoduledef-gcc-compile-error.patch
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting python-axolotl-curve25519-0.4.1.2.tar.gz with bsdtar
==> Starting prepare()...
patching file curve25519module.c
patch: setting attribute security.SMACK64 for security.SMACK64: Operation not permitted
==> Starting build()...
Building python...
* Getting build dependencies for wheel...
/usr/lib/python3.14/site-packages/setuptools/dist.py:332: InformationOnly: Normalizing '0.4.1-2' to '0.4.1.post2'
  self.metadata.version = self._normalize_version(self.metadata.version)
running egg_info
creating python_axolotl_curve25519.egg-info
writing python_axolotl_curve25519.egg-info/PKG-INFO
writing dependency_links to python_axolotl_curve25519.egg-info/dependency_links.txt
writing top-level names to python_axolotl_curve25519.egg-info/top_level.txt
writing manifest file 'python_axolotl_curve25519.egg-info/SOURCES.txt'
reading manifest file 'python_axolotl_curve25519.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'python_axolotl_curve25519.egg-info/SOURCES.txt'
* Building wheel...
/usr/lib/python3.14/site-packages/setuptools/dist.py:332: InformationOnly: Normalizing '0.4.1-2' to '0.4.1.post2'
  self.metadata.version = self._normalize_version(self.metadata.version)
running bdist_wheel
running build
running build_ext
building 'axolotl_curve25519' extension
creating build/temp.linux-armv7l-cpython-314/curve
creating build/temp.linux-armv7l-cpython-314/curve/ed25519/additions
creating build/temp.linux-armv7l-cpython-314/curve/ed25519/nacl_sha512
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/curve25519-donna.c -o build/temp.linux-armv7l-cpython-314/curve/curve25519-donna.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/additions/compare.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/compare.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/additions/curve_sigs.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/curve_sigs.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/additions/elligator.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/elligator.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/additions/fe_isequal.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/fe_isequal.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/additions/fe_isreduced.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/fe_isreduced.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/additions/fe_mont_rhs.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/fe_mont_rhs.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/additions/fe_montx_to_edy.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/fe_montx_to_edy.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/additions/fe_sqrt.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/fe_sqrt.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/additions/ge_isneutral.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/ge_isneutral.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/additions/ge_montx_to_p3.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/ge_montx_to_p3.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/additions/ge_neg.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/ge_neg.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/additions/ge_p3_to_montx.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/ge_p3_to_montx.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/additions/ge_scalarmult.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/ge_scalarmult.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/additions/ge_scalarmult_cofactor.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/ge_scalarmult_cofactor.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/additions/keygen.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/keygen.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/additions/open_modified.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/open_modified.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/additions/sc_clamp.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/sc_clamp.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/additions/sc_cmov.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/sc_cmov.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/additions/sc_neg.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/sc_neg.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/additions/sign_modified.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/sign_modified.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/additions/utility.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/utility.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/additions/xeddsa.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/xeddsa.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/additions/zeroize.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/zeroize.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/fe_0.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/fe_0.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/fe_1.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/fe_1.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/fe_add.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/fe_add.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/fe_cmov.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/fe_cmov.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/fe_copy.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/fe_copy.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/fe_frombytes.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/fe_frombytes.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/fe_invert.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/fe_invert.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/fe_isnegative.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/fe_isnegative.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/fe_isnonzero.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/fe_isnonzero.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/fe_mul.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/fe_mul.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/fe_neg.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/fe_neg.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/fe_pow22523.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/fe_pow22523.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/fe_sq.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/fe_sq.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/fe_sq2.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/fe_sq2.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/fe_sub.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/fe_sub.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/fe_tobytes.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/fe_tobytes.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/ge_add.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/ge_add.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/ge_double_scalarmult.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/ge_double_scalarmult.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/ge_frombytes.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/ge_frombytes.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/ge_madd.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/ge_madd.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/ge_msub.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/ge_msub.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/ge_p1p1_to_p2.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/ge_p1p1_to_p2.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/ge_p1p1_to_p3.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/ge_p1p1_to_p3.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/ge_p2_0.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/ge_p2_0.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/ge_p2_dbl.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/ge_p2_dbl.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/ge_p3_0.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/ge_p3_0.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/ge_p3_dbl.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/ge_p3_dbl.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/ge_p3_to_cached.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/ge_p3_to_cached.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/ge_p3_to_p2.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/ge_p3_to_p2.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/ge_p3_tobytes.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/ge_p3_tobytes.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/ge_precomp_0.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/ge_precomp_0.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/ge_scalarmult_base.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/ge_scalarmult_base.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/ge_sub.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/ge_sub.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/ge_tobytes.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/ge_tobytes.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/nacl_sha512/blocks.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/nacl_sha512/blocks.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/nacl_sha512/hash.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/nacl_sha512/hash.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/open.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/open.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/sc_muladd.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/sc_muladd.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/sc_reduce.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/sc_reduce.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve/ed25519/sign.c -o build/temp.linux-armv7l-cpython-314/curve/ed25519/sign.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Icurve/ed25519/nacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -I/usr/include/python3.14 -c curve25519module.c -o build/temp.linux-armv7l-cpython-314/curve25519module.o
creating build/lib.linux-armv7l-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=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection build/temp.linux-armv7l-cpython-314/curve/curve25519-donna.o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/compare.o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/curve_sigs.o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/elligator.o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/fe_isequal.o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/fe_isreduced.o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/fe_mont_rhs.o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/fe_montx_to_edy.o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/fe_sqrt.o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/ge_isneutral.o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/ge_montx_to_p3.o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/ge_neg.o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/ge_p3_to_montx.o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/ge_scalarmult.o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/ge_scalarmult_cofactor.o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/keygen.o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/open_modified.o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/sc_clamp.o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/sc_cmov.o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/sc_neg.o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/sign_modified.o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/utility.o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/xeddsa.o build/temp.linux-armv7l-cpython-314/curve/ed25519/additions/zeroize.o build/temp.linux-armv7l-cpython-314/curve/ed25519/fe_0.o build/temp.linux-armv7l-cpython-314/curve/ed25519/fe_1.o build/temp.linux-armv7l-cpython-314/curve/ed25519/fe_add.o build/temp.linux-armv7l-cpython-314/curve/ed25519/fe_cmov.o build/temp.linux-armv7l-cpython-314/curve/ed25519/fe_copy.o build/temp.linux-armv7l-cpython-314/curve/ed25519/fe_frombytes.o build/temp.linux-armv7l-cpython-314/curve/ed25519/fe_invert.o build/temp.linux-armv7l-cpython-314/curve/ed25519/fe_isnegative.o build/temp.linux-armv7l-cpython-314/curve/ed25519/fe_isnonzero.o build/temp.linux-armv7l-cpython-314/curve/ed25519/fe_mul.o build/temp.linux-armv7l-cpython-314/curve/ed25519/fe_neg.o build/temp.linux-armv7l-cpython-314/curve/ed25519/fe_pow22523.o build/temp.linux-armv7l-cpython-314/curve/ed25519/fe_sq.o build/temp.linux-armv7l-cpython-314/curve/ed25519/fe_sq2.o build/temp.linux-armv7l-cpython-314/curve/ed25519/fe_sub.o build/temp.linux-armv7l-cpython-314/curve/ed25519/fe_tobytes.o build/temp.linux-armv7l-cpython-314/curve/ed25519/ge_add.o build/temp.linux-armv7l-cpython-314/curve/ed25519/ge_double_scalarmult.o build/temp.linux-armv7l-cpython-314/curve/ed25519/ge_frombytes.o build/temp.linux-armv7l-cpython-314/curve/ed25519/ge_madd.o build/temp.linux-armv7l-cpython-314/curve/ed25519/ge_msub.o build/temp.linux-armv7l-cpython-314/curve/ed25519/ge_p1p1_to_p2.o build/temp.linux-armv7l-cpython-314/curve/ed25519/ge_p1p1_to_p3.o build/temp.linux-armv7l-cpython-314/curve/ed25519/ge_p2_0.o build/temp.linux-armv7l-cpython-314/curve/ed25519/ge_p2_dbl.o build/temp.linux-armv7l-cpython-314/curve/ed25519/ge_p3_0.o build/temp.linux-armv7l-cpython-314/curve/ed25519/ge_p3_dbl.o build/temp.linux-armv7l-cpython-314/curve/ed25519/ge_p3_to_cached.o build/temp.linux-armv7l-cpython-314/curve/ed25519/ge_p3_to_p2.o build/temp.linux-armv7l-cpython-314/curve/ed25519/ge_p3_tobytes.o build/temp.linux-armv7l-cpython-314/curve/ed25519/ge_precomp_0.o build/temp.linux-armv7l-cpython-314/curve/ed25519/ge_scalarmult_base.o build/temp.linux-armv7l-cpython-314/curve/ed25519/ge_sub.o build/temp.linux-armv7l-cpython-314/curve/ed25519/ge_tobytes.o build/temp.linux-armv7l-cpython-314/curve/ed25519/nacl_sha512/blocks.o build/temp.linux-armv7l-cpython-314/curve/ed25519/nacl_sha512/hash.o build/temp.linux-armv7l-cpython-314/curve/ed25519/open.o build/temp.linux-armv7l-cpython-314/curve/ed25519/sc_muladd.o build/temp.linux-armv7l-cpython-314/curve/ed25519/sc_reduce.o build/temp.linux-armv7l-cpython-314/curve/ed25519/sign.o build/temp.linux-armv7l-cpython-314/curve25519module.o -L/usr/lib -o build/lib.linux-armv7l-cpython-314/axolotl_curve25519.cpython-314-arm-linux-gnueabihf.so
installing to build/bdist.linux-armv7l/wheel
running install
running install_lib
creating build/bdist.linux-armv7l/wheel
copying build/lib.linux-armv7l-cpython-314/axolotl_curve25519.cpython-314-arm-linux-gnueabihf.so -> build/bdist.linux-armv7l/wheel/.
running install_egg_info
running egg_info
writing python_axolotl_curve25519.egg-info/PKG-INFO
writing dependency_links to python_axolotl_curve25519.egg-info/dependency_links.txt
writing top-level names to python_axolotl_curve25519.egg-info/top_level.txt
reading manifest file 'python_axolotl_curve25519.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'python_axolotl_curve25519.egg-info/SOURCES.txt'
Copying python_axolotl_curve25519.egg-info to build/bdist.linux-armv7l/wheel/./python_axolotl_curve25519-0.4.1.post2-py3.14.egg-info
running install_scripts
creating build/bdist.linux-armv7l/wheel/python_axolotl_curve25519-0.4.1.post2.dist-info/WHEEL
creating '/build/python-axolotl-curve25519/src/python-axolotl-curve25519-0.4.1-2/dist/.tmp-jvwh10co/python_axolotl_curve25519-0.4.1.post2-cp314-cp314-linux_armv7l.whl' and adding 'build/bdist.linux-armv7l/wheel' to it
adding 'axolotl_curve25519.cpython-314-arm-linux-gnueabihf.so'
adding 'python_axolotl_curve25519-0.4.1.post2.dist-info/licenses/LICENSE'
adding 'python_axolotl_curve25519-0.4.1.post2.dist-info/METADATA'
adding 'python_axolotl_curve25519-0.4.1.post2.dist-info/WHEEL'
adding 'python_axolotl_curve25519-0.4.1.post2.dist-info/top_level.txt'
adding 'python_axolotl_curve25519-0.4.1.post2.dist-info/RECORD'
removing build/bdist.linux-armv7l/wheel
Successfully built python_axolotl_curve25519-0.4.1.post2-cp314-cp314-linux_armv7l.whl
==> Entering fakeroot environment...
==> Starting package()...
==> 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-axolotl-curve25519"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-axolotl-curve25519 0.4.1.2-14 (Sat Feb  7 20:18:23 2026)
==> Cleaning up...
[?12l[?25h