==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: libsoxr 0.1.3-4 (Fri Jul 12 22:45:21 2024)
==> Retrieving sources...
  -> Found soxr-0.1.3-Source.tar.xz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with b2sums...
    soxr-0.1.3-Source.tar.xz ... Passed
==> Making package: libsoxr 0.1.3-4 (Fri Jul 12 22:45:44 2024)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (7) cppdap-1.58.0-2  hicolor-icon-theme-0.18-1  jsoncpp-1.9.5-3
             libuv-1.48.0-2  rhash-1.4.4-1  cmake-3.30.0-1  ninja-1.12.1-1

Total Installed Size:  88.77 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 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 [pending]
    qt6-base: cmake-gui
installing ninja...
[?25h==> Retrieving sources...
  -> Found soxr-0.1.3-Source.tar.xz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting soxr-0.1.3-Source.tar.xz with bsdtar
==> Starting build()...
CMake Deprecation Warning at CMakeLists.txt:4 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- The C compiler identification is GNU 14.1.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/lib/distcc/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
CMake Warning (dev) at /usr/share/cmake/Modules/CMakeDependentOption.cmake:89 (message):
  Policy CMP0127 is not set: cmake_dependent_option() supports full Condition
  Syntax.  Run "cmake --help-policy CMP0127" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
  CMakeLists.txt:72 (cmake_dependent_option)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Looking for pow in m
-- Looking for pow in m - found
-- Found OpenMP_C: -fopenmp (found version "4.5")
-- Found OpenMP: TRUE (found version "4.5")
-- Trying SIMD32 C flags: -mfpu=neon-vfpv4 -mcpu=cortex-a7
-- Performing Test DETECT_SIMD32_C_FLAGS
-- Performing Test DETECT_SIMD32_C_FLAGS - Success
-- Found SIMD32: -mfpu=neon-vfpv4 -mcpu=cortex-a7
-- Could NOT find SIMD64 (missing: SIMD64_C_FLAGS SIMD64_C_FLAGS) 
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:441 (message):
  The package name passed to `find_package_handle_standard_args` (AVCODEC)
  does not match the name of the calling package (LibAVCodec).  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/FindLibAVCodec.cmake:20 (find_package_handle_standard_args)
  CMakeLists.txt:130 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Could NOT find AVCODEC (missing: AVCODEC_LIBRARIES AVCODEC_INCLUDE_DIRS) 
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:441 (message):
  The package name passed to `find_package_handle_standard_args` (AVUTIL)
  does not match the name of the calling package (LibAVUtil).  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/FindLibAVUtil.cmake:20 (find_package_handle_standard_args)
  CMakeLists.txt:138 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Could NOT find AVUTIL (missing: AVUTIL_LIBRARIES AVUTIL_INCLUDE_DIRS) 
-- Looking for lrint
-- Looking for lrint - found
CMake Warning (dev) at /usr/share/cmake/Modules/CheckIncludeFiles.cmake:116 (message):
  Policy CMP0075 is not set: Include file check macros honor
  CMAKE_REQUIRED_LIBRARIES.  Run "cmake --help-policy CMP0075" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  CMAKE_REQUIRED_LIBRARIES is set to:

    m;

  For compatibility with CMake 3.11 and below this check is ignoring it.
Call Stack (most recent call first):
  CMakeLists.txt:146 (check_include_files)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Looking for include file fenv.h
-- Looking for include file fenv.h - found
-- Looking for include file stdbool.h
-- Looking for include file stdbool.h - found
-- Looking for include file stdint.h
-- Looking for include file stdint.h - found
-- Configuring done (3.7s)
CMake Warning (dev) at src/CMakeLists.txt:79 (add_library):
  Policy CMP0115 is not set: Source file extensions must be explicit.  Run
  "cmake --help-policy CMP0115" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  File:

    /build/libsoxr/src/soxr-0.1.3-Source/src/data-io.c
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at src/CMakeLists.txt:79 (add_library):
  Policy CMP0115 is not set: Source file extensions must be explicit.  Run
  "cmake --help-policy CMP0115" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  File:

    /build/libsoxr/src/soxr-0.1.3-Source/src/dbesi0.c
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at src/CMakeLists.txt:79 (add_library):
  Policy CMP0115 is not set: Source file extensions must be explicit.  Run
  "cmake --help-policy CMP0115" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  File:

    /build/libsoxr/src/soxr-0.1.3-Source/src/filter.c
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at src/CMakeLists.txt:79 (add_library):
  Policy CMP0115 is not set: Source file extensions must be explicit.  Run
  "cmake --help-policy CMP0115" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  File:

    /build/libsoxr/src/soxr-0.1.3-Source/src/fft4g64.c
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at src/CMakeLists.txt:79 (add_library):
  Policy CMP0115 is not set: Source file extensions must be explicit.  Run
  "cmake --help-policy CMP0115" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  File:

    /build/libsoxr/src/soxr-0.1.3-Source/src/cr.c
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at src/CMakeLists.txt:79 (add_library):
  Policy CMP0115 is not set: Source file extensions must be explicit.  Run
  "cmake --help-policy CMP0115" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  File:

    /build/libsoxr/src/soxr-0.1.3-Source/src/cr32.c
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at src/CMakeLists.txt:79 (add_library):
  Policy CMP0115 is not set: Source file extensions must be explicit.  Run
  "cmake --help-policy CMP0115" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  File:

    /build/libsoxr/src/soxr-0.1.3-Source/src/fft4g32.c
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at src/CMakeLists.txt:79 (add_library):
  Policy CMP0115 is not set: Source file extensions must be explicit.  Run
  "cmake --help-policy CMP0115" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  File:

    /build/libsoxr/src/soxr-0.1.3-Source/src/cr64.c
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at src/CMakeLists.txt:79 (add_library):
  Policy CMP0115 is not set: Source file extensions must be explicit.  Run
  "cmake --help-policy CMP0115" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  File:

    /build/libsoxr/src/soxr-0.1.3-Source/src/vr32.c
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at src/CMakeLists.txt:79 (add_library):
  Policy CMP0115 is not set: Source file extensions must be explicit.  Run
  "cmake --help-policy CMP0115" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  File:

    /build/libsoxr/src/soxr-0.1.3-Source/src/cr32s.c
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at src/CMakeLists.txt:79 (add_library):
  Policy CMP0115 is not set: Source file extensions must be explicit.  Run
  "cmake --help-policy CMP0115" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  File:

    /build/libsoxr/src/soxr-0.1.3-Source/src/fft4g32s.c
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at src/CMakeLists.txt:79 (add_library):
  Policy CMP0115 is not set: Source file extensions must be explicit.  Run
  "cmake --help-policy CMP0115" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  File:

    /build/libsoxr/src/soxr-0.1.3-Source/src/util32s.c
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at src/CMakeLists.txt:103 (add_library):
  Policy CMP0115 is not set: Source file extensions must be explicit.  Run
  "cmake --help-policy CMP0115" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  File:

    /build/libsoxr/src/soxr-0.1.3-Source/src/soxr-lsr.c
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at examples/CMakeLists.txt:24 (add_executable):
  Policy CMP0115 is not set: Source file extensions must be explicit.  Run
  "cmake --help-policy CMP0115" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  File:

    /build/libsoxr/src/soxr-0.1.3-Source/examples/3-options-input-fn.c
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at examples/CMakeLists.txt:24 (add_executable):
  Policy CMP0115 is not set: Source file extensions must be explicit.  Run
  "cmake --help-policy CMP0115" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  File:

    /build/libsoxr/src/soxr-0.1.3-Source/examples/1a-lsr.c
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Generating done (0.1s)
-- Build files have been written to: /build/libsoxr/src/build

[0/33] Building C object src/CMakeFiles/soxr.dir/soxr.c.o
[0/33] Building C object src/CMakeFiles/soxr.dir/data-io.c.o
[0/33] Building C object src/CMakeFiles/soxr.dir/dbesi0.c.o
[0/33] Building C object src/CMakeFiles/soxr.dir/filter.c.o
[0/33] Building C object src/CMakeFiles/soxr.dir/fft4g64.c.o
[0/33] Building C object src/CMakeFiles/soxr.dir/cr.c.o
[1/33] Building C object src/CMakeFiles/soxr.dir/dbesi0.c.o
[1/33] Building C object src/CMakeFiles/soxr.dir/cr32.c.o
[2/33] Building C object src/CMakeFiles/soxr.dir/soxr.c.o
/build/libsoxr/src/soxr-0.1.3-Source/src/soxr.c: In function 'soxr_create':
/build/libsoxr/src/soxr-0.1.3-Source/src/soxr.c:396:36: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
/build/libsoxr/src/soxr-0.1.3-Source/src/soxr.c:396:36: note: earlier argument should specify number of elements, later size of each element
/build/libsoxr/src/soxr-0.1.3-Source/src/soxr.c: In function 'initialise':
/build/libsoxr/src/soxr-0.1.3-Source/src/soxr.c:533:34: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
/build/libsoxr/src/soxr-0.1.3-Source/src/soxr.c:533:34: note: earlier argument should specify number of elements, later size of each element
/build/libsoxr/src/soxr-0.1.3-Source/src/soxr.c:535:32: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
/build/libsoxr/src/soxr-0.1.3-Source/src/soxr.c:535:32: note: earlier argument should specify number of elements, later size of each element

[2/33] Building C object src/CMakeFiles/soxr.dir/fft4g32.c.o
[3/33] Building C object src/CMakeFiles/soxr.dir/filter.c.o
[3/33] Building C object src/CMakeFiles/soxr.dir/cr64.c.o
[4/33] Building C object src/CMakeFiles/soxr.dir/cr.c.o
[4/33] Building C object src/CMakeFiles/soxr.dir/vr32.c.o
[5/33] Building C object src/CMakeFiles/soxr.dir/fft4g64.c.o
[5/33] Building C object src/CMakeFiles/soxr.dir/cr32s.c.o
[6/33] Building C object src/CMakeFiles/soxr.dir/cr32.c.o
[6/33] Building C object src/CMakeFiles/soxr.dir/fft4g32s.c.o
[7/33] Building C object src/CMakeFiles/soxr.dir/fft4g32s.c.o
cc1: warning: switch ‘-mcpu=cortex-a7’ conflicts with switch ‘-march=armv7-a+neon-vfpv4’
cc1: warning: switch '-mcpu=cortex-a7' conflicts with switch '-march=armv7-a+neon-vfpv4'

[7/33] Building C object src/CMakeFiles/soxr.dir/util32s.c.o
[8/33] Building C object src/CMakeFiles/soxr.dir/cr64.c.o
[8/33] Building C object src/CMakeFiles/soxr-lsr.dir/soxr-lsr.c.o
[9/33] Building C object src/CMakeFiles/soxr.dir/fft4g32.c.o
[9/33] Building C object tests/CMakeFiles/vector-gen.dir/vector-gen.c.o
[10/33] Building C object src/CMakeFiles/soxr.dir/data-io.c.o
[10/33] Building C object tests/CMakeFiles/1-delay-clear.dir/1-delay-clear.c.o
[11/33] Building C object src/CMakeFiles/soxr-lsr.dir/soxr-lsr.c.o
/build/libsoxr/src/soxr-0.1.3-Source/src/soxr-lsr.c: In function 'src_callback_new':
/build/libsoxr/src/soxr-0.1.3-Source/src/soxr-lsr.c:82:37: warning: cast between incompatible function types from 'src_callback_t' {aka 'long int (*)(void *, float **)'} to 'size_t (*)(void *, const void **, size_t)' {aka 'unsigned int (*)(void *, const void **, unsigned int)'} [-Wcast-function-type]

[11/33] Building C object tests/CMakeFiles/throughput.dir/throughput.c.o
[12/33] Building C object tests/CMakeFiles/vector-gen.dir/vector-gen.c.o
[12/33] Building C object tests/CMakeFiles/vector-cmp.dir/vector-cmp.c.o
[13/33] Building C object src/CMakeFiles/soxr.dir/util32s.c.o
cc1: warning: switch ‘-mcpu=cortex-a7’ conflicts with switch ‘-march=armv7-a+neon-vfpv4’
cc1: warning: switch '-mcpu=cortex-a7' conflicts with switch '-march=armv7-a+neon-vfpv4'

[13/33] Building C object examples/CMa...ns-input-fn.dir/3-options-input-fn.c.o
[14/33] Building C object tests/CMakeFiles/1-delay-clear.dir/1-delay-clear.c.o
[14/33] Building C object examples/CMakeFiles/1a-lsr.dir/1a-lsr.c.o
[15/33] Building C object tests/CMakeFiles/vector-cmp.dir/vector-cmp.c.o
[16/33] Building C object src/CMakeFiles/soxr.dir/vr32.c.o
[17/33] Building C object examples/CMakeFiles/1a-lsr.dir/1a-lsr.c.o
[18/33] Building C object tests/CMakeFiles/throughput.dir/throughput.c.o
[19/33] Building C object examples/CMa...ns-input-fn.dir/3-options-input-fn.c.o
[20/33] Building C object src/CMakeFiles/soxr.dir/cr32s.c.o
cc1: warning: switch ‘-mcpu=cortex-a7’ conflicts with switch ‘-march=armv7-a+neon-vfpv4’
cc1: warning: switch '-mcpu=cortex-a7' conflicts with switch '-march=armv7-a+neon-vfpv4'

[20/33] Linking C shared library src/libsoxr.so.0.1.2
[21/33] Linking C shared library src/libsoxr.so.0.1.2
[21/33] Creating library symlink src/libsoxr.so.0 src/libsoxr.so
[22/33] Creating library symlink src/libsoxr.so.0 src/libsoxr.so
[22/33] Linking C shared library src/libsoxr-lsr.so.0.1.9
[22/33] Linking C executable tests/vector-gen
[22/33] Linking C executable tests/1-delay-clear
[22/33] Linking C executable tests/throughput
[22/33] Linking C executable tests/vector-cmp
[22/33] Linking C executable examples/3-options-input-fn
[23/33] Linking C shared library src/libsoxr-lsr.so.0.1.9
[23/33] Creating library symlink src/libsoxr-lsr.so.0 src/libsoxr-lsr.so
[24/33] Linking C executable tests/vector-gen
[24/33] Generating ref-192000.s32
[25/33] Creating library symlink src/libsoxr-lsr.so.0 src/libsoxr-lsr.so
[25/33] Generating ref-44100.s32
[26/33] Linking C executable tests/1-delay-clear
[26/33] Generating ref-65537.s32
[27/33] Linking C executable tests/throughput
[27/33] Linking C executable examples/1a-lsr
[28/33] Linking C executable examples/1a-lsr
[29/33] Generating ref-44100.s32
[30/33] Generating ref-65537.s32
[31/33] Generating ref-192000.s32
[32/33] Linking C executable tests/vector-cmp
[33/33] Linking C executable examples/3-options-input-fn
==> Entering fakeroot environment...
==> Starting package()...
-- Install configuration: "None"
-- Installing: /build/libsoxr/pkg/libsoxr/usr/share/doc/libsoxr/README
-- Installing: /build/libsoxr/pkg/libsoxr/usr/share/doc/libsoxr/LICENCE
-- Installing: /build/libsoxr/pkg/libsoxr/usr/share/doc/libsoxr/NEWS
-- Installing: /build/libsoxr/pkg/libsoxr/usr/lib/pkgconfig/soxr.pc
-- Installing: /build/libsoxr/pkg/libsoxr/usr/lib/pkgconfig/soxr-lsr.pc
-- Installing: /build/libsoxr/pkg/libsoxr/usr/lib/libsoxr.so.0.1.2
-- Installing: /build/libsoxr/pkg/libsoxr/usr/lib/libsoxr.so.0
-- Installing: /build/libsoxr/pkg/libsoxr/usr/lib/libsoxr.so
-- Installing: /build/libsoxr/pkg/libsoxr/usr/include/soxr.h
-- Installing: /build/libsoxr/pkg/libsoxr/usr/lib/libsoxr-lsr.so.0.1.9
-- Installing: /build/libsoxr/pkg/libsoxr/usr/lib/libsoxr-lsr.so.0
-- Set non-toolchain portion of runtime path of "/build/libsoxr/pkg/libsoxr/usr/lib/libsoxr-lsr.so.0.1.9" to ""
-- Installing: /build/libsoxr/pkg/libsoxr/usr/lib/libsoxr-lsr.so
-- Installing: /build/libsoxr/pkg/libsoxr/usr/include/soxr-lsr.h
-- Installing: /build/libsoxr/pkg/libsoxr/usr/share/doc/libsoxr/examples/1-single-block.c
-- Installing: /build/libsoxr/pkg/libsoxr/usr/share/doc/libsoxr/examples/1a-lsr.c
-- Installing: /build/libsoxr/pkg/libsoxr/usr/share/doc/libsoxr/examples/2-stream.C
-- Installing: /build/libsoxr/pkg/libsoxr/usr/share/doc/libsoxr/examples/3-options-input-fn.c
-- Installing: /build/libsoxr/pkg/libsoxr/usr/share/doc/libsoxr/examples/4-split-channels.c
-- Installing: /build/libsoxr/pkg/libsoxr/usr/share/doc/libsoxr/examples/5-variable-rate.c
-- Installing: /build/libsoxr/pkg/libsoxr/usr/share/doc/libsoxr/examples/examples-common.h
-- Installing: /build/libsoxr/pkg/libsoxr/usr/share/doc/libsoxr/examples/README
==> 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 "libsoxr"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: libsoxr 0.1.3-4 (Fri Jul 12 22:46:04 2024)
==> Cleaning up...