Apologies for resurecting this thread, but i still have not resolved this issue. I have an otherwise perfectly working latest gnuradio-trunk but have not been able to build gr-howtowriteablock-cmake package.
Is there any way I can trace why cmake cannot find PythonLibs? thanks for the help, Achilleas this is the output of cmake --debug-output ../ ============================================================ [anastas@raul build]$ cmake --debug-output ../ Running with debug output on. -- The CXX compiler identification is GNU Called from: [2] /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake [1] /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/CMakeLists.txt -- Check for working CXX compiler: /usr/lib64/ccache/c++ Called from: [2] /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake [1] /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/CMakeLists.txt -- Check for working CXX compiler: /usr/lib64/ccache/c++ -- works Called from: [2] /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake [1] /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/CMakeLists.txt -- Detecting CXX compiler ABI info Called from: [2] /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake [1] /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/CMakeLists.txt -- Detecting CXX compiler ABI info - done Called from: [2] /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake [1] /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/CMakeLists.txt -- Build type not specified: defaulting to release. Called from: [1] /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/CMakeLists.txt -- Boost version: 1.46.0 Called from: [2] /usr/share/cmake/Modules/FindBoost.cmake [1] /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/CMakeLists.txt -- checking for module 'gruel' Called from: [2] /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/cmake/Modules/FindGruel.cmake [1] /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/CMakeLists.txt -- found gruel, version 3.5.3git Called from: [2] /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/cmake/Modules/FindGruel.cmake [1] /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/CMakeLists.txt -- Found GRUEL: /usr/local/lib64/libgruel.so Called from: [2] /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/cmake/Modules/FindGruel.cmake [1] /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/CMakeLists.txt -- checking for module 'gnuradio-core' Called from: [2] /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/cmake/Modules/FindGnuradioCore.cmake [1] /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/CMakeLists.txt -- found gnuradio-core, version 3.5.3git Called from: [2] /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/cmake/Modules/FindGnuradioCore.cmake [1] /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/CMakeLists.txt -- Found GNURADIO_CORE: /usr/local/lib64/libgnuradio-core.so Called from: [2] /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/cmake/Modules/FindGnuradioCore.cmake [1] /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/CMakeLists.txt Entering /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/include Called from: [1] /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/CMakeLists.txt Returning to /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake Called from: [1] /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/CMakeLists.txt Entering /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/lib Called from: [1] /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/CMakeLists.txt -- Boost version: 1.46.0 Called from: [2] /usr/share/cmake/Modules/FindBoost.cmake [1] /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/lib/CMakeLists.txt -- Found the following Boost libraries: Called from: [2] /usr/share/cmake/Modules/FindBoost.cmake [1] /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/lib/CMakeLists.txt -- unit_test_framework Called from: [2] /usr/share/cmake/Modules/FindBoost.cmake [1] /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/lib/CMakeLists.txt Returning to /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake Called from: [1] /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/CMakeLists.txt Entering /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/swig Called from: [1] /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/CMakeLists.txt -- Found PythonInterp: /usr/bin/python2.7 Called from: [3] /usr/share/cmake/Modules/FindPythonInterp.cmake [2] /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/cmake/Modules/GrPython.cmake [1] /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/swig/CMakeLists.txt -- Found SWIG: /usr/bin/swig (found version "2.0.4") Called from: [2] /usr/share/cmake/Modules/FindSWIG.cmake [1] /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/swig/CMakeLists.txt -- Could NOT find PythonLibs (missing: PYTHON_LIBRARIES) Called from: [2] /usr/share/cmake/Modules/FindPythonLibs.cmake [1] /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/swig/CMakeLists.txt Returning to /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake Called from: [1] /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/CMakeLists.txt Entering /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/python Called from: [1] /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/CMakeLists.txt Returning to /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake Called from: [1] /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/CMakeLists.txt Entering /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/grc Called from: [1] /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/CMakeLists.txt Returning to /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake Called from: [1] /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/CMakeLists.txt Entering /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/apps Called from: [1] /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/CMakeLists.txt Returning to /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake Called from: [1] /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/CMakeLists.txt Entering /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/docs Called from: [1] /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/CMakeLists.txt -- Found Doxygen: /usr/bin/doxygen Called from: [2] /usr/share/cmake/Modules/FindDoxygen.cmake [1] /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/docs/CMakeLists.txt Returning to /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake Called from: [1] /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/CMakeLists.txt -- Configuring done -- Generating /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/build -- Generating /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/build/include -- Generating /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/build/lib -- Generating /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/build/swig -- Generating /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/build/python -- Generating /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/build/grc -- Generating /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/build/apps -- Generating /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/build/docs -- Generating done -- Build files have been written to: /home/anastas/gnuradio_trunk/gr-howto-write-a-block-cmake/build _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio