Guest User

Untitled

a guest
Feb 25th, 2023
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.71 KB | None | 0 0
  1. sudo apt install ./howdy_2.6.1_amd64.deb
  2. Reading package lists... Done
  3. Building dependency tree... Done
  4. Reading state information... Done
  5. Note, selecting 'howdy' instead of './howdy_2.6.1_amd64.deb'
  6. The following packages were automatically installed and are no longer required:
  7. libpam-python libpython2.7 libpython2.7-minimal libpython2.7-stdlib streamer
  8. xawtv-plugins
  9. Use 'sudo apt autoremove' to remove them.
  10. The following additional packages will be installed:
  11. python3-numpy python3-opencv
  12. Suggested packages:
  13. nvidia-cuda-dev python-numpy-doc python3-pytest
  14. Recommended packages:
  15. howdy-gtk
  16. The following NEW packages will be installed:
  17. howdy python3-numpy python3-opencv
  18. 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
  19. Need to get 0 B/5,366 kB of archives.
  20. After this operation, 27.6 MB of additional disk space will be used.
  21. Do you want to continue? [Y/n] y
  22. Get:1 /home/jeremy/Downloads/howdy_2.6.1_amd64.deb howdy amd64 2.6.1 [109 kB]
  23. Selecting previously unselected package python3-numpy.
  24. (Reading database ... 288450 files and directories currently installed.)
  25. Preparing to unpack .../python3-numpy_1%3a1.21.5-1ubuntu22.04.1_amd64.deb ...
  26. Unpacking python3-numpy (1:1.21.5-1ubuntu22.04.1) ...
  27. Selecting previously unselected package python3-opencv:amd64.
  28. Preparing to unpack .../python3-opencv_4.5.4+dfsg-9ubuntu4_amd64.deb ...
  29. Unpacking python3-opencv:amd64 (4.5.4+dfsg-9ubuntu4) ...
  30. Selecting previously unselected package howdy.
  31. Preparing to unpack .../howdy_2.6.1_amd64.deb ...
  32. Unpacking howdy (2.6.1) ...
  33. Setting up python3-numpy (1:1.21.5-1ubuntu22.04.1) ...
  34. Setting up python3-opencv:amd64 (4.5.4+dfsg-9ubuntu4) ...
  35. Setting up howdy (2.6.1) ...
  36.  
  37. >>> Downloading dlib
  38.  
  39. --2023-02-25 16:34:50-- https://github.com/davisking/dlib/archive/v19.16.tar.gz
  40. Resolving github.com (github.com)... 192.30.255.113
  41. Connecting to github.com (github.com)|192.30.255.113|:443... connected.
  42. HTTP request sent, awaiting response... 302 Found
  43. Location: https://codeload.github.com/davisking/dlib/tar.gz/refs/tags/v19.16 [fo
  44. llowing]
  45. --2023-02-25 16:34:50-- https://codeload.github.com/davisking/dlib/tar.gz/refs/
  46. tags/v19.16
  47. Resolving codeload.github.com (codeload.github.com)... 192.30.255.120
  48. Connecting to codeload.github.com (codeload.github.com)|192.30.255.120|:443... c
  49. onnected.
  50. HTTP request sent, awaiting response... 200 OK
  51. Length: unspecified [application/x-gzip]
  52. Saving to: ‘/tmp/v19.16.tar.gz’
  53.  
  54. /tmp/v19.16.tar.gz [ <=> ] 9.93M 10.8MB/s in 0.9s
  55.  
  56. 2023-02-25 16:34:52 (10.8 MB/s) - ‘/tmp/v19.16.tar.gz’ saved [10411975]
  57.  
  58.  
  59. >>> Building dlib
  60.  
  61. /tmp/dlib-19.16/setup.py:39: DeprecationWarning: The distutils package is deprec
  62. ated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for
  63. potential alternatives
  64. from distutils import log
  65. running install
  66. /usr/lib/python3/dist-packages/setuptools/command/install.py:34: SetuptoolsDepre
  67. cationWarning: setup.py install is deprecated. Use build and pip and other stand
  68. ards-based tools.
  69. warnings.warn(
  70. /usr/lib/python3/dist-packages/setuptools/command/easy_install.py:158: EasyInsta
  71. llDeprecationWarning: easy_install command is deprecated. Use build and pip and
  72. other standards-based tools.
  73. warnings.warn(
  74. /usr/lib/python3/dist-packages/pkg_resources/__init__.py:116: PkgResourcesDeprec
  75. ationWarning: 1.16.0-unknown is an invalid version and will not be supported in
  76. a future release
  77. warnings.warn(
  78. /usr/lib/python3/dist-packages/pkg_resources/__init__.py:116: PkgResourcesDeprec
  79. ationWarning: 2.22.1ubuntu1 is an invalid version and will not be supported in a
  80. future release
  81. warnings.warn(
  82. /usr/lib/python3/dist-packages/pkg_resources/__init__.py:116: PkgResourcesDeprec
  83. ationWarning: 0.1.43ubuntu1 is an invalid version and will not be supported in a
  84. future release
  85. warnings.warn(
  86. running bdist_egg
  87. running egg_info
  88. creating dlib.egg-info
  89. writing dlib.egg-info/PKG-INFO
  90. writing dependency_links to dlib.egg-info/dependency_links.txt
  91. writing top-level names to dlib.egg-info/top_level.txt
  92. writing manifest file 'dlib.egg-info/SOURCES.txt'
  93. package init file 'dlib/__init__.py' not found (or not a regular file)
  94. reading manifest file 'dlib.egg-info/SOURCES.txt'
  95. reading manifest template 'MANIFEST.in'
  96. writing manifest file 'dlib.egg-info/SOURCES.txt'
  97. installing library code to build/bdist.linux-x86_64/egg
  98. running install_lib
  99. running build_py
  100. running build_ext
  101. Building extension for Python 3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]
  102. Invoking CMake setup: 'cmake /tmp/dlib-19.16/tools/python -DCMAKE_LIBRARY_OUTPUT
  103. _DIRECTORY=/tmp/dlib-19.16/build/lib.linux-x86_64-3.10 -DPYTHON_EXECUTABLE=/usr/
  104. bin/python3 -DCMAKE_BUILD_TYPE=Release'
  105. CMake Warning (dev) in CMakeLists.txt:
  106. No project() command is present. The top-level CMakeLists.txt file must
  107. contain a literal, direct call to the project() command. Add a line of
  108. code such as
  109.  
  110. project(ProjectName)
  111.  
  112. near the top of the file, but after cmake_minimum_required().
  113.  
  114. CMake is pretending there is a "project(Project)" command on the first
  115. line.
  116. This warning is for project developers. Use -Wno-dev to suppress it.
  117.  
  118. -- The C compiler identification is GNU 11.3.0
  119. -- The CXX compiler identification is GNU 11.3.0
  120. -- Detecting C compiler ABI info
  121. -- Detecting C compiler ABI info - done
  122. -- Check for working C compiler: /usr/bin/cc - skipped
  123. -- Detecting C compile features
  124. -- Detecting C compile features - done
  125. -- Detecting CXX compiler ABI info
  126. -- Detecting CXX compiler ABI info - done
  127. -- Check for working CXX compiler: /usr/bin/c++ - skipped
  128. -- Detecting CXX compile features
  129. -- Detecting CXX compile features - done
  130. -- Found PythonInterp: /usr/bin/python3 (found version "3.10.6")
  131. -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.10.so
  132. -- Performing Test HAS_CPP14_FLAG
  133. -- Performing Test HAS_CPP14_FLAG - Success
  134. -- pybind11 v2.2.2
  135. -- Using CMake version: 3.22.1
  136. -- Compiling dlib version: 19.16.0
  137. -- SSE4 instructions can be executed by the host processor.
  138. -- AVX instructions can be executed by the host processor.
  139. -- Enabling AVX instructions
  140. -- Looking for pthread.h
  141. -- Looking for pthread.h - found
  142. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
  143. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
  144. -- Found Threads: TRUE
  145. -- Found X11: /usr/include
  146. -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so
  147. -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so - found
  148. -- Looking for gethostbyname
  149. -- Looking for gethostbyname - found
  150. -- Looking for connect
  151. -- Looking for connect - found
  152. -- Looking for remove
  153. -- Looking for remove - found
  154. -- Looking for shmat
  155. -- Looking for shmat - found
  156. -- Looking for IceConnectionNumber in ICE
  157. -- Looking for IceConnectionNumber in ICE - found
  158. -- Looking for png_create_read_struct
  159. -- Looking for png_create_read_struct - found
  160. -- Looking for jpeg_read_header
  161. -- Looking for jpeg_read_header - found
  162. -- Searching for BLAS and LAPACK
  163. -- Searching for BLAS and LAPACK
  164. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2")
  165. -- Checking for module 'cblas'
  166. -- No package 'cblas' found
  167. -- Checking for module 'lapack'
  168. -- Found lapack, version 3.10.3
  169. -- Looking for sys/types.h
  170. -- Looking for sys/types.h - found
  171. -- Looking for stdint.h
  172. -- Looking for stdint.h - found
  173. -- Looking for stddef.h
  174. -- Looking for stddef.h - found
  175. -- Check size of void*
  176. -- Check size of void* - done
  177. -- Found LAPACK library
  178. -- Found ATLAS BLAS library
  179. -- Looking for cblas_ddot
  180. -- Looking for cblas_ddot - found
  181. -- Looking for sgesv
  182. -- Looking for sgesv - not found
  183. -- Looking for sgesv_
  184. -- Looking for sgesv_ - found
  185. CUDA_TOOLKIT_ROOT_DIR not found or specified
  186. -- Could NOT find CUDA (missing: CUDA_TOOLKIT_ROOT_DIR CUDA_NVCC_EXECUTABLE CUDA
  187. _INCLUDE_DIRS CUDA_CUDART_LIBRARY) (Required is at least version "7.5")
  188. -- Disabling CUDA support for dlib. DLIB WILL NOT USE CUDA
  189. -- C++11 activated.
  190. -- Configuring done
  191. -- Generating done
  192. -- Build files have been written to: /tmp/dlib-19.16/build/temp.linux-x86_64-3.1
  193. 0
  194. Invoking CMake build: 'cmake --build . --config Release -- -j8'
  195. [ 3%] Building CXX object dlib_build/CMakeFiles/dlib.dir/bit_stream/bit_stream_
  196. kernel_1.cpp.o
  197. [ 3%] Building CXX object dlib_build/CMakeFiles/dlib.dir/bigint/bigint_kernel_1
  198. .cpp.o
  199. [ 3%] Building CXX object dlib_build/CMakeFiles/dlib.dir/base64/base64_kernel_1
  200. .cpp.o
  201. [ 5%] Building CXX object dlib_build/CMakeFiles/dlib.dir/bigint/bigint_kernel_2
  202. .cpp.o
  203. [ 5%] Building CXX object dlib_build/CMakeFiles/dlib.dir/entropy_decoder/entrop
  204. y_decoder_kernel_1.cpp.o
  205. [ 6%] Building CXX object dlib_build/CMakeFiles/dlib.dir/entropy_decoder/entrop
  206. y_decoder_kernel_2.cpp.o
  207. [ 8%] Building CXX object dlib_build/CMakeFiles/dlib.dir/entropy_encoder/entrop
  208. y_encoder_kernel_2.cpp.o
  209. [ 9%] Building CXX object dlib_build/CMakeFiles/dlib.dir/entropy_encoder/entrop
  210. y_encoder_kernel_1.cpp.o
  211. [ 10%] Building CXX object dlib_build/CMakeFiles/dlib.dir/md5/md5_kernel_1.cpp.o
  212. [ 11%] Building CXX object dlib_build/CMakeFiles/dlib.dir/tokenizer/tokenizer_ke
  213. rnel_1.cpp.o
  214. [ 12%] Building CXX object dlib_build/CMakeFiles/dlib.dir/unicode/unicode.cpp.o
  215. [ 13%] Building CXX object dlib_build/CMakeFiles/dlib.dir/data_io/image_dataset_
  216. metadata.cpp.o
  217. [ 15%] Building CXX object dlib_build/CMakeFiles/dlib.dir/data_io/mnist.cpp.o
  218. [ 16%] Building CXX object dlib_build/CMakeFiles/dlib.dir/global_optimization/gl
  219. obal_function_search.cpp.o
  220. In file included from /usr/include/features.h:486,
  221. from /usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h:39,
  222. from /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h:586,
  223. from /usr/include/c++/11/iosfwd:38,
  224. from /usr/include/c++/11/ios:38,
  225. from /usr/include/c++/11/istream:38,
  226. from /usr/include/c++/11/sstream:38,
  227. from /tmp/dlib-19.16/dlib/unicode/../assert.h:7,
  228. from /tmp/dlib-19.16/dlib/unicode/../uintn.h:7,
  229. from /tmp/dlib-19.16/dlib/unicode/unicode.h:6,
  230. from /tmp/dlib-19.16/dlib/unicode/unicode.cpp:5:
  231. In function ‘size_t mbstowcs(wchar_t*, const char*, size_t)’,
  232. inlined from ‘const wstring dlib::convert_mbstring_to_wstring(const string&)
  233. ’ at /tmp/dlib-19.16/dlib/unicode/unicode.cpp:155:22:
  234. /usr/include/x86_64-linux-gnu/bits/stdlib.h:115:10: warning: ‘size_t __mbstowcs_
  235. chk(wchar_t*, const char*, size_t, size_t)’ specified size 18446744073709551600
  236. exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]
  237. 115 | return __glibc_fortify_n (mbstowcs, __len, sizeof (wchar_t),
  238. | ^~~~~~~~~~~~~~~~~
  239. In file included from /usr/include/stdlib.h:1027,
  240. from /usr/include/c++/11/cstdlib:75,
  241. from /usr/include/c++/11/ext/string_conversions.h:41,
  242. from /usr/include/c++/11/bits/basic_string.h:6608,
  243. from /usr/include/c++/11/string:55,
  244. from /usr/include/c++/11/bits/locale_classes.h:40,
  245. from /usr/include/c++/11/bits/ios_base.h:41,
  246. from /usr/include/c++/11/ios:42,
  247. from /usr/include/c++/11/istream:38,
  248. from /usr/include/c++/11/sstream:38,
  249. from /tmp/dlib-19.16/dlib/unicode/../assert.h:7,
  250. from /tmp/dlib-19.16/dlib/unicode/../uintn.h:7,
  251. from /tmp/dlib-19.16/dlib/unicode/unicode.h:6,
  252. from /tmp/dlib-19.16/dlib/unicode/unicode.cpp:5:
  253. /usr/include/x86_64-linux-gnu/bits/stdlib.h: In function ‘const wstring dlib::co
  254. nvert_mbstring_to_wstring(const string&)’:
  255. /usr/include/x86_64-linux-gnu/bits/stdlib.h:95:15: note: in a call to function ‘
  256. size_t __mbstowcs_chk(wchar_t*, const char*, size_t, size_t)’ declared with attr
  257. ibute ‘access (write_only, 1, 3)’
  258. 95 | extern size_t __mbstowcs_chk (wchar_t *__restrict __dst,
  259. | ^~~~~~~~~~~~~~
  260. [ 17%] Building CXX object dlib_build/CMakeFiles/dlib.dir/filtering/kalman_filte
  261. r.cpp.o
  262. [ 18%] Building CXX object dlib_build/CMakeFiles/dlib.dir/test_for_odr_violation
  263. s.cpp.o
  264. [ 19%] Building CXX object dlib_build/CMakeFiles/dlib.dir/svm/auto.cpp.o
  265. [ 20%] Building CXX object dlib_build/CMakeFiles/dlib.dir/sockets/sockets_kernel
  266. _1.cpp.o
  267. [ 22%] Building CXX object dlib_build/CMakeFiles/dlib.dir/bsp/bsp.cpp.o
  268. [ 23%] Building CXX object dlib_build/CMakeFiles/dlib.dir/dir_nav/dir_nav_kernel
  269. _1.cpp.o
  270. [ 24%] Building CXX object dlib_build/CMakeFiles/dlib.dir/dir_nav/dir_nav_kernel
  271. _2.cpp.o
  272. [ 25%] Building CXX object dlib_build/CMakeFiles/dlib.dir/dir_nav/dir_nav_extens
  273. ions.cpp.o
  274. [ 26%] Building CXX object dlib_build/CMakeFiles/dlib.dir/linker/linker_kernel_1
  275. .cpp.o
  276. [ 27%] Building CXX object dlib_build/CMakeFiles/dlib.dir/logger/extra_logger_he
  277. aders.cpp.o
  278. [ 29%] Building CXX object dlib_build/CMakeFiles/dlib.dir/logger/logger_kernel_1
  279. .cpp.o
  280. [ 30%] Building CXX object dlib_build/CMakeFiles/dlib.dir/logger/logger_config_f
  281. ile.cpp.o
  282. [ 31%] Building CXX object dlib_build/CMakeFiles/dlib.dir/misc_api/misc_api_kern
  283. el_1.cpp.o
  284. [ 32%] Building CXX object dlib_build/CMakeFiles/dlib.dir/misc_api/misc_api_kern
  285. el_2.cpp.o
  286. [ 33%] Building CXX object dlib_build/CMakeFiles/dlib.dir/sockets/sockets_extens
  287. ions.cpp.o
  288. [ 34%] Building CXX object dlib_build/CMakeFiles/dlib.dir/sockets/sockets_kernel
  289. _2.cpp.o
  290. [ 36%] Building CXX object dlib_build/CMakeFiles/dlib.dir/sockstreambuf/sockstre
  291. ambuf.cpp.o
  292. [ 37%] Building CXX object dlib_build/CMakeFiles/dlib.dir/sockstreambuf/sockstre
  293. ambuf_unbuffered.cpp.o
  294. [ 38%] Building CXX object dlib_build/CMakeFiles/dlib.dir/server/server_kernel.c
  295. pp.o
  296. [ 39%] Building CXX object dlib_build/CMakeFiles/dlib.dir/server/server_iostream
  297. .cpp.o
  298. [ 40%] Building CXX object dlib_build/CMakeFiles/dlib.dir/server/server_http.cpp
  299. .o
  300. [ 41%] Building CXX object dlib_build/CMakeFiles/dlib.dir/threads/multithreaded_
  301. object_extension.cpp.o
  302. [ 43%] Building CXX object dlib_build/CMakeFiles/dlib.dir/threads/threaded_objec
  303. t_extension.cpp.o
  304. [ 44%] Building CXX object dlib_build/CMakeFiles/dlib.dir/threads/threads_kernel
  305. _1.cpp.o
  306. [ 45%] Building CXX object dlib_build/CMakeFiles/dlib.dir/threads/threads_kernel
  307. _2.cpp.o
  308. [ 46%] Building CXX object dlib_build/CMakeFiles/dlib.dir/threads/threads_kernel
  309. _shared.cpp.o
  310. [ 47%] Building CXX object dlib_build/CMakeFiles/dlib.dir/threads/thread_pool_ex
  311. tension.cpp.o
  312. [ 48%] Building CXX object dlib_build/CMakeFiles/dlib.dir/threads/async.cpp.o
  313. [ 50%] Building CXX object dlib_build/CMakeFiles/dlib.dir/timer/timer.cpp.o
  314. [ 51%] Building CXX object dlib_build/CMakeFiles/dlib.dir/stack_trace.cpp.o
  315. [ 52%] Building CXX object dlib_build/CMakeFiles/dlib.dir/cuda/cpu_dlib.cpp.o
  316. [ 53%] Building CXX object dlib_build/CMakeFiles/dlib.dir/cuda/tensor_tools.cpp.
  317. o
  318. [ 54%] Building CXX object dlib_build/CMakeFiles/dlib.dir/gui_widgets/fonts.cpp.
  319. o
  320. [ 55%] Building CXX object dlib_build/CMakeFiles/dlib.dir/gui_widgets/widgets.cp
  321. p.o
  322. [ 56%] Building CXX object dlib_build/CMakeFiles/dlib.dir/gui_widgets/drawable.c
  323. pp.o
  324. [ 58%] Building CXX object dlib_build/CMakeFiles/dlib.dir/gui_widgets/canvas_dra
  325. wing.cpp.o
  326. [ 59%] Building CXX object dlib_build/CMakeFiles/dlib.dir/gui_widgets/style.cpp.
  327. o
  328. [ 60%] Building CXX object dlib_build/CMakeFiles/dlib.dir/gui_widgets/base_widge
  329. ts.cpp.o
  330. [ 61%] Building CXX object dlib_build/CMakeFiles/dlib.dir/gui_core/gui_core_kern
  331. el_1.cpp.o
  332. [ 62%] Building CXX object dlib_build/CMakeFiles/dlib.dir/gui_core/gui_core_kern
  333. el_2.cpp.o
  334. [ 63%] Building CXX object dlib_build/CMakeFiles/dlib.dir/image_loader/png_loade
  335. r.cpp.o
  336. [ 65%] Building CXX object dlib_build/CMakeFiles/dlib.dir/image_saver/save_png.c
  337. pp.o
  338. [ 66%] Building CXX object dlib_build/CMakeFiles/dlib.dir/image_loader/jpeg_load
  339. er.cpp.o
  340. [ 67%] Building CXX object dlib_build/CMakeFiles/dlib.dir/image_saver/save_jpeg.
  341. cpp.o
  342. [ 68%] Linking CXX static library libdlib.a
  343. [ 68%] Built target dlib
  344. [ 72%] Building CXX object CMakeFiles/dlib_python.dir/src/dlib.cpp.o
  345. [ 72%] Building CXX object CMakeFiles/dlib_python.dir/src/svm_c_trainer.cpp.o
  346. [ 73%] Building CXX object CMakeFiles/dlib_python.dir/src/vector.cpp.o
  347. [ 73%] Building CXX object CMakeFiles/dlib_python.dir/src/matrix.cpp.o
  348. [ 74%] Building CXX object CMakeFiles/dlib_python.dir/src/decision_functions.cpp
  349. .o
  350. [ 75%] Building CXX object CMakeFiles/dlib_python.dir/src/other.cpp.o
  351. [ 77%] Building CXX object CMakeFiles/dlib_python.dir/src/svm_rank_trainer.cpp.o
  352. [ 77%] Building CXX object CMakeFiles/dlib_python.dir/src/basic.cpp.o
  353. In file included from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
  354. st.h:16,
  355. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
  356. tr.h:13,
  357. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
  358. bind11.h:43,
  359. from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
  360. from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
  361. from /tmp/dlib-19.16/tools/python/src/opaque_types.h:6,
  362. from /tmp/dlib-19.16/tools/python/src/dlib.cpp:4:
  363. /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/detail/internals.h:82:33
  364. : warning: ‘int PyThread_create_key()’ is deprecated [-Wdeprecated-declarations]
  365. 82 | decltype(PyThread_create_key()) tstate = 0; // Usually an int but a
  366. long on Cygwin64 with Python 3.x
  367. | ~~~~~~~~~~~~~~~~~~~^~
  368. In file included from /usr/include/python3.10/Python.h:122,
  369. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/de
  370. tail/common.h:111,
  371. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
  372. types.h:12,
  373. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
  374. st.h:13,
  375. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
  376. tr.h:13,
  377. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
  378. bind11.h:43,
  379. from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
  380. from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
  381. from /tmp/dlib-19.16/tools/python/src/opaque_types.h:6,
  382. from /tmp/dlib-19.16/tools/python/src/dlib.cpp:4:
  383. /usr/include/python3.10/pythread.h:108:36: note: declared here
  384. 108 | Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_create_key(void);
  385. | ^~~~~~~~~~~~~~~~~~~
  386. In file included from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
  387. st.h:16,
  388. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
  389. tr.h:13,
  390. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
  391. bind11.h:43,
  392. from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
  393. from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
  394. from /tmp/dlib-19.16/tools/python/src/opaque_types.h:6,
  395. from /tmp/dlib-19.16/tools/python/src/dlib.cpp:4:
  396. /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/detail/internals.h:82:33
  397. : warning: ‘int PyThread_create_key()’ is deprecated [-Wdeprecated-declarations]
  398. 82 | decltype(PyThread_create_key()) tstate = 0; // Usually an int but a
  399. long on Cygwin64 with Python 3.x
  400. | ~~~~~~~~~~~~~~~~~~~^~
  401. In file included from /usr/include/python3.10/Python.h:122,
  402. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/de
  403. tail/common.h:111,
  404. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
  405. types.h:12,
  406. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
  407. st.h:13,
  408. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
  409. tr.h:13,
  410. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
  411. bind11.h:43,
  412. from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
  413. from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
  414. from /tmp/dlib-19.16/tools/python/src/opaque_types.h:6,
  415. from /tmp/dlib-19.16/tools/python/src/dlib.cpp:4:
  416. /usr/include/python3.10/pythread.h:108:36: note: declared here
  417. 108 | Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_create_key(void);
  418. | ^~~~~~~~~~~~~~~~~~~
  419. In file included from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
  420. st.h:16,
  421. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
  422. tr.h:13,
  423. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
  424. bind11.h:43,
  425. from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
  426. from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
  427. from /tmp/dlib-19.16/tools/python/src/opaque_types.h:6,
  428. from /tmp/dlib-19.16/tools/python/src/dlib.cpp:4:
  429. /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/detail/internals.h: In f
  430. unction ‘pybind11::detail::internals& pybind11::detail::get_internals()’:
  431. /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/detail/internals.h:167:2
  432. 7: warning: ‘void PyEval_InitThreads()’ is deprecated [-Wdeprecated-declarations
  433. ]
  434. 167 | PyEval_InitThreads();
  435. | ~~~~~~~~~~~~~~~~~~^~
  436. In file included from /usr/include/python3.10/Python.h:130,
  437. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/de
  438. tail/common.h:111,
  439. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
  440. types.h:12,
  441. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
  442. st.h:13,
  443. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
  444. tr.h:13,
  445. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
  446. bind11.h:43,
  447. from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
  448. from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
  449. from /tmp/dlib-19.16/tools/python/src/opaque_types.h:6,
  450. from /tmp/dlib-19.16/tools/python/src/dlib.cpp:4:
  451. /usr/include/python3.10/ceval.h:122:37: note: declared here
  452. 122 | Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void);
  453. | ^~~~~~~~~~~~~~~~~~
  454. In file included from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
  455. st.h:16,
  456. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
  457. tr.h:13,
  458. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
  459. bind11.h:43,
  460. from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
  461. from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
  462. from /tmp/dlib-19.16/tools/python/src/opaque_types.h:6,
  463. from /tmp/dlib-19.16/tools/python/src/dlib.cpp:4:
  464. /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/detail/internals.h:169:5
  465. 2: warning: ‘int PyThread_create_key()’ is deprecated [-Wdeprecated-declarations
  466. ]
  467. 169 | internals_ptr->tstate = PyThread_create_key();
  468. | ~~~~~~~~~~~~~~~~~~~^~
  469. In file included from /usr/include/python3.10/Python.h:122,
  470. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/de
  471. tail/common.h:111,
  472. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
  473. types.h:12,
  474. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
  475. st.h:13,
  476. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
  477. tr.h:13,
  478. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
  479. bind11.h:43,
  480. from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
  481. from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
  482. from /tmp/dlib-19.16/tools/python/src/opaque_types.h:6,
  483. from /tmp/dlib-19.16/tools/python/src/dlib.cpp:4:
  484. /usr/include/python3.10/pythread.h:108:36: note: declared here
  485. 108 | Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_create_key(void);
  486. | ^~~~~~~~~~~~~~~~~~~
  487. In file included from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
  488. st.h:16,
  489. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
  490. tr.h:13,
  491. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
  492. bind11.h:43,
  493. from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
  494. from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
  495. from /tmp/dlib-19.16/tools/python/src/opaque_types.h:6,
  496. from /tmp/dlib-19.16/tools/python/src/dlib.cpp:4:
  497.  
  498. /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/pybind11.h:1831:35: warn
  499. ing: ‘int PyThread_set_key_value(int, void*)’ is deprecated [-Wdeprecated-declar
  500. ations]
  501. 1831 | PyThread_set_key_value(key, tstate);
  502. | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
  503. In file included from /usr/include/python3.10/Python.h:122,
  504. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/de
  505. tail/common.h:111,
  506. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
  507. types.h:12,
  508. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
  509. st.h:13,
  510. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
  511. tr.h:13,
  512. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
  513. bind11.h:43,
  514. from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
  515. from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
  516. from /tmp/dlib-19.16/tools/python/src/opaque_types.h:6,
  517. from /tmp/dlib-19.16/tools/python/src/image4.cpp:3:
  518. /usr/include/python3.10/pythread.h:110:36: note: declared here
  519. 110 | Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_set_key_value(int key,
  520. | ^~~~~~~~~~~~~~~~~~~~~~
  521. In file included from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
  522. st.h:16,
  523. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
  524. tr.h:13,
  525. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
  526. bind11.h:43,
  527. from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
  528. from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
  529. from /tmp/dlib-19.16/tools/python/src/rectangles.cpp:4:
  530. /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/detail/internals.h:82:33
  531. : warning: ‘int PyThread_create_key()’ is deprecated [-Wdeprecated-declarations]
  532. 82 | decltype(PyThread_create_key()) tstate = 0; // Usually an int but a
  533. long on Cygwin64 with Python 3.x
  534. | ~~~~~~~~~~~~~~~~~~~^~
  535. In file included from /usr/include/python3.10/Python.h:122,
  536. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/de
  537. tail/common.h:111,
  538. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
  539. types.h:12,
  540. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
  541. st.h:13,
  542. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
  543. tr.h:13,
  544. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
  545. bind11.h:43,
  546. from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
  547. from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
  548. from /tmp/dlib-19.16/tools/python/src/rectangles.cpp:4:
  549. /usr/include/python3.10/pythread.h:108:36: note: declared here
  550. 108 | Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_create_key(void);
  551. | ^~~~~~~~~~~~~~~~~~~
  552. In file included from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
  553. st.h:16,
  554. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
  555. tr.h:13,
  556. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
  557. bind11.h:43,
  558. from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
  559. from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
  560. from /tmp/dlib-19.16/tools/python/src/rectangles.cpp:4:
  561. /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/detail/internals.h:82:33
  562. : warning: ‘int PyThread_create_key()’ is deprecated [-Wdeprecated-declarations]
  563. 82 | decltype(PyThread_create_key()) tstate = 0; // Usually an int but a
  564. long on Cygwin64 with Python 3.x
  565. | ~~~~~~~~~~~~~~~~~~~^~
  566. In file included from /usr/include/python3.10/Python.h:122,
  567. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/de
  568. tail/common.h:111,
  569. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
  570. types.h:12,
  571. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
  572. st.h:13,
  573. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
  574. tr.h:13,
  575. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
  576. bind11.h:43,
  577. from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
  578. from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
  579. from /tmp/dlib-19.16/tools/python/src/rectangles.cpp:4:
  580. /usr/include/python3.10/pythread.h:108:36: note: declared here
  581. 108 | Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_create_key(void);
  582. | ^~~~~~~~~~~~~~~~~~~
  583. In file included from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
  584. st.h:16,
  585. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
  586. tr.h:13,
  587. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
  588. bind11.h:43,
  589. from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
  590. from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
  591. from /tmp/dlib-19.16/tools/python/src/rectangles.cpp:4:
  592. /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/detail/internals.h: In f
  593. unction ‘pybind11::detail::internals& pybind11::detail::get_internals()’:
  594. /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/detail/internals.h:167:2
  595. 7: warning: ‘void PyEval_InitThreads()’ is deprecated [-Wdeprecated-declarations
  596. ]
  597. 167 | PyEval_InitThreads();
  598. | ~~~~~~~~~~~~~~~~~~^~
  599. In file included from /usr/include/python3.10/Python.h:130,
  600. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/de
  601. tail/common.h:111,
  602. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
  603. types.h:12,
  604. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
  605. st.h:13,
  606. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
  607. tr.h:13,
  608. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
  609. bind11.h:43,
  610. from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
  611. from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
  612. from /tmp/dlib-19.16/tools/python/src/rectangles.cpp:4:
  613. /usr/include/python3.10/ceval.h:122:37: note: declared here
  614. 122 | Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void);
  615. | ^~~~~~~~~~~~~~~~~~
  616. In file included from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
  617. st.h:16,
  618. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
  619. tr.h:13,
  620. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
  621. bind11.h:43,
  622. from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
  623. from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
  624. from /tmp/dlib-19.16/tools/python/src/rectangles.cpp:4:
  625. /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/detail/internals.h:169:5
  626. 2: warning: ‘int PyThread_create_key()’ is deprecated [-Wdeprecated-declarations
  627. ]
  628. 169 | internals_ptr->tstate = PyThread_create_key();
  629. | ~~~~~~~~~~~~~~~~~~~^~
  630. In file included from /usr/include/python3.10/Python.h:122,
  631. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/de
  632. tail/common.h:111,
  633. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
  634. types.h:12,
  635. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
  636. st.h:13,
  637. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
  638. tr.h:13,
  639. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
  640. bind11.h:43,
  641. from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
  642. from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
  643. from /tmp/dlib-19.16/tools/python/src/rectangles.cpp:4:
  644. /usr/include/python3.10/pythread.h:108:36: note: declared here
  645. 108 | Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_create_key(void);
  646. | ^~~~~~~~~~~~~~~~~~~
  647. In file included from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
  648. st.h:16,
  649. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
  650. tr.h:13,
  651. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
  652. bind11.h:43,
  653. from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
  654. from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
  655. from /tmp/dlib-19.16/tools/python/src/rectangles.cpp:4:
  656. /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/detail/internals.h:170:3
  657. 1: warning: ‘int PyThread_set_key_value(int, void*)’ is deprecated [-Wdeprecated
  658. -declarations]
  659. 170 | PyThread_set_key_value(internals_ptr->tstate, tstate);
  660. | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  661. In file included from /usr/include/python3.10/Python.h:122,
  662. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/de
  663. tail/common.h:111,
  664. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
  665. types.h:12,
  666. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
  667. st.h:13,
  668. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
  669. tr.h:13,
  670. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
  671. bind11.h:43,
  672. from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
  673. from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
  674. from /tmp/dlib-19.16/tools/python/src/rectangles.cpp:4:
  675. /usr/include/python3.10/pythread.h:110:36: note: declared here
  676. 110 | Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_set_key_value(int key,
  677. | ^~~~~~~~~~~~~~~~~~~~~~
  678. In file included from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
  679. from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
  680. from /tmp/dlib-19.16/tools/python/src/rectangles.cpp:4:
  681. /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/pybind11.h: In construct
  682. or ‘pybind11::gil_scoped_acquire::gil_scoped_acquire()’:
  683. /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/pybind11.h:1739:58: warn
  684. ing: ‘void* PyThread_get_key_value(int)’ is deprecated [-Wdeprecated-declaration
  685. s]
  686. 1739 | tstate = (PyThreadState *) PyThread_get_key_value(internals.tsta
  687. te);
  688. | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
  689. ~~~
  690. In file included from /usr/include/python3.10/Python.h:122,
  691. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/de
  692. tail/common.h:111,
  693. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
  694. types.h:12,
  695. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
  696. st.h:13,
  697. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
  698. tr.h:13,
  699. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
  700. bind11.h:43,
  701. from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
  702. from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
  703. from /tmp/dlib-19.16/tools/python/src/rectangles.cpp:4:
  704. /usr/include/python3.10/pythread.h:112:39: note: declared here
  705. 112 | Py_DEPRECATED(3.7) PyAPI_FUNC(void *) PyThread_get_key_value(int key);
  706. | ^~~~~~~~~~~~~~~~~~~~~~
  707. In file included from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
  708. from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
  709. from /tmp/dlib-19.16/tools/python/src/rectangles.cpp:4:
  710. /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/pybind11.h:1751:35: warn
  711. ing: ‘int PyThread_set_key_value(int, void*)’ is deprecated [-Wdeprecated-declar
  712. ations]
  713. 1751 | PyThread_set_key_value(internals.tstate, tstate);
  714. | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
  715. In file included from /usr/include/python3.10/Python.h:122,
  716. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/de
  717. tail/common.h:111,
  718. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
  719. types.h:12,
  720. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
  721. st.h:13,
  722. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
  723. tr.h:13,
  724. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
  725. bind11.h:43,
  726. from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
  727. from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
  728. from /tmp/dlib-19.16/tools/python/src/rectangles.cpp:4:
  729. /usr/include/python3.10/pythread.h:110:36: note: declared here
  730. 110 | Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_set_key_value(int key,
  731. | ^~~~~~~~~~~~~~~~~~~~~~
  732. In file included from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
  733. from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
  734. from /tmp/dlib-19.16/tools/python/src/rectangles.cpp:4:
  735. /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/pybind11.h: In member fu
  736. nction ‘void pybind11::gil_scoped_acquire::dec_ref()’:
  737. /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/pybind11.h:1790:38: warn
  738. ing: ‘void PyThread_delete_key_value(int)’ is deprecated [-Wdeprecated-declarati
  739. ons]
  740. 1790 | PyThread_delete_key_value(detail::get_internals().tstate);
  741. | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  742. In file included from /usr/include/python3.10/Python.h:122,
  743. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/de
  744. tail/common.h:111,
  745. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
  746. types.h:12,
  747. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
  748. st.h:13,
  749. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
  750. tr.h:13,
  751. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
  752. bind11.h:43,
  753. from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
  754. from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
  755. from /tmp/dlib-19.16/tools/python/src/rectangles.cpp:4:
  756. /usr/include/python3.10/pythread.h:113:37: note: declared here
  757. 113 | Py_DEPRECATED(3.7) PyAPI_FUNC(void) PyThread_delete_key_value(int key);
  758. | ^~~~~~~~~~~~~~~~~~~~~~~~~
  759. In file included from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
  760. from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
  761. from /tmp/dlib-19.16/tools/python/src/rectangles.cpp:4:
  762. /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/pybind11.h: In construct
  763. or ‘pybind11::gil_scoped_release::gil_scoped_release(bool)’:
  764. /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/pybind11.h:1818:39: warn
  765. ing: ‘int PyThread_set_key_value(int, void*)’ is deprecated [-Wdeprecated-declar
  766. ations]
  767. 1818 | PyThread_set_key_value(key, nullptr);
  768. | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  769. In file included from /usr/include/python3.10/Python.h:122,
  770. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/de
  771. tail/common.h:111,
  772. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
  773. types.h:12,
  774. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
  775. st.h:13,
  776. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
  777. tr.h:13,
  778. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
  779. bind11.h:43,
  780. from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
  781. from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
  782. from /tmp/dlib-19.16/tools/python/src/rectangles.cpp:4:
  783. /usr/include/python3.10/pythread.h:110:36: note: declared here
  784. 110 | Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_set_key_value(int key,
  785. | ^~~~~~~~~~~~~~~~~~~~~~
  786. In file included from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
  787. from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
  788. from /tmp/dlib-19.16/tools/python/src/rectangles.cpp:4:
  789. /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/pybind11.h: In destructo
  790. r ‘pybind11::gil_scoped_release::~gil_scoped_release()’:
  791. /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/pybind11.h:1831:35: warn
  792. ing: ‘int PyThread_set_key_value(int, void*)’ is deprecated [-Wdeprecated-declar
  793. ations]
  794. 1831 | PyThread_set_key_value(key, tstate);
  795. | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
  796. In file included from /usr/include/python3.10/Python.h:122,
  797. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/de
  798. tail/common.h:111,
  799. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
  800. types.h:12,
  801. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
  802. st.h:13,
  803. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
  804. tr.h:13,
  805. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
  806. bind11.h:43,
  807. from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
  808. from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
  809. from /tmp/dlib-19.16/tools/python/src/rectangles.cpp:4:
  810. /usr/include/python3.10/pythread.h:110:36: note: declared here
  811. 110 | Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_set_key_value(int key,
  812. | ^~~~~~~~~~~~~~~~~~~~~~
  813. [ 88%] Building CXX object CMakeFiles/dlib_python.dir/src/object_detection.cpp.o
  814. In file included from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
  815. st.h:16,
  816. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
  817. tr.h:13,
  818. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
  819. bind11.h:43,
  820. from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
  821. from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
  822. from /tmp/dlib-19.16/tools/python/src/opaque_types.h:6,
  823. from /tmp/dlib-19.16/tools/python/src/object_detection.cpp:4:
  824. /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/detail/internals.h:82:33
  825. : warning: ‘int PyThread_create_key()’ is deprecated [-Wdeprecated-declarations]
  826. 82 | decltype(PyThread_create_key()) tstate = 0; // Usually an int but a
  827. long on Cygwin64 with Python 3.x
  828. | ~~~~~~~~~~~~~~~~~~~^~
  829. In file included from /usr/include/python3.10/Python.h:122,
  830. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/de
  831. tail/common.h:111,
  832. from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
  833.  
  834. 110 | Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_set_key_value(int key,
  835. | ^~~~~~~~~~~~~~~~~~~~~~
  836. [100%] Linking CXX shared module /tmp/dlib-19.16/build/lib.linux-x86_64-3.10/dli
  837. b.cpython-310-x86_64-linux-gnu.so
  838. [100%] Built target dlib_python
  839. creating build/bdist.linux-x86_64
  840. creating build/bdist.linux-x86_64/egg
  841. copying build/lib.linux-x86_64-3.10/dlib.cpython-310-x86_64-linux-gnu.so -> buil
  842. d/bdist.linux-x86_64/egg
  843. creating stub loader for dlib.cpython-310-x86_64-linux-gnu.so
  844. byte-compiling build/bdist.linux-x86_64/egg/dlib.py to dlib.cpython-310.pyc
  845. creating build/bdist.linux-x86_64/egg/EGG-INFO
  846. copying dlib.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
  847. copying dlib.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  848. copying dlib.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-I
  849. NFO
  850. copying dlib.egg-info/not-zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO
  851. copying dlib.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  852. writing build/bdist.linux-x86_64/egg/EGG-INFO/native_libs.txt
  853. creating dist
  854. creating 'dist/dlib-19.16.0-py3.10-linux-x86_64.egg' and adding 'build/bdist.lin
  855. ux-x86_64/egg' to it
  856. removing 'build/bdist.linux-x86_64/egg' (and everything under it)
  857. Processing dlib-19.16.0-py3.10-linux-x86_64.egg
  858. creating /usr/local/lib/python3.10/dist-packages/dlib-19.16.0-py3.10-linux-x86_6
  859. 4.egg
  860. Extracting dlib-19.16.0-py3.10-linux-x86_64.egg to /usr/local/lib/python3.10/dis
  861. t-packages
  862. Adding dlib 19.16.0 to easy-install.pth file
  863.  
  864. Installed /usr/local/lib/python3.10/dist-packages/dlib-19.16.0-py3.10-linux-x86_
  865. 64.egg
  866. Processing dependencies for dlib==19.16.0
  867. Finished processing dependencies for dlib==19.16.0
  868.  
  869. >>> Cleaning up dlib
  870.  
  871. Temporary dlib files removed
  872.  
  873. >>> Configuring howdy
  874.  
  875. Camera ID saved
  876. Permissions set
  877. Howdy command installed
  878.  
  879. >>> Adding howdy as PAM module
  880.  
  881. Installation complete.
  882. Processing triggers for man-db (2.10.2-1) ...
  883. N: Download is performed unsandboxed as root as file '/home/jeremy/Downloads/howdy_2.6.1_amd64.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
  884.  
  885.  
Add Comment
Please, Sign In to add comment