kurt - 2020-05-05

Build with cmake returns:
cmake ..
CMake Error at /usr/share/cmake/Modules/FindSubversion.cmake:99 (message):
Command "/usr/bin/svn info /tmp/clcc" failed with output:

svn: E155007: '/tmp/clcc' is not a workinstack (all first):
  CMakeLissubversion_WC_INFO)


  CMake Error at /usr/local/lib/cmake/Boost-1.73.0/BoostConfig.cmake:141 (find_package):
    Fouon file:

        /usr/local/lib/cmake/boost_program_options-1.73.0/boost_program_options-config.cmake

          but it set boost_program_options_FOUND to FALSE so package
            "boost_program_options" is considered to be NOT FOUND.  Reason given by
              package:

                No suitable build variant has been found.

                Call Stack (most recent call first):
                  /usr/local/lib/cmake/Boost-1.73.0/BoostConfig.cmake:258 (boost_find_component)
                    /usr/share/cmake/Modules/FindBoost.cmake:261 (find_package)
                      src/CMakeLists.txt:14 (find_package)


                      -- Configuring incomplete, errors occurred!
                      See also "/tmp/clcc/build/CMakeFiles/CMakeOutput.log".

It says clcc "not a working copy". Of course it's not a working copy; that's why I'm trying to build it.