Problem with 3.10.12.0
"Elmore Family" <[email protected]> Sat, 14 Mar 2026 17:13:09 -0400
| Newsgroups | gmane.comp.gnu.radio.general |
|---|---|
| Message-ID | <18A3ACA87FF747C29BBF40D0B7B66AE6@Mainpc2> |
This is a multi-part message in MIME format.
------=_NextPart_000_00D9_01DCB3D5.D5012420
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
I recently upgraded to the subject version and am now missing some blocks.
I tried to rebuild one of my blocks and the following was the result:
cmake ../
CMake Deprecation Warning at CMakeLists.txt:12 (cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> synta=
x
to tell CMake that the project requires at least <min> but has been updat=
ed
to work with policies introduced by <max> or earlier.
-- The CXX compiler identification is GNU 14.2.0
-- The C compiler identification is GNU 14.2.0
-- 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
-- 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
-- Build type not specified: defaulting to release.
-- Using GMP.
CMake Warning (dev) at /usr/share/cmake-3.31/Modules/CMakeFindDependencyMac=
ro.cmake:76 (find_package):
Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake
--help-policy CMP0167" for policy details. Use the cmake_policy command =
to
set the policy and suppress this warning.
Call Stack (most recent call first):
/usr/lib/aarch64-linux-gnu/cmake/gnuradio/GnuradioConfig.cmake:28 (find_d=
ependency)
CMakeLists.txt:77 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found Boost: /usr/lib/aarch64-linux-gnu/cmake/Boost-1.83.0/BoostConfig.c=
make (found suitable version "1.83.0", minimum required is "1.83.0") found =
components: date_time program_options system regex thread unit_test_framewo=
rk
-- User set python executable /usr/bin/python3
CMake Warning (dev) at /usr/lib/aarch64-linux-gnu/cmake/gnuradio/GrPython.c=
make:21 (find_package):
Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs module=
s
are removed. Run "cmake --help-policy CMP0148" for policy details. Use
the cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
/usr/lib/aarch64-linux-gnu/cmake/gnuradio/GnuradioConfig.cmake:37 (includ=
e)
CMakeLists.txt:77 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found PythonInterp: /usr/bin/python3 (found version "3.13.5")
CMake Warning (dev) at /usr/lib/aarch64-linux-gnu/cmake/gnuradio/GrPython.c=
make:27 (find_package):
Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs module=
s
are removed. Run "cmake --help-policy CMP0148" for policy details. Use
the cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
/usr/lib/aarch64-linux-gnu/cmake/gnuradio/GnuradioConfig.cmake:37 (includ=
e)
CMakeLists.txt:77 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found PythonLibs: /usr/lib/aarch64-linux-gnu/libpython3.11.so (Required =
is exact version "3.13")
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- Found pybind11: /usr/include (found version "2.13.6")
-- Using install prefix: /usr/local
-- Building for version: v1.0-compat-xxx-xunknown / 1.0.0git
-- No C++ unit tests... skipping
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- PYTHON and GRC components are enabled
-- Python checking for pygccxml - found
-- Configuring done (10.5s)
CMake Error in python/bindings/CMakeLists.txt:
Imported target "pybind11::module" includes non-existent path
"/usr/include/python3.11"
in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
* The path was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and references files it does not
provide.
-- Generating done (0.2s)
CMake Generate step failed. Build files cannot be regenerated correctly.
What is happening here?
Jim
--
This email has been checked for viruses by AVG antivirus software.
www.avg.com
------=_NextPart_000_00D9_01DCB3D5.D5012420
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<HTML><HEAD></HEAD>
<BODY dir=3Dltr>
<DIV dir=3Dltr>
<DIV style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Calibri'; COLOR: #000000">
<DIV>I recently upgraded to the subject version and am now missing some
blocks.</DIV>
<DIV> </DIV>
<DIV>I tried to rebuild one of my blocks and the following was the result:<=
/DIV>
<DIV> </DIV>
<DIV>cmake ../</DIV>
<DIV>CMake Deprecation Warning at CMakeLists.txt:12
(cmake_minimum_required):</DIV>
<DIV> Compatibility with CMake < 3.10 will be removed from a futur=
e
version of</DIV>
<DIV> CMake.</DIV>
<DIV> </DIV>
<DIV> Update the VERSION argument <min> value. Or, use th=
e
<min>...<max> syntax</DIV>
<DIV> to tell CMake that the project requires at least <min> bu=
t has
been updated</DIV>
<DIV> to work with policies introduced by <max> or earlier.</DI=
V>
<DIV> </DIV>
<DIV> </DIV>
<DIV>-- The CXX compiler identification is GNU 14.2.0</DIV>
<DIV>-- The C compiler identification is GNU 14.2.0</DIV>
<DIV>-- Detecting CXX compiler ABI info</DIV>
<DIV>-- Detecting CXX compiler ABI info - done</DIV>
<DIV>-- Check for working CXX compiler: /usr/bin/c++ - skipped</DIV>
<DIV>-- Detecting CXX compile features</DIV>
<DIV>-- Detecting CXX compile features - done</DIV>
<DIV>-- Detecting C compiler ABI info</DIV>
<DIV>-- Detecting C compiler ABI info - done</DIV>
<DIV>-- Check for working C compiler: /usr/bin/cc - skipped</DIV>
<DIV>-- Detecting C compile features</DIV>
<DIV>-- Detecting C compile features - done</DIV>
<DIV>-- Build type not specified: defaulting to release.</DIV>
<DIV>-- Using GMP.</DIV>
<DIV>CMake Warning (dev) at
/usr/share/cmake-3.31/Modules/CMakeFindDependencyMacro.cmake:76
(find_package):</DIV>
<DIV> Policy CMP0167 is not set: The FindBoost module is removed.&nbs=
p;
Run "cmake</DIV>
<DIV> --help-policy CMP0167" for policy details. Use the
cmake_policy command to</DIV>
<DIV> set the policy and suppress this warning.</DIV>
<DIV> </DIV>
<DIV>Call Stack (most recent call first):</DIV>
<DIV> /usr/lib/aarch64-linux-gnu/cmake/gnuradio/GnuradioConfig.cmake:=
28
(find_dependency)</DIV>
<DIV> CMakeLists.txt:77 (find_package)</DIV>
<DIV>This warning is for project developers. Use -Wno-dev to suppress=
it.</DIV>
<DIV> </DIV>
<DIV>-- Found Boost:
/usr/lib/aarch64-linux-gnu/cmake/Boost-1.83.0/BoostConfig.cmake (found suit=
able
version "1.83.0", minimum required is "1.83.0") found components: date_time=
program_options system regex thread unit_test_framework</DIV>
<DIV>-- User set python executable /usr/bin/python3</DIV>
<DIV>CMake Warning (dev) at
/usr/lib/aarch64-linux-gnu/cmake/gnuradio/GrPython.cmake:21
(find_package):</DIV>
<DIV> Policy CMP0148 is not set: The FindPythonInterp and FindPythonL=
ibs
modules</DIV>
<DIV> are removed. Run "cmake --help-policy CMP0148" for policy=
details. Use</DIV>
<DIV> the cmake_policy command to set the policy and suppress this
warning.</DIV>
<DIV> </DIV>
<DIV>Call Stack (most recent call first):</DIV>
<DIV> /usr/lib/aarch64-linux-gnu/cmake/gnuradio/GnuradioConfig.cmake:=
37
(include)</DIV>
<DIV> CMakeLists.txt:77 (find_package)</DIV>
<DIV>This warning is for project developers. Use -Wno-dev to suppress=
it.</DIV>
<DIV> </DIV>
<DIV>-- Found PythonInterp: /usr/bin/python3 (found version "3.13.5")</DIV>=
<DIV>CMake Warning (dev) at
/usr/lib/aarch64-linux-gnu/cmake/gnuradio/GrPython.cmake:27
(find_package):</DIV>
<DIV> Policy CMP0148 is not set: The FindPythonInterp and FindPythonL=
ibs
modules</DIV>
<DIV> are removed. Run "cmake --help-policy CMP0148" for policy=
details. Use</DIV>
<DIV> the cmake_policy command to set the policy and suppress this
warning.</DIV>
<DIV> </DIV>
<DIV>Call Stack (most recent call first):</DIV>
<DIV> /usr/lib/aarch64-linux-gnu/cmake/gnuradio/GnuradioConfig.cmake:=
37
(include)</DIV>
<DIV> CMakeLists.txt:77 (find_package)</DIV>
<DIV>This warning is for project developers. Use -Wno-dev to suppress=
it.</DIV>
<DIV> </DIV>
<DIV>-- Found PythonLibs: /usr/lib/aarch64-linux-gnu/libpython3.11.so (Requ=
ired
is exact version "3.13")</DIV>
<DIV>-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) </DIV>
<DIV>-- Found pybind11: /usr/include (found version "2.13.6")</DIV>
<DIV>-- Using install prefix: /usr/local</DIV>
<DIV>-- Building for version: v1.0-compat-xxx-xunknown / 1.0.0git</DIV>
<DIV>-- No C++ unit tests... skipping</DIV>
<DIV>-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) </DIV>
<DIV>-- PYTHON and GRC components are enabled</DIV>
<DIV>-- Python checking for pygccxml - found</DIV>
<DIV>-- Configuring done (10.5s)</DIV>
<DIV>CMake Error in python/bindings/CMakeLists.txt:</DIV>
<DIV> Imported target "pybind11::module" includes non-existent path</=
DIV>
<DIV> </DIV>
<DIV> "/usr/include/python3.11"</DIV>
<DIV> </DIV>
<DIV> in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons
include:</DIV>
<DIV> </DIV>
<DIV> * The path was deleted, renamed, or moved to another location.<=
/DIV>
<DIV> </DIV>
<DIV> * An install or uninstall procedure did not complete
successfully.</DIV>
<DIV> </DIV>
<DIV> * The installation package was faulty and references files it d=
oes
not</DIV>
<DIV> provide.</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>-- Generating done (0.2s)</DIV>
<DIV>CMake Generate step failed. Build files cannot be regenerated
correctly.</DIV>
<DIV> </DIV>
<DIV>What is happening here?</DIV>
<DIV> </DIV>
<DIV>Jim</DIV></DIV></DIV><div id=3D"DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2">=
<br /><table style=3D"border-top: 1px solid #D3D4DE;"><tr><td style=3D"widt=
h: 55px; padding-top: 13px;"><a href=3D"http://www.avg.com/email-signature?=
utm_medium=3Demail&utm_source=3Dlink&utm_campaign=3Dsig-email&utm_content=
=3Demailclient" target=3D"_blank"><img src=3D"https://s-install.avcdn.net/i=
pm/preview/icons/icon-envelope-tick-green-avg-v1.png" alt=3D"" width=3D"46"=
height=3D"29" style=3D"width: 46px; height: 29px;"/></a></td><td style=3D"=
width: 470px; padding-top: 12px; color: #41424e; font-size: 13px; font-fami=
ly: Arial, Helvetica, sans-serif; line-height: 18px;">Virus-free.<a href=3D=
"http://www.avg.com/email-signature?utm_medium=3Demail&utm_source=3Dlink&ut=
m_campaign=3Dsig-email&utm_content=3Demailclient" target=3D"_blank" style=
=3D"color: #4453ea;">www.avg.com</a></td></tr></table><a href=3D"#DAB4FAD8-=
2DD7-40BB-A1B8-4E2AA1F9FDF2" width=3D"1" height=3D"1"> </a></div></BODY></H=
TML>
------=_NextPart_000_00D9_01DCB3D5.D5012420--