>>> hackrf: Building community/hackrf 2023.01.1-r1 (using abuild 3.12.0-r0) started Thu, 07 Dec 2023 00:51:04 +0000 >>> hackrf: Checking sanity of /home/buildozer/aports/community/hackrf/APKBUILD... >>> hackrf: Analyzing dependencies... >>> hackrf: Installing for build: build-base cmake fftw-dev libusb-dev ninja (1/14) Installing libbz2 (1.0.8-r6) (2/14) Installing xz-libs (5.4.5-r0) (3/14) Installing libarchive (3.7.2-r0) (4/14) Installing rhash-libs (1.4.4-r0) (5/14) Installing libuv (1.47.0-r0) (6/14) Installing cmake (3.27.8-r0) (7/14) Installing fftw-double-libs (3.3.10-r5) (8/14) Installing fftw-long-double-libs (3.3.10-r5) (9/14) Installing fftw-single-libs (3.3.10-r5) (10/14) Installing fftw-dev (3.3.10-r5) (11/14) Installing libusb (1.0.26-r3) (12/14) Installing libusb-dev (1.0.26-r3) (13/14) Installing samurai (1.2-r5) (14/14) Installing .makedepends-hackrf (20231207.005105) Executing busybox-1.36.1-r15.trigger OK: 376 MiB in 118 packages >>> hackrf: Cleaning up srcdir >>> hackrf: Cleaning up pkgdir >>> hackrf: Cleaning up tmpdir >>> hackrf: Fetching https://distfiles.alpinelinux.org/distfiles/edge/hackrf-2023.01.1.tar.xz % 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 21.9M 0 32768 0 0 51976 0 0:07:23 --:--:-- 0:07:23 51930 47 21.9M 47 10.3M 0 0 6472k 0 0:00:03 0:00:01 0:00:02 6470k 100 21.9M 100 21.9M 0 0 10.7M 0 0:00:02 0:00:02 --:--:-- 10.7M >>> hackrf: Fetching https://distfiles.alpinelinux.org/distfiles/edge/hackrf-2023.01.1.tar.xz >>> hackrf: Checking sha512sums... hackrf-2023.01.1.tar.xz: OK >>> hackrf: Unpacking /var/cache/distfiles/hackrf-2023.01.1.tar.xz... CMake Deprecation Warning at CMakeLists.txt:3 (cmake_minimum_required): Compatibility with CMake < 3.5 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.2.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done CMake Deprecation Warning at libhackrf/CMakeLists.txt:24 (cmake_minimum_required): Compatibility with CMake < 3.5 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 PkgConfig: /usr/bin/pkg-config (found version "2.1.0") -- Checking for module 'libusb-1.0' -- Found libusb-1.0, version 1.0.26 CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message): The package name passed to `find_package_handle_standard_args` (LIBUSB) does not match the name of the calling package (USB1). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): cmake/modules/FindUSB1.cmake:39 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) libhackrf/CMakeLists.txt:48 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. -- Found LIBUSB: /usr/lib/libusb-1.0.so -- 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 -- Setting udev rule group to - usb -- HackRF udev rules will be installed to '/usr/lib/udev/rules.d' upon running 'make install' CMake Deprecation Warning at hackrf-tools/CMakeLists.txt:24 (cmake_minimum_required): Compatibility with CMake < 3.5 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 FFTW: /usr/lib/libfftw3f.so -- Configuring done (0.3s) -- Generating done (0.0s) CMake Warning: Manually-specified variables were not used by the project: CMAKE_INSTALL_LIBDIR -- Build files have been written to: /home/buildozer/aports/community/hackrf/src/hackrf-2023.01.1/build [1/21] Building C object hackrf-tools/src/CMakeFiles/hackrf_operacake.dir/hackrf_operacake.c.o [2/21] Building C object hackrf-tools/src/CMakeFiles/hackrf_sweep.dir/hackrf_sweep.c.o [3/21] Building C object hackrf-tools/src/CMakeFiles/hackrf_clock.dir/hackrf_clock.c.o [4/21] Building C object hackrf-tools/src/CMakeFiles/hackrf_debug.dir/hackrf_debug.c.o [5/21] Building C object hackrf-tools/src/CMakeFiles/hackrf_info.dir/hackrf_info.c.o [6/21] Building C object hackrf-tools/src/CMakeFiles/hackrf_cpldjtag.dir/hackrf_cpldjtag.c.o [7/21] Building C object hackrf-tools/src/CMakeFiles/hackrf_spiflash.dir/hackrf_spiflash.c.o [8/21] Building C object hackrf-tools/src/CMakeFiles/hackrf_transfer.dir/hackrf_transfer.c.o [9/21] Building C object libhackrf/src/CMakeFiles/hackrf-static.dir/hackrf.c.o [10/21] Building C object libhackrf/src/CMakeFiles/hackrf.dir/hackrf.c.o /home/buildozer/aports/community/hackrf/src/hackrf-2023.01.1/host/libhackrf/src/hackrf.c: In function 'hackrf_set_freq_explicit': /home/buildozer/aports/community/hackrf/src/hackrf-2023.01.1/host/libhackrf/src/hackrf.c:1467:9: warning: this decimal constant is unsigned only in ISO C90 1467 | if (if_freq_hz < 2000000000 || if_freq_hz > 3000000000) { | ^~ [11/21] Linking C static library libhackrf/src/libhackrf.a /home/buildozer/aports/community/hackrf/src/hackrf-2023.01.1/host/libhackrf/src/hackrf.c: In function 'hackrf_set_freq_explicit': /home/buildozer/aports/community/hackrf/src/hackrf-2023.01.1/host/libhackrf/src/hackrf.c:1467:9: warning: this decimal constant is unsigned only in ISO C90 1467 | if (if_freq_hz < 2000000000 || if_freq_hz > 3000000000) { | ^~ [12/21] Linking C shared library libhackrf/src/libhackrf.so.0.8.0 [13/21] Creating library symlink libhackrf/src/libhackrf.so.0 libhackrf/src/libhackrf.so [14/21] Linking C executable hackrf-tools/src/hackrf_operacake [15/21] Linking C executable hackrf-tools/src/hackrf_sweep [16/21] Linking C executable hackrf-tools/src/hackrf_clock [17/21] Linking C executable hackrf-tools/src/hackrf_debug [18/21] Linking C executable hackrf-tools/src/hackrf_info [19/21] Linking C executable hackrf-tools/src/hackrf_cpldjtag [20/21] Linking C executable hackrf-tools/src/hackrf_spiflash [21/21] Linking C executable hackrf-tools/src/hackrf_transfer >>> hackrf: Entering fakeroot... -- Install configuration: "MinSizeRel" -- Installing: /home/buildozer/aports/community/hackrf/pkg/hackrf/usr/lib/pkgconfig/libhackrf.pc -- Installing: /home/buildozer/aports/community/hackrf/pkg/hackrf/usr/lib/udev/rules.d/53-hackrf.rules -- Installing: /home/buildozer/aports/community/hackrf/pkg/hackrf/usr/lib/libhackrf.so.0.8.0 -- Installing: /home/buildozer/aports/community/hackrf/pkg/hackrf/usr/lib/libhackrf.so.0 -- Installing: /home/buildozer/aports/community/hackrf/pkg/hackrf/usr/lib/libhackrf.so -- Installing: /home/buildozer/aports/community/hackrf/pkg/hackrf/usr/lib/libhackrf.a -- Installing: /home/buildozer/aports/community/hackrf/pkg/hackrf/usr/include/libhackrf/hackrf.h -- Installing: /home/buildozer/aports/community/hackrf/pkg/hackrf/usr/bin/hackrf_transfer -- Set runtime path of "/home/buildozer/aports/community/hackrf/pkg/hackrf/usr/bin/hackrf_transfer" to "" -- Installing: /home/buildozer/aports/community/hackrf/pkg/hackrf/usr/bin/hackrf_spiflash -- Set runtime path of "/home/buildozer/aports/community/hackrf/pkg/hackrf/usr/bin/hackrf_spiflash" to "" -- Installing: /home/buildozer/aports/community/hackrf/pkg/hackrf/usr/bin/hackrf_cpldjtag -- Set runtime path of "/home/buildozer/aports/community/hackrf/pkg/hackrf/usr/bin/hackrf_cpldjtag" to "" -- Installing: /home/buildozer/aports/community/hackrf/pkg/hackrf/usr/bin/hackrf_info -- Set runtime path of "/home/buildozer/aports/community/hackrf/pkg/hackrf/usr/bin/hackrf_info" to "" -- Installing: /home/buildozer/aports/community/hackrf/pkg/hackrf/usr/bin/hackrf_debug -- Set runtime path of "/home/buildozer/aports/community/hackrf/pkg/hackrf/usr/bin/hackrf_debug" to "" -- Installing: /home/buildozer/aports/community/hackrf/pkg/hackrf/usr/bin/hackrf_clock -- Set runtime path of "/home/buildozer/aports/community/hackrf/pkg/hackrf/usr/bin/hackrf_clock" to "" -- Installing: /home/buildozer/aports/community/hackrf/pkg/hackrf/usr/bin/hackrf_sweep -- Set runtime path of "/home/buildozer/aports/community/hackrf/pkg/hackrf/usr/bin/hackrf_sweep" to "" -- Installing: /home/buildozer/aports/community/hackrf/pkg/hackrf/usr/bin/hackrf_operacake -- Set runtime path of "/home/buildozer/aports/community/hackrf/pkg/hackrf/usr/bin/hackrf_operacake" to "" >>> hackrf-static*: Running split function static... >>> hackrf-static*: Preparing subpackage hackrf-static... >>> hackrf-static*: Stripping binaries >>> hackrf-static*: Running postcheck for hackrf-static >>> hackrf-dev*: Running split function dev... >>> hackrf-dev*: Preparing subpackage hackrf-dev... >>> hackrf-dev*: Stripping binaries >>> hackrf-dev*: Running postcheck for hackrf-dev >>> hackrf-firmware*: Running split function firmware... >>> hackrf-firmware*: Preparing subpackage hackrf-firmware... >>> hackrf-firmware*: Running postcheck for hackrf-firmware >>> hackrf-libs*: Running split function libs... >>> hackrf-libs*: Preparing subpackage hackrf-libs... >>> hackrf-libs*: Stripping binaries >>> hackrf-libs*: Running postcheck for hackrf-libs >>> hackrf*: Running postcheck for hackrf >>> hackrf*: Preparing package hackrf... >>> hackrf*: Stripping binaries >>> hackrf-dev*: Scanning shared objects >>> hackrf-firmware*: Scanning shared objects >>> hackrf-libs*: Scanning shared objects >>> hackrf-static*: Scanning shared objects >>> hackrf*: Scanning shared objects >>> hackrf-dev*: Tracing dependencies... hackrf-libs=2023.01.1-r1 pkgconfig >>> hackrf-dev*: Package size: 44.0 KB >>> hackrf-dev*: Compressing data... >>> hackrf-dev*: Create checksum... >>> hackrf-dev*: Create hackrf-dev-2023.01.1-r1.apk >>> hackrf-firmware*: Tracing dependencies... >>> hackrf-firmware*: Package size: 328.0 KB >>> hackrf-firmware*: Compressing data... >>> hackrf-firmware*: Create checksum... >>> hackrf-firmware*: Create hackrf-firmware-2023.01.1-r1.apk >>> hackrf-libs*: Tracing dependencies... so:libc.musl-armhf.so.1 so:libusb-1.0.so.0 >>> hackrf-libs*: Package size: 44.0 KB >>> hackrf-libs*: Compressing data... >>> hackrf-libs*: Create checksum... >>> hackrf-libs*: Create hackrf-libs-2023.01.1-r1.apk >>> hackrf-static*: Tracing dependencies... >>> hackrf-static*: Package size: 44.0 KB >>> hackrf-static*: Compressing data... >>> hackrf-static*: Create checksum... >>> hackrf-static*: Create hackrf-static-2023.01.1-r1.apk >>> hackrf*: Tracing dependencies... so:libc.musl-armhf.so.1 so:libfftw3f.so.3 so:libhackrf.so.0 >>> hackrf*: Package size: 172.0 KB >>> hackrf*: Compressing data... >>> hackrf*: Create checksum... >>> hackrf*: Create hackrf-2023.01.1-r1.apk >>> hackrf: Build complete at Thu, 07 Dec 2023 00:51:11 +0000 elapsed time 0h 0m 7s >>> hackrf: Cleaning up srcdir >>> hackrf: Cleaning up pkgdir >>> hackrf: Uninstalling dependencies... (1/14) Purging .makedepends-hackrf (20231207.005105) (2/14) Purging cmake (3.27.8-r0) (3/14) Purging fftw-dev (3.3.10-r5) (4/14) Purging fftw-double-libs (3.3.10-r5) (5/14) Purging fftw-long-double-libs (3.3.10-r5) (6/14) Purging fftw-single-libs (3.3.10-r5) (7/14) Purging libusb-dev (1.0.26-r3) (8/14) Purging libusb (1.0.26-r3) (9/14) Purging libarchive (3.7.2-r0) (10/14) Purging libbz2 (1.0.8-r6) (11/14) Purging libuv (1.47.0-r0) (12/14) Purging rhash-libs (1.4.4-r0) (13/14) Purging samurai (1.2-r5) (14/14) Purging xz-libs (5.4.5-r0) Executing busybox-1.36.1-r15.trigger OK: 315 MiB in 104 packages >>> hackrf: Updating the community/armhf repository index... >>> hackrf: Signing the index...