==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: python-cppyy-backend 1.15.3-1 (Sat Jan 18 18:57:36 2025)
==> Retrieving sources...
  -> Found clingwrapper-1.15.3.tar.gz
  -> Found fix-version.patch
  -> Found fix-wheel.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with b2sums...
    clingwrapper-1.15.3.tar.gz ... Passed
    fix-version.patch ... Passed
    fix-wheel.patch ... Passed
==> Making package: python-cppyy-backend 1.15.3-1 (Sat Jan 18 18:57:43 2025)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (5) clang-19.1.7-1  compiler-rt-19.1.7-1  libedit-20240808_3.1-1
             llvm-libs-19.1.7-1  python-cppyy-cling-6.32.8-1

Total Download Size:    26.76 MiB
Total Installed Size:  525.64 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-cppyy-cling-6.32.8-1-aarch64 downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing libedit...
installing llvm-libs...
installing compiler-rt...
installing clang...
Optional dependencies for clang
    openmp: OpenMP support in clang with -fopenmp
    python: for scan-view and git-clang-format [installed]
    llvm: referenced by some clang headers
installing python-cppyy-cling...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (13) python-autocommand-2.2.2-7  python-jaraco.collections-5.1.0-1
              python-jaraco.context-6.0.1-1  python-jaraco.functools-4.1.0-1
              python-jaraco.text-4.0.0-2  python-more-itertools-10.5.0-1
              python-packaging-24.2-3  python-platformdirs-4.3.6-2
              python-pyproject-hooks-1.2.0-3  python-build-1.2.2-3
              python-installer-0.7.0-10  python-setuptools-1:75.2.0-4
              python-wheel-0.45.0-3

Total Installed Size:  10.73 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...
[?25h==> Retrieving sources...
  -> Found clingwrapper-1.15.3.tar.gz
  -> Found fix-version.patch
  -> Found fix-wheel.patch
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting clingwrapper-1.15.3.tar.gz with bsdtar
==> Starting prepare()...
patching file clingwrapper/pyproject.toml
patching file clingwrapper/setup.py
==> Starting build()...
* Getting build dependencies for wheel...
* Building wheel...
running bdist_wheel
<string>:151: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated
!!

        ********************************************************************************
        With Python 2.7 end-of-life, support for building universal wheels
        (i.e., wheels that support both Python 2 and Python 3)
        is being obviated.
        Please discontinue using this option, or if you still need it,
        file an issue with pypa/setuptools describing your use case.

        By 2025-Aug-30, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.
        ********************************************************************************

!!
running build
running build_ext
checking for build/temp.linux-aarch64-cpython-313
creating build/temp.linux-aarch64-cpython-313
creating build/temp.linux-aarch64-cpython-313/src
g++ -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fPIC -I/usr/lib/python3.13/site-packages/cppyy_backend/include -I/usr/include/python3.13 -c src/clingwrapper.cxx -o build/temp.linux-aarch64-cpython-313/src/clingwrapper.o -O2 -pthread -std=c++20 -fsigned-char
now building libcppyy_backend.so
creating build/lib.linux-aarch64-cpython-313/cppyy_backend/lib
g++ -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -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 -Wp,-D_GLIBCXX_ASSERTIONS build/temp.linux-aarch64-cpython-313/src/clingwrapper.o -L/usr/lib -o build/lib.linux-aarch64-cpython-313/cppyy_backend/lib/libcppyy_backend.so -Wl,-Bsymbolic-functions
installing to build/bdist.linux-aarch64/wheel
running install
running install_lib
creating build/bdist.linux-aarch64/wheel/cppyy_backend-1.15.3.data/platlib
creating build/bdist.linux-aarch64/wheel/cppyy_backend-1.15.3.data/platlib/cppyy_backend
creating build/bdist.linux-aarch64/wheel/cppyy_backend-1.15.3.data/platlib/cppyy_backend/lib
copying build/lib.linux-aarch64-cpython-313/cppyy_backend/lib/libcppyy_backend.so -> build/bdist.linux-aarch64/wheel/cppyy_backend-1.15.3.data/platlib/cppyy_backend/lib
running install_egg_info
running egg_info
creating cppyy_backend.egg-info
writing cppyy_backend.egg-info/PKG-INFO
writing dependency_links to cppyy_backend.egg-info/dependency_links.txt
writing requirements to cppyy_backend.egg-info/requires.txt
writing top-level names to cppyy_backend.egg-info/top_level.txt
writing manifest file 'cppyy_backend.egg-info/SOURCES.txt'
reading manifest file 'cppyy_backend.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'cppyy_backend.egg-info/SOURCES.txt'
Copying cppyy_backend.egg-info to build/bdist.linux-aarch64/wheel/cppyy_backend-1.15.3.data/platlib/cppyy_backend-1.15.3-py3.13.egg-info
running install_scripts
creating build/bdist.linux-aarch64/wheel/cppyy_backend-1.15.3.dist-info/WHEEL
creating '/build/python-cppyy-backend/src/cppyy-backend-clingwrapper-1.15.3/clingwrapper/dist/.tmp-wz69wunu/cppyy_backend-1.15.3-py2.py3-none-linux_aarch64.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'cppyy_backend-1.15.3.data/platlib/cppyy_backend/lib/libcppyy_backend.so'
adding 'cppyy_backend-1.15.3.dist-info/LICENSE.txt'
adding 'cppyy_backend-1.15.3.dist-info/METADATA'
adding 'cppyy_backend-1.15.3.dist-info/WHEEL'
adding 'cppyy_backend-1.15.3.dist-info/top_level.txt'
adding 'cppyy_backend-1.15.3.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Successfully built cppyy_backend-1.15.3-py2.py3-none-linux_aarch64.whl
==> Entering fakeroot environment...
==> Starting package()...
install: creating directory '/build/python-cppyy-backend/pkg/python-cppyy-backend/usr/share'
install: creating directory '/build/python-cppyy-backend/pkg/python-cppyy-backend/usr/share/licenses'
install: creating directory '/build/python-cppyy-backend/pkg/python-cppyy-backend/usr/share/licenses/python-cppyy-backend'
'LICENSE.txt' -> '/build/python-cppyy-backend/pkg/python-cppyy-backend/usr/share/licenses/python-cppyy-backend/LICENSE.txt'
==> 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 "python-cppyy-backend"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-cppyy-backend 1.15.3-1 (Sat Jan 18 18:58:14 2025)
==> Cleaning up...