>>> soapy-sdr: Building community/soapy-sdr 0.8.1-r3 (using abuild 3.12.0-r5) started Sat, 13 Apr 2024 00:01:32 +0000 >>> soapy-sdr: Checking sanity of /home/buildozer/aports/community/soapy-sdr/APKBUILD... >>> soapy-sdr: Analyzing dependencies... >>> soapy-sdr: Installing for build: build-base cmake python3-dev py3-setuptools swig (1/28) Installing libbz2 (1.0.8-r6) (2/28) Installing xz-libs (5.6.1-r3) (3/28) Installing libarchive (3.7.2-r1) (4/28) Installing rhash-libs (1.4.4-r0) (5/28) Installing libuv (1.48.0-r0) (6/28) Installing cmake (3.29.2-r0) (7/28) Installing libffi (3.4.6-r0) (8/28) Installing gdbm (1.23-r1) (9/28) Installing mpdecimal (4.0.0-r0) (10/28) Installing libpanelw (6.4_p20240330-r0) (11/28) Installing readline (8.2.10-r0) (12/28) Installing sqlite-libs (3.45.2-r0) (13/28) Installing python3 (3.12.2-r1) (14/28) Installing python3-pycache-pyc0 (3.12.2-r1) (15/28) Installing pyc (3.12.2-r1) (16/28) Installing python3-pyc (3.12.2-r1) (17/28) Installing python3-dev (3.12.2-r1) (18/28) Installing py3-parsing (3.1.2-r1) (19/28) Installing py3-parsing-pyc (3.1.2-r1) (20/28) Installing py3-packaging (24.0-r1) (21/28) Installing py3-packaging-pyc (24.0-r1) (22/28) Installing py3-setuptools (69.2.0-r2) (23/28) Installing py3-setuptools-pyc (69.2.0-r2) (24/28) Installing gc (8.2.6-r0) (25/28) Installing guile-libs (3.0.9-r0) (26/28) Installing guile (3.0.9-r0) (27/28) Installing swig (4.2.1-r1) (28/28) Installing .makedepends-soapy-sdr (20240413.000133) Executing busybox-1.36.1-r25.trigger OK: 553 MiB in 131 packages >>> soapy-sdr: Cleaning up srcdir >>> soapy-sdr: Cleaning up pkgdir >>> soapy-sdr: Cleaning up tmpdir >>> soapy-sdr: Fetching https://distfiles.alpinelinux.org/distfiles/edge/soapy-sdr-0.8.1.tar.gz >>> soapy-sdr: Fetching https://distfiles.alpinelinux.org/distfiles/edge/soapy-sdr-0.8.1.tar.gz >>> soapy-sdr: Checking sha512sums... soapy-sdr-0.8.1.tar.gz: OK >>> soapy-sdr: Unpacking /var/cache/distfiles/soapy-sdr-0.8.1.tar.gz... 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 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 -- The CXX 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 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- -- ############################################# -- ## Begin configuration for Python support... -- ############################################# -- Enabling optional Python bindings if possible... CMake Deprecation Warning at python/CMakeLists.txt:4 (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 SWIG: /usr/bin/swig (found version "4.2.1") -- SWIG_FOUND: TRUE - 4.2.1 CMake Warning (dev) at python/CMakeLists.txt:19 (find_package): Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules are removed. Run "cmake --help-policy CMP0148" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. -- Found PythonInterp: /usr/bin/python (found version "3.12.2") -- PYTHONINTERP_FOUND: TRUE - 3.12.2 -- PYTHON_EXECUTABLE: /usr/bin/python -- PYTHON_INSTALL_DIR: ${prefix}/lib/python3.12/site-packages -- PYTHONLIBS_FOUND: TRUE - 3.12.2 -- PYTHON_INCLUDE_DIRS: /usr/include/python3.12;/usr/include/python3.12 -- PYTHON_LIBRARIES: -L/usr/lib -ldl -lm -- Performing Test SIZE_T_IS_UNSIGNED_INT -- Performing Test SIZE_T_IS_UNSIGNED_INT - Success -- CMAKE_SWIG_FLAGS=-c++;-threads;-I/home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/include;-DSIZE_T_IS_UNSIGNED_INT CMake Warning (dev) at /usr/share/cmake/Modules/UseSWIG.cmake:809 (message): Policy CMP0078 is not set: UseSWIG generates standard target names. Run "cmake --help-policy CMP0078" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): python/CMakeLists.txt:160 (SWIG_ADD_LIBRARY) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/UseSWIG.cmake:651 (message): Policy CMP0086 is not set: UseSWIG honors SWIG_MODULE_NAME via -module flag. Run "cmake --help-policy CMP0086" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): /usr/share/cmake/Modules/UseSWIG.cmake:922 (SWIG_ADD_SOURCE_TO_MODULE) python/CMakeLists.txt:160 (SWIG_ADD_LIBRARY) This warning is for project developers. Use -Wno-dev to suppress it. -- -- ############################################# -- ## Begin configuration for Python3 support... -- ############################################# -- Enabling optional Python3 bindings if possible... -- SWIG_FOUND: TRUE - 4.2.1 -- Found Python3Interp: /usr/bin/python3 CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message): The package name passed to `find_package_handle_standard_args` (Python3InterpDbg) does not match the name of the calling package (Python3Interp). 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): python3/FindPython3Interp.cmake:62 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) python3/CMakeLists.txt:16 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. -- Could NOT find Python3InterpDbg (missing: PYTHON3_DBG_EXECUTABLE) -- PYTHON3INTERP_FOUND: TRUE -- PYTHON3_EXECUTABLE: /usr/bin/python3 -- PYTHON3_INSTALL_DIR: ${prefix}/lib/python3.12/site-packages -- Found Python3Libs: -L/usr/lib -ldl -lm -- PYTHON3LIBS_FOUND: TRUE -- PYTHON3_INCLUDE_DIRS: /usr/include/python3.12;/usr/include/python3.12 -- PYTHON3_LIBRARIES: -L/usr/lib -ldl -lm -- -- ###################################################### -- ## SoapySDR enabled features -- ###################################################### -- * Library, runtime library v0.8.1-g988579fa * Apps, command line applications * Tests, library unit tests * Python, python bindings v3.12.2 -- ###################################################### -- ## SoapySDR disabled features -- ###################################################### -- * Docs, doxygen documentation * Python3, python3 bindings -- SoapySDR version: v0.8.1-g988579fa -- ABI/so version: v0.8 -- Install prefix: /usr -- Configuring done (0.8s) -- Generating done (0.0s) -- Build files have been written to: /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build [ 2%] Swig compile /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/SoapySDR.i for python [ 5%] Building CXX object lib/CMakeFiles/SoapySDR.dir/Device.cpp.o [ 7%] Building CXX object lib/CMakeFiles/SoapySDR.dir/Factory.cpp.o [ 10%] Building CXX object lib/CMakeFiles/SoapySDR.dir/Registry.cpp.o [ 15%] Building CXX object lib/CMakeFiles/SoapySDR.dir/Types.cpp.o [ 15%] Building CXX object lib/CMakeFiles/SoapySDR.dir/NullDevice.cpp.o [ 18%] Building CXX object lib/CMakeFiles/SoapySDR.dir/Logger.cpp.o [ 21%] Building CXX object lib/CMakeFiles/SoapySDR.dir/Errors.cpp.o [ 23%] Building CXX object lib/CMakeFiles/SoapySDR.dir/Formats.cpp.o [ 28%] Building CXX object lib/CMakeFiles/SoapySDR.dir/DefaultConverters.cpp.o [ 28%] Building CXX object lib/CMakeFiles/SoapySDR.dir/ConverterRegistry.cpp.o [ 34%] Building CXX object lib/CMakeFiles/SoapySDR.dir/ModulesC.cpp.o [ 34%] Building CXX object lib/CMakeFiles/SoapySDR.dir/TypesC.cpp.o [ 36%] Building CXX object lib/CMakeFiles/SoapySDR.dir/VersionC.cpp.o [ 42%] Building CXX object lib/CMakeFiles/SoapySDR.dir/FactoryC.cpp.o [ 42%] Building CXX object lib/CMakeFiles/SoapySDR.dir/DeviceC.cpp.o [ 47%] Building CXX object lib/CMakeFiles/SoapySDR.dir/TimeC.cpp.o [ 47%] Building CXX object lib/CMakeFiles/SoapySDR.dir/LoggerC.cpp.o [ 52%] Building CXX object lib/CMakeFiles/SoapySDR.dir/FormatsC.cpp.o [ 52%] Building CXX object lib/CMakeFiles/SoapySDR.dir/ErrorsC.cpp.o [ 57%] Building CXX object lib/CMakeFiles/SoapySDR.dir/ConvertersC.cpp.o [ 57%] Building CXX object lib/CMakeFiles/SoapySDR.dir/Modules.cpp.o [ 60%] Building CXX object lib/CMakeFiles/SoapySDR.dir/Version.cpp.o In file included from /usr/include/c++/13.2.1/vector:72, from /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/include/SoapySDR/Types.hpp:15, from /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/include/SoapySDR/Device.hpp:15, from /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/lib/Device.cpp:6: /usr/include/c++/13.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(iterator, _Args&& ...) [with _Args = {SoapySDR::Range}; _Tp = SoapySDR::Range; _Alloc = std::allocator]': /usr/include/c++/13.2.1/bits/vector.tcc:445:7: note: parameter passing for argument of type 'std::vector::iterator' changed in GCC 7.1 445 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~ /usr/include/c++/13.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::emplace_back(_Args&& ...) [with _Args = {SoapySDR::Range}; _Tp = SoapySDR::Range; _Alloc = std::allocator]': /usr/include/c++/13.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 123 | _M_realloc_insert(end(), std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/13.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(iterator, _Args&& ...) [with _Args = {const SoapySDR::ArgInfo&}; _Tp = SoapySDR::ArgInfo; _Alloc = std::allocator]': /usr/include/c++/13.2.1/bits/vector.tcc:445:7: note: parameter passing for argument of type 'std::vector::iterator' changed in GCC 7.1 445 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/13.2.1/vector:66: /usr/include/c++/13.2.1/bits/stl_vector.h: In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = SoapySDR::ArgInfo; _Alloc = std::allocator]': /usr/include/c++/13.2.1/bits/stl_vector.h:1289:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1289 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/include/SoapySDR/Device.hpp:105: Warning 509: Overloaded method SoapySDR::Device::make(std::vector< std::string,std::allocator< std::string > > const &) effectively ignored, /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/include/SoapySDR/Device.hpp:95: Warning 509: as it is shadowed by SoapySDR::Device::make(SoapySDR::KwargsList const &). [ 60%] Built target SoapySDR_swig_compilation In file included from /usr/include/c++/13.2.1/map:62, from /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/include/SoapySDR/Types.hpp:18, from /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/include/SoapySDR/Device.hpp:15, from /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/lib/Factory.cpp:5: /usr/include/c++/13.2.1/bits/stl_tree.h: In member function 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_emplace_hint_unique(const_iterator, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple, std::allocator >, std::map, std::allocator >, std::__cxx11::basic_string, std::allocator >, std::less, std::allocator > >, std::allocator, std::allocator >, std::__cxx11::basic_string, std::allocator > > > > >&&>, std::tuple<>}; _Key = std::pair, std::map, std::__cxx11::basic_string > >; _Val = std::pair, std::map, std::__cxx11::basic_string > >, std::pair > >, std::shared_future, std::__cxx11::basic_string > > > > >; _KeyOfValue = std::_Select1st, std::map, std::__cxx11::basic_string > >, std::pair > >, std::shared_future, std::__cxx11::basic_string > > > > > >; _Compare = std::less, std::map, std::__cxx11::basic_string > > >; _Alloc = std::allocator, std::map, std::__cxx11::basic_string > >, std::pair > >, std::shared_future, std::__cxx11::basic_string > > > > > >]': /usr/include/c++/13.2.1/bits/stl_tree.h:2458:7: note: parameter passing for argument of type 'std::_Rb_tree, std::map, std::__cxx11::basic_string > >, std::pair, std::map, std::__cxx11::basic_string > >, std::pair > >, std::shared_future, std::__cxx11::basic_string > > > > >, std::_Select1st, std::map, std::__cxx11::basic_string > >, std::pair > >, std::shared_future, std::__cxx11::basic_string > > > > > >, std::less, std::map, std::__cxx11::basic_string > > >, std::allocator, std::map, std::__cxx11::basic_string > >, std::pair > >, std::shared_future, std::__cxx11::basic_string > > > > > > >::const_iterator' changed in GCC 7.1 2458 | _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/13.2.1/map:63: In member function 'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](key_type&&) [with _Key = std::pair, std::map, std::__cxx11::basic_string > >; _Tp = std::pair > >, std::shared_future, std::__cxx11::basic_string > > > >; _Compare = std::less, std::map, std::__cxx11::basic_string > > >; _Alloc = std::allocator, std::map, std::__cxx11::basic_string > >, std::pair > >, std::shared_future, std::__cxx11::basic_string > > > > > >]', inlined from 'static SoapySDR::KwargsList SoapySDR::Device::enumerate(const SoapySDR::Kwargs&)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/lib/Factory.cpp:75:64: /usr/include/c++/13.2.1/bits/stl_map.h:532:44: note: parameter passing for argument of type 'std::_Rb_tree, std::map, std::__cxx11::basic_string > >, std::pair, std::map, std::__cxx11::basic_string > >, std::pair > >, std::shared_future, std::__cxx11::basic_string > > > > >, std::_Select1st, std::map, std::__cxx11::basic_string > >, std::pair > >, std::shared_future, std::__cxx11::basic_string > > > > > >, std::less, std::map, std::__cxx11::basic_string > > >, std::allocator, std::map, std::__cxx11::basic_string > >, std::pair > >, std::shared_future, std::__cxx11::basic_string > > > > > > >::const_iterator' changed in GCC 7.1 532 | __i = _M_t._M_emplace_hint_unique(__i, std::piecewise_construct, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 533 | std::forward_as_tuple(std::move(__k)), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 534 | std::tuple<>()); | ~~~~~~~~~~~~~~~ [ 63%] Linking CXX shared library libSoapySDR.so [ 63%] Built target SoapySDR [ 76%] Building CXX object tests/CMakeFiles/TestConvertTypes.dir/TestConvertTypes.cpp.o [ 76%] Building CXX object tests/CMakeFiles/TestKwargsMarkup.dir/TestKwargsMarkup.cpp.o [ 76%] Building CXX object tests/CMakeFiles/TestFormatParser.dir/TestFormatParser.cpp.o [ 76%] Building CXX object apps/CMakeFiles/SoapySDRUtil.dir/SoapySDRUtil.cpp.o [ 81%] Building CXX object tests/CMakeFiles/TestTimeConversion.dir/TestTimeConversion.cpp.o [ 81%] Building CXX object apps/CMakeFiles/SoapySDRUtil.dir/SoapyRateTest.cpp.o [ 81%] Building CXX object apps/CMakeFiles/SoapySDRUtil.dir/SoapySDRProbe.cpp.o [ 84%] Building CXX object python/CMakeFiles/_SoapySDR.dir/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx.o [ 86%] Linking CXX executable TestTimeConversion [ 86%] Built target TestTimeConversion [ 89%] Linking CXX executable TestFormatParser [ 89%] Built target TestFormatParser [ 92%] Linking CXX executable TestKwargsMarkup [ 92%] Built target TestKwargsMarkup [ 94%] Linking CXX executable TestConvertTypes [ 94%] Built target TestConvertTypes [ 97%] Linking CXX executable SoapySDRUtil [ 97%] Built target SoapySDRUtil In file included from /usr/include/c++/13.2.1/string:51, from /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:3185: /usr/include/c++/13.2.1/bits/stl_algobase.h: In function '_OI std::copy(_II, _II, _OI) [with _II = __gnu_cxx::__normal_iterator >; _OI = __gnu_cxx::__normal_iterator >]': /usr/include/c++/13.2.1/bits/stl_algobase.h:624:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 624 | copy(_II __first, _II __last, _OI __result) | ^~~~ /usr/include/c++/13.2.1/bits/stl_algobase.h:624:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 /usr/include/c++/13.2.1/bits/stl_algobase.h:624:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 In file included from /usr/include/c++/13.2.1/vector:72, from /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:3188: /usr/include/c++/13.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_insert_aux(iterator, _Arg&&) [with _Arg = SoapySDR::Range; _Tp = SoapySDR::Range; _Alloc = std::allocator]': /usr/include/c++/13.2.1/bits/vector.tcc:413:7: note: parameter passing for argument of type 'std::vector::iterator' changed in GCC 7.1 413 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~ /usr/include/c++/13.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_insert_aux(iterator, _Arg&&) [with _Arg = double; _Tp = double; _Alloc = std::allocator]': /usr/include/c++/13.2.1/bits/vector.tcc:413:7: note: parameter passing for argument of type 'std::vector::iterator' changed in GCC 7.1 /usr/include/c++/13.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(iterator, _Args&& ...) [with _Args = {const SoapySDR::Range&}; _Tp = SoapySDR::Range; _Alloc = std::allocator]': /usr/include/c++/13.2.1/bits/vector.tcc:445:7: note: parameter passing for argument of type 'std::vector::iterator' changed in GCC 7.1 445 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/13.2.1/vector:66: /usr/include/c++/13.2.1/bits/stl_vector.h: In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = SoapySDR::Range; _Alloc = std::allocator]': /usr/include/c++/13.2.1/bits/stl_vector.h:1289:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1289 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ /usr/include/c++/13.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(iterator, _Args&& ...) [with _Args = {const double&}; _Tp = double; _Alloc = std::allocator]': /usr/include/c++/13.2.1/bits/vector.tcc:445:7: note: parameter passing for argument of type 'std::vector::iterator' changed in GCC 7.1 445 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~ /usr/include/c++/13.2.1/bits/stl_vector.h: In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = double; _Alloc = std::allocator]': /usr/include/c++/13.2.1/bits/stl_vector.h:1289:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1289 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In file included from /usr/include/c++/13.2.1/vector:65: /usr/include/c++/13.2.1/bits/stl_uninitialized.h: In function '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator >; _ForwardIterator = SoapySDR::Range*]': /usr/include/c++/13.2.1/bits/stl_uninitialized.h:163:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 163 | uninitialized_copy(_InputIterator __first, _InputIterator __last, | ^~~~~~~~~~~~~~~~~~ /usr/include/c++/13.2.1/bits/stl_uninitialized.h:163:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 In function '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, allocator<_Tp>&) [with _InputIterator = __gnu_cxx::__normal_iterator >; _ForwardIterator = SoapySDR::Range*; _Tp = SoapySDR::Range]', inlined from 'std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = SoapySDR::Range; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/stl_vector.h:603:31: /usr/include/c++/13.2.1/bits/stl_uninitialized.h:373:37: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 373 | return std::uninitialized_copy(__first, __last, __result); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ In function '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, allocator<_Tp>&) [with _InputIterator = __gnu_cxx::__normal_iterator >; _ForwardIterator = SoapySDR::Range*; _Tp = SoapySDR::Range]', inlined from 'void std::vector<_Tp, _Alloc>::_M_range_initialize(_ForwardIterator, _ForwardIterator, std::forward_iterator_tag) [with _ForwardIterator = __gnu_cxx::__normal_iterator >; _Tp = SoapySDR::Range; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/stl_vector.h:1692:33, inlined from 'std::vector<_Tp, _Alloc>::vector(_InputIterator, _InputIterator, const allocator_type&) [with _InputIterator = __gnu_cxx::__normal_iterator >; = void; _Tp = SoapySDR::Range; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/stl_vector.h:708:23, inlined from 'Sequence* swig::getslice(const Sequence*, Difference, Difference, Py_ssize_t) [with Sequence = std::vector; Difference = int]' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:5521:16: /usr/include/c++/13.2.1/bits/stl_uninitialized.h:373:37: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 373 | return std::uninitialized_copy(__first, __last, __result); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/13.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_insert_aux(iterator, _Arg&&) [with _Arg = SoapySDR::ArgInfo; _Tp = SoapySDR::ArgInfo; _Alloc = std::allocator]': /usr/include/c++/13.2.1/bits/vector.tcc:413:7: note: parameter passing for argument of type 'std::vector::iterator' changed in GCC 7.1 413 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~ /usr/include/c++/13.2.1/bits/stl_vector.h: In member function 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::erase(const_iterator, const_iterator) [with _Tp = SoapySDR::ArgInfo; _Alloc = std::allocator]': /usr/include/c++/13.2.1/bits/stl_vector.h:1559:7: note: parameter passing for argument of type 'std::vector::const_iterator' changed in GCC 7.1 1559 | erase(const_iterator __first, const_iterator __last) | ^~~~~ /usr/include/c++/13.2.1/bits/stl_vector.h:1559:7: note: parameter passing for argument of type 'std::vector::const_iterator' changed in GCC 7.1 /usr/include/c++/13.2.1/bits/stl_vector.h: In member function 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::erase(const_iterator) [with _Tp = SoapySDR::ArgInfo; _Alloc = std::allocator]': /usr/include/c++/13.2.1/bits/stl_vector.h:1531:7: note: parameter passing for argument of type 'std::vector::const_iterator' changed in GCC 7.1 1531 | erase(const_iterator __position) | ^~~~~ /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx: In function 'void swig::delslice(Sequence*, Difference, Difference, Py_ssize_t) [with Sequence = std::vector; Difference = int]': /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:5626:20: note: parameter passing for argument of type 'std::vector::const_iterator' changed in GCC 7.1 5626 | self->erase(sb,se); | ~~~~~~~~~~~^~~~~~~ /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:5631:27: note: parameter passing for argument of type 'std::vector::const_iterator' changed in GCC 7.1 5631 | it = self->erase(it); | ~~~~~~~~~~~^~~~ /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:5643:33: note: parameter passing for argument of type 'std::vector::const_iterator' changed in GCC 7.1 5643 | it = typename Sequence::reverse_iterator(self->erase((++it).base())); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/13.2.1/bits/stl_uninitialized.h: In function '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator >; _ForwardIterator = SoapySDR::ArgInfo*]': /usr/include/c++/13.2.1/bits/stl_uninitialized.h:163:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 163 | uninitialized_copy(_InputIterator __first, _InputIterator __last, | ^~~~~~~~~~~~~~~~~~ /usr/include/c++/13.2.1/bits/stl_uninitialized.h:163:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 In function '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, allocator<_Tp>&) [with _InputIterator = __gnu_cxx::__normal_iterator >; _ForwardIterator = SoapySDR::ArgInfo*; _Tp = SoapySDR::ArgInfo]', inlined from 'std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = SoapySDR::ArgInfo; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/stl_vector.h:603:31: /usr/include/c++/13.2.1/bits/stl_uninitialized.h:373:37: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 373 | return std::uninitialized_copy(__first, __last, __result); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/13.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(iterator, _Args&& ...) [with _Args = {const SoapySDR::ArgInfo&}; _Tp = SoapySDR::ArgInfo; _Alloc = std::allocator]': /usr/include/c++/13.2.1/bits/vector.tcc:445:7: note: parameter passing for argument of type 'std::vector::iterator' changed in GCC 7.1 445 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~ /usr/include/c++/13.2.1/bits/stl_vector.h: In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = SoapySDR::ArgInfo; _Alloc = std::allocator]': /usr/include/c++/13.2.1/bits/stl_vector.h:1289:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1289 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In function '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, allocator<_Tp>&) [with _InputIterator = __gnu_cxx::__normal_iterator >; _ForwardIterator = SoapySDR::ArgInfo*; _Tp = SoapySDR::ArgInfo]', inlined from 'void std::vector<_Tp, _Alloc>::_M_range_initialize(_ForwardIterator, _ForwardIterator, std::forward_iterator_tag) [with _ForwardIterator = __gnu_cxx::__normal_iterator >; _Tp = SoapySDR::ArgInfo; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/stl_vector.h:1692:33, inlined from 'std::vector<_Tp, _Alloc>::vector(_InputIterator, _InputIterator, const allocator_type&) [with _InputIterator = __gnu_cxx::__normal_iterator >; = void; _Tp = SoapySDR::ArgInfo; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/stl_vector.h:708:23, inlined from 'Sequence* swig::getslice(const Sequence*, Difference, Difference, Py_ssize_t) [with Sequence = std::vector; Difference = int]' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:5521:16: /usr/include/c++/13.2.1/bits/stl_uninitialized.h:373:37: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 373 | return std::uninitialized_copy(__first, __last, __result); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/13.2.1/bits/stl_algobase.h: In function '_OI std::copy(_II, _II, _OI) [with _II = __gnu_cxx::__normal_iterator >; _OI = __gnu_cxx::__normal_iterator >]': /usr/include/c++/13.2.1/bits/stl_algobase.h:624:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 624 | copy(_II __first, _II __last, _OI __result) | ^~~~ /usr/include/c++/13.2.1/bits/stl_algobase.h:624:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 /usr/include/c++/13.2.1/bits/stl_algobase.h:624:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 /usr/include/c++/13.2.1/bits/stl_uninitialized.h: In function '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = move_iterator; _ForwardIterator = SoapySDR::ArgInfo*]': /usr/include/c++/13.2.1/bits/stl_uninitialized.h:163:5: note: parameter passing for argument of type 'std::move_iterator' changed in GCC 7.1 163 | uninitialized_copy(_InputIterator __first, _InputIterator __last, | ^~~~~~~~~~~~~~~~~~ /usr/include/c++/13.2.1/bits/stl_uninitialized.h:163:5: note: parameter passing for argument of type 'std::move_iterator' changed in GCC 7.1 /usr/include/c++/13.2.1/bits/stl_vector.h: In member function 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::insert(const_iterator, _InputIterator, _InputIterator) [with _InputIterator = __gnu_cxx::__normal_iterator >; = void; _Tp = SoapySDR::ArgInfo; _Alloc = std::allocator]': /usr/include/c++/13.2.1/bits/stl_vector.h:1479:9: note: parameter passing for argument of type 'std::vector::const_iterator' changed in GCC 7.1 1479 | insert(const_iterator __position, _InputIterator __first, | ^~~~~~ /usr/include/c++/13.2.1/bits/stl_vector.h:1479:9: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 /usr/include/c++/13.2.1/bits/stl_vector.h:1479:9: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 In function '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, allocator<_Tp>&) [with _InputIterator = move_iterator; _ForwardIterator = SoapySDR::ArgInfo*; _Tp = SoapySDR::ArgInfo]', inlined from '_ForwardIterator std::__uninitialized_move_a(_InputIterator, _InputIterator, _ForwardIterator, _Allocator&) [with _InputIterator = SoapySDR::ArgInfo*; _ForwardIterator = SoapySDR::ArgInfo*; _Allocator = allocator]' at /usr/include/c++/13.2.1/bits/stl_uninitialized.h:384:41, inlined from 'void std::vector<_Tp, _Alloc>::_M_range_insert(iterator, _ForwardIterator, _ForwardIterator, std::forward_iterator_tag) [with _ForwardIterator = __gnu_cxx::__normal_iterator >; _Tp = SoapySDR::ArgInfo; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/vector.tcc:766:34, inlined from 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::insert(const_iterator, _InputIterator, _InputIterator) [with _InputIterator = __gnu_cxx::__normal_iterator >; = void; _Tp = SoapySDR::ArgInfo; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/stl_vector.h:1483:19: /usr/include/c++/13.2.1/bits/stl_uninitialized.h:373:37: note: parameter passing for argument of type 'std::move_iterator' changed in GCC 7.1 373 | return std::uninitialized_copy(__first, __last, __result); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ In member function 'void std::vector<_Tp, _Alloc>::_M_range_insert(iterator, _ForwardIterator, _ForwardIterator, std::forward_iterator_tag) [with _ForwardIterator = __gnu_cxx::__normal_iterator >; _Tp = SoapySDR::ArgInfo; _Alloc = std::allocator]', inlined from 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::insert(const_iterator, _InputIterator, _InputIterator) [with _InputIterator = __gnu_cxx::__normal_iterator >; = void; _Tp = SoapySDR::ArgInfo; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/stl_vector.h:1483:19: /usr/include/c++/13.2.1/bits/vector.tcc:774:30: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 774 | std::copy(__first, __last, __position); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, allocator<_Tp>&) [with _InputIterator = __gnu_cxx::__normal_iterator >; _ForwardIterator = SoapySDR::ArgInfo*; _Tp = SoapySDR::ArgInfo]', inlined from 'void std::vector<_Tp, _Alloc>::_M_range_insert(iterator, _ForwardIterator, _ForwardIterator, std::forward_iterator_tag) [with _ForwardIterator = __gnu_cxx::__normal_iterator >; _Tp = SoapySDR::ArgInfo; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/vector.tcc:781:34, inlined from 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::insert(const_iterator, _InputIterator, _InputIterator) [with _InputIterator = __gnu_cxx::__normal_iterator >; = void; _Tp = SoapySDR::ArgInfo; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/stl_vector.h:1483:19: /usr/include/c++/13.2.1/bits/stl_uninitialized.h:373:37: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 373 | return std::uninitialized_copy(__first, __last, __result); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ In function '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, allocator<_Tp>&) [with _InputIterator = move_iterator; _ForwardIterator = SoapySDR::ArgInfo*; _Tp = SoapySDR::ArgInfo]', inlined from '_ForwardIterator std::__uninitialized_move_a(_InputIterator, _InputIterator, _ForwardIterator, _Allocator&) [with _InputIterator = SoapySDR::ArgInfo*; _ForwardIterator = SoapySDR::ArgInfo*; _Allocator = allocator]' at /usr/include/c++/13.2.1/bits/stl_uninitialized.h:384:41, inlined from 'void std::vector<_Tp, _Alloc>::_M_range_insert(iterator, _ForwardIterator, _ForwardIterator, std::forward_iterator_tag) [with _ForwardIterator = __gnu_cxx::__normal_iterator >; _Tp = SoapySDR::ArgInfo; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/vector.tcc:786:34, inlined from 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::insert(const_iterator, _InputIterator, _InputIterator) [with _InputIterator = __gnu_cxx::__normal_iterator >; = void; _Tp = SoapySDR::ArgInfo; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/stl_vector.h:1483:19: /usr/include/c++/13.2.1/bits/stl_uninitialized.h:373:37: note: parameter passing for argument of type 'std::move_iterator' changed in GCC 7.1 373 | return std::uninitialized_copy(__first, __last, __result); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ In member function 'void std::vector<_Tp, _Alloc>::_M_range_insert(iterator, _ForwardIterator, _ForwardIterator, std::forward_iterator_tag) [with _ForwardIterator = __gnu_cxx::__normal_iterator >; _Tp = SoapySDR::ArgInfo; _Alloc = std::allocator]', inlined from 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::insert(const_iterator, _InputIterator, _InputIterator) [with _InputIterator = __gnu_cxx::__normal_iterator >; = void; _Tp = SoapySDR::ArgInfo; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/stl_vector.h:1483:19: /usr/include/c++/13.2.1/bits/vector.tcc:792:30: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 792 | std::copy(__first, __mid, __position); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, allocator<_Tp>&) [with _InputIterator = move_iterator; _ForwardIterator = SoapySDR::ArgInfo*; _Tp = SoapySDR::ArgInfo]', inlined from '_ForwardIterator std::__uninitialized_move_if_noexcept_a(_InputIterator, _InputIterator, _ForwardIterator, _Allocator&) [with _InputIterator = SoapySDR::ArgInfo*; _ForwardIterator = SoapySDR::ArgInfo*; _Allocator = allocator]' at /usr/include/c++/13.2.1/bits/stl_uninitialized.h:399:2, inlined from 'void std::vector<_Tp, _Alloc>::_M_range_insert(iterator, _ForwardIterator, _ForwardIterator, std::forward_iterator_tag) [with _ForwardIterator = __gnu_cxx::__normal_iterator >; _Tp = SoapySDR::ArgInfo; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/vector.tcc:811:9, inlined from 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::insert(const_iterator, _InputIterator, _InputIterator) [with _InputIterator = __gnu_cxx::__normal_iterator >; = void; _Tp = SoapySDR::ArgInfo; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/stl_vector.h:1483:19: /usr/include/c++/13.2.1/bits/stl_uninitialized.h:373:37: note: parameter passing for argument of type 'std::move_iterator' changed in GCC 7.1 373 | return std::uninitialized_copy(__first, __last, __result); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ In function '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, allocator<_Tp>&) [with _InputIterator = __gnu_cxx::__normal_iterator >; _ForwardIterator = SoapySDR::ArgInfo*; _Tp = SoapySDR::ArgInfo]', inlined from 'void std::vector<_Tp, _Alloc>::_M_range_insert(iterator, _ForwardIterator, _ForwardIterator, std::forward_iterator_tag) [with _ForwardIterator = __gnu_cxx::__normal_iterator >; _Tp = SoapySDR::ArgInfo; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/vector.tcc:814:38, inlined from 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::insert(const_iterator, _InputIterator, _InputIterator) [with _InputIterator = __gnu_cxx::__normal_iterator >; = void; _Tp = SoapySDR::ArgInfo; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/stl_vector.h:1483:19: /usr/include/c++/13.2.1/bits/stl_uninitialized.h:373:37: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 373 | return std::uninitialized_copy(__first, __last, __result); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ In function '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, allocator<_Tp>&) [with _InputIterator = move_iterator; _ForwardIterator = SoapySDR::ArgInfo*; _Tp = SoapySDR::ArgInfo]', inlined from '_ForwardIterator std::__uninitialized_move_if_noexcept_a(_InputIterator, _InputIterator, _ForwardIterator, _Allocator&) [with _InputIterator = SoapySDR::ArgInfo*; _ForwardIterator = SoapySDR::ArgInfo*; _Allocator = allocator]' at /usr/include/c++/13.2.1/bits/stl_uninitialized.h:399:2, inlined from 'void std::vector<_Tp, _Alloc>::_M_range_insert(iterator, _ForwardIterator, _ForwardIterator, std::forward_iterator_tag) [with _ForwardIterator = __gnu_cxx::__normal_iterator >; _Tp = SoapySDR::ArgInfo; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/vector.tcc:819:9, inlined from 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::insert(const_iterator, _InputIterator, _InputIterator) [with _InputIterator = __gnu_cxx::__normal_iterator >; = void; _Tp = SoapySDR::ArgInfo; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/stl_vector.h:1483:19: /usr/include/c++/13.2.1/bits/stl_uninitialized.h:373:37: note: parameter passing for argument of type 'std::move_iterator' changed in GCC 7.1 373 | return std::uninitialized_copy(__first, __last, __result); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx: In function 'void swig::setslice(Sequence*, Difference, Difference, Py_ssize_t, const InputSeq&) [with Sequence = std::vector; Difference = int; InputSeq = std::vector]': /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:5567:33: note: parameter passing for argument of type 'std::vector::const_iterator' changed in GCC 7.1 5567 | self->insert(std::copy(is.begin(), isit, sb), isit, is.end()); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:5567:23: note: parameter passing for argument of type 'std::vector::const_iterator' changed in GCC 7.1 5567 | self->insert(std::copy(is.begin(), isit, sb), isit, is.end()); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:5567:23: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:5574:22: note: parameter passing for argument of type 'std::vector::const_iterator' changed in GCC 7.1 5574 | self->erase(sb,se); | ~~~~~~~~~~~^~~~~~~ /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:5577:23: note: parameter passing for argument of type 'std::vector::const_iterator' changed in GCC 7.1 5577 | self->insert(sb, is.begin(), is.end()); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:5577:23: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 /usr/include/c++/13.2.1/bits/stl_uninitialized.h: In function '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = move_iterator; _ForwardIterator = SoapySDR::Range*]': /usr/include/c++/13.2.1/bits/stl_uninitialized.h:163:5: note: parameter passing for argument of type 'std::move_iterator' changed in GCC 7.1 163 | uninitialized_copy(_InputIterator __first, _InputIterator __last, | ^~~~~~~~~~~~~~~~~~ /usr/include/c++/13.2.1/bits/stl_uninitialized.h:163:5: note: parameter passing for argument of type 'std::move_iterator' changed in GCC 7.1 /usr/include/c++/13.2.1/bits/stl_vector.h: In member function 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::insert(const_iterator, _InputIterator, _InputIterator) [with _InputIterator = __gnu_cxx::__normal_iterator >; = void; _Tp = SoapySDR::Range; _Alloc = std::allocator]': /usr/include/c++/13.2.1/bits/stl_vector.h:1479:9: note: parameter passing for argument of type 'std::vector::const_iterator' changed in GCC 7.1 1479 | insert(const_iterator __position, _InputIterator __first, | ^~~~~~ /usr/include/c++/13.2.1/bits/stl_vector.h:1479:9: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 /usr/include/c++/13.2.1/bits/stl_vector.h:1479:9: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 In function '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, allocator<_Tp>&) [with _InputIterator = move_iterator; _ForwardIterator = SoapySDR::Range*; _Tp = SoapySDR::Range]', inlined from '_ForwardIterator std::__uninitialized_move_a(_InputIterator, _InputIterator, _ForwardIterator, _Allocator&) [with _InputIterator = SoapySDR::Range*; _ForwardIterator = SoapySDR::Range*; _Allocator = allocator]' at /usr/include/c++/13.2.1/bits/stl_uninitialized.h:384:41, inlined from 'void std::vector<_Tp, _Alloc>::_M_range_insert(iterator, _ForwardIterator, _ForwardIterator, std::forward_iterator_tag) [with _ForwardIterator = __gnu_cxx::__normal_iterator >; _Tp = SoapySDR::Range; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/vector.tcc:766:34, inlined from 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::insert(const_iterator, _InputIterator, _InputIterator) [with _InputIterator = __gnu_cxx::__normal_iterator >; = void; _Tp = SoapySDR::Range; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/stl_vector.h:1483:19: /usr/include/c++/13.2.1/bits/stl_uninitialized.h:373:37: note: parameter passing for argument of type 'std::move_iterator' changed in GCC 7.1 373 | return std::uninitialized_copy(__first, __last, __result); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ In member function 'void std::vector<_Tp, _Alloc>::_M_range_insert(iterator, _ForwardIterator, _ForwardIterator, std::forward_iterator_tag) [with _ForwardIterator = __gnu_cxx::__normal_iterator >; _Tp = SoapySDR::Range; _Alloc = std::allocator]', inlined from 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::insert(const_iterator, _InputIterator, _InputIterator) [with _InputIterator = __gnu_cxx::__normal_iterator >; = void; _Tp = SoapySDR::Range; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/stl_vector.h:1483:19: /usr/include/c++/13.2.1/bits/vector.tcc:774:30: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 774 | std::copy(__first, __last, __position); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, allocator<_Tp>&) [with _InputIterator = __gnu_cxx::__normal_iterator >; _ForwardIterator = SoapySDR::Range*; _Tp = SoapySDR::Range]', inlined from 'void std::vector<_Tp, _Alloc>::_M_range_insert(iterator, _ForwardIterator, _ForwardIterator, std::forward_iterator_tag) [with _ForwardIterator = __gnu_cxx::__normal_iterator >; _Tp = SoapySDR::Range; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/vector.tcc:781:34, inlined from 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::insert(const_iterator, _InputIterator, _InputIterator) [with _InputIterator = __gnu_cxx::__normal_iterator >; = void; _Tp = SoapySDR::Range; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/stl_vector.h:1483:19: /usr/include/c++/13.2.1/bits/stl_uninitialized.h:373:37: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 373 | return std::uninitialized_copy(__first, __last, __result); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ In function '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, allocator<_Tp>&) [with _InputIterator = move_iterator; _ForwardIterator = SoapySDR::Range*; _Tp = SoapySDR::Range]', inlined from '_ForwardIterator std::__uninitialized_move_a(_InputIterator, _InputIterator, _ForwardIterator, _Allocator&) [with _InputIterator = SoapySDR::Range*; _ForwardIterator = SoapySDR::Range*; _Allocator = allocator]' at /usr/include/c++/13.2.1/bits/stl_uninitialized.h:384:41, inlined from 'void std::vector<_Tp, _Alloc>::_M_range_insert(iterator, _ForwardIterator, _ForwardIterator, std::forward_iterator_tag) [with _ForwardIterator = __gnu_cxx::__normal_iterator >; _Tp = SoapySDR::Range; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/vector.tcc:786:34, inlined from 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::insert(const_iterator, _InputIterator, _InputIterator) [with _InputIterator = __gnu_cxx::__normal_iterator >; = void; _Tp = SoapySDR::Range; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/stl_vector.h:1483:19: /usr/include/c++/13.2.1/bits/stl_uninitialized.h:373:37: note: parameter passing for argument of type 'std::move_iterator' changed in GCC 7.1 373 | return std::uninitialized_copy(__first, __last, __result); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ In member function 'void std::vector<_Tp, _Alloc>::_M_range_insert(iterator, _ForwardIterator, _ForwardIterator, std::forward_iterator_tag) [with _ForwardIterator = __gnu_cxx::__normal_iterator >; _Tp = SoapySDR::Range; _Alloc = std::allocator]', inlined from 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::insert(const_iterator, _InputIterator, _InputIterator) [with _InputIterator = __gnu_cxx::__normal_iterator >; = void; _Tp = SoapySDR::Range; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/stl_vector.h:1483:19: /usr/include/c++/13.2.1/bits/vector.tcc:792:30: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 792 | std::copy(__first, __mid, __position); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, allocator<_Tp>&) [with _InputIterator = move_iterator; _ForwardIterator = SoapySDR::Range*; _Tp = SoapySDR::Range]', inlined from '_ForwardIterator std::__uninitialized_move_if_noexcept_a(_InputIterator, _InputIterator, _ForwardIterator, _Allocator&) [with _InputIterator = SoapySDR::Range*; _ForwardIterator = SoapySDR::Range*; _Allocator = allocator]' at /usr/include/c++/13.2.1/bits/stl_uninitialized.h:399:2, inlined from 'void std::vector<_Tp, _Alloc>::_M_range_insert(iterator, _ForwardIterator, _ForwardIterator, std::forward_iterator_tag) [with _ForwardIterator = __gnu_cxx::__normal_iterator >; _Tp = SoapySDR::Range; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/vector.tcc:811:9, inlined from 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::insert(const_iterator, _InputIterator, _InputIterator) [with _InputIterator = __gnu_cxx::__normal_iterator >; = void; _Tp = SoapySDR::Range; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/stl_vector.h:1483:19: /usr/include/c++/13.2.1/bits/stl_uninitialized.h:373:37: note: parameter passing for argument of type 'std::move_iterator' changed in GCC 7.1 373 | return std::uninitialized_copy(__first, __last, __result); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ In function '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, allocator<_Tp>&) [with _InputIterator = __gnu_cxx::__normal_iterator >; _ForwardIterator = SoapySDR::Range*; _Tp = SoapySDR::Range]', inlined from 'void std::vector<_Tp, _Alloc>::_M_range_insert(iterator, _ForwardIterator, _ForwardIterator, std::forward_iterator_tag) [with _ForwardIterator = __gnu_cxx::__normal_iterator >; _Tp = SoapySDR::Range; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/vector.tcc:814:38, inlined from 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::insert(const_iterator, _InputIterator, _InputIterator) [with _InputIterator = __gnu_cxx::__normal_iterator >; = void; _Tp = SoapySDR::Range; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/stl_vector.h:1483:19: /usr/include/c++/13.2.1/bits/stl_uninitialized.h:373:37: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 373 | return std::uninitialized_copy(__first, __last, __result); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ In function '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, allocator<_Tp>&) [with _InputIterator = move_iterator; _ForwardIterator = SoapySDR::Range*; _Tp = SoapySDR::Range]', inlined from '_ForwardIterator std::__uninitialized_move_if_noexcept_a(_InputIterator, _InputIterator, _ForwardIterator, _Allocator&) [with _InputIterator = SoapySDR::Range*; _ForwardIterator = SoapySDR::Range*; _Allocator = allocator]' at /usr/include/c++/13.2.1/bits/stl_uninitialized.h:399:2, inlined from 'void std::vector<_Tp, _Alloc>::_M_range_insert(iterator, _ForwardIterator, _ForwardIterator, std::forward_iterator_tag) [with _ForwardIterator = __gnu_cxx::__normal_iterator >; _Tp = SoapySDR::Range; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/vector.tcc:819:9, inlined from 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::insert(const_iterator, _InputIterator, _InputIterator) [with _InputIterator = __gnu_cxx::__normal_iterator >; = void; _Tp = SoapySDR::Range; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/stl_vector.h:1483:19: /usr/include/c++/13.2.1/bits/stl_uninitialized.h:373:37: note: parameter passing for argument of type 'std::move_iterator' changed in GCC 7.1 373 | return std::uninitialized_copy(__first, __last, __result); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ In member function 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::_M_insert_rval(const_iterator, value_type&&) [with _Tp = double; _Alloc = std::allocator]', inlined from 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::insert(const_iterator, value_type&&) [with _Tp = double; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/stl_vector.h:1391:30, inlined from 'static void swig::IteratorProtocol::assign(PyObject*, Seq*) [with Seq = std::vector; T = double]' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:5661:22: /usr/include/c++/13.2.1/bits/vector.tcc:370:24: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 370 | _M_insert_aux(begin() + __n, std::move(__v)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/13.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_fill_insert(iterator, size_type, const value_type&) [with _Tp = SoapySDR::ArgInfo; _Alloc = std::allocator]': /usr/include/c++/13.2.1/bits/vector.tcc:529:5: note: parameter passing for argument of type 'std::vector::iterator' changed in GCC 7.1 529 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~ In function '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, allocator<_Tp>&) [with _InputIterator = move_iterator; _ForwardIterator = SoapySDR::ArgInfo*; _Tp = SoapySDR::ArgInfo]', inlined from '_ForwardIterator std::__uninitialized_move_a(_InputIterator, _InputIterator, _ForwardIterator, _Allocator&) [with _InputIterator = SoapySDR::ArgInfo*; _ForwardIterator = SoapySDR::ArgInfo*; _Allocator = allocator]' at /usr/include/c++/13.2.1/bits/stl_uninitialized.h:384:41, inlined from 'void std::vector<_Tp, _Alloc>::_M_fill_insert(iterator, size_type, const value_type&) [with _Tp = SoapySDR::ArgInfo; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/vector.tcc:548:32: /usr/include/c++/13.2.1/bits/stl_uninitialized.h:373:37: note: parameter passing for argument of type 'std::move_iterator' changed in GCC 7.1 373 | return std::uninitialized_copy(__first, __last, __result); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ In function '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, allocator<_Tp>&) [with _InputIterator = move_iterator; _ForwardIterator = SoapySDR::ArgInfo*; _Tp = SoapySDR::ArgInfo]', inlined from '_ForwardIterator std::__uninitialized_move_a(_InputIterator, _InputIterator, _ForwardIterator, _Allocator&) [with _InputIterator = SoapySDR::ArgInfo*; _ForwardIterator = SoapySDR::ArgInfo*; _Allocator = allocator]' at /usr/include/c++/13.2.1/bits/stl_uninitialized.h:384:41, inlined from 'void std::vector<_Tp, _Alloc>::_M_fill_insert(iterator, size_type, const value_type&) [with _Tp = SoapySDR::ArgInfo; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/vector.tcc:568:32: /usr/include/c++/13.2.1/bits/stl_uninitialized.h:373:37: note: parameter passing for argument of type 'std::move_iterator' changed in GCC 7.1 373 | return std::uninitialized_copy(__first, __last, __result); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ In function '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, allocator<_Tp>&) [with _InputIterator = move_iterator; _ForwardIterator = SoapySDR::ArgInfo*; _Tp = SoapySDR::ArgInfo]', inlined from '_ForwardIterator std::__uninitialized_move_if_noexcept_a(_InputIterator, _InputIterator, _ForwardIterator, _Allocator&) [with _InputIterator = SoapySDR::ArgInfo*; _ForwardIterator = SoapySDR::ArgInfo*; _Allocator = allocator]' at /usr/include/c++/13.2.1/bits/stl_uninitialized.h:399:2, inlined from 'void std::vector<_Tp, _Alloc>::_M_fill_insert(iterator, size_type, const value_type&) [with _Tp = SoapySDR::ArgInfo; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/vector.tcc:599:7: /usr/include/c++/13.2.1/bits/stl_uninitialized.h:373:37: note: parameter passing for argument of type 'std::move_iterator' changed in GCC 7.1 373 | return std::uninitialized_copy(__first, __last, __result); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ In function '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, allocator<_Tp>&) [with _InputIterator = move_iterator; _ForwardIterator = SoapySDR::ArgInfo*; _Tp = SoapySDR::ArgInfo]', inlined from '_ForwardIterator std::__uninitialized_move_if_noexcept_a(_InputIterator, _InputIterator, _ForwardIterator, _Allocator&) [with _InputIterator = SoapySDR::ArgInfo*; _ForwardIterator = SoapySDR::ArgInfo*; _Allocator = allocator]' at /usr/include/c++/13.2.1/bits/stl_uninitialized.h:399:2, inlined from 'void std::vector<_Tp, _Alloc>::_M_fill_insert(iterator, size_type, const value_type&) [with _Tp = SoapySDR::ArgInfo; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/vector.tcc:605:7: /usr/include/c++/13.2.1/bits/stl_uninitialized.h:373:37: note: parameter passing for argument of type 'std::move_iterator' changed in GCC 7.1 373 | return std::uninitialized_copy(__first, __last, __result); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/13.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_fill_insert(iterator, size_type, const value_type&) [with _Tp = SoapySDR::Range; _Alloc = std::allocator]': /usr/include/c++/13.2.1/bits/vector.tcc:529:5: note: parameter passing for argument of type 'std::vector::iterator' changed in GCC 7.1 529 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~ In function '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, allocator<_Tp>&) [with _InputIterator = move_iterator; _ForwardIterator = SoapySDR::Range*; _Tp = SoapySDR::Range]', inlined from '_ForwardIterator std::__uninitialized_move_a(_InputIterator, _InputIterator, _ForwardIterator, _Allocator&) [with _InputIterator = SoapySDR::Range*; _ForwardIterator = SoapySDR::Range*; _Allocator = allocator]' at /usr/include/c++/13.2.1/bits/stl_uninitialized.h:384:41, inlined from 'void std::vector<_Tp, _Alloc>::_M_fill_insert(iterator, size_type, const value_type&) [with _Tp = SoapySDR::Range; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/vector.tcc:548:32: /usr/include/c++/13.2.1/bits/stl_uninitialized.h:373:37: note: parameter passing for argument of type 'std::move_iterator' changed in GCC 7.1 373 | return std::uninitialized_copy(__first, __last, __result); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ In function '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, allocator<_Tp>&) [with _InputIterator = move_iterator; _ForwardIterator = SoapySDR::Range*; _Tp = SoapySDR::Range]', inlined from '_ForwardIterator std::__uninitialized_move_a(_InputIterator, _InputIterator, _ForwardIterator, _Allocator&) [with _InputIterator = SoapySDR::Range*; _ForwardIterator = SoapySDR::Range*; _Allocator = allocator]' at /usr/include/c++/13.2.1/bits/stl_uninitialized.h:384:41, inlined from 'void std::vector<_Tp, _Alloc>::_M_fill_insert(iterator, size_type, const value_type&) [with _Tp = SoapySDR::Range; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/vector.tcc:568:32: /usr/include/c++/13.2.1/bits/stl_uninitialized.h:373:37: note: parameter passing for argument of type 'std::move_iterator' changed in GCC 7.1 373 | return std::uninitialized_copy(__first, __last, __result); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ In function '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, allocator<_Tp>&) [with _InputIterator = move_iterator; _ForwardIterator = SoapySDR::Range*; _Tp = SoapySDR::Range]', inlined from '_ForwardIterator std::__uninitialized_move_if_noexcept_a(_InputIterator, _InputIterator, _ForwardIterator, _Allocator&) [with _InputIterator = SoapySDR::Range*; _ForwardIterator = SoapySDR::Range*; _Allocator = allocator]' at /usr/include/c++/13.2.1/bits/stl_uninitialized.h:399:2, inlined from 'void std::vector<_Tp, _Alloc>::_M_fill_insert(iterator, size_type, const value_type&) [with _Tp = SoapySDR::Range; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/vector.tcc:599:7: /usr/include/c++/13.2.1/bits/stl_uninitialized.h:373:37: note: parameter passing for argument of type 'std::move_iterator' changed in GCC 7.1 373 | return std::uninitialized_copy(__first, __last, __result); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ In function '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, allocator<_Tp>&) [with _InputIterator = move_iterator; _ForwardIterator = SoapySDR::Range*; _Tp = SoapySDR::Range]', inlined from '_ForwardIterator std::__uninitialized_move_if_noexcept_a(_InputIterator, _InputIterator, _ForwardIterator, _Allocator&) [with _InputIterator = SoapySDR::Range*; _ForwardIterator = SoapySDR::Range*; _Allocator = allocator]' at /usr/include/c++/13.2.1/bits/stl_uninitialized.h:399:2, inlined from 'void std::vector<_Tp, _Alloc>::_M_fill_insert(iterator, size_type, const value_type&) [with _Tp = SoapySDR::Range; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/vector.tcc:605:7: /usr/include/c++/13.2.1/bits/stl_uninitialized.h:373:37: note: parameter passing for argument of type 'std::move_iterator' changed in GCC 7.1 373 | return std::uninitialized_copy(__first, __last, __result); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/13.2.1/bits/stl_algobase.h: In function '_OI std::copy(_II, _II, _OI) [with _II = __gnu_cxx::__normal_iterator >; _OI = __gnu_cxx::__normal_iterator >]': /usr/include/c++/13.2.1/bits/stl_algobase.h:624:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 624 | copy(_II __first, _II __last, _OI __result) | ^~~~ /usr/include/c++/13.2.1/bits/stl_algobase.h:624:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 /usr/include/c++/13.2.1/bits/stl_algobase.h:624:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 /usr/include/c++/13.2.1/bits/stl_vector.h: In member function 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::erase(const_iterator, const_iterator) [with _Tp = SoapySDR::Range; _Alloc = std::allocator]': /usr/include/c++/13.2.1/bits/stl_vector.h:1559:7: note: parameter passing for argument of type 'std::vector::const_iterator' changed in GCC 7.1 1559 | erase(const_iterator __first, const_iterator __last) | ^~~~~ /usr/include/c++/13.2.1/bits/stl_vector.h:1559:7: note: parameter passing for argument of type 'std::vector::const_iterator' changed in GCC 7.1 /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx: In function 'void swig::setslice(Sequence*, Difference, Difference, Py_ssize_t, const InputSeq&) [with Sequence = std::vector; Difference = int; InputSeq = std::vector]': /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:5567:33: note: parameter passing for argument of type 'std::vector::const_iterator' changed in GCC 7.1 5567 | self->insert(std::copy(is.begin(), isit, sb), isit, is.end()); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:5567:23: note: parameter passing for argument of type 'std::vector::const_iterator' changed in GCC 7.1 5567 | self->insert(std::copy(is.begin(), isit, sb), isit, is.end()); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:5567:23: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:5574:22: note: parameter passing for argument of type 'std::vector::const_iterator' changed in GCC 7.1 5574 | self->erase(sb,se); | ~~~~~~~~~~~^~~~~~~ /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:5577:23: note: parameter passing for argument of type 'std::vector::const_iterator' changed in GCC 7.1 5577 | self->insert(sb, is.begin(), is.end()); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:5577:23: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 /usr/include/c++/13.2.1/bits/stl_vector.h: In member function 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::erase(const_iterator) [with _Tp = SoapySDR::Range; _Alloc = std::allocator]': /usr/include/c++/13.2.1/bits/stl_vector.h:1531:7: note: parameter passing for argument of type 'std::vector::const_iterator' changed in GCC 7.1 1531 | erase(const_iterator __position) | ^~~~~ /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx: In function 'void swig::delslice(Sequence*, Difference, Difference, Py_ssize_t) [with Sequence = std::vector; Difference = int]': /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:5626:20: note: parameter passing for argument of type 'std::vector::const_iterator' changed in GCC 7.1 5626 | self->erase(sb,se); | ~~~~~~~~~~~^~~~~~~ /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:5631:27: note: parameter passing for argument of type 'std::vector::const_iterator' changed in GCC 7.1 5631 | it = self->erase(it); | ~~~~~~~~~~~^~~~ /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:5643:33: note: parameter passing for argument of type 'std::vector::const_iterator' changed in GCC 7.1 5643 | it = typename Sequence::reverse_iterator(self->erase((++it).base())); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/13.2.1/bits/stl_vector.h: In member function 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::erase(const_iterator, const_iterator) [with _Tp = double; _Alloc = std::allocator]': /usr/include/c++/13.2.1/bits/stl_vector.h:1559:7: note: parameter passing for argument of type 'std::vector::const_iterator' changed in GCC 7.1 1559 | erase(const_iterator __first, const_iterator __last) | ^~~~~ /usr/include/c++/13.2.1/bits/stl_vector.h:1559:7: note: parameter passing for argument of type 'std::vector::const_iterator' changed in GCC 7.1 /usr/include/c++/13.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_fill_insert(iterator, size_type, const value_type&) [with _Tp = double; _Alloc = std::allocator]': /usr/include/c++/13.2.1/bits/vector.tcc:529:5: note: parameter passing for argument of type 'std::vector::iterator' changed in GCC 7.1 529 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~ In member function 'void std::vector<_Tp, _Alloc>::resize(size_type, const value_type&) [with _Tp = double; _Alloc = std::allocator]', inlined from 'PyObject* _wrap_SoapySDRDoubleList_resize__SWIG_1(PyObject*, Py_ssize_t, PyObject**)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:31653:23, inlined from 'PyObject* _wrap_SoapySDRDoubleList_resize(PyObject*, PyObject*)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:31726:57: /usr/include/c++/13.2.1/bits/stl_vector.h:1034:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1034 | _M_fill_insert(end(), __new_size - size(), __x); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In member function 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::insert(const_iterator, const value_type&) [with _Tp = double; _Alloc = std::allocator]', inlined from 'std::vector::iterator std_vector_Sl_double_Sg__insert__SWIG_0(std::vector*, std::vector::iterator, const std::vector::value_type&)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:6743:212, inlined from 'PyObject* _wrap_SoapySDRDoubleList_insert__SWIG_0(PyObject*, Py_ssize_t, PyObject**)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:31783:57, inlined from 'PyObject* _wrap_SoapySDRDoubleList_insert(PyObject*, PyObject*)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:31927:57: /usr/include/c++/13.2.1/bits/vector.tcc:162:28: note: parameter passing for argument of type 'const __gnu_cxx::__normal_iterator >' changed in GCC 7.1 162 | _M_insert_aux(__pos, std::move(__x_copy._M_val())); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/13.2.1/bits/vector.tcc:170:26: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 170 | _M_realloc_insert(begin() + (__position - cbegin()), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In member function 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::insert(const_iterator, size_type, const value_type&) [with _Tp = double; _Alloc = std::allocator]', inlined from 'void std_vector_Sl_double_Sg__insert__SWIG_1(std::vector*, std::vector::iterator, std::vector::size_type, const std::vector::value_type&)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:6744:213, inlined from 'PyObject* _wrap_SoapySDRDoubleList_insert__SWIG_1(PyObject*, Py_ssize_t, PyObject**)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:31869:48, inlined from 'PyObject* _wrap_SoapySDRDoubleList_insert(PyObject*, PyObject*)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:31951:59: /usr/include/c++/13.2.1/bits/stl_vector.h:1437:23: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1437 | _M_fill_insert(begin() + __offset, __n, __x); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/13.2.1/bits/stl_vector.h: In member function 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::insert(const_iterator, _InputIterator, _InputIterator) [with _InputIterator = __gnu_cxx::__normal_iterator >; = void; _Tp = double; _Alloc = std::allocator]': /usr/include/c++/13.2.1/bits/stl_vector.h:1479:9: note: parameter passing for argument of type 'std::vector::const_iterator' changed in GCC 7.1 1479 | insert(const_iterator __position, _InputIterator __first, | ^~~~~~ /usr/include/c++/13.2.1/bits/stl_vector.h:1479:9: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 /usr/include/c++/13.2.1/bits/stl_vector.h:1479:9: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 In member function 'void std::vector<_Tp, _Alloc>::_M_range_insert(iterator, _ForwardIterator, _ForwardIterator, std::forward_iterator_tag) [with _ForwardIterator = __gnu_cxx::__normal_iterator >; _Tp = double; _Alloc = std::allocator]', inlined from 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::insert(const_iterator, _InputIterator, _InputIterator) [with _InputIterator = __gnu_cxx::__normal_iterator >; = void; _Tp = double; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/stl_vector.h:1483:19: /usr/include/c++/13.2.1/bits/vector.tcc:774:30: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 774 | std::copy(__first, __last, __position); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/13.2.1/bits/vector.tcc:792:30: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 792 | std::copy(__first, __mid, __position); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx: In function 'void swig::setslice(Sequence*, Difference, Difference, Py_ssize_t, const InputSeq&) [with Sequence = std::vector; Difference = int; InputSeq = std::vector]': /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:5567:33: note: parameter passing for argument of type 'std::vector::const_iterator' changed in GCC 7.1 5567 | self->insert(std::copy(is.begin(), isit, sb), isit, is.end()); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:5567:23: note: parameter passing for argument of type 'std::vector::const_iterator' changed in GCC 7.1 5567 | self->insert(std::copy(is.begin(), isit, sb), isit, is.end()); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:5567:23: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:5574:22: note: parameter passing for argument of type 'std::vector::const_iterator' changed in GCC 7.1 5574 | self->erase(sb,se); | ~~~~~~~~~~~^~~~~~~ /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:5577:23: note: parameter passing for argument of type 'std::vector::const_iterator' changed in GCC 7.1 5577 | self->insert(sb, is.begin(), is.end()); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:5577:23: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 /usr/include/c++/13.2.1/bits/stl_vector.h: In member function 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::erase(const_iterator) [with _Tp = double; _Alloc = std::allocator]': /usr/include/c++/13.2.1/bits/stl_vector.h:1531:7: note: parameter passing for argument of type 'std::vector::const_iterator' changed in GCC 7.1 1531 | erase(const_iterator __position) | ^~~~~ In function 'std::vector::iterator std_vector_Sl_double_Sg__erase__SWIG_0(std::vector*, std::vector::iterator)', inlined from 'PyObject* _wrap_SoapySDRDoubleList_erase__SWIG_0(PyObject*, Py_ssize_t, PyObject**)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:31078:56, inlined from 'PyObject* _wrap_SoapySDRDoubleList_erase(PyObject*, PyObject*)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:31215:54: /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:6741:167: note: parameter passing for argument of type 'std::vector::const_iterator' changed in GCC 7.1 6741 | SWIGINTERN std::vector< double >::iterator std_vector_Sl_double_Sg__erase__SWIG_0(std::vector< double > *self,std::vector< double >::iterator pos){ return self->erase(pos); } | ~~~~~~~~~~~^~~~~ In function 'std::vector::iterator std_vector_Sl_double_Sg__erase__SWIG_1(std::vector*, std::vector::iterator, std::vector::iterator)', inlined from 'PyObject* _wrap_SoapySDRDoubleList_erase__SWIG_1(PyObject*, Py_ssize_t, PyObject**)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:31161:56, inlined from 'PyObject* _wrap_SoapySDRDoubleList_erase(PyObject*, PyObject*)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:31232:56: /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:6742:206: note: parameter passing for argument of type 'std::vector::const_iterator' changed in GCC 7.1 6742 | SWIGINTERN std::vector< double >::iterator std_vector_Sl_double_Sg__erase__SWIG_1(std::vector< double > *self,std::vector< double >::iterator first,std::vector< double >::iterator last){ return self->erase(first, last); } | ~~~~~~~~~~~^~~~~~~~~~~~~ /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx: In function 'void swig::delslice(Sequence*, Difference, Difference, Py_ssize_t) [with Sequence = std::vector; Difference = int]': /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:5626:20: note: parameter passing for argument of type 'std::vector::const_iterator' changed in GCC 7.1 5626 | self->erase(sb,se); | ~~~~~~~~~~~^~~~~~~ /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:5631:27: note: parameter passing for argument of type 'std::vector::const_iterator' changed in GCC 7.1 5631 | it = self->erase(it); | ~~~~~~~~~~~^~~~ /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:5643:33: note: parameter passing for argument of type 'std::vector::const_iterator' changed in GCC 7.1 5643 | it = typename Sequence::reverse_iterator(self->erase((++it).base())); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'void swig::erase(Sequence*, const typename Sequence::iterator&) [with Sequence = std::vector]', inlined from 'void std_vector_Sl_double_Sg____delitem____SWIG_0(std::vector*, std::vector::difference_type)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:6679:18, inlined from 'PyObject* _wrap_SoapySDRDoubleList___delitem____SWIG_0(PyObject*, Py_ssize_t, PyObject**)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:29507:55, inlined from 'PyObject* _wrap_SoapySDRDoubleList___delitem__(PyObject*, PyObject*)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:29859:60: /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:5497:15: note: parameter passing for argument of type 'std::vector::const_iterator' changed in GCC 7.1 5497 | seq->erase(position); | ~~~~~~~~~~^~~~~~~~~~ In member function 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::_M_insert_rval(const_iterator, value_type&&) [with _Tp = SoapySDR::ArgInfo; _Alloc = std::allocator]', inlined from 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::insert(const_iterator, value_type&&) [with _Tp = SoapySDR::ArgInfo; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/stl_vector.h:1391:30, inlined from 'static void swig::IteratorProtocol::assign(PyObject*, Seq*) [with Seq = std::vector; T = SoapySDR::ArgInfo]' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:5661:22: /usr/include/c++/13.2.1/bits/vector.tcc:370:24: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 370 | _M_insert_aux(begin() + __n, std::move(__v)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In member function 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::insert(const_iterator, const value_type&) [with _Tp = SoapySDR::ArgInfo; _Alloc = std::allocator]', inlined from 'std::vector::iterator std_vector_Sl_SoapySDR_ArgInfo_Sg__insert__SWIG_0(std::vector*, std::vector::iterator, const std::vector::value_type&)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:6291:266, inlined from 'PyObject* _wrap_SoapySDRArgInfoList_insert__SWIG_0(PyObject*, Py_ssize_t, PyObject**)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:18654:67, inlined from 'PyObject* _wrap_SoapySDRArgInfoList_insert(PyObject*, PyObject*)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:18797:58: /usr/include/c++/13.2.1/bits/vector.tcc:162:28: note: parameter passing for argument of type 'const __gnu_cxx::__normal_iterator >' changed in GCC 7.1 162 | _M_insert_aux(__pos, std::move(__x_copy._M_val())); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/13.2.1/bits/vector.tcc:170:26: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 170 | _M_realloc_insert(begin() + (__position - cbegin()), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In member function 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::insert(const_iterator, size_type, const value_type&) [with _Tp = SoapySDR::ArgInfo; _Alloc = std::allocator]', inlined from 'void std_vector_Sl_SoapySDR_ArgInfo_Sg__insert__SWIG_1(std::vector*, std::vector::iterator, std::vector::size_type, const std::vector::value_type&)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:6292:267, inlined from 'PyObject* _wrap_SoapySDRArgInfoList_insert__SWIG_1(PyObject*, Py_ssize_t, PyObject**)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:18741:58, inlined from 'PyObject* _wrap_SoapySDRArgInfoList_insert(PyObject*, PyObject*)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:18819:60: /usr/include/c++/13.2.1/bits/stl_vector.h:1437:23: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1437 | _M_fill_insert(begin() + __offset, __n, __x); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In member function 'void std::vector<_Tp, _Alloc>::resize(size_type, const value_type&) [with _Tp = SoapySDR::ArgInfo; _Alloc = std::allocator]', inlined from 'PyObject* _wrap_SoapySDRArgInfoList_resize__SWIG_1(PyObject*, Py_ssize_t, PyObject**)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:18525:23, inlined from 'PyObject* _wrap_SoapySDRArgInfoList_resize(PyObject*, PyObject*)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:18596:58: /usr/include/c++/13.2.1/bits/stl_vector.h:1034:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1034 | _M_fill_insert(end(), __new_size - size(), __x); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'std::vector::iterator std_vector_Sl_SoapySDR_ArgInfo_Sg__erase__SWIG_0(std::vector*, std::vector::iterator)', inlined from 'PyObject* _wrap_SoapySDRArgInfoList_erase__SWIG_0(PyObject*, Py_ssize_t, PyObject**)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:17948:66, inlined from 'PyObject* _wrap_SoapySDRArgInfoList_erase(PyObject*, PyObject*)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:18085:55: /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:6289:210: note: parameter passing for argument of type 'std::vector::const_iterator' changed in GCC 7.1 6289 | SWIGINTERN std::vector< SoapySDR::ArgInfo >::iterator std_vector_Sl_SoapySDR_ArgInfo_Sg__erase__SWIG_0(std::vector< SoapySDR::ArgInfo > *self,std::vector< SoapySDR::ArgInfo >::iterator pos){ return self->erase(pos); } | ~~~~~~~~~~~^~~~~ In function 'std::vector::iterator std_vector_Sl_SoapySDR_ArgInfo_Sg__erase__SWIG_1(std::vector*, std::vector::iterator, std::vector::iterator)', inlined from 'PyObject* _wrap_SoapySDRArgInfoList_erase__SWIG_1(PyObject*, Py_ssize_t, PyObject**)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:18031:66, inlined from 'PyObject* _wrap_SoapySDRArgInfoList_erase(PyObject*, PyObject*)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:18102:57: /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:6290:260: note: parameter passing for argument of type 'std::vector::const_iterator' changed in GCC 7.1 6290 | SWIGINTERN std::vector< SoapySDR::ArgInfo >::iterator std_vector_Sl_SoapySDR_ArgInfo_Sg__erase__SWIG_1(std::vector< SoapySDR::ArgInfo > *self,std::vector< SoapySDR::ArgInfo >::iterator first,std::vector< SoapySDR::ArgInfo >::iterator last){ return self->erase(first, last); } | ~~~~~~~~~~~^~~~~~~~~~~~~ In function 'void swig::erase(Sequence*, const typename Sequence::iterator&) [with Sequence = std::vector]', inlined from 'void std_vector_Sl_SoapySDR_ArgInfo_Sg____delitem____SWIG_0(std::vector*, std::vector::difference_type)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:6227:18, inlined from 'PyObject* _wrap_SoapySDRArgInfoList___delitem____SWIG_0(PyObject*, Py_ssize_t, PyObject**)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:16377:65, inlined from 'PyObject* _wrap_SoapySDRArgInfoList___delitem__(PyObject*, PyObject*)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:16729:61: /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:5497:15: note: parameter passing for argument of type 'std::vector::const_iterator' changed in GCC 7.1 5497 | seq->erase(position); | ~~~~~~~~~~^~~~~~~~~~ In member function 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::_M_insert_rval(const_iterator, value_type&&) [with _Tp = SoapySDR::Range; _Alloc = std::allocator]', inlined from 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::insert(const_iterator, value_type&&) [with _Tp = SoapySDR::Range; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/stl_vector.h:1391:30, inlined from 'static void swig::IteratorProtocol::assign(PyObject*, Seq*) [with Seq = std::vector; T = SoapySDR::Range]' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:5661:22: /usr/include/c++/13.2.1/bits/vector.tcc:370:24: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 370 | _M_insert_aux(begin() + __n, std::move(__v)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In member function 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::insert(const_iterator, const value_type&) [with _Tp = SoapySDR::Range; _Alloc = std::allocator]', inlined from 'std::vector::iterator std_vector_Sl_SoapySDR_Range_Sg__insert__SWIG_0(std::vector*, std::vector::iterator, const std::vector::value_type&)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:6501:256, inlined from 'PyObject* _wrap_SoapySDRRangeList_insert__SWIG_0(PyObject*, Py_ssize_t, PyObject**)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:25234:65, inlined from 'PyObject* _wrap_SoapySDRRangeList_insert(PyObject*, PyObject*)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:25377:56: /usr/include/c++/13.2.1/bits/vector.tcc:162:28: note: parameter passing for argument of type 'const __gnu_cxx::__normal_iterator >' changed in GCC 7.1 162 | _M_insert_aux(__pos, std::move(__x_copy._M_val())); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/13.2.1/bits/vector.tcc:170:26: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 170 | _M_realloc_insert(begin() + (__position - cbegin()), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In member function 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::insert(const_iterator, size_type, const value_type&) [with _Tp = SoapySDR::Range; _Alloc = std::allocator]', inlined from 'void std_vector_Sl_SoapySDR_Range_Sg__insert__SWIG_1(std::vector*, std::vector::iterator, std::vector::size_type, const std::vector::value_type&)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:6502:257, inlined from 'PyObject* _wrap_SoapySDRRangeList_insert__SWIG_1(PyObject*, Py_ssize_t, PyObject**)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:25321:56, inlined from 'PyObject* _wrap_SoapySDRRangeList_insert(PyObject*, PyObject*)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:25399:58: /usr/include/c++/13.2.1/bits/stl_vector.h:1437:23: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1437 | _M_fill_insert(begin() + __offset, __n, __x); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In member function 'void std::vector<_Tp, _Alloc>::resize(size_type, const value_type&) [with _Tp = SoapySDR::Range; _Alloc = std::allocator]', inlined from 'PyObject* _wrap_SoapySDRRangeList_resize__SWIG_1(PyObject*, Py_ssize_t, PyObject**)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:25105:23, inlined from 'PyObject* _wrap_SoapySDRRangeList_resize(PyObject*, PyObject*)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:25176:56: /usr/include/c++/13.2.1/bits/stl_vector.h:1034:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1034 | _M_fill_insert(end(), __new_size - size(), __x); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'std::vector::iterator std_vector_Sl_SoapySDR_Range_Sg__erase__SWIG_0(std::vector*, std::vector::iterator)', inlined from 'PyObject* _wrap_SoapySDRRangeList_erase__SWIG_0(PyObject*, Py_ssize_t, PyObject**)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:24528:64, inlined from 'PyObject* _wrap_SoapySDRRangeList_erase(PyObject*, PyObject*)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:24665:53: /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:6499:202: note: parameter passing for argument of type 'std::vector::const_iterator' changed in GCC 7.1 6499 | SWIGINTERN std::vector< SoapySDR::Range >::iterator std_vector_Sl_SoapySDR_Range_Sg__erase__SWIG_0(std::vector< SoapySDR::Range > *self,std::vector< SoapySDR::Range >::iterator pos){ return self->erase(pos); } | ~~~~~~~~~~~^~~~~ In function 'std::vector::iterator std_vector_Sl_SoapySDR_Range_Sg__erase__SWIG_1(std::vector*, std::vector::iterator, std::vector::iterator)', inlined from 'PyObject* _wrap_SoapySDRRangeList_erase__SWIG_1(PyObject*, Py_ssize_t, PyObject**)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:24611:64, inlined from 'PyObject* _wrap_SoapySDRRangeList_erase(PyObject*, PyObject*)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:24682:55: /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:6500:250: note: parameter passing for argument of type 'std::vector::const_iterator' changed in GCC 7.1 6500 | SWIGINTERN std::vector< SoapySDR::Range >::iterator std_vector_Sl_SoapySDR_Range_Sg__erase__SWIG_1(std::vector< SoapySDR::Range > *self,std::vector< SoapySDR::Range >::iterator first,std::vector< SoapySDR::Range >::iterator last){ return self->erase(first, last); } | ~~~~~~~~~~~^~~~~~~~~~~~~ In function 'void swig::erase(Sequence*, const typename Sequence::iterator&) [with Sequence = std::vector]', inlined from 'void std_vector_Sl_SoapySDR_Range_Sg____delitem____SWIG_0(std::vector*, std::vector::difference_type)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:6437:18, inlined from 'PyObject* _wrap_SoapySDRRangeList___delitem____SWIG_0(PyObject*, Py_ssize_t, PyObject**)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:22957:63, inlined from 'PyObject* _wrap_SoapySDRRangeList___delitem__(PyObject*, PyObject*)' at /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:23309:59: /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:5497:15: note: parameter passing for argument of type 'std::vector::const_iterator' changed in GCC 7.1 5497 | seq->erase(position); | ~~~~~~~~~~^~~~~~~~~~ [100%] Linking CXX shared module _SoapySDR.so [100%] Built target _SoapySDR Running tests... Test project /home/buildozer/aports/community/soapy-sdr/src/SoapySDR-soapy-sdr-0.8.1/build Connected to MAKE jobserver Start 1: TestTimeConversion Start 2: TestFormatParser Start 3: TestKwargsMarkup Start 4: TestConvertTypes 1/4 Test #2: TestFormatParser ................. Passed 0.00 sec 2/4 Test #1: TestTimeConversion ............... Passed 0.00 sec 3/4 Test #3: TestKwargsMarkup ................. Passed 0.00 sec 4/4 Test #4: TestConvertTypes ................. Passed 0.00 sec 100% tests passed, 0 tests failed out of 4 Total Test time (real) = 0.01 sec >>> soapy-sdr: Entering fakeroot... [ 2%] Built target SoapySDR_swig_compilation [ 63%] Built target SoapySDR [ 68%] Built target TestTimeConversion [ 73%] Built target TestFormatParser [ 78%] Built target TestKwargsMarkup [ 84%] Built target TestConvertTypes [ 94%] Built target SoapySDRUtil [100%] Built target _SoapySDR Install the project... -- Install configuration: "MinSizeRel" -- Installing: /home/buildozer/aports/community/soapy-sdr/pkg/soapy-sdr/usr/share/cmake/SoapySDR/SoapySDRConfig.cmake -- Installing: /home/buildozer/aports/community/soapy-sdr/pkg/soapy-sdr/usr/share/cmake/SoapySDR/SoapySDRUtil.cmake -- Installing: /home/buildozer/aports/community/soapy-sdr/pkg/soapy-sdr/usr/share/cmake/SoapySDR/SoapySDRConfigVersion.cmake -- Installing: /home/buildozer/aports/community/soapy-sdr/pkg/soapy-sdr/usr/include/SoapySDR -- Installing: /home/buildozer/aports/community/soapy-sdr/pkg/soapy-sdr/usr/include/SoapySDR/Types.h -- Installing: /home/buildozer/aports/community/soapy-sdr/pkg/soapy-sdr/usr/include/SoapySDR/Version.hpp -- Installing: /home/buildozer/aports/community/soapy-sdr/pkg/soapy-sdr/usr/include/SoapySDR/Time.hpp -- Installing: /home/buildozer/aports/community/soapy-sdr/pkg/soapy-sdr/usr/include/SoapySDR/Logger.h -- Installing: /home/buildozer/aports/community/soapy-sdr/pkg/soapy-sdr/usr/include/SoapySDR/Types.hpp -- Installing: /home/buildozer/aports/community/soapy-sdr/pkg/soapy-sdr/usr/include/SoapySDR/Constants.h -- Installing: /home/buildozer/aports/community/soapy-sdr/pkg/soapy-sdr/usr/include/SoapySDR/Modules.hpp -- Installing: /home/buildozer/aports/community/soapy-sdr/pkg/soapy-sdr/usr/include/SoapySDR/Formats.hpp -- Installing: /home/buildozer/aports/community/soapy-sdr/pkg/soapy-sdr/usr/include/SoapySDR/Device.hpp -- Installing: /home/buildozer/aports/community/soapy-sdr/pkg/soapy-sdr/usr/include/SoapySDR/ConverterRegistry.hpp -- Installing: /home/buildozer/aports/community/soapy-sdr/pkg/soapy-sdr/usr/include/SoapySDR/Config.h -- Installing: /home/buildozer/aports/community/soapy-sdr/pkg/soapy-sdr/usr/include/SoapySDR/Time.h -- Installing: /home/buildozer/aports/community/soapy-sdr/pkg/soapy-sdr/usr/include/SoapySDR/ConverterPrimitives.hpp -- Installing: /home/buildozer/aports/community/soapy-sdr/pkg/soapy-sdr/usr/include/SoapySDR/Registry.hpp -- Installing: /home/buildozer/aports/community/soapy-sdr/pkg/soapy-sdr/usr/include/SoapySDR/Modules.h -- Installing: /home/buildozer/aports/community/soapy-sdr/pkg/soapy-sdr/usr/include/SoapySDR/Formats.h -- Installing: /home/buildozer/aports/community/soapy-sdr/pkg/soapy-sdr/usr/include/SoapySDR/Version.h -- Installing: /home/buildozer/aports/community/soapy-sdr/pkg/soapy-sdr/usr/include/SoapySDR/Errors.h -- Installing: /home/buildozer/aports/community/soapy-sdr/pkg/soapy-sdr/usr/include/SoapySDR/Converters.h -- Installing: /home/buildozer/aports/community/soapy-sdr/pkg/soapy-sdr/usr/include/SoapySDR/Errors.hpp -- Installing: /home/buildozer/aports/community/soapy-sdr/pkg/soapy-sdr/usr/include/SoapySDR/Logger.hpp -- Installing: /home/buildozer/aports/community/soapy-sdr/pkg/soapy-sdr/usr/include/SoapySDR/Device.h -- Installing: /home/buildozer/aports/community/soapy-sdr/pkg/soapy-sdr/usr/include/SoapySDR/Config.hpp -- Installing: /home/buildozer/aports/community/soapy-sdr/pkg/soapy-sdr/usr/lib/libSoapySDR.so.0.8.1 -- Installing: /home/buildozer/aports/community/soapy-sdr/pkg/soapy-sdr/usr/lib/libSoapySDR.so.0.8 -- Installing: /home/buildozer/aports/community/soapy-sdr/pkg/soapy-sdr/usr/lib/libSoapySDR.so -- Installing: /home/buildozer/aports/community/soapy-sdr/pkg/soapy-sdr/usr/share/cmake/SoapySDR/SoapySDRExport.cmake -- Installing: /home/buildozer/aports/community/soapy-sdr/pkg/soapy-sdr/usr/share/cmake/SoapySDR/SoapySDRExport-minsizerel.cmake -- Installing: /home/buildozer/aports/community/soapy-sdr/pkg/soapy-sdr/usr/lib/pkgconfig/SoapySDR.pc -- Installing: /home/buildozer/aports/community/soapy-sdr/pkg/soapy-sdr/usr/bin/SoapySDRUtil -- Set non-toolchain portion of runtime path of "/home/buildozer/aports/community/soapy-sdr/pkg/soapy-sdr/usr/bin/SoapySDRUtil" to "" -- Installing: /home/buildozer/aports/community/soapy-sdr/pkg/soapy-sdr/usr/share/man/man1/SoapySDRUtil.1 -- Installing: /home/buildozer/aports/community/soapy-sdr/pkg/soapy-sdr/usr/lib/python3.12/site-packages/_SoapySDR.so -- Set non-toolchain portion of runtime path of "/home/buildozer/aports/community/soapy-sdr/pkg/soapy-sdr/usr/lib/python3.12/site-packages/_SoapySDR.so" to "" -- Installing: /home/buildozer/aports/community/soapy-sdr/pkg/soapy-sdr/usr/lib/python3.12/site-packages/SoapySDR.py >>> soapy-sdr-dev*: Running split function dev... >>> soapy-sdr-dev*: Preparing subpackage soapy-sdr-dev... >>> soapy-sdr-dev*: Stripping binaries >>> soapy-sdr-dev*: Running postcheck for soapy-sdr-dev >>> py3-soapy-sdr*: Running split function _py3... '/home/buildozer/aports/community/soapy-sdr/pkg/soapy-sdr/usr/lib/python3.12' -> '/home/buildozer/aports/community/soapy-sdr/pkg/py3-soapy-sdr/usr/lib/python3.12' >>> py3-soapy-sdr*: Preparing subpackage py3-soapy-sdr... >>> py3-soapy-sdr*: Stripping binaries >>> py3-soapy-sdr*: Running postcheck for py3-soapy-sdr >>> soapy-sdr-libs*: Running split function libs... >>> soapy-sdr-libs*: Preparing subpackage soapy-sdr-libs... >>> soapy-sdr-libs*: Stripping binaries >>> soapy-sdr-libs*: Running postcheck for soapy-sdr-libs >>> soapy-sdr-doc*: Running split function doc... >>> soapy-sdr-doc*: Preparing subpackage soapy-sdr-doc... >>> soapy-sdr-doc*: Running postcheck for soapy-sdr-doc >>> soapy-sdr*: Running postcheck for soapy-sdr >>> soapy-sdr*: Preparing package soapy-sdr... >>> soapy-sdr*: Stripping binaries >>> py3-soapy-sdr*: Scanning shared objects >>> soapy-sdr-dev*: Scanning shared objects >>> soapy-sdr-doc*: Scanning shared objects >>> soapy-sdr-libs*: Scanning shared objects >>> soapy-sdr*: Scanning shared objects >>> py3-soapy-sdr*: Tracing dependencies... python3~3.12 so:libSoapySDR.so.0.8 so:libc.musl-armhf.so.1 so:libgcc_s.so.1 so:libstdc++.so.6 >>> py3-soapy-sdr*: Package size: 1.3 MB >>> py3-soapy-sdr*: Compressing data... >>> py3-soapy-sdr*: Create checksum... >>> py3-soapy-sdr*: Create py3-soapy-sdr-0.8.1-r3.apk >>> soapy-sdr-dev*: Tracing dependencies... pkgconfig soapy-sdr-libs=0.8.1-r3 >>> soapy-sdr-dev*: Package size: 288.0 KB >>> soapy-sdr-dev*: Compressing data... >>> soapy-sdr-dev*: Create checksum... >>> soapy-sdr-dev*: Create soapy-sdr-dev-0.8.1-r3.apk >>> soapy-sdr-doc*: Tracing dependencies... >>> soapy-sdr-doc*: Package size: 24.0 KB >>> soapy-sdr-doc*: Compressing data... >>> soapy-sdr-doc*: Create checksum... >>> soapy-sdr-doc*: Create soapy-sdr-doc-0.8.1-r3.apk >>> soapy-sdr-libs*: Tracing dependencies... so:libc.musl-armhf.so.1 so:libgcc_s.so.1 so:libstdc++.so.6 >>> soapy-sdr-libs*: Package size: 256.0 KB >>> soapy-sdr-libs*: Compressing data... >>> soapy-sdr-libs*: Create checksum... >>> soapy-sdr-libs*: Create soapy-sdr-libs-0.8.1-r3.apk >>> soapy-sdr*: Tracing dependencies... so:libSoapySDR.so.0.8 so:libc.musl-armhf.so.1 so:libgcc_s.so.1 so:libstdc++.so.6 >>> soapy-sdr*: Package size: 76.0 KB >>> soapy-sdr*: Compressing data... >>> soapy-sdr*: Create checksum... >>> soapy-sdr*: Create soapy-sdr-0.8.1-r3.apk >>> soapy-sdr: Build complete at Sat, 13 Apr 2024 00:02:07 +0000 elapsed time 0h 0m 35s >>> soapy-sdr: Cleaning up srcdir >>> soapy-sdr: Cleaning up pkgdir >>> soapy-sdr: Uninstalling dependencies... (1/28) Purging .makedepends-soapy-sdr (20240413.000133) (2/28) Purging cmake (3.29.2-r0) (3/28) Purging python3-dev (3.12.2-r1) (4/28) Purging py3-setuptools-pyc (69.2.0-r2) (5/28) Purging py3-setuptools (69.2.0-r2) (6/28) Purging py3-packaging-pyc (24.0-r1) (7/28) Purging py3-packaging (24.0-r1) (8/28) Purging py3-parsing-pyc (3.1.2-r1) (9/28) Purging py3-parsing (3.1.2-r1) (10/28) Purging swig (4.2.1-r1) (11/28) Purging guile (3.0.9-r0) (12/28) Purging guile-libs (3.0.9-r0) (13/28) Purging libarchive (3.7.2-r1) (14/28) Purging libuv (1.48.0-r0) (15/28) Purging python3-pyc (3.12.2-r1) (16/28) Purging python3-pycache-pyc0 (3.12.2-r1) (17/28) Purging pyc (3.12.2-r1) (18/28) Purging rhash-libs (1.4.4-r0) (19/28) Purging gc (8.2.6-r0) (20/28) Purging python3 (3.12.2-r1) (21/28) Purging gdbm (1.23-r1) (22/28) Purging libbz2 (1.0.8-r6) (23/28) Purging libffi (3.4.6-r0) (24/28) Purging libpanelw (6.4_p20240330-r0) (25/28) Purging mpdecimal (4.0.0-r0) (26/28) Purging readline (8.2.10-r0) (27/28) Purging sqlite-libs (3.45.2-r0) (28/28) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 315 MiB in 103 packages >>> soapy-sdr: Updating the community/armhf repository index... >>> soapy-sdr: Signing the index...