BLOCKER: libQuotient 0.7 required. But no such version exists anywhere!
ballsystemlord opened this issue · 2 comments
ballsystemlord commented
Description
% cmake -DPREFIX=/usr/local ..
CMake Error at CMakeLists.txt:82 (find_package):
Could not find a configuration file for package "Quotient" that is
compatible with requested version "0.7".
The following configuration files were considered but not accepted:
/usr/lib/x86_64-linux-gnu/cmake/Quotient/QuotientConfig.cmake, version: 0.6.6
-- Configuring incomplete, errors occurred!
See also "Quaternion/build/CMakeFiles/CMakeOutput.log".
See also "Quaternion/build/CMakeFiles/CMakeError.log".
# git clone and cd into libQuotient dir.
libQuotient % git tag --list 0.7
%
Steps to reproduce
Just build from git normally using the packages from your package manager.
Version information
- Quaternion version: Master
- Qt version: QT5 isn't just one package. What are you asking for exactly?
- Install method: Source
- Platform: Devuan (Debian) latest stable.
ballsystemlord commented
Here's a full list of libQuotient versions:
(from the project: https://github.com/quotient-im/libQuotient )
% git tag --list
0.4.1
0.5.0
0.5.0-rc1
0.5.0-rc2
0.5.0.1
0.5.0.2
0.5.1
0.5.1-rc
0.5.1.1
0.5.1.2
0.5.2
0.5.3
0.5.3-rc
0.5.3.1
0.5.3.2
0.5.3.2-rc
0.6-beta1
0.6-beta1-mer
0.6-beta2
0.6-rc
0.6.0
0.6.1
0.6.10
0.6.11
0.6.2
0.6.3
0.6.4
0.4.1
0.5.0
0.5.0-rc1
0.5.0-rc2
0.5.0.1
0.5.0.2
0.5.1
0.5.1-rc
0.5.1.1
0.5.1.2
0.5.2
0.5.3
0.5.3-rc
0.5.3.1
0.5.3.2
0.5.3.2-rc
0.6-beta1
0.6-beta1-mer
0.6-beta2
0.6-rc
0.6.0
0.6.1
0.6.10
0.6.11
0.6.2
0.6.3
0.6.4
0.4.1
0.5.0
0.5.0-rc1
0.5.0-rc2
0.5.0.1
0.5.0.2
0.5.1
0.5.1-rc
0.5.1.1
0.5.1.2
0.5.2
0.5.3
0.5.3-rc
0.5.3.1
0.5.3.2
0.5.3.2-rc
0.6-beta1
0.6-beta1-mer
0.6-beta2
0.6-rc
0.6.0
0.6.1
0.6.10
0.6.11
0.6.2
0.6.3
KitsuneRal commented
If you use Quaternion from the development branch, you have to use libQuotient from the development branch too. By the next Quaternion release libQuotient 0.7 will be released as well.