==> Retrieving sources... -> Updating nfqueue-bindings git repo... -> Found python-support.patch ==> Generating checksums for source files... ==> Making package: python2-nfqueue v0.6.r1.g9bf0c34-1 (Wed 20 Nov 2024 12:01:17 PM UTC) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Package (2) New Version Net Change Download Size extra/libnetfilter_queue 1.0.5-2 0.04 MiB 0.02 MiB athena/python2 2.7.18-8 70.24 MiB Total Download Size: 0.02 MiB Total Installed Size: 70.28 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... libnetfilter_queue-1.0.5-2-x86_64 downloading... checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing python2... Optional dependencies for python2 tk: for IDLE python2-setuptools python2-pip installing libnetfilter_queue... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Checking buildtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Package (8) New Version Net Change Download Size extra/cppdap 1.58.0-2 1.55 MiB 0.32 MiB extra/hicolor-icon-theme 0.18-1 0.05 MiB extra/jsoncpp 1.9.6-3 0.77 MiB 0.16 MiB extra/libuv 1.49.2-1 0.61 MiB extra/rhash 1.4.4-1 0.32 MiB 0.17 MiB extra/cmake 3.31.0-1 77.86 MiB 12.00 MiB athena/python2-setuptools 2:44.1.1-2 3.81 MiB extra/swig 4.2.1-3 4.85 MiB 1.14 MiB Total Download Size: 13.79 MiB Total Installed Size: 89.82 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... cmake-3.31.0-1-x86_64 downloading... swig-4.2.1-3-x86_64 downloading... cppdap-1.58.0-2-x86_64 downloading... rhash-1.4.4-1-x86_64 downloading... jsoncpp-1.9.6-3-x86_64 downloading... checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing python2-setuptools... installing cppdap... installing hicolor-icon-theme... installing jsoncpp... Optional dependencies for jsoncpp jsoncpp-doc: documentation installing libuv... installing rhash... installing cmake... Optional dependencies for cmake make: for unix Makefile generator [installed] ninja: for ninja generator qt6-base: cmake-gui installing swig... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Retrieving sources... -> Updating nfqueue-bindings git repo... -> Found python-support.patch ==> Validating source files with sha512sums... nfqueue-bindings ... Skipped python-support.patch ... Passed ==> Extracting sources... -> Creating working copy of nfqueue-bindings git repo... Switched to a new branch 'makepkg' ==> Starting prepare()... patching file CMakeLists.txt Hunk #1 succeeded at 31 with fuzz 2 (offset 5 lines). patching file Makefile patching file nfq_common.c patching file python/CMakeLists.txt Hunk #1 succeeded at 23 with fuzz 1 (offset 3 lines). ==> Starting pkgver()... ==> Entering fakeroot environment... ==> Starting package()... [ -d build ] || mkdir build; \ cd build && cmake -DDEBUG=1 -DCMAKE_VERBOSE_MAKEFILE=0 -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/src/packages/libs/python/python-nfqueue/pkg/python2-nfqueue/usr -DPYTHON_INCLUDE_DIR=/usr/include/python2.7 -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so -DPYTHON_EXECUTABLE=`which python2` .. && make CMake Warning (dev) in CMakeLists.txt: No project() command is present. The top-level CMakeLists.txt file must contain a literal, direct call to the project() command. Add a line of code such as project(ProjectName) near the top of the file, but after cmake_minimum_required(). CMake is pretending there is a "project(Project)" command on the first line. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in CMakeLists.txt: cmake_minimum_required() should be called prior to this top-level project() call. Please see the cmake-commands(7) manual for usage documentation of both commands. This warning is for project developers. Use -Wno-dev to suppress it. -- The C compiler identification is GNU 14.2.1 -- The CXX compiler identification is GNU 14.2.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/sbin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/sbin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- Found SWIG: /usr/sbin/swig (found version "4.2.1") -- Found PkgConfig: /usr/sbin/pkg-config (found version "2.1.1") -- Checking for one of the modules 'libnetfilter_queue' -- Looking for nfq_set_verdict2 -- Looking for nfq_set_verdict2 - found CMake Warning (dev) at python/CMakeLists.txt:1 (FIND_PACKAGE): Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules are removed. Run "cmake --help-policy CMP0148" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. -- Found PythonInterp: /usr/sbin/python2 (found version "2.7.18") CMake Warning (dev) at python/CMakeLists.txt:2 (FIND_PACKAGE): Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules are removed. Run "cmake --help-policy CMP0148" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. -- Found PythonLibs: /usr/lib/libpython2.7.so (found version "2.7.18") CMake Warning (dev) at python/CMakeLists.txt:6 (EXEC_PROGRAM): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/UseSWIG.cmake:813 (message): Policy CMP0078 is not set: UseSWIG generates standard target names. Run "cmake --help-policy CMP0078" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): python/CMakeLists.txt:20 (SWIG_ADD_LIBRARY) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/UseSWIG.cmake:655 (message): Policy CMP0086 is not set: UseSWIG honors SWIG_MODULE_NAME via -module flag. Run "cmake --help-policy CMP0086" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): /usr/share/cmake/Modules/UseSWIG.cmake:926 (SWIG_ADD_SOURCE_TO_MODULE) python/CMakeLists.txt:20 (SWIG_ADD_LIBRARY) This warning is for project developers. Use -Wno-dev to suppress it. CMake Deprecation Warning at /usr/share/cmake/Modules/UseSWIG.cmake:1071 (message): SWIG_LINK_LIBRARIES is deprecated. Use TARGET_LINK_LIBRARIES instead. Call Stack (most recent call first): python/CMakeLists.txt:21 (SWIG_LINK_LIBRARIES) -- Configuring done (1.4s) -- Generating done (0.0s) CMake Warning: Manually-specified variables were not used by the project: DEBUG -- Build files have been written to: /src/packages/libs/python/python-nfqueue/src/nfqueue-bindings/build make[1]: Entering directory '/src/packages/libs/python/python-nfqueue/src/nfqueue-bindings/build' [ 14%] Swig compile ../libnetfilter_queue.i for python [ 14%] Built target nfqueue-python_swig_compilation [ 28%] Building C object python/CMakeFiles/nfqueue-python.dir/CMakeFiles/nfqueue-python.dir/libnetfilter_queuePYTHON_wrap.c.o [ 42%] Building C object python/CMakeFiles/nfqueue-python.dir/__/nfq_common.c.o [ 57%] Building C object python/CMakeFiles/nfqueue-python.dir/__/nfq_utils.c.o [ 71%] Building C object python/CMakeFiles/nfqueue-python.dir/__/nfq.c.o [ 85%] Building C object python/CMakeFiles/nfqueue-python.dir/__/exception.c.o [100%] Linking C shared module _nfqueue.so [100%] Built target nfqueue-python make[1]: Leaving directory '/src/packages/libs/python/python-nfqueue/src/nfqueue-bindings/build' cd build && make install make[1]: Entering directory '/src/packages/libs/python/python-nfqueue/src/nfqueue-bindings/build' [ 14%] Built target nfqueue-python_swig_compilation [ 28%] Linking C shared module _nfqueue.so [100%] Built target nfqueue-python Install the project... -- Install configuration: "Debug" -- Installing: /src/packages/libs/python/python-nfqueue/pkg/python2-nfqueue/usr/lib/python2.7/site-packages/nfqueue.py -- Installing: /src/packages/libs/python/python-nfqueue/pkg/python2-nfqueue/usr/lib/python2.7/site-packages/_nfqueue.so make[1]: Leaving directory '/src/packages/libs/python/python-nfqueue/src/nfqueue-bindings/build' ==> 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 "python2-nfqueue"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Creating package "python2-nfqueue-debug"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: python2-nfqueue v0.6.r1.g9bf0c34-1 (Wed 20 Nov 2024 12:01:31 PM UTC) ==> Cleaning up... ==> Removing installed dependencies... checking dependencies... Package (10) Old Version Net Change cmake 3.31.0-1 -77.86 MiB cppdap 1.58.0-2 -1.55 MiB hicolor-icon-theme 0.18-1 -0.05 MiB jsoncpp 1.9.6-3 -0.77 MiB libnetfilter_queue 1.0.5-2 -0.04 MiB libuv 1.49.2-1 -0.61 MiB python2 2.7.18-8 -70.24 MiB python2-setuptools 2:44.1.1-2 -3.81 MiB rhash 1.4.4-1 -0.32 MiB swig 4.2.1-3 -4.85 MiB Total Removed Size: 160.11 MiB :: Do you want to remove these packages? [Y/n] :: Processing package changes... removing swig... removing python2-setuptools... removing python2... removing libnetfilter_queue... removing cmake... removing rhash... removing libuv... removing jsoncpp... removing hicolor-icon-theme... removing cppdap... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate...