==> Synchronizing chroot copy [/data/alhp-workspace/chroot/root] -> [worker-x86-64-v2-1]...done ==> Making package: rx_tools 1.0.3-4.1 (Sun Dec 5 19:39:51 2021) ==> 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 100 121 100 121 0 0 655 0 --:--:-- --:--:-- --:--:-- 657 100 57860 0 57860 0 0 144k 0 --:--:-- --:--:-- --:--:-- 144k ==> Validating source files with sha512sums... v1.0.3.zip ... Passed ==> Making package: rx_tools 1.0.3-4.1 (Sun 05 Dec 2021 07:39:53 PM CET) ==> Checking runtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (3) libnsl-2.0.0-1 python-3.9.9-1 soapysdr-0.8.1-1 Total Installed Size: 57.88 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: 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-2 jsoncpp-1.9.4-1 libuv-1.42.0-1 rhash-1.4.2-1 cmake-3.22.0-1 Total Installed Size: 52.81 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: 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 11.1.0 -- 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 -- Generating done -- 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 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: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 * 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: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 * 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: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) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 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: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/worker-x86-64-v2-1/build