Please add conan (python/pip build tool) to -current?
by slvr32 from LinuxQuestions.org on (#5MQA4)
I was just trying to build the latest audacity (3.0.3) from source, and get a complaint about Conan not being installed...
~/audacity-3.0.3/build
$ cmake -G "Unix Makefiles" -Daudacity_use_ffmpeg=loaded -DCMAKE_INSTALL_PREFIX=/inst/pkg-ver/audacity-3.0.3 ..
-- The C compiler identification is GNU 10.3.0
-- The CXX compiler identification is GNU 10.3.0
-- 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
-- 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
CMake Error at cmake-proxies/cmake-modules/conan.cmake:795 (message):
Conan executable not found! Please install conan.
Call Stack (most recent call first):
cmake-proxies/cmake-modules/conan.cmake:841 (conan_check)
cmake-proxies/cmake-modules/AudacityDependencies.cmake:4 (conan_add_remote)
CMakeLists.txt:158 (include)
Apparently conan is a(nother) python/pip build-related tool, like meson or similar packages?
https://conan.io/downloads.html
I have a vague idea that there's some chatter about a change in leadership/ownership of the audacity project, but my best guess is that conan isn't necessarily part of that chatter.
~/audacity-3.0.3/build
$ cmake -G "Unix Makefiles" -Daudacity_use_ffmpeg=loaded -DCMAKE_INSTALL_PREFIX=/inst/pkg-ver/audacity-3.0.3 ..
-- The C compiler identification is GNU 10.3.0
-- The CXX compiler identification is GNU 10.3.0
-- 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
-- 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
CMake Error at cmake-proxies/cmake-modules/conan.cmake:795 (message):
Conan executable not found! Please install conan.
Call Stack (most recent call first):
cmake-proxies/cmake-modules/conan.cmake:841 (conan_check)
cmake-proxies/cmake-modules/AudacityDependencies.cmake:4 (conan_add_remote)
CMakeLists.txt:158 (include)
Apparently conan is a(nother) python/pip build-related tool, like meson or similar packages?
https://conan.io/downloads.html
I have a vague idea that there's some chatter about a change in leadership/ownership of the audacity project, but my best guess is that conan isn't necessarily part of that chatter.