==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-pycparser 2.23-1 (Sun Sep 28 12:54:37 2025)
==> Retrieving sources...
-> Cloning pycparser git repo...
Cloning into bare repository '/home/leming/work/python-pycparser/pycparser'...
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
pycparser ... Skipped
==> Making package: python-pycparser 2.23-1 (Sun Sep 28 12:54:59 2025)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...
Packages (15) perl-error-0.17030-2 perl-mailtools-2.22-2 perl-timedate-2.33-8
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.8.0-1
python-packaging-25.0-1 python-platformdirs-4.4.0-1
python-wheel-0.45.1-1 zlib-ng-2.2.5-1 git-2.51.0-1
python-setuptools-1:80.9.0-2
Total Download Size: 8.18 MiB
Total Installed Size: 50.11 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
git-2.51.0-1-armv7h downloading...
python-setuptools-1:80.9.0-2-any downloading...
python-packaging-25.0-1-any downloading...
python-more-itertools-10.8.0-1-any downloading...
zlib-ng-2.2.5-1-armv7h downloading...
python-wheel-0.45.1-1-any downloading...
perl-mailtools-2.22-2-any downloading...
perl-timedate-2.33-8-any downloading...
python-platformdirs-4.4.0-1-any downloading...
python-autocommand-2.2.2-7-any downloading...
python-jaraco.collections-5.1.0-1-any downloading...
perl-error-0.17030-2-any downloading...
python-jaraco.text-4.0.0-2-any downloading...
python-jaraco.functools-4.1.0-1-any downloading...
python-jaraco.context-6.0.1-1-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing perl-error...
installing perl-timedate...
installing perl-mailtools...
installing zlib-ng...
installing git...
Optional dependencies for git
git-zsh-completion: upstream zsh completion
tk: gitk and git gui
openssh: ssh transport and crypto
man: show help with `git command --help`
perl-libwww: git svn
perl-term-readkey: git svn and interactive.singlekey setting
perl-io-socket-ssl: git send-email TLS support
perl-authen-sasl: git send-email TLS support
perl-mediawiki-api: git mediawiki support
perl-datetime-format-iso8601: git mediawiki support
perl-lwp-protocol-https: git mediawiki https support
perl-cgi: gitweb (web interface) support
python: git svn & git p4 [installed]
subversion: git svn
org.freedesktop.secrets: keyring credential helper
libsecret: libsecret credential helper [installed]
less: the default pager for git [installed]
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...
:: Running post-transaction hooks...
(1/4) Creating system user accounts...
Creating group 'git' with GID 970.
Creating user 'git' (git daemon user) with UID 970 and GID 970.
(2/4) Reloading system manager configuration...
Skipped: Current root is not booted.
(3/4) Arming ConditionNeedsUpdate...
(4/4) Checking for old perl modules...
[?25h==> Retrieving sources...
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Creating working copy of pycparser git repo...
Cloning into 'pycparser'...
done.
Switched to a new branch 'makepkg'
==> Starting build()...
/usr/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: BSD License
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
running build
running build_py
creating build/lib/pycparser
copying pycparser/ast_transforms.py -> build/lib/pycparser
copying pycparser/c_lexer.py -> build/lib/pycparser
copying pycparser/plyparser.py -> build/lib/pycparser
copying pycparser/c_ast.py -> build/lib/pycparser
copying pycparser/c_generator.py -> build/lib/pycparser
copying pycparser/c_parser.py -> build/lib/pycparser
copying pycparser/__init__.py -> build/lib/pycparser
copying pycparser/_ast_gen.py -> build/lib/pycparser
copying pycparser/_build_tables.py -> build/lib/pycparser
creating build/lib/pycparser/ply
copying pycparser/ply/ctokens.py -> build/lib/pycparser/ply
copying pycparser/ply/lex.py -> build/lib/pycparser/ply
copying pycparser/ply/cpp.py -> build/lib/pycparser/ply
copying pycparser/ply/yacc.py -> build/lib/pycparser/ply
copying pycparser/ply/__init__.py -> build/lib/pycparser/ply
copying pycparser/ply/ygen.py -> build/lib/pycparser/ply
copying pycparser/_c_ast.cfg -> build/lib/pycparser
==> Entering fakeroot environment...
==> Starting package()...
/usr/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: BSD License
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
running install
/usr/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
By 2025-Oct-31, you need to update your project and remove deprecated calls
or your builds will no longer be supported.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
********************************************************************************
!!
self.initialize_options()
running build
running build_py
copying pycparser/ast_transforms.py -> build/lib/pycparser
copying pycparser/c_lexer.py -> build/lib/pycparser
copying pycparser/plyparser.py -> build/lib/pycparser
copying pycparser/c_ast.py -> build/lib/pycparser
copying pycparser/c_generator.py -> build/lib/pycparser
copying pycparser/lextab.py -> build/lib/pycparser
copying pycparser/c_parser.py -> build/lib/pycparser
copying pycparser/__init__.py -> build/lib/pycparser
copying pycparser/yacctab.py -> build/lib/pycparser
copying pycparser/_ast_gen.py -> build/lib/pycparser
copying pycparser/_build_tables.py -> build/lib/pycparser
copying pycparser/ply/ctokens.py -> build/lib/pycparser/ply
copying pycparser/ply/lex.py -> build/lib/pycparser/ply
copying pycparser/ply/cpp.py -> build/lib/pycparser/ply
copying pycparser/ply/yacc.py -> build/lib/pycparser/ply
copying pycparser/ply/__init__.py -> build/lib/pycparser/ply
copying pycparser/ply/ygen.py -> build/lib/pycparser/ply
copying pycparser/_c_ast.cfg -> build/lib/pycparser
running install_lib
creating /build/python-pycparser/pkg/python-pycparser/usr/lib/python3.13/site-packages
creating /build/python-pycparser/pkg/python-pycparser/usr/lib/python3.13/site-packages/pycparser
copying build/lib/pycparser/ast_transforms.py -> /build/python-pycparser/pkg/python-pycparser/usr/lib/python3.13/site-packages/pycparser
copying build/lib/pycparser/_c_ast.cfg -> /build/python-pycparser/pkg/python-pycparser/usr/lib/python3.13/site-packages/pycparser
copying build/lib/pycparser/c_lexer.py -> /build/python-pycparser/pkg/python-pycparser/usr/lib/python3.13/site-packages/pycparser
copying build/lib/pycparser/plyparser.py -> /build/python-pycparser/pkg/python-pycparser/usr/lib/python3.13/site-packages/pycparser
copying build/lib/pycparser/c_ast.py -> /build/python-pycparser/pkg/python-pycparser/usr/lib/python3.13/site-packages/pycparser
copying build/lib/pycparser/c_generator.py -> /build/python-pycparser/pkg/python-pycparser/usr/lib/python3.13/site-packages/pycparser
copying build/lib/pycparser/lextab.py -> /build/python-pycparser/pkg/python-pycparser/usr/lib/python3.13/site-packages/pycparser
copying build/lib/pycparser/c_parser.py -> /build/python-pycparser/pkg/python-pycparser/usr/lib/python3.13/site-packages/pycparser
copying build/lib/pycparser/__init__.py -> /build/python-pycparser/pkg/python-pycparser/usr/lib/python3.13/site-packages/pycparser
copying build/lib/pycparser/yacctab.py -> /build/python-pycparser/pkg/python-pycparser/usr/lib/python3.13/site-packages/pycparser
creating /build/python-pycparser/pkg/python-pycparser/usr/lib/python3.13/site-packages/pycparser/ply
copying build/lib/pycparser/ply/ctokens.py -> /build/python-pycparser/pkg/python-pycparser/usr/lib/python3.13/site-packages/pycparser/ply
copying build/lib/pycparser/ply/lex.py -> /build/python-pycparser/pkg/python-pycparser/usr/lib/python3.13/site-packages/pycparser/ply
copying build/lib/pycparser/ply/cpp.py -> /build/python-pycparser/pkg/python-pycparser/usr/lib/python3.13/site-packages/pycparser/ply
copying build/lib/pycparser/ply/yacc.py -> /build/python-pycparser/pkg/python-pycparser/usr/lib/python3.13/site-packages/pycparser/ply
copying build/lib/pycparser/ply/__init__.py -> /build/python-pycparser/pkg/python-pycparser/usr/lib/python3.13/site-packages/pycparser/ply
copying build/lib/pycparser/ply/ygen.py -> /build/python-pycparser/pkg/python-pycparser/usr/lib/python3.13/site-packages/pycparser/ply
copying build/lib/pycparser/_ast_gen.py -> /build/python-pycparser/pkg/python-pycparser/usr/lib/python3.13/site-packages/pycparser
copying build/lib/pycparser/_build_tables.py -> /build/python-pycparser/pkg/python-pycparser/usr/lib/python3.13/site-packages/pycparser
byte-compiling /build/python-pycparser/pkg/python-pycparser/usr/lib/python3.13/site-packages/pycparser/ast_transforms.py to ast_transforms.cpython-313.pyc
byte-compiling /build/python-pycparser/pkg/python-pycparser/usr/lib/python3.13/site-packages/pycparser/c_lexer.py to c_lexer.cpython-313.pyc
byte-compiling /build/python-pycparser/pkg/python-pycparser/usr/lib/python3.13/site-packages/pycparser/plyparser.py to plyparser.cpython-313.pyc
byte-compiling /build/python-pycparser/pkg/python-pycparser/usr/lib/python3.13/site-packages/pycparser/c_ast.py to c_ast.cpython-313.pyc
byte-compiling /build/python-pycparser/pkg/python-pycparser/usr/lib/python3.13/site-packages/pycparser/c_generator.py to c_generator.cpython-313.pyc
byte-compiling /build/python-pycparser/pkg/python-pycparser/usr/lib/python3.13/site-packages/pycparser/lextab.py to lextab.cpython-313.pyc
byte-compiling /build/python-pycparser/pkg/python-pycparser/usr/lib/python3.13/site-packages/pycparser/c_parser.py to c_parser.cpython-313.pyc
byte-compiling /build/python-pycparser/pkg/python-pycparser/usr/lib/python3.13/site-packages/pycparser/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-pycparser/pkg/python-pycparser/usr/lib/python3.13/site-packages/pycparser/yacctab.py to yacctab.cpython-313.pyc
byte-compiling /build/python-pycparser/pkg/python-pycparser/usr/lib/python3.13/site-packages/pycparser/ply/ctokens.py to ctokens.cpython-313.pyc
byte-compiling /build/python-pycparser/pkg/python-pycparser/usr/lib/python3.13/site-packages/pycparser/ply/lex.py to lex.cpython-313.pyc
byte-compiling /build/python-pycparser/pkg/python-pycparser/usr/lib/python3.13/site-packages/pycparser/ply/cpp.py to cpp.cpython-313.pyc
byte-compiling /build/python-pycparser/pkg/python-pycparser/usr/lib/python3.13/site-packages/pycparser/ply/yacc.py to yacc.cpython-313.pyc
byte-compiling /build/python-pycparser/pkg/python-pycparser/usr/lib/python3.13/site-packages/pycparser/ply/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-pycparser/pkg/python-pycparser/usr/lib/python3.13/site-packages/pycparser/ply/ygen.py to ygen.cpython-313.pyc
byte-compiling /build/python-pycparser/pkg/python-pycparser/usr/lib/python3.13/site-packages/pycparser/_ast_gen.py to _ast_gen.cpython-313.pyc
byte-compiling /build/python-pycparser/pkg/python-pycparser/usr/lib/python3.13/site-packages/pycparser/_build_tables.py to _build_tables.cpython-313.pyc
writing byte-compilation script '/tmp/tmp0vbhel1v.py'
/usr/bin/python /tmp/tmp0vbhel1v.py
removing /tmp/tmp0vbhel1v.py
running install_egg_info
running egg_info
creating pycparser.egg-info
writing pycparser.egg-info/PKG-INFO
writing dependency_links to pycparser.egg-info/dependency_links.txt
writing top-level names to pycparser.egg-info/top_level.txt
writing manifest file 'pycparser.egg-info/SOURCES.txt'
reading manifest file 'pycparser.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files found matching 'setup.pyc'
warning: no previously-included files matching 'yacctab.*' found under directory 'tests'
warning: no previously-included files matching 'lextab.*' found under directory 'tests'
warning: no previously-included files matching 'yacctab.*' found under directory 'examples'
warning: no previously-included files matching 'lextab.*' found under directory 'examples'
adding license file 'LICENSE'
writing manifest file 'pycparser.egg-info/SOURCES.txt'
Copying pycparser.egg-info to /build/python-pycparser/pkg/python-pycparser/usr/lib/python3.13/site-packages/pycparser-2.23-py3.13.egg-info
running install_scripts
Build the lexing/parsing tables
==> 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-pycparser"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-pycparser 2.23-1 (Sun Sep 28 12:55:22 2025)
==> Cleaning up...