Advertisement
Guest User

Error Message

a guest
Jul 29th, 2024
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 82.49 KB | None | 0 0
  1. -- The C compiler identification is GNU 12.2.0
  2. -- The CXX compiler identification is GNU 12.2.0
  3. -- Detecting C compiler ABI info
  4. -- Detecting C compiler ABI info - done
  5. -- Check for working C compiler: /usr/bin/cc - skipped
  6. -- Detecting C compile features
  7. -- Detecting C compile features - done
  8. -- Detecting CXX compiler ABI info
  9. -- Detecting CXX compiler ABI info - done
  10. -- Check for working CXX compiler: /usr/bin/c++ - skipped
  11. -- Detecting CXX compile features
  12. -- Detecting CXX compile features - done
  13. -- Enabling native optimizations
  14. CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FetchContent.cmake:1279 (message):
  15. The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
  16. not set. The policy's OLD behavior will be used. When using a URL
  17. download, the timestamps of extracted files should preferably be that of
  18. the time of extraction, otherwise code that depends on the extracted
  19. contents might not be rebuilt if the URL changes. The OLD behavior
  20. preserves the timestamps from the archive instead, but this is usually not
  21. what you want. Update your project to the NEW behavior or specify the
  22. DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
  23. robustness issue.
  24. Call Stack (most recent call first):
  25. external/CMakeLists.txt:11 (fetchcontent_declare)
  26. This warning is for project developers. Use -Wno-dev to suppress it.
  27.  
  28. -- Building KissFFT with datatype: float
  29. -- Building static library
  30. -- PKGINCLUDEDIR is include/kissfft
  31. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
  32. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
  33. -- Found Threads: TRUE
  34. -- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB
  35. -- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB - Success
  36. -- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB
  37. -- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB - Success
  38. -- Found libusb-1.0:
  39. -- - LIBUSB_1_INCLUDE_DIRS: /usr/include/libusb-1.0
  40. -- - LIBUSB_1_LIBRARIES: /usr/lib/aarch64-linux-gnu/libusb-1.0.so
  41. -- Could NOT find Gnuplot (missing: GNUPLOT_EXECUTABLE)
  42. -- Found wxWidgets: -L/usr/lib/aarch64-linux-gnu;-pthread;;;-lwx_gtk3u_richtext-3.2;-lwx_gtk3u_core-3.2;-lwx_baseu-3.2;-lwx_gtk3u_gl-3.2 (found version "3.2.2")
  43. -- wxWidgets_DEFINITIONS: _FILE_OFFSET_BITS=64;WXUSINGDLL;__WXGTK__
  44. -- wxWidgets_INCLUDE_DIRS: /usr/lib/aarch64-linux-gnu/wx/include/gtk3-unicode-3.2;/usr/include/wx-3.2
  45. -- wxWidgets_LIBRARIES: -L/usr/lib/aarch64-linux-gnu;-pthread;;;-lwx_gtk3u_richtext-3.2;-lwx_gtk3u_core-3.2;-lwx_baseu-3.2;-lwx_gtk3u_gl-3.2
  46. -- Found OpenGL: /usr/lib/aarch64-linux-gnu/libOpenGL.so
  47. -- OPENGL_INCLUDE_DIR: /usr/include
  48. -- OPENGL_LIBRARIES: /usr/lib/aarch64-linux-gnu/libOpenGL.so;/usr/lib/aarch64-linux-gnu/libGLX.so;/usr/lib/aarch64-linux-gnu/libGLU.so
  49. -- Enabling native optimizations
  50. -- Found Git: /usr/bin/git (found version "2.39.2")
  51. -- Module Soapy_limesuiteng configured with version: 0.2.0-4854fa4c
  52. -- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.1")
  53. -- Checking for module 'gmp'
  54. -- Found gmp, version 6.2.1
  55. -- Found GMP: /usr/lib/aarch64-linux-gnu/libgmpxx.so
  56. -- Using GMP.
  57. -- User set python executable /usr/bin/python3
  58. -- Found PythonInterp: /usr/bin/python3 (found version "3.11.2")
  59. -- Found PythonLibs: /usr/lib/aarch64-linux-gnu/libpython3.11.so (found suitable exact version "3.11.2")
  60. -- Using GMP.
  61. -- Found MPLIB: /usr/lib/aarch64-linux-gnu/libgmpxx.so
  62. -- Found Boost: /usr/lib/aarch64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake (found suitable version "1.74.0", minimum required is "1.74.0") found components: date_time program_options system regex thread unit_test_framework
  63. -- Found Volk: Volk::volk
  64. -- Found Git: /usr/bin/git
  65. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  66. -- Found PythonInterp: /usr/bin/python3 (found suitable version "3.11.2", minimum required is "3.6")
  67. -- Found PythonLibs: /usr/lib/aarch64-linux-gnu/libpython3.11.so
  68. -- Performing Test HAS_FLTO
  69. -- Performing Test HAS_FLTO - Success
  70. -- Found pybind11: /usr/include (found version "2.10.3")
  71. -- Using install prefix: /usr/local
  72. -- Building for version: v1.0-compat-xxx-xunknown / 1.0.0git
  73. -- No C++ unit tests... skipping
  74. -- PYTHON and GRC components are enabled
  75. -- Python checking for pygccxml - found
  76. GNU Radio module name identified: limesdr
  77. In file included from /tmp/tmpdpf4zpj6.h:1:
  78. In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/source.h:24:
  79. In file included from /usr/include/gnuradio/sync_block.h:15:
  80. In file included from /usr/include/gnuradio/block.h:14:
  81. In file included from /usr/include/c++/12/memory:64:
  82. In file included from /usr/include/c++/12/bits/allocator.h:46:
  83. In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
  84. /usr/include/c++/12/bits/new_allocator.h:153:6: error: call to '__builtin_operator_delete' selects non-usual deallocation function
  85. _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n),
  86. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  87. /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
  88. # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
  89. ^
  90. /usr/include/c++/12/bits/alloc_traits.h:496:13: note: in instantiation of member function 'std::__new_allocator<char>::deallocate' requested here
  91. { __a.deallocate(__p, __n); }
  92. ^
  93. /usr/include/c++/12/bits/basic_string.h:292:24: note: in instantiation of member function 'std::allocator_traits<std::allocator<char>>::deallocate' requested here
  94. { _Alloc_traits::deallocate(_M_get_allocator(), _M_data(), __size + 1); }
  95. ^
  96. /usr/include/c++/12/bits/basic_string.h:286:4: note: in instantiation of member function 'std::basic_string<char>::_M_destroy' requested here
  97. _M_destroy(_M_allocated_capacity);
  98. ^
  99. /usr/include/c++/12/bits/basic_string.h:795:9: note: in instantiation of member function 'std::basic_string<char>::_M_dispose' requested here
  100. { _M_dispose(); }
  101. ^
  102. /usr/include/c++/12/bits/basic_string.h:4020:12: note: in instantiation of member function 'std::basic_string<char>::~basic_string' requested here
  103. string __str(__neg + __len, '-');
  104. ^
  105. /usr/include/c++/12/new:166:6: note: non-usual 'operator delete' declared here
  106. void operator delete(void*, std::size_t, std::align_val_t)
  107. ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  108. In file included from /tmp/tmpdpf4zpj6.h:1:
  109. In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/source.h:24:
  110. In file included from /usr/include/gnuradio/sync_block.h:15:
  111. In file included from /usr/include/gnuradio/block.h:14:
  112. In file included from /usr/include/c++/12/memory:64:
  113. In file included from /usr/include/c++/12/bits/allocator.h:46:
  114. In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
  115. /usr/include/c++/12/bits/new_allocator.h:158:2: error: call to '__builtin_operator_delete' selects non-usual deallocation function
  116. _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));
  117. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  118. /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
  119. # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
  120. ^
  121. /usr/include/c++/12/new:135:6: note: non-usual 'operator delete' declared here
  122. void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
  123. ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  124. In file included from /tmp/tmpdpf4zpj6.h:1:
  125. In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/source.h:24:
  126. In file included from /usr/include/gnuradio/sync_block.h:15:
  127. In file included from /usr/include/gnuradio/block.h:14:
  128. In file included from /usr/include/c++/12/memory:64:
  129. In file included from /usr/include/c++/12/bits/allocator.h:46:
  130. In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
  131. /usr/include/c++/12/bits/new_allocator.h:153:6: error: call to '__builtin_operator_delete' selects non-usual deallocation function
  132. _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n),
  133. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  134. /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
  135. # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
  136. ^
  137. /usr/include/c++/12/bits/alloc_traits.h:496:13: note: in instantiation of member function 'std::__new_allocator<wchar_t>::deallocate' requested here
  138. { __a.deallocate(__p, __n); }
  139. ^
  140. /usr/include/c++/12/bits/basic_string.h:292:24: note: in instantiation of member function 'std::allocator_traits<std::allocator<wchar_t>>::deallocate' requested here
  141. { _Alloc_traits::deallocate(_M_get_allocator(), _M_data(), __size + 1); }
  142. ^
  143. /usr/include/c++/12/bits/basic_string.h:286:4: note: in instantiation of member function 'std::basic_string<wchar_t>::_M_destroy' requested here
  144. _M_destroy(_M_allocated_capacity);
  145. ^
  146. /usr/include/c++/12/bits/basic_string.tcc:238:44: note: in instantiation of member function 'std::basic_string<wchar_t>::_M_dispose' requested here
  147. ~_Guard() { if (_M_guarded) _M_guarded->_M_dispose(); }
  148. ^
  149. /usr/include/c++/12/bits/basic_string.tcc:232:9: note: in instantiation of member function 'std::basic_string<wchar_t>::_M_construct(wchar_t *, wchar_t *, std::forward_iterator_tag)::_Guard::~_Guard' requested here
  150. struct _Guard
  151. ^
  152. /usr/include/c++/12/bits/basic_string.h:756:4: note: in instantiation of function template specialization 'std::basic_string<wchar_t>::_M_construct<wchar_t *>' requested here
  153. _M_construct(__beg, __end, std::__iterator_category(__beg));
  154. ^
  155. /usr/include/c++/12/ext/string_conversions.h:115:14: note: in instantiation of function template specialization 'std::basic_string<wchar_t>::basic_string<wchar_t *, void>' requested here
  156. return _String(__s, __s + __len);
  157. ^
  158. /usr/include/c++/12/bits/basic_string.h:4155:23: note: in instantiation of function template specialization '__gnu_cxx::__to_xstring<std::basic_string<wchar_t>, wchar_t>' requested here
  159. { return __gnu_cxx::__to_xstring<wstring>(&std::vswprintf, 4 * sizeof(int),
  160. ^
  161. /usr/include/c++/12/new:166:6: note: non-usual 'operator delete' declared here
  162. void operator delete(void*, std::size_t, std::align_val_t)
  163. ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  164. In file included from /tmp/tmpdpf4zpj6.h:1:
  165. In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/source.h:24:
  166. In file included from /usr/include/gnuradio/sync_block.h:15:
  167. In file included from /usr/include/gnuradio/block.h:14:
  168. In file included from /usr/include/c++/12/memory:64:
  169. In file included from /usr/include/c++/12/bits/allocator.h:46:
  170. In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
  171. /usr/include/c++/12/bits/new_allocator.h:158:2: error: call to '__builtin_operator_delete' selects non-usual deallocation function
  172. _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));
  173. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  174. /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
  175. # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
  176. ^
  177. /usr/include/c++/12/new:135:6: note: non-usual 'operator delete' declared here
  178. void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
  179. ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  180. In file included from /tmp/tmpdpf4zpj6.h:1:
  181. In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/source.h:24:
  182. In file included from /usr/include/gnuradio/sync_block.h:15:
  183. In file included from /usr/include/gnuradio/block.h:14:
  184. In file included from /usr/include/c++/12/memory:64:
  185. In file included from /usr/include/c++/12/bits/allocator.h:46:
  186. In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
  187. /usr/include/c++/12/bits/new_allocator.h:153:6: error: call to '__builtin_operator_delete' selects non-usual deallocation function
  188. _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n),
  189. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  190. /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
  191. # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
  192. ^
  193. /usr/include/c++/12/bits/alloc_traits.h:496:13: note: in instantiation of member function 'std::__new_allocator<char16_t>::deallocate' requested here
  194. { __a.deallocate(__p, __n); }
  195. ^
  196. /usr/include/c++/12/bits/basic_string.h:292:24: note: in instantiation of member function 'std::allocator_traits<std::allocator<char16_t>>::deallocate' requested here
  197. { _Alloc_traits::deallocate(_M_get_allocator(), _M_data(), __size + 1); }
  198. ^
  199. /usr/include/c++/12/bits/basic_string.h:286:4: note: in instantiation of member function 'std::basic_string<char16_t>::_M_destroy' requested here
  200. _M_destroy(_M_allocated_capacity);
  201. ^
  202. /usr/include/c++/12/bits/basic_string.tcc:238:44: note: in instantiation of member function 'std::basic_string<char16_t>::_M_dispose' requested here
  203. ~_Guard() { if (_M_guarded) _M_guarded->_M_dispose(); }
  204. ^
  205. /usr/include/c++/12/bits/basic_string.tcc:232:9: note: in instantiation of member function 'std::basic_string<char16_t>::_M_construct(const char16_t *, const char16_t *, std::forward_iterator_tag)::_Guard::~_Guard' requested here
  206. struct _Guard
  207. ^
  208. /usr/include/c++/12/bits/basic_string.h:620:2: note: in instantiation of function template specialization 'std::basic_string<char16_t>::_M_construct<const char16_t *>' requested here
  209. _M_construct(__s, __s + __n, std::forward_iterator_tag());
  210. ^
  211. /usr/include/c++/12/bits/basic_string.h:4347:14: note: in instantiation of member function 'std::basic_string<char16_t>::basic_string' requested here
  212. { return basic_string<char16_t>{__str, __len}; }
  213. ^
  214. /usr/include/c++/12/new:166:6: note: non-usual 'operator delete' declared here
  215. void operator delete(void*, std::size_t, std::align_val_t)
  216. ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  217. In file included from /tmp/tmpdpf4zpj6.h:1:
  218. In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/source.h:24:
  219. In file included from /usr/include/gnuradio/sync_block.h:15:
  220. In file included from /usr/include/gnuradio/block.h:14:
  221. In file included from /usr/include/c++/12/memory:64:
  222. In file included from /usr/include/c++/12/bits/allocator.h:46:
  223. In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
  224. /usr/include/c++/12/bits/new_allocator.h:158:2: error: call to '__builtin_operator_delete' selects non-usual deallocation function
  225. _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));
  226. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  227. /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
  228. # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
  229. ^
  230. /usr/include/c++/12/new:135:6: note: non-usual 'operator delete' declared here
  231. void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
  232. ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  233. In file included from /tmp/tmpdpf4zpj6.h:1:
  234. In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/source.h:24:
  235. In file included from /usr/include/gnuradio/sync_block.h:15:
  236. In file included from /usr/include/gnuradio/block.h:14:
  237. In file included from /usr/include/c++/12/memory:64:
  238. In file included from /usr/include/c++/12/bits/allocator.h:46:
  239. In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
  240. /usr/include/c++/12/bits/new_allocator.h:153:6: error: call to '__builtin_operator_delete' selects non-usual deallocation function
  241. _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n),
  242. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  243. /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
  244. # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
  245. ^
  246. /usr/include/c++/12/bits/alloc_traits.h:496:13: note: in instantiation of member function 'std::__new_allocator<char32_t>::deallocate' requested here
  247. { __a.deallocate(__p, __n); }
  248. ^
  249. /usr/include/c++/12/bits/basic_string.h:292:24: note: in instantiation of member function 'std::allocator_traits<std::allocator<char32_t>>::deallocate' requested here
  250. { _Alloc_traits::deallocate(_M_get_allocator(), _M_data(), __size + 1); }
  251. ^
  252. /usr/include/c++/12/bits/basic_string.h:286:4: note: in instantiation of member function 'std::basic_string<char32_t>::_M_destroy' requested here
  253. _M_destroy(_M_allocated_capacity);
  254. ^
  255. /usr/include/c++/12/bits/basic_string.tcc:238:44: note: in instantiation of member function 'std::basic_string<char32_t>::_M_dispose' requested here
  256. ~_Guard() { if (_M_guarded) _M_guarded->_M_dispose(); }
  257. ^
  258. /usr/include/c++/12/bits/basic_string.tcc:232:9: note: in instantiation of member function 'std::basic_string<char32_t>::_M_construct(const char32_t *, const char32_t *, std::forward_iterator_tag)::_Guard::~_Guard' requested here
  259. struct _Guard
  260. ^
  261. /usr/include/c++/12/bits/basic_string.h:620:2: note: in instantiation of function template specialization 'std::basic_string<char32_t>::_M_construct<const char32_t *>' requested here
  262. _M_construct(__s, __s + __n, std::forward_iterator_tag());
  263. ^
  264. /usr/include/c++/12/bits/basic_string.h:4352:14: note: in instantiation of member function 'std::basic_string<char32_t>::basic_string' requested here
  265. { return basic_string<char32_t>{__str, __len}; }
  266. ^
  267. /usr/include/c++/12/new:166:6: note: non-usual 'operator delete' declared here
  268. void operator delete(void*, std::size_t, std::align_val_t)
  269. ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  270. In file included from /tmp/tmpdpf4zpj6.h:1:
  271. In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/source.h:24:
  272. In file included from /usr/include/gnuradio/sync_block.h:15:
  273. In file included from /usr/include/gnuradio/block.h:14:
  274. In file included from /usr/include/c++/12/memory:64:
  275. In file included from /usr/include/c++/12/bits/allocator.h:46:
  276. In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
  277. /usr/include/c++/12/bits/new_allocator.h:158:2: error: call to '__builtin_operator_delete' selects non-usual deallocation function
  278. _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));
  279. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  280. /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
  281. # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
  282. ^
  283. /usr/include/c++/12/new:135:6: note: non-usual 'operator delete' declared here
  284. void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
  285. ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  286. In file included from /tmp/tmpdpf4zpj6.h:1:
  287. In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/source.h:24:
  288. In file included from /usr/include/gnuradio/sync_block.h:15:
  289. In file included from /usr/include/gnuradio/block.h:14:
  290. In file included from /usr/include/c++/12/memory:64:
  291. In file included from /usr/include/c++/12/bits/allocator.h:46:
  292. In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
  293. /usr/include/c++/12/bits/new_allocator.h:153:6: error: call to '__builtin_operator_delete' selects non-usual deallocation function
  294. _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n),
  295. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  296. /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
  297. # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
  298. ^
  299. /usr/include/c++/12/bits/alloc_traits.h:496:13: note: in instantiation of member function 'std::__new_allocator<std::_Rb_tree_node<std::pair<const boost::system::error_category *const, std::unique_ptr<boost::system::detail::std_category>>>>::deallocate' requested here
  300. { __a.deallocate(__p, __n); }
  301. ^
  302. /usr/include/c++/12/bits/stl_tree.h:565:24: note: in instantiation of member function 'std::allocator_traits<std::allocator<std::_Rb_tree_node<std::pair<const boost::system::error_category *const, std::unique_ptr<boost::system::detail::std_category>>>>>::deallocate' requested here
  303. { _Alloc_traits::deallocate(_M_get_Node_allocator(), __p, 1); }
  304. ^
  305. /usr/include/c++/12/bits/stl_tree.h:632:2: note: in instantiation of member function 'std::_Rb_tree<const boost::system::error_category *, std::pair<const boost::system::error_category *const, std::unique_ptr<boost::system::detail::std_category>>, std::_Select1st<std::pair<const boost::system::error_category *const, std::unique_ptr<boost::system::detail::std_category>>>, boost::system::detail::cat_ptr_less>::_M_put_node' requested here
  306. _M_put_node(__p);
  307. ^
  308. /usr/include/c++/12/bits/stl_tree.h:1937:4: note: in instantiation of member function 'std::_Rb_tree<const boost::system::error_category *, std::pair<const boost::system::error_category *const, std::unique_ptr<boost::system::detail::std_category>>, std::_Select1st<std::pair<const boost::system::error_category *const, std::unique_ptr<boost::system::detail::std_category>>>, boost::system::detail::cat_ptr_less>::_M_drop_node' requested here
  309. _M_drop_node(__x);
  310. ^
  311. /usr/include/c++/12/bits/stl_tree.h:984:9: note: in instantiation of member function 'std::_Rb_tree<const boost::system::error_category *, std::pair<const boost::system::error_category *const, std::unique_ptr<boost::system::detail::std_category>>, std::_Select1st<std::pair<const boost::system::error_category *const, std::unique_ptr<boost::system::detail::std_category>>>, boost::system::detail::cat_ptr_less>::_M_erase' requested here
  312. { _M_erase(_M_begin()); }
  313. ^
  314. /usr/include/c++/12/bits/stl_map.h:195:7: note: in instantiation of member function 'std::_Rb_tree<const boost::system::error_category *, std::pair<const boost::system::error_category *const, std::unique_ptr<boost::system::detail::std_category>>, std::_Select1st<std::pair<const boost::system::error_category *const, std::unique_ptr<boost::system::detail::std_category>>>, boost::system::detail::cat_ptr_less>::~_Rb_tree' requested here
  315. map() = default;
  316. ^
  317. /usr/include/c++/12/new:166:6: note: non-usual 'operator delete' declared here
  318. void operator delete(void*, std::size_t, std::align_val_t)
  319. ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320. In file included from /tmp/tmpdpf4zpj6.h:1:
  321. In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/source.h:24:
  322. In file included from /usr/include/gnuradio/sync_block.h:15:
  323. In file included from /usr/include/gnuradio/block.h:14:
  324. In file included from /usr/include/c++/12/memory:64:
  325. In file included from /usr/include/c++/12/bits/allocator.h:46:
  326. In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
  327. /usr/include/c++/12/bits/new_allocator.h:158:2: error: call to '__builtin_operator_delete' selects non-usual deallocation function
  328. _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));
  329. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  330. /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
  331. # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
  332. ^
  333. /usr/include/c++/12/new:135:6: note: non-usual 'operator delete' declared here
  334. void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
  335. ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  336. In file included from /tmp/tmpdpf4zpj6.h:1:
  337. In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/source.h:24:
  338. In file included from /usr/include/gnuradio/sync_block.h:15:
  339. In file included from /usr/include/gnuradio/block.h:14:
  340. In file included from /usr/include/c++/12/memory:64:
  341. In file included from /usr/include/c++/12/bits/allocator.h:46:
  342. In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
  343. /usr/include/c++/12/bits/new_allocator.h:153:6: error: call to '__builtin_operator_delete' selects non-usual deallocation function
  344. _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n),
  345. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  346. /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
  347. # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
  348. ^
  349. /usr/include/c++/12/bits/alloc_traits.h:496:13: note: in instantiation of member function 'std::__new_allocator<std::pair<boost::condition_variable *, boost::mutex *>>::deallocate' requested here
  350. { __a.deallocate(__p, __n); }
  351. ^
  352. /usr/include/c++/12/bits/stl_vector.h:387:9: note: in instantiation of member function 'std::allocator_traits<std::allocator<std::pair<boost::condition_variable *, boost::mutex *>>>::deallocate' requested here
  353. _Tr::deallocate(_M_impl, __p, __n);
  354. ^
  355. /usr/include/c++/12/bits/stl_vector.h:366:2: note: in instantiation of member function 'std::_Vector_base<std::pair<boost::condition_variable *, boost::mutex *>, std::allocator<std::pair<boost::condition_variable *, boost::mutex *>>>::_M_deallocate' requested here
  356. _M_deallocate(_M_impl._M_start,
  357. ^
  358. /usr/include/c++/12/bits/stl_vector.h:526:7: note: in instantiation of member function 'std::_Vector_base<std::pair<boost::condition_variable *, boost::mutex *>, std::allocator<std::pair<boost::condition_variable *, boost::mutex *>>>::~_Vector_base' requested here
  359. vector() = default;
  360. ^
  361. /usr/include/c++/12/new:166:6: note: non-usual 'operator delete' declared here
  362. void operator delete(void*, std::size_t, std::align_val_t)
  363. ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364. In file included from /tmp/tmpdpf4zpj6.h:1:
  365. In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/source.h:24:
  366. In file included from /usr/include/gnuradio/sync_block.h:15:
  367. In file included from /usr/include/gnuradio/block.h:14:
  368. In file included from /usr/include/c++/12/memory:64:
  369. In file included from /usr/include/c++/12/bits/allocator.h:46:
  370. In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
  371. /usr/include/c++/12/bits/new_allocator.h:158:2: error: call to '__builtin_operator_delete' selects non-usual deallocation function
  372. _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));
  373. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374. /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
  375. # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
  376. ^
  377. /usr/include/c++/12/new:135:6: note: non-usual 'operator delete' declared here
  378. void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
  379. ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  380. In file included from /tmp/tmpdpf4zpj6.h:1:
  381. In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/source.h:24:
  382. In file included from /usr/include/gnuradio/sync_block.h:15:
  383. In file included from /usr/include/gnuradio/block.h:14:
  384. In file included from /usr/include/c++/12/memory:64:
  385. In file included from /usr/include/c++/12/bits/allocator.h:46:
  386. In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
  387. /usr/include/c++/12/bits/new_allocator.h:153:6: error: call to '__builtin_operator_delete' selects non-usual deallocation function
  388. _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n),
  389. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390. /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
  391. # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
  392. ^
  393. /usr/include/c++/12/bits/alloc_traits.h:496:13: note: in instantiation of member function 'std::__new_allocator<boost::shared_ptr<boost::detail::shared_state_base>>::deallocate' requested here
  394. { __a.deallocate(__p, __n); }
  395. ^
  396. /usr/include/c++/12/bits/stl_vector.h:387:9: note: in instantiation of member function 'std::allocator_traits<std::allocator<boost::shared_ptr<boost::detail::shared_state_base>>>::deallocate' requested here
  397. _Tr::deallocate(_M_impl, __p, __n);
  398. ^
  399. /usr/include/c++/12/bits/stl_vector.h:366:2: note: in instantiation of member function 'std::_Vector_base<boost::shared_ptr<boost::detail::shared_state_base>, std::allocator<boost::shared_ptr<boost::detail::shared_state_base>>>::_M_deallocate' requested here
  400. _M_deallocate(_M_impl._M_start,
  401. ^
  402. /usr/include/c++/12/bits/stl_vector.h:526:7: note: in instantiation of member function 'std::_Vector_base<boost::shared_ptr<boost::detail::shared_state_base>, std::allocator<boost::shared_ptr<boost::detail::shared_state_base>>>::~_Vector_base' requested here
  403. vector() = default;
  404. ^
  405. /usr/include/c++/12/new:166:6: note: non-usual 'operator delete' declared here
  406. void operator delete(void*, std::size_t, std::align_val_t)
  407. ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408. In file included from /tmp/tmpdpf4zpj6.h:1:
  409. In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/source.h:24:
  410. In file included from /usr/include/gnuradio/sync_block.h:15:
  411. In file included from /usr/include/gnuradio/block.h:14:
  412. In file included from /usr/include/c++/12/memory:64:
  413. In file included from /usr/include/c++/12/bits/allocator.h:46:
  414. In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
  415. /usr/include/c++/12/bits/new_allocator.h:158:2: error: call to '__builtin_operator_delete' selects non-usual deallocation function
  416. _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));
  417. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  418. /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
  419. # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
  420. ^
  421. /usr/include/c++/12/new:135:6: note: non-usual 'operator delete' declared here
  422. void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
  423. ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424. In file included from /tmp/tmpdpf4zpj6.h:1:
  425. In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/source.h:24:
  426. In file included from /usr/include/gnuradio/sync_block.h:15:
  427. In file included from /usr/include/gnuradio/block.h:14:
  428. In file included from /usr/include/c++/12/memory:64:
  429. In file included from /usr/include/c++/12/bits/allocator.h:46:
  430. In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
  431. /usr/include/c++/12/bits/new_allocator.h:153:6: error: call to '__builtin_operator_delete' selects non-usual deallocation function
  432. _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n),
  433. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434. /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
  435. # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
  436. ^
  437. /usr/include/c++/12/bits/alloc_traits.h:496:13: note: in instantiation of member function 'std::__new_allocator<std::_Rb_tree_node<std::pair<const void *const, boost::detail::tss_data_node>>>::deallocate' requested here
  438. { __a.deallocate(__p, __n); }
  439. ^
  440. /usr/include/c++/12/bits/stl_tree.h:565:24: note: in instantiation of member function 'std::allocator_traits<std::allocator<std::_Rb_tree_node<std::pair<const void *const, boost::detail::tss_data_node>>>>::deallocate' requested here
  441. { _Alloc_traits::deallocate(_M_get_Node_allocator(), __p, 1); }
  442. ^
  443. /usr/include/c++/12/bits/stl_tree.h:632:2: note: in instantiation of member function 'std::_Rb_tree<const void *, std::pair<const void *const, boost::detail::tss_data_node>, std::_Select1st<std::pair<const void *const, boost::detail::tss_data_node>>, std::less<const void *>>::_M_put_node' requested here
  444. _M_put_node(__p);
  445. ^
  446. /usr/include/c++/12/bits/stl_tree.h:1937:4: note: in instantiation of member function 'std::_Rb_tree<const void *, std::pair<const void *const, boost::detail::tss_data_node>, std::_Select1st<std::pair<const void *const, boost::detail::tss_data_node>>, std::less<const void *>>::_M_drop_node' requested here
  447. _M_drop_node(__x);
  448. ^
  449. /usr/include/c++/12/bits/stl_tree.h:984:9: note: in instantiation of member function 'std::_Rb_tree<const void *, std::pair<const void *const, boost::detail::tss_data_node>, std::_Select1st<std::pair<const void *const, boost::detail::tss_data_node>>, std::less<const void *>>::_M_erase' requested here
  450. { _M_erase(_M_begin()); }
  451. ^
  452. /usr/include/c++/12/bits/stl_map.h:195:7: note: in instantiation of member function 'std::_Rb_tree<const void *, std::pair<const void *const, boost::detail::tss_data_node>, std::_Select1st<std::pair<const void *const, boost::detail::tss_data_node>>, std::less<const void *>>::~_Rb_tree' requested here
  453. map() = default;
  454. ^
  455. /usr/include/c++/12/new:166:6: note: non-usual 'operator delete' declared here
  456. void operator delete(void*, std::size_t, std::align_val_t)
  457. ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  458. In file included from /tmp/tmpdpf4zpj6.h:1:
  459. In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/source.h:24:
  460. In file included from /usr/include/gnuradio/sync_block.h:15:
  461. In file included from /usr/include/gnuradio/block.h:14:
  462. In file included from /usr/include/c++/12/memory:64:
  463. In file included from /usr/include/c++/12/bits/allocator.h:46:
  464. In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
  465. /usr/include/c++/12/bits/new_allocator.h:158:2: error: call to '__builtin_operator_delete' selects non-usual deallocation function
  466. _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));
  467. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  468. /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
  469. # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
  470. ^
  471. /usr/include/c++/12/new:135:6: note: non-usual 'operator delete' declared here
  472. void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
  473. ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  474. In file included from /tmp/tmpdpf4zpj6.h:1:
  475. In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/source.h:24:
  476. In file included from /usr/include/gnuradio/sync_block.h:15:
  477. In file included from /usr/include/gnuradio/block.h:14:
  478. In file included from /usr/include/c++/12/memory:64:
  479. In file included from /usr/include/c++/12/bits/allocator.h:46:
  480. In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
  481. /usr/include/c++/12/bits/new_allocator.h:153:6: error: call to '__builtin_operator_delete' selects non-usual deallocation function
  482. _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n),
  483. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  484. /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
  485. # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
  486. ^
  487. /usr/include/c++/12/bits/alloc_traits.h:496:13: note: in instantiation of member function 'std::__new_allocator<std::_List_node<boost::thread *>>::deallocate' requested here
  488. { __a.deallocate(__p, __n); }
  489. ^
  490. /usr/include/c++/12/bits/stl_list.h:522:29: note: in instantiation of member function 'std::allocator_traits<std::allocator<std::_List_node<boost::thread *>>>::deallocate' requested here
  491. { _Node_alloc_traits::deallocate(_M_impl, __p, 1); }
  492. ^
  493. /usr/include/c++/12/bits/list.tcc:81:4: note: in instantiation of member function 'std::_List_base<boost::thread *, std::allocator<boost::thread *>>::_M_put_node' requested here
  494. _M_put_node(__tmp);
  495. ^
  496. /usr/include/c++/12/bits/stl_list.h:575:9: note: in instantiation of member function 'std::_List_base<boost::thread *, std::allocator<boost::thread *>>::_M_clear' requested here
  497. { _M_clear(); }
  498. ^
  499. /usr/include/c++/12/bits/stl_list.h:749:7: note: in instantiation of member function 'std::_List_base<boost::thread *, std::allocator<boost::thread *>>::~_List_base' requested here
  500. list() = default;
  501. ^
  502. /usr/include/c++/12/new:166:6: note: non-usual 'operator delete' declared here
  503. void operator delete(void*, std::size_t, std::align_val_t)
  504. ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  505. In file included from /tmp/tmpdpf4zpj6.h:1:
  506. In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/source.h:24:
  507. In file included from /usr/include/gnuradio/sync_block.h:15:
  508. In file included from /usr/include/gnuradio/block.h:14:
  509. In file included from /usr/include/c++/12/memory:64:
  510. In file included from /usr/include/c++/12/bits/allocator.h:46:
  511. In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
  512. /usr/include/c++/12/bits/new_allocator.h:158:2: error: call to '__builtin_operator_delete' selects non-usual deallocation function
  513. _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));
  514. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  515. /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
  516. # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
  517. ^
  518. /usr/include/c++/12/new:135:6: note: non-usual 'operator delete' declared here
  519. void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
  520. ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  521. In file included from /tmp/tmpdpf4zpj6.h:1:
  522. In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/source.h:24:
  523. In file included from /usr/include/gnuradio/sync_block.h:15:
  524. In file included from /usr/include/gnuradio/block.h:14:
  525. In file included from /usr/include/c++/12/memory:64:
  526. In file included from /usr/include/c++/12/bits/allocator.h:46:
  527. In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
  528. /usr/include/c++/12/bits/new_allocator.h:153:6: error: call to '__builtin_operator_delete' selects non-usual deallocation function
  529. _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n),
  530. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  531. /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
  532. # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
  533. ^
  534. /usr/include/c++/12/bits/alloc_traits.h:496:13: note: in instantiation of member function 'std::__new_allocator<long>::deallocate' requested here
  535. { __a.deallocate(__p, __n); }
  536. ^
  537. /usr/include/c++/12/bits/stl_vector.h:387:9: note: in instantiation of member function 'std::allocator_traits<std::allocator<long>>::deallocate' requested here
  538. _Tr::deallocate(_M_impl, __p, __n);
  539. ^
  540. /usr/include/c++/12/bits/stl_vector.h:366:2: note: in instantiation of member function 'std::_Vector_base<long, std::allocator<long>>::_M_deallocate' requested here
  541. _M_deallocate(_M_impl._M_start,
  542. ^
  543. /usr/include/c++/12/bits/stl_vector.h:526:7: note: in instantiation of member function 'std::_Vector_base<long, std::allocator<long>>::~_Vector_base' requested here
  544. vector() = default;
  545. ^
  546. /usr/include/c++/12/new:166:6: note: non-usual 'operator delete' declared here
  547. void operator delete(void*, std::size_t, std::align_val_t)
  548. ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  549. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  550. 20 errors generated.
  551. Error occurred while running CASTXML xml file does not exist
  552. GNU Radio module name identified: limesdr
  553. In file included from /tmp/tmpkw2k20yc.h:1:
  554. In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/sink.h:24:
  555. In file included from /usr/include/gnuradio/sync_block.h:15:
  556. In file included from /usr/include/gnuradio/block.h:14:
  557. In file included from /usr/include/c++/12/memory:64:
  558. In file included from /usr/include/c++/12/bits/allocator.h:46:
  559. In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
  560. /usr/include/c++/12/bits/new_allocator.h:153:6: error: call to '__builtin_operator_delete' selects non-usual deallocation function
  561. _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n),
  562. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  563. /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
  564. # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
  565. ^
  566. /usr/include/c++/12/bits/alloc_traits.h:496:13: note: in instantiation of member function 'std::__new_allocator<char>::deallocate' requested here
  567. { __a.deallocate(__p, __n); }
  568. ^
  569. /usr/include/c++/12/bits/basic_string.h:292:24: note: in instantiation of member function 'std::allocator_traits<std::allocator<char>>::deallocate' requested here
  570. { _Alloc_traits::deallocate(_M_get_allocator(), _M_data(), __size + 1); }
  571. ^
  572. /usr/include/c++/12/bits/basic_string.h:286:4: note: in instantiation of member function 'std::basic_string<char>::_M_destroy' requested here
  573. _M_destroy(_M_allocated_capacity);
  574. ^
  575. /usr/include/c++/12/bits/basic_string.h:795:9: note: in instantiation of member function 'std::basic_string<char>::_M_dispose' requested here
  576. { _M_dispose(); }
  577. ^
  578. /usr/include/c++/12/bits/basic_string.h:4020:12: note: in instantiation of member function 'std::basic_string<char>::~basic_string' requested here
  579. string __str(__neg + __len, '-');
  580. ^
  581. /usr/include/c++/12/new:166:6: note: non-usual 'operator delete' declared here
  582. void operator delete(void*, std::size_t, std::align_val_t)
  583. ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  584. In file included from /tmp/tmpkw2k20yc.h:1:
  585. In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/sink.h:24:
  586. In file included from /usr/include/gnuradio/sync_block.h:15:
  587. In file included from /usr/include/gnuradio/block.h:14:
  588. In file included from /usr/include/c++/12/memory:64:
  589. In file included from /usr/include/c++/12/bits/allocator.h:46:
  590. In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
  591. /usr/include/c++/12/bits/new_allocator.h:158:2: error: call to '__builtin_operator_delete' selects non-usual deallocation function
  592. _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));
  593. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  594. /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
  595. # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
  596. ^
  597. /usr/include/c++/12/new:135:6: note: non-usual 'operator delete' declared here
  598. void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
  599. ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  600. In file included from /tmp/tmpkw2k20yc.h:1:
  601. In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/sink.h:24:
  602. In file included from /usr/include/gnuradio/sync_block.h:15:
  603. In file included from /usr/include/gnuradio/block.h:14:
  604. In file included from /usr/include/c++/12/memory:64:
  605. In file included from /usr/include/c++/12/bits/allocator.h:46:
  606. In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
  607. /usr/include/c++/12/bits/new_allocator.h:153:6: error: call to '__builtin_operator_delete' selects non-usual deallocation function
  608. _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n),
  609. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  610. /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
  611. # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
  612. ^
  613. /usr/include/c++/12/bits/alloc_traits.h:496:13: note: in instantiation of member function 'std::__new_allocator<wchar_t>::deallocate' requested here
  614. { __a.deallocate(__p, __n); }
  615. ^
  616. /usr/include/c++/12/bits/basic_string.h:292:24: note: in instantiation of member function 'std::allocator_traits<std::allocator<wchar_t>>::deallocate' requested here
  617. { _Alloc_traits::deallocate(_M_get_allocator(), _M_data(), __size + 1); }
  618. ^
  619. /usr/include/c++/12/bits/basic_string.h:286:4: note: in instantiation of member function 'std::basic_string<wchar_t>::_M_destroy' requested here
  620. _M_destroy(_M_allocated_capacity);
  621. ^
  622. /usr/include/c++/12/bits/basic_string.tcc:238:44: note: in instantiation of member function 'std::basic_string<wchar_t>::_M_dispose' requested here
  623. ~_Guard() { if (_M_guarded) _M_guarded->_M_dispose(); }
  624. ^
  625. /usr/include/c++/12/bits/basic_string.tcc:232:9: note: in instantiation of member function 'std::basic_string<wchar_t>::_M_construct(wchar_t *, wchar_t *, std::forward_iterator_tag)::_Guard::~_Guard' requested here
  626. struct _Guard
  627. ^
  628. /usr/include/c++/12/bits/basic_string.h:756:4: note: in instantiation of function template specialization 'std::basic_string<wchar_t>::_M_construct<wchar_t *>' requested here
  629. _M_construct(__beg, __end, std::__iterator_category(__beg));
  630. ^
  631. /usr/include/c++/12/ext/string_conversions.h:115:14: note: in instantiation of function template specialization 'std::basic_string<wchar_t>::basic_string<wchar_t *, void>' requested here
  632. return _String(__s, __s + __len);
  633. ^
  634. /usr/include/c++/12/bits/basic_string.h:4155:23: note: in instantiation of function template specialization '__gnu_cxx::__to_xstring<std::basic_string<wchar_t>, wchar_t>' requested here
  635. { return __gnu_cxx::__to_xstring<wstring>(&std::vswprintf, 4 * sizeof(int),
  636. ^
  637. /usr/include/c++/12/new:166:6: note: non-usual 'operator delete' declared here
  638. void operator delete(void*, std::size_t, std::align_val_t)
  639. ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  640. In file included from /tmp/tmpkw2k20yc.h:1:
  641. In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/sink.h:24:
  642. In file included from /usr/include/gnuradio/sync_block.h:15:
  643. In file included from /usr/include/gnuradio/block.h:14:
  644. In file included from /usr/include/c++/12/memory:64:
  645. In file included from /usr/include/c++/12/bits/allocator.h:46:
  646. In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
  647. /usr/include/c++/12/bits/new_allocator.h:158:2: error: call to '__builtin_operator_delete' selects non-usual deallocation function
  648. _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));
  649. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  650. /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
  651. # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
  652. ^
  653. /usr/include/c++/12/new:135:6: note: non-usual 'operator delete' declared here
  654. void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
  655. ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  656. In file included from /tmp/tmpkw2k20yc.h:1:
  657. In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/sink.h:24:
  658. In file included from /usr/include/gnuradio/sync_block.h:15:
  659. In file included from /usr/include/gnuradio/block.h:14:
  660. In file included from /usr/include/c++/12/memory:64:
  661. In file included from /usr/include/c++/12/bits/allocator.h:46:
  662. In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
  663. /usr/include/c++/12/bits/new_allocator.h:153:6: error: call to '__builtin_operator_delete' selects non-usual deallocation function
  664. _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n),
  665. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  666. /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
  667. # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
  668. ^
  669. /usr/include/c++/12/bits/alloc_traits.h:496:13: note: in instantiation of member function 'std::__new_allocator<char16_t>::deallocate' requested here
  670. { __a.deallocate(__p, __n); }
  671. ^
  672. /usr/include/c++/12/bits/basic_string.h:292:24: note: in instantiation of member function 'std::allocator_traits<std::allocator<char16_t>>::deallocate' requested here
  673. { _Alloc_traits::deallocate(_M_get_allocator(), _M_data(), __size + 1); }
  674. ^
  675. /usr/include/c++/12/bits/basic_string.h:286:4: note: in instantiation of member function 'std::basic_string<char16_t>::_M_destroy' requested here
  676. _M_destroy(_M_allocated_capacity);
  677. ^
  678. /usr/include/c++/12/bits/basic_string.tcc:238:44: note: in instantiation of member function 'std::basic_string<char16_t>::_M_dispose' requested here
  679. ~_Guard() { if (_M_guarded) _M_guarded->_M_dispose(); }
  680. ^
  681. /usr/include/c++/12/bits/basic_string.tcc:232:9: note: in instantiation of member function 'std::basic_string<char16_t>::_M_construct(const char16_t *, const char16_t *, std::forward_iterator_tag)::_Guard::~_Guard' requested here
  682. struct _Guard
  683. ^
  684. /usr/include/c++/12/bits/basic_string.h:620:2: note: in instantiation of function template specialization 'std::basic_string<char16_t>::_M_construct<const char16_t *>' requested here
  685. _M_construct(__s, __s + __n, std::forward_iterator_tag());
  686. ^
  687. /usr/include/c++/12/bits/basic_string.h:4347:14: note: in instantiation of member function 'std::basic_string<char16_t>::basic_string' requested here
  688. { return basic_string<char16_t>{__str, __len}; }
  689. ^
  690. /usr/include/c++/12/new:166:6: note: non-usual 'operator delete' declared here
  691. void operator delete(void*, std::size_t, std::align_val_t)
  692. ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  693. In file included from /tmp/tmpkw2k20yc.h:1:
  694. In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/sink.h:24:
  695. In file included from /usr/include/gnuradio/sync_block.h:15:
  696. In file included from /usr/include/gnuradio/block.h:14:
  697. In file included from /usr/include/c++/12/memory:64:
  698. In file included from /usr/include/c++/12/bits/allocator.h:46:
  699. In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
  700. /usr/include/c++/12/bits/new_allocator.h:158:2: error: call to '__builtin_operator_delete' selects non-usual deallocation function
  701. _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));
  702. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  703. /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
  704. # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
  705. ^
  706. /usr/include/c++/12/new:135:6: note: non-usual 'operator delete' declared here
  707. void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
  708. ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  709. In file included from /tmp/tmpkw2k20yc.h:1:
  710. In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/sink.h:24:
  711. In file included from /usr/include/gnuradio/sync_block.h:15:
  712. In file included from /usr/include/gnuradio/block.h:14:
  713. In file included from /usr/include/c++/12/memory:64:
  714. In file included from /usr/include/c++/12/bits/allocator.h:46:
  715. In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
  716. /usr/include/c++/12/bits/new_allocator.h:153:6: error: call to '__builtin_operator_delete' selects non-usual deallocation function
  717. _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n),
  718. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  719. /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
  720. # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
  721. ^
  722. /usr/include/c++/12/bits/alloc_traits.h:496:13: note: in instantiation of member function 'std::__new_allocator<char32_t>::deallocate' requested here
  723. { __a.deallocate(__p, __n); }
  724. ^
  725. /usr/include/c++/12/bits/basic_string.h:292:24: note: in instantiation of member function 'std::allocator_traits<std::allocator<char32_t>>::deallocate' requested here
  726. { _Alloc_traits::deallocate(_M_get_allocator(), _M_data(), __size + 1); }
  727. ^
  728. /usr/include/c++/12/bits/basic_string.h:286:4: note: in instantiation of member function 'std::basic_string<char32_t>::_M_destroy' requested here
  729. _M_destroy(_M_allocated_capacity);
  730. ^
  731. /usr/include/c++/12/bits/basic_string.tcc:238:44: note: in instantiation of member function 'std::basic_string<char32_t>::_M_dispose' requested here
  732. ~_Guard() { if (_M_guarded) _M_guarded->_M_dispose(); }
  733. ^
  734. /usr/include/c++/12/bits/basic_string.tcc:232:9: note: in instantiation of member function 'std::basic_string<char32_t>::_M_construct(const char32_t *, const char32_t *, std::forward_iterator_tag)::_Guard::~_Guard' requested here
  735. struct _Guard
  736. ^
  737. /usr/include/c++/12/bits/basic_string.h:620:2: note: in instantiation of function template specialization 'std::basic_string<char32_t>::_M_construct<const char32_t *>' requested here
  738. _M_construct(__s, __s + __n, std::forward_iterator_tag());
  739. ^
  740. /usr/include/c++/12/bits/basic_string.h:4352:14: note: in instantiation of member function 'std::basic_string<char32_t>::basic_string' requested here
  741. { return basic_string<char32_t>{__str, __len}; }
  742. ^
  743. /usr/include/c++/12/new:166:6: note: non-usual 'operator delete' declared here
  744. void operator delete(void*, std::size_t, std::align_val_t)
  745. ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  746. In file included from /tmp/tmpkw2k20yc.h:1:
  747. In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/sink.h:24:
  748. In file included from /usr/include/gnuradio/sync_block.h:15:
  749. In file included from /usr/include/gnuradio/block.h:14:
  750. In file included from /usr/include/c++/12/memory:64:
  751. In file included from /usr/include/c++/12/bits/allocator.h:46:
  752. In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
  753. /usr/include/c++/12/bits/new_allocator.h:158:2: error: call to '__builtin_operator_delete' selects non-usual deallocation function
  754. _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));
  755. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  756. /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
  757. # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
  758. ^
  759. /usr/include/c++/12/new:135:6: note: non-usual 'operator delete' declared here
  760. void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
  761. ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  762. In file included from /tmp/tmpkw2k20yc.h:1:
  763. In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/sink.h:24:
  764. In file included from /usr/include/gnuradio/sync_block.h:15:
  765. In file included from /usr/include/gnuradio/block.h:14:
  766. In file included from /usr/include/c++/12/memory:64:
  767. In file included from /usr/include/c++/12/bits/allocator.h:46:
  768. In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
  769. /usr/include/c++/12/bits/new_allocator.h:153:6: error: call to '__builtin_operator_delete' selects non-usual deallocation function
  770. _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n),
  771. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  772. /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
  773. # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
  774. ^
  775. /usr/include/c++/12/bits/alloc_traits.h:496:13: note: in instantiation of member function 'std::__new_allocator<std::_Rb_tree_node<std::pair<const boost::system::error_category *const, std::unique_ptr<boost::system::detail::std_category>>>>::deallocate' requested here
  776. { __a.deallocate(__p, __n); }
  777. ^
  778. /usr/include/c++/12/bits/stl_tree.h:565:24: note: in instantiation of member function 'std::allocator_traits<std::allocator<std::_Rb_tree_node<std::pair<const boost::system::error_category *const, std::unique_ptr<boost::system::detail::std_category>>>>>::deallocate' requested here
  779. { _Alloc_traits::deallocate(_M_get_Node_allocator(), __p, 1); }
  780. ^
  781. /usr/include/c++/12/bits/stl_tree.h:632:2: note: in instantiation of member function 'std::_Rb_tree<const boost::system::error_category *, std::pair<const boost::system::error_category *const, std::unique_ptr<boost::system::detail::std_category>>, std::_Select1st<std::pair<const boost::system::error_category *const, std::unique_ptr<boost::system::detail::std_category>>>, boost::system::detail::cat_ptr_less>::_M_put_node' requested here
  782. _M_put_node(__p);
  783. ^
  784. /usr/include/c++/12/bits/stl_tree.h:1937:4: note: in instantiation of member function 'std::_Rb_tree<const boost::system::error_category *, std::pair<const boost::system::error_category *const, std::unique_ptr<boost::system::detail::std_category>>, std::_Select1st<std::pair<const boost::system::error_category *const, std::unique_ptr<boost::system::detail::std_category>>>, boost::system::detail::cat_ptr_less>::_M_drop_node' requested here
  785. _M_drop_node(__x);
  786. ^
  787. /usr/include/c++/12/bits/stl_tree.h:984:9: note: in instantiation of member function 'std::_Rb_tree<const boost::system::error_category *, std::pair<const boost::system::error_category *const, std::unique_ptr<boost::system::detail::std_category>>, std::_Select1st<std::pair<const boost::system::error_category *const, std::unique_ptr<boost::system::detail::std_category>>>, boost::system::detail::cat_ptr_less>::_M_erase' requested here
  788. { _M_erase(_M_begin()); }
  789. ^
  790. /usr/include/c++/12/bits/stl_map.h:195:7: note: in instantiation of member function 'std::_Rb_tree<const boost::system::error_category *, std::pair<const boost::system::error_category *const, std::unique_ptr<boost::system::detail::std_category>>, std::_Select1st<std::pair<const boost::system::error_category *const, std::unique_ptr<boost::system::detail::std_category>>>, boost::system::detail::cat_ptr_less>::~_Rb_tree' requested here
  791. map() = default;
  792. ^
  793. /usr/include/c++/12/new:166:6: note: non-usual 'operator delete' declared here
  794. void operator delete(void*, std::size_t, std::align_val_t)
  795. ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  796. In file included from /tmp/tmpkw2k20yc.h:1:
  797. In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/sink.h:24:
  798. In file included from /usr/include/gnuradio/sync_block.h:15:
  799. In file included from /usr/include/gnuradio/block.h:14:
  800. In file included from /usr/include/c++/12/memory:64:
  801. In file included from /usr/include/c++/12/bits/allocator.h:46:
  802. In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
  803. /usr/include/c++/12/bits/new_allocator.h:158:2: error: call to '__builtin_operator_delete' selects non-usual deallocation function
  804. _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));
  805. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  806. /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
  807. # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
  808. ^
  809. /usr/include/c++/12/new:135:6: note: non-usual 'operator delete' declared here
  810. void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
  811. ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  812. In file included from /tmp/tmpkw2k20yc.h:1:
  813. In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/sink.h:24:
  814. In file included from /usr/include/gnuradio/sync_block.h:15:
  815. In file included from /usr/include/gnuradio/block.h:14:
  816. In file included from /usr/include/c++/12/memory:64:
  817. In file included from /usr/include/c++/12/bits/allocator.h:46:
  818. In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
  819. /usr/include/c++/12/bits/new_allocator.h:153:6: error: call to '__builtin_operator_delete' selects non-usual deallocation function
  820. _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n),
  821. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  822. /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
  823. # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
  824. ^
  825. /usr/include/c++/12/bits/alloc_traits.h:496:13: note: in instantiation of member function 'std::__new_allocator<std::pair<boost::condition_variable *, boost::mutex *>>::deallocate' requested here
  826. { __a.deallocate(__p, __n); }
  827. ^
  828. /usr/include/c++/12/bits/stl_vector.h:387:9: note: in instantiation of member function 'std::allocator_traits<std::allocator<std::pair<boost::condition_variable *, boost::mutex *>>>::deallocate' requested here
  829. _Tr::deallocate(_M_impl, __p, __n);
  830. ^
  831. /usr/include/c++/12/bits/stl_vector.h:366:2: note: in instantiation of member function 'std::_Vector_base<std::pair<boost::condition_variable *, boost::mutex *>, std::allocator<std::pair<boost::condition_variable *, boost::mutex *>>>::_M_deallocate' requested here
  832. _M_deallocate(_M_impl._M_start,
  833. ^
  834. /usr/include/c++/12/bits/stl_vector.h:526:7: note: in instantiation of member function 'std::_Vector_base<std::pair<boost::condition_variable *, boost::mutex *>, std::allocator<std::pair<boost::condition_variable *, boost::mutex *>>>::~_Vector_base' requested here
  835. vector() = default;
  836. ^
  837. /usr/include/c++/12/new:166:6: note: non-usual 'operator delete' declared here
  838. void operator delete(void*, std::size_t, std::align_val_t)
  839. ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  840. In file included from /tmp/tmpkw2k20yc.h:1:
  841. In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/sink.h:24:
  842. In file included from /usr/include/gnuradio/sync_block.h:15:
  843. In file included from /usr/include/gnuradio/block.h:14:
  844. In file included from /usr/include/c++/12/memory:64:
  845. In file included from /usr/include/c++/12/bits/allocator.h:46:
  846. In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
  847. /usr/include/c++/12/bits/new_allocator.h:158:2: error: call to '__builtin_operator_delete' selects non-usual deallocation function
  848. _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));
  849. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  850. /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
  851. # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
  852. ^
  853. /usr/include/c++/12/new:135:6: note: non-usual 'operator delete' declared here
  854. void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
  855. ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  856. In file included from /tmp/tmpkw2k20yc.h:1:
  857. In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/sink.h:24:
  858. In file included from /usr/include/gnuradio/sync_block.h:15:
  859. In file included from /usr/include/gnuradio/block.h:14:
  860. In file included from /usr/include/c++/12/memory:64:
  861. In file included from /usr/include/c++/12/bits/allocator.h:46:
  862. In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
  863. /usr/include/c++/12/bits/new_allocator.h:153:6: error: call to '__builtin_operator_delete' selects non-usual deallocation function
  864. _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n),
  865. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  866. /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
  867. # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
  868. ^
  869. /usr/include/c++/12/bits/alloc_traits.h:496:13: note: in instantiation of member function 'std::__new_allocator<boost::shared_ptr<boost::detail::shared_state_base>>::deallocate' requested here
  870. { __a.deallocate(__p, __n); }
  871. ^
  872. /usr/include/c++/12/bits/stl_vector.h:387:9: note: in instantiation of member function 'std::allocator_traits<std::allocator<boost::shared_ptr<boost::detail::shared_state_base>>>::deallocate' requested here
  873. _Tr::deallocate(_M_impl, __p, __n);
  874. ^
  875. /usr/include/c++/12/bits/stl_vector.h:366:2: note: in instantiation of member function 'std::_Vector_base<boost::shared_ptr<boost::detail::shared_state_base>, std::allocator<boost::shared_ptr<boost::detail::shared_state_base>>>::_M_deallocate' requested here
  876. _M_deallocate(_M_impl._M_start,
  877. ^
  878. /usr/include/c++/12/bits/stl_vector.h:526:7: note: in instantiation of member function 'std::_Vector_base<boost::shared_ptr<boost::detail::shared_state_base>, std::allocator<boost::shared_ptr<boost::detail::shared_state_base>>>::~_Vector_base' requested here
  879. vector() = default;
  880. ^
  881. /usr/include/c++/12/new:166:6: note: non-usual 'operator delete' declared here
  882. void operator delete(void*, std::size_t, std::align_val_t)
  883. ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  884. In file included from /tmp/tmpkw2k20yc.h:1:
  885. In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/sink.h:24:
  886. In file included from /usr/include/gnuradio/sync_block.h:15:
  887. In file included from /usr/include/gnuradio/block.h:14:
  888. In file included from /usr/include/c++/12/memory:64:
  889. In file included from /usr/include/c++/12/bits/allocator.h:46:
  890. In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
  891. /usr/include/c++/12/bits/new_allocator.h:158:2: error: call to '__builtin_operator_delete' selects non-usual deallocation function
  892. _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));
  893. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  894. /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
  895. # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
  896. ^
  897. /usr/include/c++/12/new:135:6: note: non-usual 'operator delete' declared here
  898. void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
  899. ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  900. In file included from /tmp/tmpkw2k20yc.h:1:
  901. In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/sink.h:24:
  902. In file included from /usr/include/gnuradio/sync_block.h:15:
  903. In file included from /usr/include/gnuradio/block.h:14:
  904. In file included from /usr/include/c++/12/memory:64:
  905. In file included from /usr/include/c++/12/bits/allocator.h:46:
  906. In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
  907. /usr/include/c++/12/bits/new_allocator.h:153:6: error: call to '__builtin_operator_delete' selects non-usual deallocation function
  908. _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n),
  909. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  910. /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
  911. # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
  912. ^
  913. /usr/include/c++/12/bits/alloc_traits.h:496:13: note: in instantiation of member function 'std::__new_allocator<std::_Rb_tree_node<std::pair<const void *const, boost::detail::tss_data_node>>>::deallocate' requested here
  914. { __a.deallocate(__p, __n); }
  915. ^
  916. /usr/include/c++/12/bits/stl_tree.h:565:24: note: in instantiation of member function 'std::allocator_traits<std::allocator<std::_Rb_tree_node<std::pair<const void *const, boost::detail::tss_data_node>>>>::deallocate' requested here
  917. { _Alloc_traits::deallocate(_M_get_Node_allocator(), __p, 1); }
  918. ^
  919. /usr/include/c++/12/bits/stl_tree.h:632:2: note: in instantiation of member function 'std::_Rb_tree<const void *, std::pair<const void *const, boost::detail::tss_data_node>, std::_Select1st<std::pair<const void *const, boost::detail::tss_data_node>>, std::less<const void *>>::_M_put_node' requested here
  920. _M_put_node(__p);
  921. ^
  922. /usr/include/c++/12/bits/stl_tree.h:1937:4: note: in instantiation of member function 'std::_Rb_tree<const void *, std::pair<const void *const, boost::detail::tss_data_node>, std::_Select1st<std::pair<const void *const, boost::detail::tss_data_node>>, std::less<const void *>>::_M_drop_node' requested here
  923. _M_drop_node(__x);
  924. ^
  925. /usr/include/c++/12/bits/stl_tree.h:984:9: note: in instantiation of member function 'std::_Rb_tree<const void *, std::pair<const void *const, boost::detail::tss_data_node>, std::_Select1st<std::pair<const void *const, boost::detail::tss_data_node>>, std::less<const void *>>::_M_erase' requested here
  926. { _M_erase(_M_begin()); }
  927. ^
  928. /usr/include/c++/12/bits/stl_map.h:195:7: note: in instantiation of member function 'std::_Rb_tree<const void *, std::pair<const void *const, boost::detail::tss_data_node>, std::_Select1st<std::pair<const void *const, boost::detail::tss_data_node>>, std::less<const void *>>::~_Rb_tree' requested here
  929. map() = default;
  930. ^
  931. /usr/include/c++/12/new:166:6: note: non-usual 'operator delete' declared here
  932. void operator delete(void*, std::size_t, std::align_val_t)
  933. ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  934. In file included from /tmp/tmpkw2k20yc.h:1:
  935. In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/sink.h:24:
  936. In file included from /usr/include/gnuradio/sync_block.h:15:
  937. In file included from /usr/include/gnuradio/block.h:14:
  938. In file included from /usr/include/c++/12/memory:64:
  939. In file included from /usr/include/c++/12/bits/allocator.h:46:
  940. In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
  941. /usr/include/c++/12/bits/new_allocator.h:158:2: error: call to '__builtin_operator_delete' selects non-usual deallocation function
  942. _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));
  943. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  944. /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
  945. # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
  946. ^
  947. /usr/include/c++/12/new:135:6: note: non-usual 'operator delete' declared here
  948. void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
  949. ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  950. In file included from /tmp/tmpkw2k20yc.h:1:
  951. In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/sink.h:24:
  952. In file included from /usr/include/gnuradio/sync_block.h:15:
  953. In file included from /usr/include/gnuradio/block.h:14:
  954. In file included from /usr/include/c++/12/memory:64:
  955. In file included from /usr/include/c++/12/bits/allocator.h:46:
  956. In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
  957. /usr/include/c++/12/bits/new_allocator.h:153:6: error: call to '__builtin_operator_delete' selects non-usual deallocation function
  958. _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n),
  959. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  960. /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
  961. # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
  962. ^
  963. /usr/include/c++/12/bits/alloc_traits.h:496:13: note: in instantiation of member function 'std::__new_allocator<std::_List_node<boost::thread *>>::deallocate' requested here
  964. { __a.deallocate(__p, __n); }
  965. ^
  966. /usr/include/c++/12/bits/stl_list.h:522:29: note: in instantiation of member function 'std::allocator_traits<std::allocator<std::_List_node<boost::thread *>>>::deallocate' requested here
  967. { _Node_alloc_traits::deallocate(_M_impl, __p, 1); }
  968. ^
  969. /usr/include/c++/12/bits/list.tcc:81:4: note: in instantiation of member function 'std::_List_base<boost::thread *, std::allocator<boost::thread *>>::_M_put_node' requested here
  970. _M_put_node(__tmp);
  971. ^
  972. /usr/include/c++/12/bits/stl_list.h:575:9: note: in instantiation of member function 'std::_List_base<boost::thread *, std::allocator<boost::thread *>>::_M_clear' requested here
  973. { _M_clear(); }
  974. ^
  975. /usr/include/c++/12/bits/stl_list.h:749:7: note: in instantiation of member function 'std::_List_base<boost::thread *, std::allocator<boost::thread *>>::~_List_base' requested here
  976. list() = default;
  977. ^
  978. /usr/include/c++/12/new:166:6: note: non-usual 'operator delete' declared here
  979. void operator delete(void*, std::size_t, std::align_val_t)
  980. ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  981. In file included from /tmp/tmpkw2k20yc.h:1:
  982. In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/sink.h:24:
  983. In file included from /usr/include/gnuradio/sync_block.h:15:
  984. In file included from /usr/include/gnuradio/block.h:14:
  985. In file included from /usr/include/c++/12/memory:64:
  986. In file included from /usr/include/c++/12/bits/allocator.h:46:
  987. In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
  988. /usr/include/c++/12/bits/new_allocator.h:158:2: error: call to '__builtin_operator_delete' selects non-usual deallocation function
  989. _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));
  990. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  991. /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
  992. # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
  993. ^
  994. /usr/include/c++/12/new:135:6: note: non-usual 'operator delete' declared here
  995. void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
  996. ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  997. In file included from /tmp/tmpkw2k20yc.h:1:
  998. In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/sink.h:24:
  999. In file included from /usr/include/gnuradio/sync_block.h:15:
  1000. In file included from /usr/include/gnuradio/block.h:14:
  1001. In file included from /usr/include/c++/12/memory:64:
  1002. In file included from /usr/include/c++/12/bits/allocator.h:46:
  1003. In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
  1004. /usr/include/c++/12/bits/new_allocator.h:153:6: error: call to '__builtin_operator_delete' selects non-usual deallocation function
  1005. _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n),
  1006. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1007. /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
  1008. # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
  1009. ^
  1010. /usr/include/c++/12/bits/alloc_traits.h:496:13: note: in instantiation of member function 'std::__new_allocator<long>::deallocate' requested here
  1011. { __a.deallocate(__p, __n); }
  1012. ^
  1013. /usr/include/c++/12/bits/stl_vector.h:387:9: note: in instantiation of member function 'std::allocator_traits<std::allocator<long>>::deallocate' requested here
  1014. _Tr::deallocate(_M_impl, __p, __n);
  1015. ^
  1016. /usr/include/c++/12/bits/stl_vector.h:366:2: note: in instantiation of member function 'std::_Vector_base<long, std::allocator<long>>::_M_deallocate' requested here
  1017. _M_deallocate(_M_impl._M_start,
  1018. ^
  1019. /usr/include/c++/12/bits/stl_vector.h:526:7: note: in instantiation of member function 'std::_Vector_base<long, std::allocator<long>>::~_Vector_base' requested here
  1020. vector() = default;
  1021. ^
  1022. /usr/include/c++/12/new:166:6: note: non-usual 'operator delete' declared here
  1023. void operator delete(void*, std::size_t, std::align_val_t)
  1024. ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1025. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  1026. 20 errors generated.
  1027. Error occurred while running CASTXML xml file does not exist
  1028. Traceback (most recent call last):
  1029. File "/home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/python/bindings/header_utils.py", line 67, in <module>
  1030. pbhp = PybindHeaderParser(args.pathname)
  1031. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1032. File "/home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/python/bindings/header_utils.py", line 9, in __init__
  1033. with open(pathname,'r') as f:
  1034. ^^^^^^^^^^^^^^^^^^
  1035. FileNotFoundError: [Errno 2] No such file or directory: '/home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/python/bindings/sink_python.cc'
  1036. CMake Error at /usr/lib/aarch64-linux-gnu/cmake/gnuradio/GrPybind.cmake:211 (list):
  1037. list GET given empty list
  1038. Call Stack (most recent call first):
  1039. plugins/gr-limesdr/python/bindings/CMakeLists.txt:40 (gr_pybind_make_oot)
  1040.  
  1041.  
  1042. CMake Error at /usr/lib/aarch64-linux-gnu/cmake/gnuradio/GrPybind.cmake:212 (list):
  1043. list GET given empty list
  1044. Call Stack (most recent call first):
  1045. plugins/gr-limesdr/python/bindings/CMakeLists.txt:40 (gr_pybind_make_oot)
  1046.  
  1047.  
  1048. CMake Error at /usr/lib/aarch64-linux-gnu/cmake/gnuradio/GrPybind.cmake:213 (list):
  1049. list GET given empty list
  1050. Call Stack (most recent call first):
  1051. plugins/gr-limesdr/python/bindings/CMakeLists.txt:40 (gr_pybind_make_oot)
  1052.  
  1053.  
  1054. CMake Error at /usr/lib/aarch64-linux-gnu/cmake/gnuradio/GrPybind.cmake:214 (list):
  1055. list GET given empty list
  1056. Call Stack (most recent call first):
  1057. plugins/gr-limesdr/python/bindings/CMakeLists.txt:40 (gr_pybind_make_oot)
  1058.  
  1059.  
  1060. Traceback (most recent call last):
  1061. File "/home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/python/bindings/header_utils.py", line 67, in <module>
  1062. pbhp = PybindHeaderParser(args.pathname)
  1063. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1064. File "/home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/python/bindings/header_utils.py", line 9, in __init__
  1065. with open(pathname,'r') as f:
  1066. ^^^^^^^^^^^^^^^^^^
  1067. FileNotFoundError: [Errno 2] No such file or directory: '/home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/python/bindings/source_python.cc'
  1068. CMake Error at /usr/lib/aarch64-linux-gnu/cmake/gnuradio/GrPybind.cmake:211 (list):
  1069. list GET given empty list
  1070. Call Stack (most recent call first):
  1071. plugins/gr-limesdr/python/bindings/CMakeLists.txt:40 (gr_pybind_make_oot)
  1072.  
  1073.  
  1074. CMake Error at /usr/lib/aarch64-linux-gnu/cmake/gnuradio/GrPybind.cmake:212 (list):
  1075. list GET given empty list
  1076. Call Stack (most recent call first):
  1077. plugins/gr-limesdr/python/bindings/CMakeLists.txt:40 (gr_pybind_make_oot)
  1078.  
  1079.  
  1080. CMake Error at /usr/lib/aarch64-linux-gnu/cmake/gnuradio/GrPybind.cmake:213 (list):
  1081. list GET given empty list
  1082. Call Stack (most recent call first):
  1083. plugins/gr-limesdr/python/bindings/CMakeLists.txt:40 (gr_pybind_make_oot)
  1084.  
  1085.  
  1086. CMake Error at /usr/lib/aarch64-linux-gnu/cmake/gnuradio/GrPybind.cmake:214 (list):
  1087. list GET given empty list
  1088. Call Stack (most recent call first):
  1089. plugins/gr-limesdr/python/bindings/CMakeLists.txt:40 (gr_pybind_make_oot)
  1090.  
  1091.  
  1092. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  1093. --
  1094. -- ######################################################
  1095. -- Packages found:
  1096. * libusb-1.0
  1097. Adds USB communication support for FT601 chip
  1098. Adds USB communication support for Cypress FX3 chip
  1099. * wxWidgets
  1100. * OpenGL
  1101. * SoapySDR
  1102. Adds LimeSuiteNG bindings for SoapySDR
  1103. * PythonLibs (required version == 3.11)
  1104. * Threads
  1105. * PkgConfig
  1106. * GMP
  1107. * boost_headers (required version == 1.74.0)
  1108. * boost_date_time (required version == 1.74.0)
  1109. * boost_program_options (required version == 1.74.0)
  1110. * boost_system (required version == 1.74.0)
  1111. * boost_regex (required version == 1.74.0)
  1112. * boost_thread (required version == 1.74.0)
  1113. * boost_unit_test_framework (required version == 1.74.0)
  1114. * Boost (required version >= 1.74.0)
  1115. * Gnuradio (required version >= 3.9)
  1116. * Git
  1117. * PythonInterp (required version >= 3.6)
  1118. * PythonLibsNew
  1119. * pybind11
  1120.  
  1121. -- ######################################################
  1122. -- Missing required packages:
  1123. * LinuxKernelHeaders
  1124.  
  1125. -- ######################################################
  1126. -- Missing recommended packages:
  1127.  
  1128. -- ######################################################
  1129. -- Missing optional packages:
  1130. * Gnuplot
  1131. * Doxygen
  1132.  
  1133. -- ######################################################
  1134. -- ## LimeSuiteNG enabled features
  1135. -- ######################################################
  1136. --
  1137. * HEADERS, The limesuiteng headers
  1138. * LIBRARY, The limesuiteng library
  1139. * USB_FTDI, USB support for FTDI
  1140. * USB_FX3, USB support for Cypress FX3
  1141. * LIMEPCIE, PCIe support
  1142. * LIMEPCIE_KERNEL_MODULE, Build Linux LimePCIe kernel module
  1143. * EXAMPLES, LimeSuite library API examples
  1144. * CLI, LimeSuite command line interface tools
  1145. * GUI, GUI Application for LimeSuite
  1146. * AMARISOFT_PLUGIN, LimeSuite Amarisoft integration plugin
  1147. * DESKTOP, LimeSuiteNG freedesktop integration
  1148. * SOAPYSDR, SoapySDR bindings for LimeSuiteNG
  1149. * GNURADIO, GNU Radio 3.9+ Plug-in
  1150. * UDEV_RULES, Install Linux udev rules
  1151.  
  1152. -- ######################################################
  1153. -- ## LimeSuiteNG disabled features
  1154. -- ######################################################
  1155. --
  1156. * DKMS, DKMS support for lime PCIe kernel module
  1157. * DOXYGEN, Build Doxygen documentation
  1158.  
  1159. -- Install prefix: /usr/local
  1160. -- Build timestamp: 2024-07-29
  1161. -- Lime Suite version: 0.2.0-g4854fa4c
  1162. -- ABI/so version: 0.2-1
  1163. -- Configuring incomplete, errors occurred!
  1164. See also "/home/lab/Downloads/LimeSuiteNG/build/CMakeFiles/CMakeOutput.log".
  1165.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement