==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: python-pcapy 1.0.9-3 (Mon Dec 23 02:31:37 2024)
==> Retrieving sources...
  -> Found pcapy-ng-1.0.9.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    pcapy-ng-1.0.9.tar.gz ... Passed
==> Validating source files with sha512sums...
    pcapy-ng-1.0.9.tar.gz ... Passed
==> Making package: python-pcapy 1.0.9-3 (Mon Dec 23 02:31:44 2024)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (2) libnl-3.11.0-1  libpcap-1.10.5-2

Total Installed Size:  5.98 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 libnl...
installing libpcap...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (10) python-autocommand-2.2.2-7  python-jaraco.collections-5.0.1-2
              python-jaraco.context-5.3.0-3  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-wheel-0.45.0-3  python-setuptools-1:75.2.0-4

Total Installed Size:  10.25 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...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Retrieving sources...
  -> Found pcapy-ng-1.0.9.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting pcapy-ng-1.0.9.tar.gz with bsdtar
==> Starting prepare()...
==> Starting build()...
running build
running build_ext
building 'pcapy' extension
creating build/temp.linux-aarch64-cpython-313
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/include/python3.13 -c bpfobj.cc -o build/temp.linux-aarch64-cpython-313/bpfobj.o
bpfobj.cc: In function 'PyObject* p_new_bpfobject(PyTypeObject*, PyObject*, PyObject*)':
bpfobj.cc:182:26: warning: 'int pcap_compile_nopcap(int, int, bpf_program*, const char*, int, bpf_u_int32)' is deprecated: use pcap_open_dead(), pcap_compile() and pcap_close() [-Wdeprecated-declarations]
In file included from /usr/include/pcap.h:43,
                 from bpfobj.cc:12:
/usr/include/pcap/pcap.h:667:16: note: declared here
  667 | PCAP_API int    pcap_compile_nopcap(int, int, struct bpf_program *,
      |             ^~~~~~~~~~~~~~~~~~~~~~
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/include/python3.13 -c pcap_pkthdr.cc -o build/temp.linux-aarch64-cpython-313/pcap_pkthdr.o
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/include/python3.13 -c pcapdumper.cc -o build/temp.linux-aarch64-cpython-313/pcapdumper.o
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/include/python3.13 -c pcapobj.cc -o build/temp.linux-aarch64-cpython-313/pcapobj.o
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/include/python3.13 -c pcapy.cc -o build/temp.linux-aarch64-cpython-313/pcapy.o
pcapy.cc: In function 'PyObject* lookupdev(PyObject*, PyObject*)':
pcapy.cc:37:23: warning: 'char* pcap_lookupdev(char*)' is deprecated: use 'pcap_findalldevs' and use the first device [-Wdeprecated-declarations]
In file included from /usr/include/pcap.h:43,
                 from pcapy.cc:12:
/usr/include/pcap/pcap.h:444:17: note: declared here
  444 | PCAP_API char   *pcap_lookupdev(char *);
      |                 ^~~~~~~~~~~~~~
creating build/lib.linux-aarch64-cpython-313
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/bpfobj.o build/temp.linux-aarch64-cpython-313/pcap_pkthdr.o build/temp.linux-aarch64-cpython-313/pcapdumper.o build/temp.linux-aarch64-cpython-313/pcapobj.o build/temp.linux-aarch64-cpython-313/pcapy.o -L/usr/lib -lpcap -o build/lib.linux-aarch64-cpython-313/pcapy.cpython-313-aarch64-linux-gnu.so
==> Entering fakeroot environment...
==> Starting package()...
running install
/usr/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************

!!
  self.initialize_options()
running install_lib
creating /build/python-pcapy/pkg/python-pcapy/usr/lib/python3.13/site-packages
copying build/lib.linux-aarch64-cpython-313/pcapy.cpython-313-aarch64-linux-gnu.so -> /build/python-pcapy/pkg/python-pcapy/usr/lib/python3.13/site-packages
writing byte-compilation script '/tmp/tmp15kmgzv0.py'
/usr/bin/python /tmp/tmp15kmgzv0.py
removing /tmp/tmp15kmgzv0.py
running install_data
creating /build/python-pcapy/pkg/python-pcapy/usr/share/doc/pcapy-ng
copying README -> /build/python-pcapy/pkg/python-pcapy/usr/share/doc/pcapy-ng
copying LICENSE -> /build/python-pcapy/pkg/python-pcapy/usr/share/doc/pcapy-ng
copying pcapy.html -> /build/python-pcapy/pkg/python-pcapy/usr/share/doc/pcapy-ng
creating /build/python-pcapy/pkg/python-pcapy/usr/share/doc/pcapy-ng/tests
copying tests/pcapytests.py -> /build/python-pcapy/pkg/python-pcapy/usr/share/doc/pcapy-ng/tests
copying tests/96pings.pcap -> /build/python-pcapy/pkg/python-pcapy/usr/share/doc/pcapy-ng/tests
running install_egg_info
running egg_info
creating pcapy_ng.egg-info
writing pcapy_ng.egg-info/PKG-INFO
writing dependency_links to pcapy_ng.egg-info/dependency_links.txt
writing top-level names to pcapy_ng.egg-info/top_level.txt
writing manifest file 'pcapy_ng.egg-info/SOURCES.txt'
reading manifest file 'pcapy_ng.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'pcapy_ng.egg-info/SOURCES.txt'
Copying pcapy_ng.egg-info to /build/python-pcapy/pkg/python-pcapy/usr/lib/python3.13/site-packages/pcapy_ng-1.0.9-py3.13.egg-info
running install_scripts
==> 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-pcapy"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-pcapy 1.0.9-3 (Mon Dec 23 02:31:52 2024)
==> Cleaning up...