==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: ropgadget 7.6-2 (Sat Jan 10 17:49:02 2026)
==> Retrieving sources...
-> Found ropgadget-7.6.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
ropgadget-7.6.tar.gz ... Passed
==> Validating source files with b2sums...
ropgadget-7.6.tar.gz ... Passed
==> Making package: ropgadget 7.6-2 (Sun Jan 11 00:49:27 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (4) capstone-5.0.6-2 mpdecimal-4.0.1-1 python-3.14.2-2 python-capstone-5.0.6-2
Total Download Size: 1.63 MiB
Total Installed Size: 91.53 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
python-capstone-5.0.6-2-armv7h downloading...
capstone-5.0.6-2-armv7h 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 capstone...
installing python-capstone...
:: 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 ropgadget-7.6.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting ropgadget-7.6.tar.gz with bsdtar
==> Starting prepare()...
==> Starting build()...
* Getting build dependencies for wheel...
/usr/lib/python3.14/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 egg_info
creating ROPGadget.egg-info
writing ROPGadget.egg-info/PKG-INFO
writing dependency_links to ROPGadget.egg-info/dependency_links.txt
writing requirements to ROPGadget.egg-info/requires.txt
writing top-level names to ROPGadget.egg-info/top_level.txt
writing manifest file 'ROPGadget.egg-info/SOURCES.txt'
reading manifest file 'ROPGadget.egg-info/SOURCES.txt'
adding license file 'LICENSE_BSD.txt'
adding license file 'AUTHORS'
writing manifest file 'ROPGadget.egg-info/SOURCES.txt'
* Building wheel...
/usr/lib/python3.14/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 bdist_wheel
running build
running build_py
creating build/lib/ropgadget
copying ropgadget/binary.py -> build/lib/ropgadget
copying ropgadget/version.py -> build/lib/ropgadget
copying ropgadget/options.py -> build/lib/ropgadget
copying ropgadget/core.py -> build/lib/ropgadget
copying ropgadget/__init__.py -> build/lib/ropgadget
copying ropgadget/gadgets.py -> build/lib/ropgadget
copying ropgadget/updateAlert.py -> build/lib/ropgadget
copying ropgadget/args.py -> build/lib/ropgadget
copying ropgadget/rgutils.py -> build/lib/ropgadget
creating build/lib/ropgadget/ropchain
copying ropgadget/ropchain/ropmaker.py -> build/lib/ropgadget/ropchain
copying ropgadget/ropchain/__init__.py -> build/lib/ropgadget/ropchain
creating build/lib/ropgadget/ropchain/arch
copying ropgadget/ropchain/arch/ropmakerx64.py -> build/lib/ropgadget/ropchain/arch
copying ropgadget/ropchain/arch/ropmakerx86.py -> build/lib/ropgadget/ropchain/arch
copying ropgadget/ropchain/arch/__init__.py -> build/lib/ropgadget/ropchain/arch
creating build/lib/ropgadget/loaders
copying ropgadget/loaders/elf.py -> build/lib/ropgadget/loaders
copying ropgadget/loaders/macho.py -> build/lib/ropgadget/loaders
copying ropgadget/loaders/__init__.py -> build/lib/ropgadget/loaders
copying ropgadget/loaders/raw.py -> build/lib/ropgadget/loaders
copying ropgadget/loaders/universal.py -> build/lib/ropgadget/loaders
copying ropgadget/loaders/pe.py -> build/lib/ropgadget/loaders
running build_scripts
creating build/scripts-3.14
copying and adjusting scripts/ROPgadget -> build/scripts-3.14
changing mode of build/scripts-3.14/ROPgadget from 644 to 755
installing to build/bdist.linux-armv7l/wheel
running install
running install_lib
creating build/bdist.linux-armv7l/wheel
creating build/bdist.linux-armv7l/wheel/ropgadget
copying build/lib/ropgadget/binary.py -> build/bdist.linux-armv7l/wheel/./ropgadget
copying build/lib/ropgadget/version.py -> build/bdist.linux-armv7l/wheel/./ropgadget
copying build/lib/ropgadget/options.py -> build/bdist.linux-armv7l/wheel/./ropgadget
copying build/lib/ropgadget/core.py -> build/bdist.linux-armv7l/wheel/./ropgadget
copying build/lib/ropgadget/__init__.py -> build/bdist.linux-armv7l/wheel/./ropgadget
copying build/lib/ropgadget/gadgets.py -> build/bdist.linux-armv7l/wheel/./ropgadget
copying build/lib/ropgadget/updateAlert.py -> build/bdist.linux-armv7l/wheel/./ropgadget
creating build/bdist.linux-armv7l/wheel/ropgadget/ropchain
copying build/lib/ropgadget/ropchain/ropmaker.py -> build/bdist.linux-armv7l/wheel/./ropgadget/ropchain
copying build/lib/ropgadget/ropchain/__init__.py -> build/bdist.linux-armv7l/wheel/./ropgadget/ropchain
creating build/bdist.linux-armv7l/wheel/ropgadget/ropchain/arch
copying build/lib/ropgadget/ropchain/arch/ropmakerx64.py -> build/bdist.linux-armv7l/wheel/./ropgadget/ropchain/arch
copying build/lib/ropgadget/ropchain/arch/ropmakerx86.py -> build/bdist.linux-armv7l/wheel/./ropgadget/ropchain/arch
copying build/lib/ropgadget/ropchain/arch/__init__.py -> build/bdist.linux-armv7l/wheel/./ropgadget/ropchain/arch
copying build/lib/ropgadget/args.py -> build/bdist.linux-armv7l/wheel/./ropgadget
copying build/lib/ropgadget/rgutils.py -> build/bdist.linux-armv7l/wheel/./ropgadget
creating build/bdist.linux-armv7l/wheel/ropgadget/loaders
copying build/lib/ropgadget/loaders/elf.py -> build/bdist.linux-armv7l/wheel/./ropgadget/loaders
copying build/lib/ropgadget/loaders/macho.py -> build/bdist.linux-armv7l/wheel/./ropgadget/loaders
copying build/lib/ropgadget/loaders/__init__.py -> build/bdist.linux-armv7l/wheel/./ropgadget/loaders
copying build/lib/ropgadget/loaders/raw.py -> build/bdist.linux-armv7l/wheel/./ropgadget/loaders
copying build/lib/ropgadget/loaders/universal.py -> build/bdist.linux-armv7l/wheel/./ropgadget/loaders
copying build/lib/ropgadget/loaders/pe.py -> build/bdist.linux-armv7l/wheel/./ropgadget/loaders
running install_egg_info
running egg_info
writing ROPGadget.egg-info/PKG-INFO
writing dependency_links to ROPGadget.egg-info/dependency_links.txt
writing requirements to ROPGadget.egg-info/requires.txt
writing top-level names to ROPGadget.egg-info/top_level.txt
reading manifest file 'ROPGadget.egg-info/SOURCES.txt'
adding license file 'LICENSE_BSD.txt'
adding license file 'AUTHORS'
writing manifest file 'ROPGadget.egg-info/SOURCES.txt'
Copying ROPGadget.egg-info to build/bdist.linux-armv7l/wheel/./ROPGadget-7.6-py3.14.egg-info
running install_scripts
creating build/bdist.linux-armv7l/wheel/ropgadget-7.6.data/scripts
copying build/scripts-3.14/ROPgadget -> build/bdist.linux-armv7l/wheel/ropgadget-7.6.data/scripts
changing mode of build/bdist.linux-armv7l/wheel/ropgadget-7.6.data/scripts/ROPgadget to 755
creating build/bdist.linux-armv7l/wheel/ropgadget-7.6.dist-info/WHEEL
creating '/build/ropgadget/src/ROPgadget-7.6/dist/.tmp-3gugknid/ropgadget-7.6-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it
adding 'ropgadget/__init__.py'
adding 'ropgadget/args.py'
adding 'ropgadget/binary.py'
adding 'ropgadget/core.py'
adding 'ropgadget/gadgets.py'
adding 'ropgadget/options.py'
adding 'ropgadget/rgutils.py'
adding 'ropgadget/updateAlert.py'
adding 'ropgadget/version.py'
adding 'ropgadget/loaders/__init__.py'
adding 'ropgadget/loaders/elf.py'
adding 'ropgadget/loaders/macho.py'
adding 'ropgadget/loaders/pe.py'
adding 'ropgadget/loaders/raw.py'
adding 'ropgadget/loaders/universal.py'
adding 'ropgadget/ropchain/__init__.py'
adding 'ropgadget/ropchain/ropmaker.py'
adding 'ropgadget/ropchain/arch/__init__.py'
adding 'ropgadget/ropchain/arch/ropmakerx64.py'
adding 'ropgadget/ropchain/arch/ropmakerx86.py'
adding 'ropgadget-7.6.data/scripts/ROPgadget'
adding 'ropgadget-7.6.dist-info/licenses/AUTHORS'
adding 'ropgadget-7.6.dist-info/licenses/LICENSE_BSD.txt'
adding 'ropgadget-7.6.dist-info/METADATA'
adding 'ropgadget-7.6.dist-info/WHEEL'
adding 'ropgadget-7.6.dist-info/top_level.txt'
adding 'ropgadget-7.6.dist-info/RECORD'
removing build/bdist.linux-armv7l/wheel
Successfully built ropgadget-7.6-py3-none-any.whl
==> Entering fakeroot environment...
==> Starting package()...
/usr/lib/python3.14/site-packages/ropgadget/gadgets.py:277: SyntaxWarning: "\?" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\?"? A raw string is also an option.
/usr/lib/python3.14/site-packages/ropgadget/gadgets.py:282: SyntaxWarning: "\?" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\?"? A raw string is also an option.
/usr/lib/python3.14/site-packages/ropgadget/gadgets.py:277: SyntaxWarning: "\?" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\?"? A raw string is also an option.
/usr/lib/python3.14/site-packages/ropgadget/gadgets.py:282: SyntaxWarning: "\?" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\?"? A raw string is also an option.
/usr/lib/python3.14/site-packages/ropgadget/updateAlert.py:30: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option.
/usr/lib/python3.14/site-packages/ropgadget/updateAlert.py:31: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option.
/usr/lib/python3.14/site-packages/ropgadget/updateAlert.py:30: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option.
/usr/lib/python3.14/site-packages/ropgadget/updateAlert.py:31: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option.
/usr/lib/python3.14/site-packages/ropgadget/ropchain/arch/ropmakerx64.py:29: SyntaxWarning: "\[" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\["? A raw string is also an option.
/usr/lib/python3.14/site-packages/ropgadget/ropchain/arch/ropmakerx64.py:29: SyntaxWarning: "\[" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\["? A raw string is also an option.
/usr/lib/python3.14/site-packages/ropgadget/ropchain/arch/ropmakerx86.py:29: SyntaxWarning: "\[" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\["? A raw string is also an option.
/usr/lib/python3.14/site-packages/ropgadget/ropchain/arch/ropmakerx86.py:29: SyntaxWarning: "\[" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\["? A raw string is also an option.
==> 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 "ropgadget"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: ropgadget 7.6-2 (Sun Jan 11 00:49:48 2026)
==> Cleaning up...
[?12l[?25h