==> Synchronizing chroot copy [/data/alhp-workspace/chroot/root] -> [build_d1093364-87d5-4f3a-a398-e1f637e66d1e]...done ==> Making package: rx_tools 1.0.3-4.1 (Thu May 25 14:52:49 2023) ==> 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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57860 0 57860 0 0 123k 0 --:--:-- --:--:-- --:--:-- 123k ==> Validating source files with sha512sums... v1.0.3.zip ... Passed ==> Making package: rx_tools 1.0.3-4.1 (Thu May 25 14:52:57 2023) ==> Checking runtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (3) libnsl-2.0.0-3 python-3.11.3-1 soapysdr-0.8.1-4 Total Download Size: 0.83 MiB Total Installed Size: 80.26 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... soapysdr-0.8.1-4-x86_64 downloading... checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing libnsl... installing python... Optional dependencies for python python-setuptools python-pip sqlite [installed] mpdecimal: for decimal 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 [?25h==> Checking buildtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (5) hicolor-icon-theme-0.17-3 jsoncpp-1.9.5-2 libuv-1.44.2-1 rhash-1.4.3-1 cmake-3.26.4-1 Total Installed Size: 68.34 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 hicolor-icon-theme... installing jsoncpp... Optional dependencies for jsoncpp jsoncpp-doc: documentation installing libuv... installing rhash... installing cmake... Optional dependencies for cmake qt6-base: cmake-gui [?25h==> 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 < 2.8.12 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 13.1.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 (1.2s) -- 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: warning: 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: warning: 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: warning: 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: warning: 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:76: CMakeFiles/common.dir/src/convenience/convenience.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:89: CMakeFiles/common.dir/all] Error 2 make: *** [Makefile:136: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Build failed, check /data/alhp-workspace/chroot/build_d1093364-87d5-4f3a-a398-e1f637e66d1e/build