==> Synchronizing chroot copy [/home/alhp/workspace/chroot/root] -> [build_9ce6fd38-3869-42ae-a760-cf08339f6a0e]...done ==> Making package: rx_tools 1.0.3-4.1 (Wed Nov 20 19:32:45 2024) ==> Retrieving sources... -> Downloading v1.0.3.zip... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57860 0 57860 0 0 109k 0 --:--:-- --:--:-- --:--:-- 109k ==> Validating source files with sha512sums... v1.0.3.zip ... Passed ==> Making package: rx_tools 1.0.3-4.1 (Wed Nov 20 19:32:48 2024) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Package (3) New Version Net Change core/mpdecimal 4.0.0-2 0.32 MiB core/python 3.12.7-1 70.07 MiB extra/soapysdr 0.8.1-5 5.22 MiB Total Installed Size: 75.61 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: 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 soapysdr... Optional dependencies for soapysdr soapyairspy: Airspy backend soapyaudio: Audio devices backend soapybladerf: BladeRF backend soapyhackrf: HackRF backend soapynetsdr: NetSDR backend soapyosmo: OsmoSDR backend soapyremote: SoapySDR remote support soapyrtlsdr: rtl-sdr backend soapyuhd: UHD backend :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Checking buildtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Package (6) New Version Net Change extra/cppdap 1.58.0-2 1.55 MiB extra/hicolor-icon-theme 0.18-1 0.05 MiB extra/jsoncpp 1.9.6-3 0.77 MiB extra/libuv 1.49.2-1 0.61 MiB extra/rhash 1.4.4-1 0.32 MiB extra/cmake 3.31.0-1 77.86 MiB Total Installed Size: 81.17 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... 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 :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Retrieving sources... -> Found v1.0.3.zip ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting v1.0.3.zip with bsdtar ==> Starting build()... CMake Deprecation Warning at CMakeLists.txt:4 (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. -- The C compiler identification is GNU 14.2.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Build type not specified: defaulting to release. -- Looking for include file pthread.h -- Looking for include file pthread.h - found -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- THREADS_PTHREADS_INCLUDE_DIR: -- CMAKE_THREAD_LIBS_INIT: -lpthread -- Configuring done (0.5s) -- Generating done (0.0s) -- Build files have been written to: /startdir/src/rx_tools-1.0.3/build [ 12%] Building C object CMakeFiles/common.dir/src/convenience/convenience.c.o /startdir/src/rx_tools-1.0.3/src/convenience/convenience.c: In function ‘verbose_device_search’: /startdir/src/rx_tools-1.0.3/src/convenience/convenience.c:491:45: error: passing argument 2 of ‘SoapySDRDevice_setupStream’ makes integer from pointer without a cast [-Wint-conversion] 491 | if (SoapySDRDevice_setupStream(dev, streamOut, SOAPY_SDR_RX, format, NULL, 0, &stream_args) != 0) { | ^~~~~~~~~ | | | SoapySDRStream ** In file included from /startdir/src/rx_tools-1.0.3/src/convenience/convenience.h:33, from /startdir/src/rx_tools-1.0.3/src/convenience/convenience.c:22: /usr/include/SoapySDR/Device.h:307:15: note: expected ‘int’ but argument is of type ‘SoapySDRStream **’ 307 | const int direction, | ~~~~~~~~~~^~~~~~~~~ /startdir/src/rx_tools-1.0.3/src/convenience/convenience.c:491:56: error: passing argument 3 of ‘SoapySDRDevice_setupStream’ makes pointer from integer without a cast [-Wint-conversion] 491 | if (SoapySDRDevice_setupStream(dev, streamOut, SOAPY_SDR_RX, format, NULL, 0, &stream_args) != 0) { | ^~~~~~~~~~~~ | | | int /usr/include/SoapySDR/Device.h:308:17: note: expected ‘const char *’ but argument is of type ‘int’ 308 | const char *format, | ~~~~~~~~~~~~^~~~~~ /startdir/src/rx_tools-1.0.3/src/convenience/convenience.c:491:70: error: passing argument 4 of ‘SoapySDRDevice_setupStream’ from incompatible pointer type [-Wincompatible-pointer-types] 491 | if (SoapySDRDevice_setupStream(dev, streamOut, SOAPY_SDR_RX, format, NULL, 0, &stream_args) != 0) { | ^~~~~~ | | | const char * /usr/include/SoapySDR/Device.h:309:19: note: expected ‘const size_t *’ {aka ‘const long unsigned int *’} but argument is of type ‘const char *’ 309 | const size_t *channels, | ~~~~~~~~~~~~~~^~~~~~~~ /startdir/src/rx_tools-1.0.3/src/convenience/convenience.c:491:78: error: passing argument 5 of ‘SoapySDRDevice_setupStream’ makes integer from pointer without a cast [-Wint-conversion] 491 | if (SoapySDRDevice_setupStream(dev, streamOut, SOAPY_SDR_RX, format, NULL, 0, &stream_args) != 0) { | ^~~~ | | | void * /usr/include/SoapySDR/Device.h:310:18: note: expected ‘size_t’ {aka ‘const long unsigned int’} but argument is of type ‘void *’ 310 | const size_t numChans, | ~~~~~~~~~~~~~^~~~~~~~ /startdir/src/rx_tools-1.0.3/src/convenience/convenience.c:491:13: error: too many arguments to function ‘SoapySDRDevice_setupStream’ 491 | if (SoapySDRDevice_setupStream(dev, streamOut, SOAPY_SDR_RX, format, NULL, 0, &stream_args) != 0) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/SoapySDR/Device.h:306:31: note: declared here 306 | SOAPY_SDR_API SoapySDRStream *SoapySDRDevice_setupStream(SoapySDRDevice *device, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ make[2]: *** [CMakeFiles/common.dir/build.make:79: CMakeFiles/common.dir/src/convenience/convenience.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:96: CMakeFiles/common.dir/all] Error 2 make: *** [Makefile:136: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Build failed, check /home/alhp/workspace/chroot/build_9ce6fd38-3869-42ae-a760-cf08339f6a0e/build