Package Details: python-fastboot-log-parser 0.1.1-4

Git Clone URL: https://aur.archlinux.org/python-fastboot-log-parser.git (read-only, click to copy)
Package Base: python-fastboot-log-parser
Description: A parser for Fastboot logs
Upstream URL: https://pypi.org/project/fastboot-log-parser/
Licenses: MIT
Submitter: TingPing
Maintainer: TingPing
Last Packager: TingPing
Votes: 0
Popularity: 0.000000
First Submitted: 2026-01-15 23:36 (UTC)
Last Updated: 2026-01-20 01:52 (UTC)

Latest Comments

taotieren commented on 2026-01-17 04:14 (UTC)

There are some errors when compiling in the extra clean environment of devtools. I hope they can be fixed. Thank you.

(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
  -> Found fastboot_log_parser-0.1.1.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting fastboot_log_parser-0.1.1.tar.gz with bsdtar
==> Starting build()...
/usr/lib/python3.14/site-packages/setuptools/__init__.py:92: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!

        ********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.

        This deprecation is overdue, please update your project and remove deprecated
        calls to avoid build errors in the future.
        ********************************************************************************

!!
  dist.fetch_build_eggs(dist.setup_requires)
/usr/bin/python: No module named pip
Traceback (most recent call last):
  File "/usr/lib/python3.14/site-packages/setuptools/installer.py", line 121, in _fetch_build_egg_no_warn
    subprocess.check_call(cmd)
    ~~~~~~~~~~~~~~~~~~~~~^^^^^
  File "/usr/lib/python3.14/subprocess.py", line 419, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/usr/bin/python', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmp8okpirai', '--quiet', 'setuptools_scm']' returned non-zero exit status 1.

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/build/python-fastboot-log-parser/src/fastboot_log_parser-0.1.1/setup.py", line 3, in <module>
    setup(
    ~~~~~^
        name='fastboot_log_parser',
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<19 lines>...
        zip_safe=False,
        ^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/lib/python3.14/site-packages/setuptools/__init__.py", line 114, in setup
    _install_setup_requires(attrs)
    ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^
  File "/usr/lib/python3.14/site-packages/setuptools/__init__.py", line 87, in _install_setup_requires
    _fetch_build_eggs(dist)
    ~~~~~~~~~~~~~~~~~^^^^^^
  File "/usr/lib/python3.14/site-packages/setuptools/__init__.py", line 92, in _fetch_build_eggs
    dist.fetch_build_eggs(dist.setup_requires)
    ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.14/site-packages/setuptools/dist.py", line 766, in fetch_build_eggs
    return _fetch_build_eggs(self, requires)
  File "/usr/lib/python3.14/site-packages/setuptools/installer.py", line 54, in _fetch_build_eggs
    resolved_dists = [_fetch_build_egg_no_warn(dist, req) for req in needed_reqs]
                      ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/usr/lib/python3.14/site-packages/setuptools/installer.py", line 123, in _fetch_build_egg_no_warn
    raise DistutilsError(str(e)) from e
distutils.errors.DistutilsError: Command '['/usr/bin/python', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmp8okpirai', '--quiet', 'setuptools_scm']' returned non-zero exit status 1.
==> ERROR: A failure occurred in build().
    Aborting...