==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-flask-debug 0.4.3-11 (Sun Jan 11 17:40:34 2026)
==> Retrieving sources...
  -> Found python-flask-debug-0.4.3.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    python-flask-debug-0.4.3.tar.gz ... Passed
==> Making package: python-flask-debug 0.4.3-11 (Mon Jan 12 00:41:00 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (10) mpdecimal-4.0.1-1  python-3.14.2-2  python-blinker-1.9.0-4  python-click-8.3.1-1  python-itsdangerous-2.2.0-2  python-jinja-1:3.1.6-3  python-markupsafe-3.0.2-2  python-werkzeug-3.1.3-2  python-flask-3.1.2-2  python-inflection-0.5.1-10

Total Download Size:    0.63 MiB
Total Installed Size:  76.22 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-werkzeug-3.1.3-2-any downloading...
 python-flask-3.1.2-2-any downloading...
 python-itsdangerous-2.2.0-2-any downloading...
 python-blinker-1.9.0-4-any downloading...
 python-inflection-0.5.1-10-any downloading...
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
installing python-blinker...
installing python-click...
installing python-itsdangerous...
installing python-markupsafe...
installing python-jinja...
Optional dependencies for python-jinja
    python-babel: for i18n support
installing python-werkzeug...
Optional dependencies for python-werkzeug
    python-watchdog: faster and more advanced reloader
installing python-flask...
Optional dependencies for python-flask
    python-asgiref: async functions and views
    python-cryptography: using ad-hoc certificates
    python-dotenv: loading env vars from files
installing python-inflection...
:: 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-25.0-4  python-platformdirs-4.5.1-3  python-pyproject-hooks-1.2.0-6  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:  11.01 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-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-packaging...
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...
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...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
  -> Found python-flask-debug-0.4.3.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting python-flask-debug-0.4.3.tar.gz with bsdtar
==> Starting build()...
* Getting build dependencies for wheel...
running egg_info
creating Flask_Debug.egg-info
writing Flask_Debug.egg-info/PKG-INFO
writing dependency_links to Flask_Debug.egg-info/dependency_links.txt
writing requirements to Flask_Debug.egg-info/requires.txt
writing top-level names to Flask_Debug.egg-info/top_level.txt
writing manifest file 'Flask_Debug.egg-info/SOURCES.txt'
reading manifest file 'Flask_Debug.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'Flask_Debug.egg-info/SOURCES.txt'
* Building wheel...
running bdist_wheel
running build
running build_py
creating build/lib/flask_debug_plugins
copying flask_debug_plugins/__init__.py -> build/lib/flask_debug_plugins
creating build/lib/flask_debug
copying flask_debug/security.py -> build/lib/flask_debug
copying flask_debug/dbg.py -> build/lib/flask_debug
copying flask_debug/__init__.py -> build/lib/flask_debug
running egg_info
writing Flask_Debug.egg-info/PKG-INFO
writing dependency_links to Flask_Debug.egg-info/dependency_links.txt
writing requirements to Flask_Debug.egg-info/requires.txt
writing top-level names to Flask_Debug.egg-info/top_level.txt
reading manifest file 'Flask_Debug.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'Flask_Debug.egg-info/SOURCES.txt'
/usr/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'flask_debug.templates.flask_debug' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'flask_debug.templates.flask_debug' as an importable package[^1],
        but it is absent from setuptools' `packages` configuration.

        This leads to an ambiguous overall configuration. If you want to distribute this
        package, please make sure that 'flask_debug.templates.flask_debug' is explicitly added
        to the `packages` configuration field.

        Alternatively, you can also rely on setuptools' discovery methods
        (for example by using `find_namespace_packages(...)`/`find_namespace:`
        instead of `find_packages(...)`/`find:`).

        You can read more about "package discovery" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

        If you don't want 'flask_debug.templates.flask_debug' to be distributed and are
        already explicitly excluding 'flask_debug.templates.flask_debug' via
        `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
        you can try to use `exclude_package_data`, or `include-package-data=False` in
        combination with a more fine grained `package-data` configuration.

        You can read more about "package data files" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


        [^1]: For Python, any directory (with suitable naming) can be imported,
              even if it does not contain any `.py` files.
              On the other hand, currently there is no concept of package data
              directory, all directories are treated like packages.
        ********************************************************************************

!!
  check.warn(importable)
/usr/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'flask_debug_plugins.templates.flask_debug' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'flask_debug_plugins.templates.flask_debug' as an importable package[^1],
        but it is absent from setuptools' `packages` configuration.

        This leads to an ambiguous overall configuration. If you want to distribute this
        package, please make sure that 'flask_debug_plugins.templates.flask_debug' is explicitly added
        to the `packages` configuration field.

        Alternatively, you can also rely on setuptools' discovery methods
        (for example by using `find_namespace_packages(...)`/`find_namespace:`
        instead of `find_packages(...)`/`find:`).

        You can read more about "package discovery" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

        If you don't want 'flask_debug_plugins.templates.flask_debug' to be distributed and are
        already explicitly excluding 'flask_debug_plugins.templates.flask_debug' via
        `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
        you can try to use `exclude_package_data`, or `include-package-data=False` in
        combination with a more fine grained `package-data` configuration.

        You can read more about "package data files" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


        [^1]: For Python, any directory (with suitable naming) can be imported,
              even if it does not contain any `.py` files.
              On the other hand, currently there is no concept of package data
              directory, all directories are treated like packages.
        ********************************************************************************

!!
  check.warn(importable)
creating build/lib/flask_debug_plugins/templates/flask_debug
copying flask_debug_plugins/templates/flask_debug/plugins.html -> build/lib/flask_debug_plugins/templates/flask_debug
creating build/lib/flask_debug/templates/flask_debug
copying flask_debug/templates/flask_debug/base.html -> build/lib/flask_debug/templates/flask_debug
copying flask_debug/templates/flask_debug/bootstrap_base.html -> build/lib/flask_debug/templates/flask_debug
copying flask_debug/templates/flask_debug/config.html -> build/lib/flask_debug/templates/flask_debug
copying flask_debug/templates/flask_debug/reflect.html -> build/lib/flask_debug/templates/flask_debug
installing to build/bdist.linux-armv7l/wheel
running install
running install_lib
creating build/bdist.linux-armv7l/wheel
creating build/bdist.linux-armv7l/wheel/flask_debug_plugins
copying build/lib/flask_debug_plugins/__init__.py -> build/bdist.linux-armv7l/wheel/./flask_debug_plugins
creating build/bdist.linux-armv7l/wheel/flask_debug_plugins/templates
creating build/bdist.linux-armv7l/wheel/flask_debug_plugins/templates/flask_debug
copying build/lib/flask_debug_plugins/templates/flask_debug/plugins.html -> build/bdist.linux-armv7l/wheel/./flask_debug_plugins/templates/flask_debug
creating build/bdist.linux-armv7l/wheel/flask_debug
copying build/lib/flask_debug/security.py -> build/bdist.linux-armv7l/wheel/./flask_debug
copying build/lib/flask_debug/dbg.py -> build/bdist.linux-armv7l/wheel/./flask_debug
copying build/lib/flask_debug/__init__.py -> build/bdist.linux-armv7l/wheel/./flask_debug
creating build/bdist.linux-armv7l/wheel/flask_debug/templates
creating build/bdist.linux-armv7l/wheel/flask_debug/templates/flask_debug
copying build/lib/flask_debug/templates/flask_debug/reflect.html -> build/bdist.linux-armv7l/wheel/./flask_debug/templates/flask_debug
copying build/lib/flask_debug/templates/flask_debug/config.html -> build/bdist.linux-armv7l/wheel/./flask_debug/templates/flask_debug
copying build/lib/flask_debug/templates/flask_debug/bootstrap_base.html -> build/bdist.linux-armv7l/wheel/./flask_debug/templates/flask_debug
copying build/lib/flask_debug/templates/flask_debug/base.html -> build/bdist.linux-armv7l/wheel/./flask_debug/templates/flask_debug
running install_egg_info
Copying Flask_Debug.egg-info to build/bdist.linux-armv7l/wheel/./Flask_Debug-0.4.3-py3.14.egg-info
running install_scripts
creating build/bdist.linux-armv7l/wheel/flask_debug-0.4.3.dist-info/WHEEL
creating '/build/python-flask-debug/src/Flask-Debug-0.4.3/dist/.tmp-w_chzz2z/flask_debug-0.4.3-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it
adding 'flask_debug/__init__.py'
adding 'flask_debug/dbg.py'
adding 'flask_debug/security.py'
adding 'flask_debug/templates/flask_debug/base.html'
adding 'flask_debug/templates/flask_debug/bootstrap_base.html'
adding 'flask_debug/templates/flask_debug/config.html'
adding 'flask_debug/templates/flask_debug/reflect.html'
adding 'flask_debug-0.4.3.dist-info/licenses/LICENSE'
adding 'flask_debug_plugins/__init__.py'
adding 'flask_debug_plugins/templates/flask_debug/plugins.html'
adding 'flask_debug-0.4.3.dist-info/METADATA'
adding 'flask_debug-0.4.3.dist-info/WHEEL'
adding 'flask_debug-0.4.3.dist-info/top_level.txt'
adding 'flask_debug-0.4.3.dist-info/RECORD'
removing build/bdist.linux-armv7l/wheel
Successfully built flask_debug-0.4.3-py3-none-any.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-flask-debug"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-flask-debug 0.4.3-11 (Mon Jan 12 00:41:17 2026)
==> Cleaning up...
[?12l[?25h