mkdir build cd build cmake ../ make && sudo make install -- The CXX compiler identification is GNU 11.4.0 -- The C compiler identification is GNU 11.4.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. -- 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 PkgConfig: /usr/bin/pkg-config (found version "0.29.2") -- Checking for module 'gmp' -- Found gmp, version 6.2.1 -- Found GMP: /usr/lib/x86_64-linux-gnu/libgmpxx.so -- Using GMP. -- Found MPLIB: /usr/lib/x86_64-linux-gnu/libgmpxx.so -- Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake (found suitable version "1.74.0", minimum required is "1.74.0") found components: date_time program_options system regex thread unit_test_framework -- Found Volk: Volk::volk -- User set python executable /usr/bin/python3 -- Found PythonInterp: /usr/bin/python3 (found version "3.10.12") -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.10.so (found suitable exact version "3.10.12") -- Checking for module 'sndfile' -- Found sndfile, version 1.0.31 -- Found SNDFILE: /usr/lib/x86_64-linux-gnu/libsndfile.so -- Checking for module 'fftw3f >= 3.0' -- Found fftw3f , version 3.3.8 -- Found FFTW3f: /usr/lib/x86_64-linux-gnu/libfftw3f.so -- Performing Test HAVE_VISIBILITY_HIDDEN -- Performing Test HAVE_VISIBILITY_HIDDEN - Success -- Performing Test HAVE_WARN_SIGN_COMPARE -- Performing Test HAVE_WARN_SIGN_COMPARE - Success -- Performing Test HAVE_WARN_ALL -- Performing Test HAVE_WARN_ALL - Success -- Performing Test HAVE_WARN_NO_UNINITIALIZED -- Performing Test HAVE_WARN_NO_UNINITIALIZED - Success -- Found Git: /usr/bin/git -- Extracting version information from git describe... -- Found Doxygen: /usr/bin/doxygen (found version "1.9.1") found components: doxygen missing components: dot -- Using install prefix: /usr/local -- Building for version: 1.0.0.0 / 1.0.0 -- No C++ unit tests... skipping -- PYTHON and GRC components are enabled -- Python checking for pygccxml - found -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.10.so -- Performing Test HAS_FLTO -- Performing Test HAS_FLTO - Success -- Found pybind11: /usr/include (found version "2.9.1") -- Configuring done -- Generating done -- Build files have been written to: /home/.../Desktop/gr-tempest/build [ 3%] Building CXX object lib/CMakeFiles/gnuradio-tempest.dir/Hsync_impl.cc.o /home/.../Desktop/gr-tempest/lib/Hsync_impl.cc: In member function ‘virtual int gr::tempest::Hsync_impl::general_work(int, gr_vector_int&, gr_vector_const_void_star&, gr_vector_void_star&)’: /home/.../Desktop/gr-tempest/lib/Hsync_impl.cc:243:21: warning: unused variable ‘low’ [-Wunused-variable] 243 | int low, size; | ^~~ /home/.../Desktop/gr-tempest/lib/Hsync_impl.cc:243:26: warning: unused variable ‘size’ [-Wunused-variable] 243 | int low, size; | ^~~~ [ 7%] Building CXX object lib/CMakeFiles/gnuradio-tempest.dir/fft_peak_fine_sampling_sync_impl.cc.o /home/.../Desktop/gr-tempest/lib/fft_peak_fine_sampling_sync_impl.cc: In member function ‘virtual int gr::tempest::fft_peak_fine_sampling_sync_impl::general_work(int, gr_vector_int&, gr_vector_const_void_star&, gr_vector_void_star&)’: /home/.../Desktop/gr-tempest/lib/fft_peak_fine_sampling_sync_impl.cc:269:36: warning: unused variable ‘period_ms’ [-Wunused-variable] 269 | long period_ms = (1000); | ^~~~~~~~~ [ 10%] Building CXX object lib/CMakeFiles/gnuradio-tempest.dir/fine_sampling_synchronization_impl.cc.o In file included from /home/.../Desktop/gr-tempest/lib/fine_sampling_synchronization_impl.cc:32: /home/.../Desktop/gr-tempest/lib/fine_sampling_synchronization_impl.h: In constructor ‘gr::tempest::fine_sampling_synchronization_impl::fine_sampling_synchronization_impl(int, int, int, float, float)’: /home/.../Desktop/gr-tempest/lib/fine_sampling_synchronization_impl.h:74:47: warning: ‘gr::tempest::fine_sampling_synchronization_impl::d_inter’ will be initialized after [-Wreorder] 74 | gr::filter::mmse_fir_interpolator_cc d_inter; | ^~~~~~~ /home/.../Desktop/gr-tempest/lib/fine_sampling_synchronization_impl.h:47:43: warning: ‘std::geometric_distribution gr::tempest::fine_sampling_synchronization_impl::d_dist’ [-Wreorder] 47 | std::geometric_distribution d_dist; | ^~~~~~ /home/.../Desktop/gr-tempest/lib/fine_sampling_synchronization_impl.cc:49:9: warning: when initialized here [-Wreorder] 49 | fine_sampling_synchronization_impl::fine_sampling_synchronization_impl(int Htotal, int Vtotal, int correct_sampling, float max_deviation, float update_proba) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/.../Desktop/gr-tempest/lib/fine_sampling_synchronization_impl.cc: In member function ‘void gr::tempest::fine_sampling_synchronization_impl::estimate_peak_line_index(const gr_complex*, int)’: /home/.../Desktop/gr-tempest/lib/fine_sampling_synchronization_impl.cc:199:22: warning: unused variable ‘d_datain_length’ [-Wunused-variable] 199 | uint32_t d_datain_length = (uint32_t)(2*d_max_deviation_px+1); | ^~~~~~~~~~~~~~~ /home/.../Desktop/gr-tempest/lib/fine_sampling_synchronization_impl.cc: In member function ‘void gr::tempest::fine_sampling_synchronization_impl::update_interpolation_ratio(const gr_complex*, int)’: /home/.../Desktop/gr-tempest/lib/fine_sampling_synchronization_impl.cc:224:22: warning: unused variable ‘d_datain_length’ [-Wunused-variable] 224 | uint32_t d_datain_length = (uint32_t)(corrsize); | ^~~~~~~~~~~~~~~ [ 14%] Building CXX object lib/CMakeFiles/gnuradio-tempest.dir/frame_drop_impl.cc.o In file included from /home/.../Desktop/gr-tempest/lib/frame_drop_impl.cc:48: /home/.../Desktop/gr-tempest/lib/frame_drop_impl.h: In constructor ‘gr::tempest::frame_drop_impl::frame_drop_impl(int, int, int, float, float, double)’: /home/.../Desktop/gr-tempest/lib/frame_drop_impl.h:105:44: warning: ‘gr::tempest::frame_drop_impl::d_inter’ will be initialized after [-Wreorder] 105 | gr::filter::mmse_fir_interpolator_cc d_inter; | ^~~~~~~ /home/.../Desktop/gr-tempest/lib/frame_drop_impl.h:84:40: warning: ‘std::geometric_distribution gr::tempest::frame_drop_impl::d_dist’ [-Wreorder] 84 | std::geometric_distribution d_dist; | ^~~~~~ /home/.../Desktop/gr-tempest/lib/frame_drop_impl.cc:71:5: warning: when initialized here [-Wreorder] 71 | frame_drop_impl::frame_drop_impl(int Htotal, int Vtotal, int correct_sampling, float max_deviation, float update_proba, double actual_samp_rate) | ^~~~~~~~~~~~~~~ /home/.../Desktop/gr-tempest/lib/frame_drop_impl.cc: In member function ‘virtual int gr::tempest::frame_drop_impl::general_work(int, gr_vector_int&, gr_vector_const_void_star&, gr_vector_void_star&)’: /home/.../Desktop/gr-tempest/lib/frame_drop_impl.cc:191:30: warning: comparison of integer expressions of different signedness: ‘int’ and ‘uint32_t’ {aka ‘unsigned int’} [-Wsign-compare] 191 | if (d_sample_counter <= d_required_for_interpolation){ | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/.../Desktop/gr-tempest/lib/frame_drop_impl.cc:196:30: warning: comparison of integer expressions of different signedness: ‘int’ and ‘uint32_t’ {aka ‘unsigned int’} [-Wsign-compare] 196 | if (d_sample_counter == (d_discarded_amount_per_frame*d_required_for_interpolation)){ | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/.../Desktop/gr-tempest/lib/frame_drop_impl.cc:183:41: warning: unused variable ‘aux’ [-Wunused-variable] 183 | int consumed = 0, out_amount = 0, aux; | ^~~ [ 17%] Building CXX object lib/CMakeFiles/gnuradio-tempest.dir/framing_impl.cc.o [ 21%] Building CXX object lib/CMakeFiles/gnuradio-tempest.dir/infer_screen_resolution_impl.cc.o /home/.../Desktop/gr-tempest/lib/infer_screen_resolution_impl.cc: In member function ‘virtual void gr::tempest::infer_screen_resolution_impl::set_refresh_rate(float)’: /home/.../Desktop/gr-tempest/lib/infer_screen_resolution_impl.cc:116:45: warning: format ‘%i’ expects argument of type ‘int’, but argument 2 has type ‘double’ [-Wformat=] 116 | printf("[TEMPEST] Setting refresh to %i in infer block.\n", refresh_rate); | ~^ ~~~~~~~~~~~~ | | | | int double | %f /home/.../Desktop/gr-tempest/lib/infer_screen_resolution_impl.cc: In member function ‘virtual int gr::tempest::infer_screen_resolution_impl::general_work(int, gr_vector_int&, gr_vector_const_void_star&, gr_vector_void_star&)’: /home/.../Desktop/gr-tempest/lib/infer_screen_resolution_impl.cc:243:62: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘int’ [-Wformat=] 243 | printf(" Hdisplay \t %ld \t Px \t\t Vdisplay \t %ld \t Px \t\t Hsize \t %ld \t Px \t\t Vsize \t %ld \t Px \t\t Refresh Rate \t %f \t Hz \t \n ", d_Hvisible,d_Vvisible,d_Hsize,d_Vsize,d_refresh_rate); | ~~^ ~~~~~~~~~~ | | | | long int int | %d /home/.../Desktop/gr-tempest/lib/infer_screen_resolution_impl.cc:243:89: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘int’ [-Wformat=] 243 | printf(" Hdisplay \t %ld \t Px \t\t Vdisplay \t %ld \t Px \t\t Hsize \t %ld \t Px \t\t Vsize \t %ld \t Px \t\t Refresh Rate \t %f \t Hz \t \n ", d_Hvisible,d_Vvisible,d_Hsize,d_Vsize,d_refresh_rate); | ~~^ ~~~~~~~~~~ | | | | long int int | %d /home/.../Desktop/gr-tempest/lib/infer_screen_resolution_impl.cc:243:113: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘int’ [-Wformat=] 243 | printf(" Hdisplay \t %ld \t Px \t\t Vdisplay \t %ld \t Px \t\t Hsize \t %ld \t Px \t\t Vsize \t %ld \t Px \t\t Refresh Rate \t %f \t Hz \t \n ", d_Hvisible,d_Vvisible,d_Hsize,d_Vsize,d_refresh_rate); | ~~^ ~~~~~~~ | | | | long int int | %d /home/.../Desktop/gr-tempest/lib/infer_screen_resolution_impl.cc:243:137: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 5 has type ‘int’ [-Wformat=] 243 | printf(" Hdisplay \t %ld \t Px \t\t Vdisplay \t %ld \t Px \t\t Hsize \t %ld \t Px \t\t Vsize \t %ld \t Px \t\t Refresh Rate \t %f \t Hz \t \n ", d_Hvisible,d_Vvisible,d_Hsize,d_Vsize,d_refresh_rate); | ~~^ ~~~~~~~ | | | | long int int | %d /home/.../Desktop/gr-tempest/lib/infer_screen_resolution_impl.cc:193:61: warning: unused variable ‘yt_aux’ [-Wunused-variable] 193 | uint32_t yt_index = 0, yt_aux = 0; | ^~~~~~ [ 25%] Building CXX object lib/CMakeFiles/gnuradio-tempest.dir/normalize_flow_impl.cc.o [ 28%] Building CXX object lib/CMakeFiles/gnuradio-tempest.dir/sampling_synchronization_impl.cc.o In file included from /home/.../Desktop/gr-tempest/lib/sampling_synchronization_impl.cc:33: /home/.../Desktop/gr-tempest/lib/sampling_synchronization_impl.h: In constructor ‘gr::tempest::sampling_synchronization_impl::sampling_synchronization_impl(int, double)’: /home/.../Desktop/gr-tempest/lib/sampling_synchronization_impl.h:72:46: warning: ‘gr::tempest::sampling_synchronization_impl::d_inter’ will be initialized after [-Wreorder] 72 | gr::filter::mmse_fir_interpolator_cc d_inter; | ^~~~~~~ /home/.../Desktop/gr-tempest/lib/sampling_synchronization_impl.h:59:48: warning: ‘std::uniform_real_distribution gr::tempest::sampling_synchronization_impl::d_dist’ [-Wreorder] 59 | std::uniform_real_distribution d_dist; | ^~~~~~ /home/.../Desktop/gr-tempest/lib/sampling_synchronization_impl.cc:51:5: warning: when initialized here [-Wreorder] 51 | sampling_synchronization_impl::sampling_synchronization_impl(int Htotal, double manual_correction) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/.../Desktop/gr-tempest/lib/sampling_synchronization_impl.cc: In member function ‘void gr::tempest::sampling_synchronization_impl::update_interpolation_ratio(const float*, int)’: /home/.../Desktop/gr-tempest/lib/sampling_synchronization_impl.cc:126:22: warning: unused variable ‘d_datain_length’ [-Wunused-variable] 126 | uint32_t d_datain_length = (uint32_t)(datain_length); | ^~~~~~~~~~~~~~~ [ 32%] Building CXX object lib/CMakeFiles/gnuradio-tempest.dir/ssamp_correction_impl.cc.o In file included from /home/.../Desktop/gr-tempest/lib/ssamp_correction_impl.cc:36: /home/.../Desktop/gr-tempest/lib/ssamp_correction_impl.h: In constructor ‘gr::tempest::ssamp_correction_impl::ssamp_correction_impl(int, int, int, float)’: /home/.../Desktop/gr-tempest/lib/ssamp_correction_impl.h:88:44: warning: ‘gr::tempest::ssamp_correction_impl::d_inter’ will be initialized after [-Wreorder] 88 | gr::filter::mmse_fir_interpolator_cc d_inter; | ^~~~~~~ /home/.../Desktop/gr-tempest/lib/ssamp_correction_impl.h:57:24: warning: ‘std::minstd_rand gr::tempest::ssamp_correction_impl::d_gen’ [-Wreorder] 57 | std::minstd_rand d_gen; | ^~~~~ /home/.../Desktop/gr-tempest/lib/ssamp_correction_impl.cc:52:5: warning: when initialized here [-Wreorder] 52 | ssamp_correction_impl::ssamp_correction_impl(int Htotal, int Vtotal, int correct_sampling, float max_deviation) | ^~~~~~~~~~~~~~~~~~~~~ [ 35%] Building CXX object lib/CMakeFiles/gnuradio-tempest.dir/sync_detector_impl.cc.o [ 39%] Linking CXX shared library libgnuradio-tempest.so [ 39%] Built target gnuradio-tempest [ 39%] Built target pygen_apps_9a6dd [ 42%] Generating documentation with doxygen /home/.../Desktop/gr-tempest/lib/frame_drop_impl.h:138: warning: argument 'int' of command @param is not found in the argument list of gr::tempest::frame_drop_impl::get_required_samples(int size) /home/.../Desktop/gr-tempest/lib/frame_drop_impl.h:143: warning: The following parameter of gr::tempest::frame_drop_impl::get_required_samples(int size) is not documented: parameter 'size' /home/.../Desktop/gr-tempest/lib/fft_peak_fine_sampling_sync_impl.h:256: warning: argument 'pmt_t' of command @param is not found in the argument list of gr::tempest::fft_peak_fine_sampling_sync_impl::set_ena_msg(pmt::pmt_t msg) /home/.../Desktop/gr-tempest/lib/fft_peak_fine_sampling_sync_impl.h:260: warning: The following parameter of gr::tempest::fft_peak_fine_sampling_sync_impl::set_ena_msg(pmt::pmt_t msg) is not documented: parameter 'msg' /home/.../Desktop/gr-tempest/lib/frame_drop_impl.h:114: warning: argument 'pmt_t' of command @param is not found in the argument list of gr::tempest::frame_drop_impl::set_ratio_msg(pmt::pmt_t msg) /home/.../Desktop/gr-tempest/lib/frame_drop_impl.h:118: warning: The following parameter of gr::tempest::frame_drop_impl::set_ratio_msg(pmt::pmt_t msg) is not documented: parameter 'msg' /home/.../Desktop/gr-tempest/lib/frame_drop_impl.h:138: warning: argument 'int' of command @param is not found in the argument list of gr::tempest::frame_drop_impl::get_required_samples(int size) /home/.../Desktop/gr-tempest/lib/frame_drop_impl.h:143: warning: The following parameter of gr::tempest::frame_drop_impl::get_required_samples(int size) is not documented: parameter 'size' [ 42%] Built target doxygen_target [ 46%] Generating __init__.pyc, tempest_msgbtn.pyc, message_to_var.pyc, image_source.pyc [ 50%] Generating __init__.pyo, tempest_msgbtn.pyo, message_to_var.pyo, image_source.pyo [ 50%] Built target pygen_python_tempest_9a856 [ 50%] Built target copy_module_for_tests [ 53%] Scraping generated documentation for docstrings ... [ 53%] Built target extracted_docstrings [ 57%] Adding docstrings into tempest pybind headers ... [ 57%] Built target tempest_docstrings [ 60%] Building CXX object python/tempest/bindings/CMakeFiles/tempest_python.dir/Hsync_python.cc.o [ 64%] Building CXX object python/tempest/bindings/CMakeFiles/tempest_python.dir/fft_peak_fine_sampling_sync_python.cc.o [ 67%] Building CXX object python/tempest/bindings/CMakeFiles/tempest_python.dir/fine_sampling_synchronization_python.cc.o [ 71%] Building CXX object python/tempest/bindings/CMakeFiles/tempest_python.dir/frame_drop_python.cc.o [ 75%] Building CXX object python/tempest/bindings/CMakeFiles/tempest_python.dir/framing_python.cc.o [ 78%] Building CXX object python/tempest/bindings/CMakeFiles/tempest_python.dir/infer_screen_resolution_python.cc.o [ 82%] Building CXX object python/tempest/bindings/CMakeFiles/tempest_python.dir/normalize_flow_python.cc.o [ 85%] Building CXX object python/tempest/bindings/CMakeFiles/tempest_python.dir/sampling_synchronization_python.cc.o [ 89%] Building CXX object python/tempest/bindings/CMakeFiles/tempest_python.dir/ssamp_correction_python.cc.o [ 92%] Building CXX object python/tempest/bindings/CMakeFiles/tempest_python.dir/sync_detector_python.cc.o [ 96%] Building CXX object python/tempest/bindings/CMakeFiles/tempest_python.dir/python_bindings.cc.o [100%] Linking CXX shared module tempest_python.cpython-310-x86_64-linux-gnu.so lto-wrapper: warning: using serial compilation of 3 LTRANS jobs [100%] Built target tempest_python [100%] Built target copy_bindings_for_tests Consolidate compiler generated dependencies of target gnuradio-tempest [ 39%] Built target gnuradio-tempest [ 39%] Built target pygen_apps_9a6dd [ 42%] Built target doxygen_target [ 50%] Built target pygen_python_tempest_9a856 [ 50%] Built target copy_module_for_tests [ 53%] Built target extracted_docstrings [ 57%] Built target tempest_docstrings Consolidate compiler generated dependencies of target tempest_python [100%] Built target tempest_python [100%] Built target copy_bindings_for_tests Install the project... -- Install configuration: "Release" -- Installing: /usr/local/lib/cmake/gnuradio-tempest/gnuradio-tempestConfig.cmake -- Installing: /usr/local/include/gnuradio/tempest/api.h -- Installing: /usr/local/include/gnuradio/tempest/Hsync.h -- Installing: /usr/local/include/gnuradio/tempest/fft_peak_fine_sampling_sync.h -- Installing: /usr/local/include/gnuradio/tempest/fine_sampling_synchronization.h -- Installing: /usr/local/include/gnuradio/tempest/frame_drop.h -- Installing: /usr/local/include/gnuradio/tempest/framing.h -- Installing: /usr/local/include/gnuradio/tempest/infer_screen_resolution.h -- Installing: /usr/local/include/gnuradio/tempest/normalize_flow.h -- Installing: /usr/local/include/gnuradio/tempest/sampling_synchronization.h -- Installing: /usr/local/include/gnuradio/tempest/ssamp_correction.h -- Installing: /usr/local/include/gnuradio/tempest/sync_detector.h -- Installing: /usr/local/lib/x86_64-linux-gnu/libgnuradio-tempest.so.1.0.0.0 -- Installing: /usr/local/lib/x86_64-linux-gnu/libgnuradio-tempest.so.1.0.0 -- Installing: /usr/local/lib/x86_64-linux-gnu/libgnuradio-tempest.so -- Installing: /usr/local/lib/cmake/gnuradio-tempest/gnuradio-tempestTargets.cmake -- Installing: /usr/local/lib/cmake/gnuradio-tempest/gnuradio-tempestTargets-release.cmake -- Installing: /usr/local/lib/cmake/gnuradio-tempest/gnuradio-tempestConfig.cmake -- Installing: /usr/local/share/doc/gr-tempest/xml -- Installing: /usr/local/share/doc/gr-tempest/xml/sampling__synchronization__pydoc__template_8h.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/dir_d44c64559bbebec7f509842c48db8b23.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/dir_359d2bec989c9a8deeeb9aee335c1c76.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/group__defs_8dox.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/framing__impl_8h.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/ssamp__correction__impl_8h.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/classgr_1_1tempest_1_1normalize__flow__impl.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/normalize__flow__impl_8h.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/frame__drop__pydoc__template_8h.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/classgr_1_1tempest_1_1frame__drop.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/classgr_1_1tempest_1_1sampling__synchronization.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/classgr_1_1tempest_1_1frame__drop__impl.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/namespacestd.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/normalize__flow_8h.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/fft__peak__fine__sampling__sync__pydoc__template_8h.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/ssamp__correction__pydoc__template_8h.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/dir_03f6ef1ea64f9f91d1c15c1bd525c093.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/classgr_1_1tempest_1_1infer__screen__resolution.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/classgr_1_1tempest_1_1fft__peak__fine__sampling__sync.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/main__page_8dox.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/sync__detector__impl_8h.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/sync__detector_8h.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/dir_49e56c817e5e54854c35e136979f97ca.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/api_8h.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/sampling__synchronization__impl_8h.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/infer__screen__resolution__pydoc__template_8h.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/fft__peak__fine__sampling__sync_8h.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/framing__pydoc__template_8h.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/group__block.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/dir_c3f906b4eef8b150cff6b14940aebe5a.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/classgr_1_1tempest_1_1fine__sampling__synchronization.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/frame__drop__impl_8h.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/classgr_1_1tempest_1_1sync__detector.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/build_2python_2tempest_2bindings_2pydoc__macros_8h.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/classgr_1_1tempest_1_1fine__sampling__synchronization__impl.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/classgr_1_1tempest_1_1Hsync__impl.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/docs_2doxygen_2pydoc__macros_8h.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/Hsync__pydoc__template_8h.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/indexpage.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/classgr_1_1tempest_1_1sampling__synchronization__impl.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/sync__detector__pydoc__template_8h.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/framing_8h.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/classgr_1_1tempest_1_1fft__peak__fine__sampling__sync__impl.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/dir_97aefd0d527b934f1d99a682da8fe6a9.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/namespacegr.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/classgr_1_1tempest_1_1normalize__flow.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/classgr_1_1tempest_1_1framing__impl.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/classgr_1_1tempest_1_1Hsync.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/dir_e97bda720953f74ed90faad3607e7db9.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/classgr_1_1tempest_1_1ssamp__correction.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/combine.xslt -- Installing: /usr/local/share/doc/gr-tempest/xml/Hsync__impl_8h.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/index.xsd -- Installing: /usr/local/share/doc/gr-tempest/xml/infer__screen__resolution_8h.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/frame__drop_8h.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/dir_519c9482f1e9daa8e1e1ab661eb4f421.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/fft__peak__fine__sampling__sync__impl_8h.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/fine__sampling__synchronization__pydoc__template_8h.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/compound.xsd -- Installing: /usr/local/share/doc/gr-tempest/xml/fine__sampling__synchronization__impl_8h.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/infer__screen__resolution__impl_8h.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/classgr_1_1tempest_1_1framing.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/ssamp__correction_8h.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/dir_902d6fe55786be073ae6681293cdb979.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/dir_7837fde3ab9c1fb2fc5be7b717af8d79.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/sampling__synchronization_8h.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/normalize__flow__pydoc__template_8h.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/dir_038a053f5948f3bffd650cf24d5d7b8e.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/Hsync_8h.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/dir_ab3dd591509f89c87d6a9fd8136a6d03.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/index.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/classgr_1_1tempest_1_1sync__detector__impl.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/dir_f2cd86917185299abf5a1f0679072f3c.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/xml.xsd -- Installing: /usr/local/share/doc/gr-tempest/xml/namespacegr_1_1tempest.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/fine__sampling__synchronization_8h.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/classgr_1_1tempest_1_1infer__screen__resolution__impl.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/dir_6f1d28a9e7b8059917d93cbf57c415b1.xml -- Installing: /usr/local/share/doc/gr-tempest/xml/classgr_1_1tempest_1_1ssamp__correction__impl.xml -- Installing: /usr/local/share/doc/gr-tempest/html -- Installing: /usr/local/share/doc/gr-tempest/html/dynsections.js -- Installing: /usr/local/share/doc/gr-tempest/html/tab_b.png -- Installing: /usr/local/share/doc/gr-tempest/html/dir_f2cd86917185299abf5a1f0679072f3c.html -- Installing: /usr/local/share/doc/gr-tempest/html/infer__screen__resolution__pydoc__template_8h_source.html -- Installing: /usr/local/share/doc/gr-tempest/html/dir_6f1d28a9e7b8059917d93cbf57c415b1.html -- Installing: /usr/local/share/doc/gr-tempest/html/open.png -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1Hsync-members.html -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1ssamp__correction__impl-members.html -- Installing: /usr/local/share/doc/gr-tempest/html/build_2python_2tempest_2bindings_2pydoc__macros_8h.js -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1fft__peak__fine__sampling__sync-members.html -- Installing: /usr/local/share/doc/gr-tempest/html/globals_defs.html -- Installing: /usr/local/share/doc/gr-tempest/html/group__block.html -- Installing: /usr/local/share/doc/gr-tempest/html/modules.html -- Installing: /usr/local/share/doc/gr-tempest/html/navtree.js -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1frame__drop-members.html -- Installing: /usr/local/share/doc/gr-tempest/html/fft__peak__fine__sampling__sync__pydoc__template_8h_source.html -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1ssamp__correction__impl.js -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1sync__detector__impl.js -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1Hsync.html -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1frame__drop__impl.png -- Installing: /usr/local/share/doc/gr-tempest/html/fft__peak__fine__sampling__sync_8h.html -- Installing: /usr/local/share/doc/gr-tempest/html/sampling__synchronization_8h_source.html -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1sync__detector.html -- Installing: /usr/local/share/doc/gr-tempest/html/docs_2doxygen_2pydoc__macros_8h_source.html -- Installing: /usr/local/share/doc/gr-tempest/html/resize.js -- Installing: /usr/local/share/doc/gr-tempest/html/framing__pydoc__template_8h_source.html -- Installing: /usr/local/share/doc/gr-tempest/html/fine__sampling__synchronization__pydoc__template_8h_source.html -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1sync__detector.png -- Installing: /usr/local/share/doc/gr-tempest/html/build_2python_2tempest_2bindings_2pydoc__macros_8h.html -- Installing: /usr/local/share/doc/gr-tempest/html/doxygen.css -- Installing: /usr/local/share/doc/gr-tempest/html/ssamp__correction__impl_8h_source.html -- Installing: /usr/local/share/doc/gr-tempest/html/normalize__flow__impl_8h_source.html -- Installing: /usr/local/share/doc/gr-tempest/html/folderopen.png -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1sync__detector__impl.html -- Installing: /usr/local/share/doc/gr-tempest/html/framing_8h_source.html -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1fine__sampling__synchronization.js -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1sampling__synchronization.js -- Installing: /usr/local/share/doc/gr-tempest/html/sync__detector__impl_8h_source.html -- Installing: /usr/local/share/doc/gr-tempest/html/sampling__synchronization__impl_8h_source.html -- Installing: /usr/local/share/doc/gr-tempest/html/functions.html -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1normalize__flow__impl-members.html -- Installing: /usr/local/share/doc/gr-tempest/html/framing__impl_8h_source.html -- Installing: /usr/local/share/doc/gr-tempest/html/tab_h.png -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1normalize__flow__impl.js -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1frame__drop.js -- Installing: /usr/local/share/doc/gr-tempest/html/modules.js -- Installing: /usr/local/share/doc/gr-tempest/html/dir_ab3dd591509f89c87d6a9fd8136a6d03.html -- Installing: /usr/local/share/doc/gr-tempest/html/ssamp__correction__impl_8h.html -- Installing: /usr/local/share/doc/gr-tempest/html/fft__peak__fine__sampling__sync__impl_8h.js -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1fine__sampling__synchronization-members.html -- Installing: /usr/local/share/doc/gr-tempest/html/sync__detector__impl_8h.html -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1frame__drop__impl-members.html -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1normalize__flow.js -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1fft__peak__fine__sampling__sync__impl.html -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1sampling__synchronization__impl.js -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1framing.html -- Installing: /usr/local/share/doc/gr-tempest/html/group__defs_8dox.html -- Installing: /usr/local/share/doc/gr-tempest/html/hierarchy.js -- Installing: /usr/local/share/doc/gr-tempest/html/normalize__flow_8h.html -- Installing: /usr/local/share/doc/gr-tempest/html/fine__sampling__synchronization_8h.html -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1normalize__flow.html -- Installing: /usr/local/share/doc/gr-tempest/html/sync__detector__pydoc__template_8h_source.html -- Installing: /usr/local/share/doc/gr-tempest/html/folderclosed.png -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1framing__impl.html -- Installing: /usr/local/share/doc/gr-tempest/html/navtreedata.js -- Installing: /usr/local/share/doc/gr-tempest/html/dir_03f6ef1ea64f9f91d1c15c1bd525c093.html -- Installing: /usr/local/share/doc/gr-tempest/html/navtree.css -- Installing: /usr/local/share/doc/gr-tempest/html/fine__sampling__synchronization_8h_source.html -- Installing: /usr/local/share/doc/gr-tempest/html/docs_2doxygen_2pydoc__macros_8h.js -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1framing-members.html -- Installing: /usr/local/share/doc/gr-tempest/html/files_dup.js -- Installing: /usr/local/share/doc/gr-tempest/html/sync__detector__pydoc__template_8h.html -- Installing: /usr/local/share/doc/gr-tempest/html/ssamp__correction__pydoc__template_8h_source.html -- Installing: /usr/local/share/doc/gr-tempest/html/globals_vars.html -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1Hsync__impl-members.html -- Installing: /usr/local/share/doc/gr-tempest/html/frame__drop__impl_8h.html -- Installing: /usr/local/share/doc/gr-tempest/html/dir_49e56c817e5e54854c35e136979f97ca.html -- Installing: /usr/local/share/doc/gr-tempest/html/functions_type.html -- Installing: /usr/local/share/doc/gr-tempest/html/sync__detector_8h.html -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1ssamp__correction__impl.html -- Installing: /usr/local/share/doc/gr-tempest/html/doxygen.svg -- Installing: /usr/local/share/doc/gr-tempest/html/navtreeindex1.js -- Installing: /usr/local/share/doc/gr-tempest/html/Hsync__pydoc__template_8h.js -- Installing: /usr/local/share/doc/gr-tempest/html/ssamp__correction__pydoc__template_8h.html -- Installing: /usr/local/share/doc/gr-tempest/html/api_8h.js -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1fine__sampling__synchronization__impl.png -- Installing: /usr/local/share/doc/gr-tempest/html/Hsync__impl_8h_source.html -- Installing: /usr/local/share/doc/gr-tempest/html/annotated.html -- Installing: /usr/local/share/doc/gr-tempest/html/sync__detector_8h_source.html -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1infer__screen__resolution-members.html -- Installing: /usr/local/share/doc/gr-tempest/html/fine__sampling__synchronization__impl_8h_source.html -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1fft__peak__fine__sampling__sync__impl-members.html -- Installing: /usr/local/share/doc/gr-tempest/html/frame__drop__impl_8h_source.html -- Installing: /usr/local/share/doc/gr-tempest/html/sampling__synchronization__impl_8h.html -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1sampling__synchronization__impl-members.html -- Installing: /usr/local/share/doc/gr-tempest/html/infer__screen__resolution__impl_8h_source.html -- Installing: /usr/local/share/doc/gr-tempest/html/namespacegr.html -- Installing: /usr/local/share/doc/gr-tempest/html/splitbar.png -- Installing: /usr/local/share/doc/gr-tempest/html/globals.html -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1fine__sampling__synchronization.html -- Installing: /usr/local/share/doc/gr-tempest/html/nav_f.png -- Installing: /usr/local/share/doc/gr-tempest/html/normalize__flow__pydoc__template_8h.js -- Installing: /usr/local/share/doc/gr-tempest/html/dir_7837fde3ab9c1fb2fc5be7b717af8d79.html -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1Hsync.png -- Installing: /usr/local/share/doc/gr-tempest/html/infer__screen__resolution__pydoc__template_8h.js -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1fine__sampling__synchronization__impl.js -- Installing: /usr/local/share/doc/gr-tempest/html/Hsync_8h.html -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1sync__detector__impl.png -- Installing: /usr/local/share/doc/gr-tempest/html/hierarchy.html -- Installing: /usr/local/share/doc/gr-tempest/html/navtreeindex0.js -- Installing: /usr/local/share/doc/gr-tempest/html/api_8h.html -- Installing: /usr/local/share/doc/gr-tempest/html/fft__peak__fine__sampling__sync_8h_source.html -- Installing: /usr/local/share/doc/gr-tempest/html/nav_g.png -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1fine__sampling__synchronization.png -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1Hsync__impl.png -- Installing: /usr/local/share/doc/gr-tempest/html/dir_d44c64559bbebec7f509842c48db8b23.html -- Installing: /usr/local/share/doc/gr-tempest/html/fft__peak__fine__sampling__sync__pydoc__template_8h.html -- Installing: /usr/local/share/doc/gr-tempest/html/infer__screen__resolution__impl_8h.html -- Installing: /usr/local/share/doc/gr-tempest/html/infer__screen__resolution__pydoc__template_8h.html -- Installing: /usr/local/share/doc/gr-tempest/html/dir_519c9482f1e9daa8e1e1ab661eb4f421.html -- Installing: /usr/local/share/doc/gr-tempest/html/dir_902d6fe55786be073ae6681293cdb979.html -- Installing: /usr/local/share/doc/gr-tempest/html/functions_func.html -- Installing: /usr/local/share/doc/gr-tempest/html/dir_359d2bec989c9a8deeeb9aee335c1c76.html -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1framing__impl.js -- Installing: /usr/local/share/doc/gr-tempest/html/nav_h.png -- Installing: /usr/local/share/doc/gr-tempest/html/dir_c3f906b4eef8b150cff6b14940aebe5a.html -- Installing: /usr/local/share/doc/gr-tempest/html/build_2python_2tempest_2bindings_2pydoc__macros_8h_source.html -- Installing: /usr/local/share/doc/gr-tempest/html/ssamp__correction_8h_source.html -- Installing: /usr/local/share/doc/gr-tempest/html/sampling__synchronization__pydoc__template_8h.js -- Installing: /usr/local/share/doc/gr-tempest/html/tab_s.png -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1infer__screen__resolution.js -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1fft__peak__fine__sampling__sync__impl.png -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1infer__screen__resolution.html -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1frame__drop__impl.js -- Installing: /usr/local/share/doc/gr-tempest/html/sampling__synchronization__pydoc__template_8h.html -- Installing: /usr/local/share/doc/gr-tempest/html/framing__impl_8h.html -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1normalize__flow__impl.png -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1sampling__synchronization__impl.html -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1ssamp__correction.html -- Installing: /usr/local/share/doc/gr-tempest/html/normalize__flow__pydoc__template_8h.html -- Installing: /usr/local/share/doc/gr-tempest/html/dir_e97bda720953f74ed90faad3607e7db9.html -- Installing: /usr/local/share/doc/gr-tempest/html/tab_a.png -- Installing: /usr/local/share/doc/gr-tempest/html/Hsync__impl_8h.html -- Installing: /usr/local/share/doc/gr-tempest/html/frame__drop__pydoc__template_8h_source.html -- Installing: /usr/local/share/doc/gr-tempest/html/sync__detector__pydoc__template_8h.js -- Installing: /usr/local/share/doc/gr-tempest/html/fine__sampling__synchronization__pydoc__template_8h.html -- Installing: /usr/local/share/doc/gr-tempest/html/normalize__flow__impl_8h.html -- Installing: /usr/local/share/doc/gr-tempest/html/frame__drop_8h_source.html -- Installing: /usr/local/share/doc/gr-tempest/html/namespacegr_1_1tempest.html -- Installing: /usr/local/share/doc/gr-tempest/html/ssamp__correction__pydoc__template_8h.js -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1infer__screen__resolution__impl.html -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1fine__sampling__synchronization__impl.html -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1framing.js -- Installing: /usr/local/share/doc/gr-tempest/html/files.html -- Installing: /usr/local/share/doc/gr-tempest/html/bc_s.png -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1frame__drop.png -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1frame__drop.html -- Installing: /usr/local/share/doc/gr-tempest/html/bdwn.png -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1normalize__flow.png -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1infer__screen__resolution__impl-members.html -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1framing__impl.png -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1sync__detector__impl-members.html -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1sampling__synchronization-members.html -- Installing: /usr/local/share/doc/gr-tempest/html/infer__screen__resolution_8h.html -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1infer__screen__resolution__impl.png -- Installing: /usr/local/share/doc/gr-tempest/html/frame__drop_8h.html -- Installing: /usr/local/share/doc/gr-tempest/html/normalize__flow_8h_source.html -- Installing: /usr/local/share/doc/gr-tempest/html/doc.png -- Installing: /usr/local/share/doc/gr-tempest/html/classes.html -- Installing: /usr/local/share/doc/gr-tempest/html/frame__drop__pydoc__template_8h.js -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1frame__drop__impl.html -- Installing: /usr/local/share/doc/gr-tempest/html/api_8h_source.html -- Installing: /usr/local/share/doc/gr-tempest/html/framing__pydoc__template_8h.html -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1Hsync__impl.html -- Installing: /usr/local/share/doc/gr-tempest/html/main__page_8dox.html -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1sync__detector.js -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1framing__impl-members.html -- Installing: /usr/local/share/doc/gr-tempest/html/frame__drop__pydoc__template_8h.html -- Installing: /usr/local/share/doc/gr-tempest/html/fft__peak__fine__sampling__sync__impl_8h_source.html -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1sampling__synchronization.png -- Installing: /usr/local/share/doc/gr-tempest/html/ssamp__correction_8h.html -- Installing: /usr/local/share/doc/gr-tempest/html/Hsync_8h_source.html -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1fft__peak__fine__sampling__sync.js -- Installing: /usr/local/share/doc/gr-tempest/html/sampling__synchronization_8h.html -- Installing: /usr/local/share/doc/gr-tempest/html/docs_2doxygen_2pydoc__macros_8h.html -- Installing: /usr/local/share/doc/gr-tempest/html/framing_8h.html -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1Hsync.js -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1normalize__flow-members.html -- Installing: /usr/local/share/doc/gr-tempest/html/dir_038a053f5948f3bffd650cf24d5d7b8e.html -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1sampling__synchronization.html -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1sampling__synchronization__impl.png -- Installing: /usr/local/share/doc/gr-tempest/html/jquery.js -- Installing: /usr/local/share/doc/gr-tempest/html/framing__pydoc__template_8h.js -- Installing: /usr/local/share/doc/gr-tempest/html/infer__screen__resolution_8h_source.html -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1fft__peak__fine__sampling__sync.html -- Installing: /usr/local/share/doc/gr-tempest/html/normalize__flow__pydoc__template_8h_source.html -- Installing: /usr/local/share/doc/gr-tempest/html/tabs.css -- Installing: /usr/local/share/doc/gr-tempest/html/sampling__synchronization__pydoc__template_8h_source.html -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1normalize__flow__impl.html -- Installing: /usr/local/share/doc/gr-tempest/html/closed.png -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1infer__screen__resolution__impl.js -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1ssamp__correction.js -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1infer__screen__resolution.png -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1fine__sampling__synchronization__impl-members.html -- Installing: /usr/local/share/doc/gr-tempest/html/fine__sampling__synchronization__impl_8h.html -- Installing: /usr/local/share/doc/gr-tempest/html/Hsync__pydoc__template_8h.html -- Installing: /usr/local/share/doc/gr-tempest/html/fine__sampling__synchronization__pydoc__template_8h.js -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1ssamp__correction.png -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1Hsync__impl.js -- Installing: /usr/local/share/doc/gr-tempest/html/fft__peak__fine__sampling__sync__impl_8h.html -- Installing: /usr/local/share/doc/gr-tempest/html/dir_97aefd0d527b934f1d99a682da8fe6a9.html -- Installing: /usr/local/share/doc/gr-tempest/html/sync_on.png -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1framing.png -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1ssamp__correction-members.html -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1ssamp__correction__impl.png -- Installing: /usr/local/share/doc/gr-tempest/html/fft__peak__fine__sampling__sync__pydoc__template_8h.js -- Installing: /usr/local/share/doc/gr-tempest/html/Hsync__pydoc__template_8h_source.html -- Installing: /usr/local/share/doc/gr-tempest/html/annotated_dup.js -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1fft__peak__fine__sampling__sync__impl.js -- Installing: /usr/local/share/doc/gr-tempest/html/index.html -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1sync__detector-members.html -- Installing: /usr/local/share/doc/gr-tempest/html/classgr_1_1tempest_1_1fft__peak__fine__sampling__sync.png -- Installing: /usr/local/share/doc/gr-tempest/html/sync_off.png -- Installing: /usr/local/lib/python3.10/dist-packages/gnuradio/tempest/__init__.py -- Installing: /usr/local/lib/python3.10/dist-packages/gnuradio/tempest/tempest_msgbtn.py -- Installing: /usr/local/lib/python3.10/dist-packages/gnuradio/tempest/message_to_var.py -- Installing: /usr/local/lib/python3.10/dist-packages/gnuradio/tempest/image_source.py -- Installing: /usr/local/lib/python3.10/dist-packages/gnuradio/tempest/__init__.pyc -- Installing: /usr/local/lib/python3.10/dist-packages/gnuradio/tempest/tempest_msgbtn.pyc -- Installing: /usr/local/lib/python3.10/dist-packages/gnuradio/tempest/message_to_var.pyc -- Installing: /usr/local/lib/python3.10/dist-packages/gnuradio/tempest/image_source.pyc -- Installing: /usr/local/lib/python3.10/dist-packages/gnuradio/tempest/__init__.pyo -- Installing: /usr/local/lib/python3.10/dist-packages/gnuradio/tempest/tempest_msgbtn.pyo -- Installing: /usr/local/lib/python3.10/dist-packages/gnuradio/tempest/message_to_var.pyo -- Installing: /usr/local/lib/python3.10/dist-packages/gnuradio/tempest/image_source.pyo -- Installing: /usr/local/lib/python3.10/dist-packages/gnuradio/tempest/tempest_python.cpython-310-x86_64-linux-gnu.so -- Set runtime path of "/usr/local/lib/python3.10/dist-packages/gnuradio/tempest/tempest_python.cpython-310-x86_64-linux-gnu.so" to "" -- Installing: /usr/local/share/gnuradio/grc/blocks/tempest_Hsync.block.yml -- Installing: /usr/local/share/gnuradio/grc/blocks/tempest_fft_peak_fine_sampling_sync.block.yml -- Installing: /usr/local/share/gnuradio/grc/blocks/tempest_fine_sampling_synchronization.block.yml -- Installing: /usr/local/share/gnuradio/grc/blocks/tempest_frame_drop.block.yml -- Installing: /usr/local/share/gnuradio/grc/blocks/tempest_framing.block.yml -- Installing: /usr/local/share/gnuradio/grc/blocks/tempest_infer_screen_resolution.block.yml -- Installing: /usr/local/share/gnuradio/grc/blocks/tempest_normalize_flow.block.yml -- Installing: /usr/local/share/gnuradio/grc/blocks/tempest_sampling_synchronization.block.yml -- Installing: /usr/local/share/gnuradio/grc/blocks/tempest_ssamp_correction.block.yml -- Installing: /usr/local/share/gnuradio/grc/blocks/tempest_sync_detector.block.yml -- Installing: /usr/local/share/gnuradio/grc/blocks/tempest_tempest_msgbtn.block.yml -- Installing: /usr/local/share/gnuradio/grc/blocks/tempest_message_to_var.block.yml -- Installing: /usr/local/share/gnuradio/grc/blocks/tempest_image_source.block.yml