Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sudo apt install ./howdy_2.6.1_amd64.deb
- Reading package lists... Done
- Building dependency tree... Done
- Reading state information... Done
- Note, selecting 'howdy' instead of './howdy_2.6.1_amd64.deb'
- The following packages were automatically installed and are no longer required:
- libpam-python libpython2.7 libpython2.7-minimal libpython2.7-stdlib streamer
- xawtv-plugins
- Use 'sudo apt autoremove' to remove them.
- The following additional packages will be installed:
- python3-numpy python3-opencv
- Suggested packages:
- nvidia-cuda-dev python-numpy-doc python3-pytest
- Recommended packages:
- howdy-gtk
- The following NEW packages will be installed:
- howdy python3-numpy python3-opencv
- 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
- Need to get 0 B/5,366 kB of archives.
- After this operation, 27.6 MB of additional disk space will be used.
- Do you want to continue? [Y/n] y
- Get:1 /home/jeremy/Downloads/howdy_2.6.1_amd64.deb howdy amd64 2.6.1 [109 kB]
- Selecting previously unselected package python3-numpy.
- (Reading database ... 288450 files and directories currently installed.)
- Preparing to unpack .../python3-numpy_1%3a1.21.5-1ubuntu22.04.1_amd64.deb ...
- Unpacking python3-numpy (1:1.21.5-1ubuntu22.04.1) ...
- Selecting previously unselected package python3-opencv:amd64.
- Preparing to unpack .../python3-opencv_4.5.4+dfsg-9ubuntu4_amd64.deb ...
- Unpacking python3-opencv:amd64 (4.5.4+dfsg-9ubuntu4) ...
- Selecting previously unselected package howdy.
- Preparing to unpack .../howdy_2.6.1_amd64.deb ...
- Unpacking howdy (2.6.1) ...
- Setting up python3-numpy (1:1.21.5-1ubuntu22.04.1) ...
- Setting up python3-opencv:amd64 (4.5.4+dfsg-9ubuntu4) ...
- Setting up howdy (2.6.1) ...
- >>> Downloading dlib
- --2023-02-25 16:34:50-- https://github.com/davisking/dlib/archive/v19.16.tar.gz
- Resolving github.com (github.com)... 192.30.255.113
- Connecting to github.com (github.com)|192.30.255.113|:443... connected.
- HTTP request sent, awaiting response... 302 Found
- Location: https://codeload.github.com/davisking/dlib/tar.gz/refs/tags/v19.16 [fo
- llowing]
- --2023-02-25 16:34:50-- https://codeload.github.com/davisking/dlib/tar.gz/refs/
- tags/v19.16
- Resolving codeload.github.com (codeload.github.com)... 192.30.255.120
- Connecting to codeload.github.com (codeload.github.com)|192.30.255.120|:443... c
- onnected.
- HTTP request sent, awaiting response... 200 OK
- Length: unspecified [application/x-gzip]
- Saving to: ‘/tmp/v19.16.tar.gz’
- /tmp/v19.16.tar.gz [ <=> ] 9.93M 10.8MB/s in 0.9s
- 2023-02-25 16:34:52 (10.8 MB/s) - ‘/tmp/v19.16.tar.gz’ saved [10411975]
- >>> Building dlib
- /tmp/dlib-19.16/setup.py:39: DeprecationWarning: The distutils package is deprec
- ated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for
- potential alternatives
- from distutils import log
- running install
- /usr/lib/python3/dist-packages/setuptools/command/install.py:34: SetuptoolsDepre
- cationWarning: setup.py install is deprecated. Use build and pip and other stand
- ards-based tools.
- warnings.warn(
- /usr/lib/python3/dist-packages/setuptools/command/easy_install.py:158: EasyInsta
- llDeprecationWarning: easy_install command is deprecated. Use build and pip and
- other standards-based tools.
- warnings.warn(
- /usr/lib/python3/dist-packages/pkg_resources/__init__.py:116: PkgResourcesDeprec
- ationWarning: 1.16.0-unknown is an invalid version and will not be supported in
- a future release
- warnings.warn(
- /usr/lib/python3/dist-packages/pkg_resources/__init__.py:116: PkgResourcesDeprec
- ationWarning: 2.22.1ubuntu1 is an invalid version and will not be supported in a
- future release
- warnings.warn(
- /usr/lib/python3/dist-packages/pkg_resources/__init__.py:116: PkgResourcesDeprec
- ationWarning: 0.1.43ubuntu1 is an invalid version and will not be supported in a
- future release
- warnings.warn(
- running bdist_egg
- running egg_info
- creating dlib.egg-info
- writing dlib.egg-info/PKG-INFO
- writing dependency_links to dlib.egg-info/dependency_links.txt
- writing top-level names to dlib.egg-info/top_level.txt
- writing manifest file 'dlib.egg-info/SOURCES.txt'
- package init file 'dlib/__init__.py' not found (or not a regular file)
- reading manifest file 'dlib.egg-info/SOURCES.txt'
- reading manifest template 'MANIFEST.in'
- writing manifest file 'dlib.egg-info/SOURCES.txt'
- installing library code to build/bdist.linux-x86_64/egg
- running install_lib
- running build_py
- running build_ext
- Building extension for Python 3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]
- Invoking CMake setup: 'cmake /tmp/dlib-19.16/tools/python -DCMAKE_LIBRARY_OUTPUT
- _DIRECTORY=/tmp/dlib-19.16/build/lib.linux-x86_64-3.10 -DPYTHON_EXECUTABLE=/usr/
- bin/python3 -DCMAKE_BUILD_TYPE=Release'
- CMake Warning (dev) in CMakeLists.txt:
- No project() command is present. The top-level CMakeLists.txt file must
- contain a literal, direct call to the project() command. Add a line of
- code such as
- project(ProjectName)
- near the top of the file, but after cmake_minimum_required().
- CMake is pretending there is a "project(Project)" command on the first
- line.
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- The C compiler identification is GNU 11.3.0
- -- The CXX compiler identification is GNU 11.3.0
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Check for working C compiler: /usr/bin/cc - skipped
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Check for working CXX compiler: /usr/bin/c++ - skipped
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- -- Found PythonInterp: /usr/bin/python3 (found version "3.10.6")
- -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.10.so
- -- Performing Test HAS_CPP14_FLAG
- -- Performing Test HAS_CPP14_FLAG - Success
- -- pybind11 v2.2.2
- -- Using CMake version: 3.22.1
- -- Compiling dlib version: 19.16.0
- -- SSE4 instructions can be executed by the host processor.
- -- AVX instructions can be executed by the host processor.
- -- Enabling AVX instructions
- -- Looking for pthread.h
- -- Looking for pthread.h - found
- -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
- -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
- -- Found Threads: TRUE
- -- Found X11: /usr/include
- -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so
- -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so - found
- -- Looking for gethostbyname
- -- Looking for gethostbyname - found
- -- Looking for connect
- -- Looking for connect - found
- -- Looking for remove
- -- Looking for remove - found
- -- Looking for shmat
- -- Looking for shmat - found
- -- Looking for IceConnectionNumber in ICE
- -- Looking for IceConnectionNumber in ICE - found
- -- Looking for png_create_read_struct
- -- Looking for png_create_read_struct - found
- -- Looking for jpeg_read_header
- -- Looking for jpeg_read_header - found
- -- Searching for BLAS and LAPACK
- -- Searching for BLAS and LAPACK
- -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2")
- -- Checking for module 'cblas'
- -- No package 'cblas' found
- -- Checking for module 'lapack'
- -- Found lapack, version 3.10.3
- -- Looking for sys/types.h
- -- Looking for sys/types.h - found
- -- Looking for stdint.h
- -- Looking for stdint.h - found
- -- Looking for stddef.h
- -- Looking for stddef.h - found
- -- Check size of void*
- -- Check size of void* - done
- -- Found LAPACK library
- -- Found ATLAS BLAS library
- -- Looking for cblas_ddot
- -- Looking for cblas_ddot - found
- -- Looking for sgesv
- -- Looking for sgesv - not found
- -- Looking for sgesv_
- -- Looking for sgesv_ - found
- CUDA_TOOLKIT_ROOT_DIR not found or specified
- -- Could NOT find CUDA (missing: CUDA_TOOLKIT_ROOT_DIR CUDA_NVCC_EXECUTABLE CUDA
- _INCLUDE_DIRS CUDA_CUDART_LIBRARY) (Required is at least version "7.5")
- -- Disabling CUDA support for dlib. DLIB WILL NOT USE CUDA
- -- C++11 activated.
- -- Configuring done
- -- Generating done
- -- Build files have been written to: /tmp/dlib-19.16/build/temp.linux-x86_64-3.1
- 0
- Invoking CMake build: 'cmake --build . --config Release -- -j8'
- [ 3%] Building CXX object dlib_build/CMakeFiles/dlib.dir/bit_stream/bit_stream_
- kernel_1.cpp.o
- [ 3%] Building CXX object dlib_build/CMakeFiles/dlib.dir/bigint/bigint_kernel_1
- .cpp.o
- [ 3%] Building CXX object dlib_build/CMakeFiles/dlib.dir/base64/base64_kernel_1
- .cpp.o
- [ 5%] Building CXX object dlib_build/CMakeFiles/dlib.dir/bigint/bigint_kernel_2
- .cpp.o
- [ 5%] Building CXX object dlib_build/CMakeFiles/dlib.dir/entropy_decoder/entrop
- y_decoder_kernel_1.cpp.o
- [ 6%] Building CXX object dlib_build/CMakeFiles/dlib.dir/entropy_decoder/entrop
- y_decoder_kernel_2.cpp.o
- [ 8%] Building CXX object dlib_build/CMakeFiles/dlib.dir/entropy_encoder/entrop
- y_encoder_kernel_2.cpp.o
- [ 9%] Building CXX object dlib_build/CMakeFiles/dlib.dir/entropy_encoder/entrop
- y_encoder_kernel_1.cpp.o
- [ 10%] Building CXX object dlib_build/CMakeFiles/dlib.dir/md5/md5_kernel_1.cpp.o
- [ 11%] Building CXX object dlib_build/CMakeFiles/dlib.dir/tokenizer/tokenizer_ke
- rnel_1.cpp.o
- [ 12%] Building CXX object dlib_build/CMakeFiles/dlib.dir/unicode/unicode.cpp.o
- [ 13%] Building CXX object dlib_build/CMakeFiles/dlib.dir/data_io/image_dataset_
- metadata.cpp.o
- [ 15%] Building CXX object dlib_build/CMakeFiles/dlib.dir/data_io/mnist.cpp.o
- [ 16%] Building CXX object dlib_build/CMakeFiles/dlib.dir/global_optimization/gl
- obal_function_search.cpp.o
- In file included from /usr/include/features.h:486,
- from /usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h:39,
- from /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h:586,
- from /usr/include/c++/11/iosfwd:38,
- from /usr/include/c++/11/ios:38,
- from /usr/include/c++/11/istream:38,
- from /usr/include/c++/11/sstream:38,
- from /tmp/dlib-19.16/dlib/unicode/../assert.h:7,
- from /tmp/dlib-19.16/dlib/unicode/../uintn.h:7,
- from /tmp/dlib-19.16/dlib/unicode/unicode.h:6,
- from /tmp/dlib-19.16/dlib/unicode/unicode.cpp:5:
- In function ‘size_t mbstowcs(wchar_t*, const char*, size_t)’,
- inlined from ‘const wstring dlib::convert_mbstring_to_wstring(const string&)
- ’ at /tmp/dlib-19.16/dlib/unicode/unicode.cpp:155:22:
- /usr/include/x86_64-linux-gnu/bits/stdlib.h:115:10: warning: ‘size_t __mbstowcs_
- chk(wchar_t*, const char*, size_t, size_t)’ specified size 18446744073709551600
- exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]
- 115 | return __glibc_fortify_n (mbstowcs, __len, sizeof (wchar_t),
- | ^~~~~~~~~~~~~~~~~
- In file included from /usr/include/stdlib.h:1027,
- from /usr/include/c++/11/cstdlib:75,
- from /usr/include/c++/11/ext/string_conversions.h:41,
- from /usr/include/c++/11/bits/basic_string.h:6608,
- from /usr/include/c++/11/string:55,
- from /usr/include/c++/11/bits/locale_classes.h:40,
- from /usr/include/c++/11/bits/ios_base.h:41,
- from /usr/include/c++/11/ios:42,
- from /usr/include/c++/11/istream:38,
- from /usr/include/c++/11/sstream:38,
- from /tmp/dlib-19.16/dlib/unicode/../assert.h:7,
- from /tmp/dlib-19.16/dlib/unicode/../uintn.h:7,
- from /tmp/dlib-19.16/dlib/unicode/unicode.h:6,
- from /tmp/dlib-19.16/dlib/unicode/unicode.cpp:5:
- /usr/include/x86_64-linux-gnu/bits/stdlib.h: In function ‘const wstring dlib::co
- nvert_mbstring_to_wstring(const string&)’:
- /usr/include/x86_64-linux-gnu/bits/stdlib.h:95:15: note: in a call to function ‘
- size_t __mbstowcs_chk(wchar_t*, const char*, size_t, size_t)’ declared with attr
- ibute ‘access (write_only, 1, 3)’
- 95 | extern size_t __mbstowcs_chk (wchar_t *__restrict __dst,
- | ^~~~~~~~~~~~~~
- [ 17%] Building CXX object dlib_build/CMakeFiles/dlib.dir/filtering/kalman_filte
- r.cpp.o
- [ 18%] Building CXX object dlib_build/CMakeFiles/dlib.dir/test_for_odr_violation
- s.cpp.o
- [ 19%] Building CXX object dlib_build/CMakeFiles/dlib.dir/svm/auto.cpp.o
- [ 20%] Building CXX object dlib_build/CMakeFiles/dlib.dir/sockets/sockets_kernel
- _1.cpp.o
- [ 22%] Building CXX object dlib_build/CMakeFiles/dlib.dir/bsp/bsp.cpp.o
- [ 23%] Building CXX object dlib_build/CMakeFiles/dlib.dir/dir_nav/dir_nav_kernel
- _1.cpp.o
- [ 24%] Building CXX object dlib_build/CMakeFiles/dlib.dir/dir_nav/dir_nav_kernel
- _2.cpp.o
- [ 25%] Building CXX object dlib_build/CMakeFiles/dlib.dir/dir_nav/dir_nav_extens
- ions.cpp.o
- [ 26%] Building CXX object dlib_build/CMakeFiles/dlib.dir/linker/linker_kernel_1
- .cpp.o
- [ 27%] Building CXX object dlib_build/CMakeFiles/dlib.dir/logger/extra_logger_he
- aders.cpp.o
- [ 29%] Building CXX object dlib_build/CMakeFiles/dlib.dir/logger/logger_kernel_1
- .cpp.o
- [ 30%] Building CXX object dlib_build/CMakeFiles/dlib.dir/logger/logger_config_f
- ile.cpp.o
- [ 31%] Building CXX object dlib_build/CMakeFiles/dlib.dir/misc_api/misc_api_kern
- el_1.cpp.o
- [ 32%] Building CXX object dlib_build/CMakeFiles/dlib.dir/misc_api/misc_api_kern
- el_2.cpp.o
- [ 33%] Building CXX object dlib_build/CMakeFiles/dlib.dir/sockets/sockets_extens
- ions.cpp.o
- [ 34%] Building CXX object dlib_build/CMakeFiles/dlib.dir/sockets/sockets_kernel
- _2.cpp.o
- [ 36%] Building CXX object dlib_build/CMakeFiles/dlib.dir/sockstreambuf/sockstre
- ambuf.cpp.o
- [ 37%] Building CXX object dlib_build/CMakeFiles/dlib.dir/sockstreambuf/sockstre
- ambuf_unbuffered.cpp.o
- [ 38%] Building CXX object dlib_build/CMakeFiles/dlib.dir/server/server_kernel.c
- pp.o
- [ 39%] Building CXX object dlib_build/CMakeFiles/dlib.dir/server/server_iostream
- .cpp.o
- [ 40%] Building CXX object dlib_build/CMakeFiles/dlib.dir/server/server_http.cpp
- .o
- [ 41%] Building CXX object dlib_build/CMakeFiles/dlib.dir/threads/multithreaded_
- object_extension.cpp.o
- [ 43%] Building CXX object dlib_build/CMakeFiles/dlib.dir/threads/threaded_objec
- t_extension.cpp.o
- [ 44%] Building CXX object dlib_build/CMakeFiles/dlib.dir/threads/threads_kernel
- _1.cpp.o
- [ 45%] Building CXX object dlib_build/CMakeFiles/dlib.dir/threads/threads_kernel
- _2.cpp.o
- [ 46%] Building CXX object dlib_build/CMakeFiles/dlib.dir/threads/threads_kernel
- _shared.cpp.o
- [ 47%] Building CXX object dlib_build/CMakeFiles/dlib.dir/threads/thread_pool_ex
- tension.cpp.o
- [ 48%] Building CXX object dlib_build/CMakeFiles/dlib.dir/threads/async.cpp.o
- [ 50%] Building CXX object dlib_build/CMakeFiles/dlib.dir/timer/timer.cpp.o
- [ 51%] Building CXX object dlib_build/CMakeFiles/dlib.dir/stack_trace.cpp.o
- [ 52%] Building CXX object dlib_build/CMakeFiles/dlib.dir/cuda/cpu_dlib.cpp.o
- [ 53%] Building CXX object dlib_build/CMakeFiles/dlib.dir/cuda/tensor_tools.cpp.
- o
- [ 54%] Building CXX object dlib_build/CMakeFiles/dlib.dir/gui_widgets/fonts.cpp.
- o
- [ 55%] Building CXX object dlib_build/CMakeFiles/dlib.dir/gui_widgets/widgets.cp
- p.o
- [ 56%] Building CXX object dlib_build/CMakeFiles/dlib.dir/gui_widgets/drawable.c
- pp.o
- [ 58%] Building CXX object dlib_build/CMakeFiles/dlib.dir/gui_widgets/canvas_dra
- wing.cpp.o
- [ 59%] Building CXX object dlib_build/CMakeFiles/dlib.dir/gui_widgets/style.cpp.
- o
- [ 60%] Building CXX object dlib_build/CMakeFiles/dlib.dir/gui_widgets/base_widge
- ts.cpp.o
- [ 61%] Building CXX object dlib_build/CMakeFiles/dlib.dir/gui_core/gui_core_kern
- el_1.cpp.o
- [ 62%] Building CXX object dlib_build/CMakeFiles/dlib.dir/gui_core/gui_core_kern
- el_2.cpp.o
- [ 63%] Building CXX object dlib_build/CMakeFiles/dlib.dir/image_loader/png_loade
- r.cpp.o
- [ 65%] Building CXX object dlib_build/CMakeFiles/dlib.dir/image_saver/save_png.c
- pp.o
- [ 66%] Building CXX object dlib_build/CMakeFiles/dlib.dir/image_loader/jpeg_load
- er.cpp.o
- [ 67%] Building CXX object dlib_build/CMakeFiles/dlib.dir/image_saver/save_jpeg.
- cpp.o
- [ 68%] Linking CXX static library libdlib.a
- [ 68%] Built target dlib
- [ 72%] Building CXX object CMakeFiles/dlib_python.dir/src/dlib.cpp.o
- [ 72%] Building CXX object CMakeFiles/dlib_python.dir/src/svm_c_trainer.cpp.o
- [ 73%] Building CXX object CMakeFiles/dlib_python.dir/src/vector.cpp.o
- [ 73%] Building CXX object CMakeFiles/dlib_python.dir/src/matrix.cpp.o
- [ 74%] Building CXX object CMakeFiles/dlib_python.dir/src/decision_functions.cpp
- .o
- [ 75%] Building CXX object CMakeFiles/dlib_python.dir/src/other.cpp.o
- [ 77%] Building CXX object CMakeFiles/dlib_python.dir/src/svm_rank_trainer.cpp.o
- [ 77%] Building CXX object CMakeFiles/dlib_python.dir/src/basic.cpp.o
- In file included from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
- st.h:16,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
- tr.h:13,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
- bind11.h:43,
- from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
- from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
- from /tmp/dlib-19.16/tools/python/src/opaque_types.h:6,
- from /tmp/dlib-19.16/tools/python/src/dlib.cpp:4:
- /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/detail/internals.h:82:33
- : warning: ‘int PyThread_create_key()’ is deprecated [-Wdeprecated-declarations]
- 82 | decltype(PyThread_create_key()) tstate = 0; // Usually an int but a
- long on Cygwin64 with Python 3.x
- | ~~~~~~~~~~~~~~~~~~~^~
- In file included from /usr/include/python3.10/Python.h:122,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/de
- tail/common.h:111,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
- types.h:12,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
- st.h:13,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
- tr.h:13,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
- bind11.h:43,
- from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
- from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
- from /tmp/dlib-19.16/tools/python/src/opaque_types.h:6,
- from /tmp/dlib-19.16/tools/python/src/dlib.cpp:4:
- /usr/include/python3.10/pythread.h:108:36: note: declared here
- 108 | Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_create_key(void);
- | ^~~~~~~~~~~~~~~~~~~
- In file included from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
- st.h:16,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
- tr.h:13,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
- bind11.h:43,
- from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
- from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
- from /tmp/dlib-19.16/tools/python/src/opaque_types.h:6,
- from /tmp/dlib-19.16/tools/python/src/dlib.cpp:4:
- /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/detail/internals.h:82:33
- : warning: ‘int PyThread_create_key()’ is deprecated [-Wdeprecated-declarations]
- 82 | decltype(PyThread_create_key()) tstate = 0; // Usually an int but a
- long on Cygwin64 with Python 3.x
- | ~~~~~~~~~~~~~~~~~~~^~
- In file included from /usr/include/python3.10/Python.h:122,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/de
- tail/common.h:111,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
- types.h:12,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
- st.h:13,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
- tr.h:13,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
- bind11.h:43,
- from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
- from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
- from /tmp/dlib-19.16/tools/python/src/opaque_types.h:6,
- from /tmp/dlib-19.16/tools/python/src/dlib.cpp:4:
- /usr/include/python3.10/pythread.h:108:36: note: declared here
- 108 | Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_create_key(void);
- | ^~~~~~~~~~~~~~~~~~~
- In file included from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
- st.h:16,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
- tr.h:13,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
- bind11.h:43,
- from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
- from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
- from /tmp/dlib-19.16/tools/python/src/opaque_types.h:6,
- from /tmp/dlib-19.16/tools/python/src/dlib.cpp:4:
- /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/detail/internals.h: In f
- unction ‘pybind11::detail::internals& pybind11::detail::get_internals()’:
- /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/detail/internals.h:167:2
- 7: warning: ‘void PyEval_InitThreads()’ is deprecated [-Wdeprecated-declarations
- ]
- 167 | PyEval_InitThreads();
- | ~~~~~~~~~~~~~~~~~~^~
- In file included from /usr/include/python3.10/Python.h:130,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/de
- tail/common.h:111,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
- types.h:12,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
- st.h:13,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
- tr.h:13,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
- bind11.h:43,
- from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
- from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
- from /tmp/dlib-19.16/tools/python/src/opaque_types.h:6,
- from /tmp/dlib-19.16/tools/python/src/dlib.cpp:4:
- /usr/include/python3.10/ceval.h:122:37: note: declared here
- 122 | Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void);
- | ^~~~~~~~~~~~~~~~~~
- In file included from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
- st.h:16,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
- tr.h:13,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
- bind11.h:43,
- from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
- from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
- from /tmp/dlib-19.16/tools/python/src/opaque_types.h:6,
- from /tmp/dlib-19.16/tools/python/src/dlib.cpp:4:
- /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/detail/internals.h:169:5
- 2: warning: ‘int PyThread_create_key()’ is deprecated [-Wdeprecated-declarations
- ]
- 169 | internals_ptr->tstate = PyThread_create_key();
- | ~~~~~~~~~~~~~~~~~~~^~
- In file included from /usr/include/python3.10/Python.h:122,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/de
- tail/common.h:111,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
- types.h:12,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
- st.h:13,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
- tr.h:13,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
- bind11.h:43,
- from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
- from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
- from /tmp/dlib-19.16/tools/python/src/opaque_types.h:6,
- from /tmp/dlib-19.16/tools/python/src/dlib.cpp:4:
- /usr/include/python3.10/pythread.h:108:36: note: declared here
- 108 | Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_create_key(void);
- | ^~~~~~~~~~~~~~~~~~~
- In file included from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
- st.h:16,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
- tr.h:13,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
- bind11.h:43,
- from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
- from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
- from /tmp/dlib-19.16/tools/python/src/opaque_types.h:6,
- from /tmp/dlib-19.16/tools/python/src/dlib.cpp:4:
- /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/pybind11.h:1831:35: warn
- ing: ‘int PyThread_set_key_value(int, void*)’ is deprecated [-Wdeprecated-declar
- ations]
- 1831 | PyThread_set_key_value(key, tstate);
- | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
- In file included from /usr/include/python3.10/Python.h:122,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/de
- tail/common.h:111,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
- types.h:12,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
- st.h:13,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
- tr.h:13,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
- bind11.h:43,
- from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
- from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
- from /tmp/dlib-19.16/tools/python/src/opaque_types.h:6,
- from /tmp/dlib-19.16/tools/python/src/image4.cpp:3:
- /usr/include/python3.10/pythread.h:110:36: note: declared here
- 110 | Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_set_key_value(int key,
- | ^~~~~~~~~~~~~~~~~~~~~~
- In file included from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
- st.h:16,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
- tr.h:13,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
- bind11.h:43,
- from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
- from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
- from /tmp/dlib-19.16/tools/python/src/rectangles.cpp:4:
- /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/detail/internals.h:82:33
- : warning: ‘int PyThread_create_key()’ is deprecated [-Wdeprecated-declarations]
- 82 | decltype(PyThread_create_key()) tstate = 0; // Usually an int but a
- long on Cygwin64 with Python 3.x
- | ~~~~~~~~~~~~~~~~~~~^~
- In file included from /usr/include/python3.10/Python.h:122,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/de
- tail/common.h:111,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
- types.h:12,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
- st.h:13,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
- tr.h:13,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
- bind11.h:43,
- from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
- from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
- from /tmp/dlib-19.16/tools/python/src/rectangles.cpp:4:
- /usr/include/python3.10/pythread.h:108:36: note: declared here
- 108 | Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_create_key(void);
- | ^~~~~~~~~~~~~~~~~~~
- In file included from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
- st.h:16,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
- tr.h:13,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
- bind11.h:43,
- from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
- from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
- from /tmp/dlib-19.16/tools/python/src/rectangles.cpp:4:
- /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/detail/internals.h:82:33
- : warning: ‘int PyThread_create_key()’ is deprecated [-Wdeprecated-declarations]
- 82 | decltype(PyThread_create_key()) tstate = 0; // Usually an int but a
- long on Cygwin64 with Python 3.x
- | ~~~~~~~~~~~~~~~~~~~^~
- In file included from /usr/include/python3.10/Python.h:122,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/de
- tail/common.h:111,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
- types.h:12,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
- st.h:13,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
- tr.h:13,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
- bind11.h:43,
- from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
- from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
- from /tmp/dlib-19.16/tools/python/src/rectangles.cpp:4:
- /usr/include/python3.10/pythread.h:108:36: note: declared here
- 108 | Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_create_key(void);
- | ^~~~~~~~~~~~~~~~~~~
- In file included from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
- st.h:16,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
- tr.h:13,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
- bind11.h:43,
- from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
- from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
- from /tmp/dlib-19.16/tools/python/src/rectangles.cpp:4:
- /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/detail/internals.h: In f
- unction ‘pybind11::detail::internals& pybind11::detail::get_internals()’:
- /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/detail/internals.h:167:2
- 7: warning: ‘void PyEval_InitThreads()’ is deprecated [-Wdeprecated-declarations
- ]
- 167 | PyEval_InitThreads();
- | ~~~~~~~~~~~~~~~~~~^~
- In file included from /usr/include/python3.10/Python.h:130,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/de
- tail/common.h:111,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
- types.h:12,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
- st.h:13,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
- tr.h:13,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
- bind11.h:43,
- from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
- from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
- from /tmp/dlib-19.16/tools/python/src/rectangles.cpp:4:
- /usr/include/python3.10/ceval.h:122:37: note: declared here
- 122 | Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void);
- | ^~~~~~~~~~~~~~~~~~
- In file included from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
- st.h:16,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
- tr.h:13,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
- bind11.h:43,
- from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
- from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
- from /tmp/dlib-19.16/tools/python/src/rectangles.cpp:4:
- /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/detail/internals.h:169:5
- 2: warning: ‘int PyThread_create_key()’ is deprecated [-Wdeprecated-declarations
- ]
- 169 | internals_ptr->tstate = PyThread_create_key();
- | ~~~~~~~~~~~~~~~~~~~^~
- In file included from /usr/include/python3.10/Python.h:122,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/de
- tail/common.h:111,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
- types.h:12,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
- st.h:13,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
- tr.h:13,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
- bind11.h:43,
- from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
- from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
- from /tmp/dlib-19.16/tools/python/src/rectangles.cpp:4:
- /usr/include/python3.10/pythread.h:108:36: note: declared here
- 108 | Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_create_key(void);
- | ^~~~~~~~~~~~~~~~~~~
- In file included from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
- st.h:16,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
- tr.h:13,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
- bind11.h:43,
- from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
- from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
- from /tmp/dlib-19.16/tools/python/src/rectangles.cpp:4:
- /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/detail/internals.h:170:3
- 1: warning: ‘int PyThread_set_key_value(int, void*)’ is deprecated [-Wdeprecated
- -declarations]
- 170 | PyThread_set_key_value(internals_ptr->tstate, tstate);
- | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/python3.10/Python.h:122,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/de
- tail/common.h:111,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
- types.h:12,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
- st.h:13,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
- tr.h:13,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
- bind11.h:43,
- from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
- from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
- from /tmp/dlib-19.16/tools/python/src/rectangles.cpp:4:
- /usr/include/python3.10/pythread.h:110:36: note: declared here
- 110 | Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_set_key_value(int key,
- | ^~~~~~~~~~~~~~~~~~~~~~
- In file included from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
- from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
- from /tmp/dlib-19.16/tools/python/src/rectangles.cpp:4:
- /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/pybind11.h: In construct
- or ‘pybind11::gil_scoped_acquire::gil_scoped_acquire()’:
- /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/pybind11.h:1739:58: warn
- ing: ‘void* PyThread_get_key_value(int)’ is deprecated [-Wdeprecated-declaration
- s]
- 1739 | tstate = (PyThreadState *) PyThread_get_key_value(internals.tsta
- te);
- | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
- ~~~
- In file included from /usr/include/python3.10/Python.h:122,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/de
- tail/common.h:111,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
- types.h:12,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
- st.h:13,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
- tr.h:13,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
- bind11.h:43,
- from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
- from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
- from /tmp/dlib-19.16/tools/python/src/rectangles.cpp:4:
- /usr/include/python3.10/pythread.h:112:39: note: declared here
- 112 | Py_DEPRECATED(3.7) PyAPI_FUNC(void *) PyThread_get_key_value(int key);
- | ^~~~~~~~~~~~~~~~~~~~~~
- In file included from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
- from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
- from /tmp/dlib-19.16/tools/python/src/rectangles.cpp:4:
- /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/pybind11.h:1751:35: warn
- ing: ‘int PyThread_set_key_value(int, void*)’ is deprecated [-Wdeprecated-declar
- ations]
- 1751 | PyThread_set_key_value(internals.tstate, tstate);
- | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/python3.10/Python.h:122,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/de
- tail/common.h:111,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
- types.h:12,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
- st.h:13,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
- tr.h:13,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
- bind11.h:43,
- from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
- from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
- from /tmp/dlib-19.16/tools/python/src/rectangles.cpp:4:
- /usr/include/python3.10/pythread.h:110:36: note: declared here
- 110 | Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_set_key_value(int key,
- | ^~~~~~~~~~~~~~~~~~~~~~
- In file included from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
- from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
- from /tmp/dlib-19.16/tools/python/src/rectangles.cpp:4:
- /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/pybind11.h: In member fu
- nction ‘void pybind11::gil_scoped_acquire::dec_ref()’:
- /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/pybind11.h:1790:38: warn
- ing: ‘void PyThread_delete_key_value(int)’ is deprecated [-Wdeprecated-declarati
- ons]
- 1790 | PyThread_delete_key_value(detail::get_internals().tstate);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/python3.10/Python.h:122,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/de
- tail/common.h:111,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
- types.h:12,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
- st.h:13,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
- tr.h:13,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
- bind11.h:43,
- from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
- from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
- from /tmp/dlib-19.16/tools/python/src/rectangles.cpp:4:
- /usr/include/python3.10/pythread.h:113:37: note: declared here
- 113 | Py_DEPRECATED(3.7) PyAPI_FUNC(void) PyThread_delete_key_value(int key);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
- from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
- from /tmp/dlib-19.16/tools/python/src/rectangles.cpp:4:
- /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/pybind11.h: In construct
- or ‘pybind11::gil_scoped_release::gil_scoped_release(bool)’:
- /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/pybind11.h:1818:39: warn
- ing: ‘int PyThread_set_key_value(int, void*)’ is deprecated [-Wdeprecated-declar
- ations]
- 1818 | PyThread_set_key_value(key, nullptr);
- | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
- In file included from /usr/include/python3.10/Python.h:122,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/de
- tail/common.h:111,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
- types.h:12,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
- st.h:13,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
- tr.h:13,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
- bind11.h:43,
- from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
- from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
- from /tmp/dlib-19.16/tools/python/src/rectangles.cpp:4:
- /usr/include/python3.10/pythread.h:110:36: note: declared here
- 110 | Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_set_key_value(int key,
- | ^~~~~~~~~~~~~~~~~~~~~~
- In file included from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
- from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
- from /tmp/dlib-19.16/tools/python/src/rectangles.cpp:4:
- /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/pybind11.h: In destructo
- r ‘pybind11::gil_scoped_release::~gil_scoped_release()’:
- /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/pybind11.h:1831:35: warn
- ing: ‘int PyThread_set_key_value(int, void*)’ is deprecated [-Wdeprecated-declar
- ations]
- 1831 | PyThread_set_key_value(key, tstate);
- | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
- In file included from /usr/include/python3.10/Python.h:122,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/de
- tail/common.h:111,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
- types.h:12,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
- st.h:13,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
- tr.h:13,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
- bind11.h:43,
- from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
- from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
- from /tmp/dlib-19.16/tools/python/src/rectangles.cpp:4:
- /usr/include/python3.10/pythread.h:110:36: note: declared here
- 110 | Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_set_key_value(int key,
- | ^~~~~~~~~~~~~~~~~~~~~~
- [ 88%] Building CXX object CMakeFiles/dlib_python.dir/src/object_detection.cpp.o
- In file included from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/ca
- st.h:16,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/at
- tr.h:13,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
- bind11.h:43,
- from /tmp/dlib-19.16/dlib/../dlib/python/pybind_utils.h:6,
- from /tmp/dlib-19.16/dlib/../dlib/python.h:6,
- from /tmp/dlib-19.16/tools/python/src/opaque_types.h:6,
- from /tmp/dlib-19.16/tools/python/src/object_detection.cpp:4:
- /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/detail/internals.h:82:33
- : warning: ‘int PyThread_create_key()’ is deprecated [-Wdeprecated-declarations]
- 82 | decltype(PyThread_create_key()) tstate = 0; // Usually an int but a
- long on Cygwin64 with Python 3.x
- | ~~~~~~~~~~~~~~~~~~~^~
- In file included from /usr/include/python3.10/Python.h:122,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/de
- tail/common.h:111,
- from /tmp/dlib-19.16/dlib/external/pybind11/include/pybind11/py
- 110 | Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_set_key_value(int key,
- | ^~~~~~~~~~~~~~~~~~~~~~
- [100%] Linking CXX shared module /tmp/dlib-19.16/build/lib.linux-x86_64-3.10/dli
- b.cpython-310-x86_64-linux-gnu.so
- [100%] Built target dlib_python
- creating build/bdist.linux-x86_64
- creating build/bdist.linux-x86_64/egg
- copying build/lib.linux-x86_64-3.10/dlib.cpython-310-x86_64-linux-gnu.so -> buil
- d/bdist.linux-x86_64/egg
- creating stub loader for dlib.cpython-310-x86_64-linux-gnu.so
- byte-compiling build/bdist.linux-x86_64/egg/dlib.py to dlib.cpython-310.pyc
- creating build/bdist.linux-x86_64/egg/EGG-INFO
- copying dlib.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
- copying dlib.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
- copying dlib.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-I
- NFO
- copying dlib.egg-info/not-zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO
- copying dlib.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
- writing build/bdist.linux-x86_64/egg/EGG-INFO/native_libs.txt
- creating dist
- creating 'dist/dlib-19.16.0-py3.10-linux-x86_64.egg' and adding 'build/bdist.lin
- ux-x86_64/egg' to it
- removing 'build/bdist.linux-x86_64/egg' (and everything under it)
- Processing dlib-19.16.0-py3.10-linux-x86_64.egg
- creating /usr/local/lib/python3.10/dist-packages/dlib-19.16.0-py3.10-linux-x86_6
- 4.egg
- Extracting dlib-19.16.0-py3.10-linux-x86_64.egg to /usr/local/lib/python3.10/dis
- t-packages
- Adding dlib 19.16.0 to easy-install.pth file
- Installed /usr/local/lib/python3.10/dist-packages/dlib-19.16.0-py3.10-linux-x86_
- 64.egg
- Processing dependencies for dlib==19.16.0
- Finished processing dependencies for dlib==19.16.0
- >>> Cleaning up dlib
- Temporary dlib files removed
- >>> Configuring howdy
- Camera ID saved
- Permissions set
- Howdy command installed
- >>> Adding howdy as PAM module
- Installation complete.
- Processing triggers for man-db (2.10.2-1) ...
- 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)
Add Comment
Please, Sign In to add comment