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>&nbsp;</DIV>
<DIV>I tried to rebuild one of my blocks and the following was the result:<=
/DIV>
<DIV>&nbsp;</DIV>
<DIV>cmake ../</DIV>
<DIV>CMake Deprecation Warning at CMakeLists.txt:12 
(cmake_minimum_required):</DIV>
<DIV>&nbsp; Compatibility with CMake &lt; 3.10 will be removed from a futur=
e 
version of</DIV>
<DIV>&nbsp; CMake.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp; Update the VERSION argument &lt;min&gt; value.&nbsp; Or, use th=
e 
&lt;min&gt;...&lt;max&gt; syntax</DIV>
<DIV>&nbsp; to tell CMake that the project requires at least &lt;min&gt; bu=
t has 
been updated</DIV>
<DIV>&nbsp; to work with policies introduced by &lt;max&gt; or earlier.</DI=
V>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</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>&nbsp; Policy CMP0167 is not set: The FindBoost module is removed.&nbs=
p; 
Run "cmake</DIV>
<DIV>&nbsp; --help-policy CMP0167" for policy details.&nbsp; Use the 
cmake_policy command to</DIV>
<DIV>&nbsp; set the policy and suppress this warning.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Call Stack (most recent call first):</DIV>
<DIV>&nbsp; /usr/lib/aarch64-linux-gnu/cmake/gnuradio/GnuradioConfig.cmake:=
28 
(find_dependency)</DIV>
<DIV>&nbsp; CMakeLists.txt:77 (find_package)</DIV>
<DIV>This warning is for project developers.&nbsp; Use -Wno-dev to suppress=
 
it.</DIV>
<DIV>&nbsp;</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>&nbsp; Policy CMP0148 is not set: The FindPythonInterp and FindPythonL=
ibs 
modules</DIV>
<DIV>&nbsp; are removed.&nbsp; Run "cmake --help-policy CMP0148" for policy=
 
details.&nbsp; Use</DIV>
<DIV>&nbsp; the cmake_policy command to set the policy and suppress this 
warning.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Call Stack (most recent call first):</DIV>
<DIV>&nbsp; /usr/lib/aarch64-linux-gnu/cmake/gnuradio/GnuradioConfig.cmake:=
37 
(include)</DIV>
<DIV>&nbsp; CMakeLists.txt:77 (find_package)</DIV>
<DIV>This warning is for project developers.&nbsp; Use -Wno-dev to suppress=
 
it.</DIV>
<DIV>&nbsp;</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>&nbsp; Policy CMP0148 is not set: The FindPythonInterp and FindPythonL=
ibs 
modules</DIV>
<DIV>&nbsp; are removed.&nbsp; Run "cmake --help-policy CMP0148" for policy=
 
details.&nbsp; Use</DIV>
<DIV>&nbsp; the cmake_policy command to set the policy and suppress this 
warning.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Call Stack (most recent call first):</DIV>
<DIV>&nbsp; /usr/lib/aarch64-linux-gnu/cmake/gnuradio/GnuradioConfig.cmake:=
37 
(include)</DIV>
<DIV>&nbsp; CMakeLists.txt:77 (find_package)</DIV>
<DIV>This warning is for project developers.&nbsp; Use -Wno-dev to suppress=
 
it.</DIV>
<DIV>&nbsp;</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>&nbsp; Imported target "pybind11::module" includes non-existent path</=
DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp; "/usr/include/python3.11"</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp; in its INTERFACE_INCLUDE_DIRECTORIES.&nbsp; Possible reasons 
include:</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp; * The path was deleted, renamed, or moved to another location.<=
/DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp; * An install or uninstall procedure did not complete 
successfully.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp; * The installation package was faulty and references files it d=
oes 
not</DIV>
<DIV>&nbsp; provide.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>-- Generating done (0.2s)</DIV>
<DIV>CMake Generate step failed.&nbsp; Build files cannot be regenerated 
correctly.</DIV>
<DIV>&nbsp;</DIV>
<DIV>What is happening here?</DIV>
<DIV>&nbsp;</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--