Package: libctre-dev
Version: 3.10.0+ds-1
Severity: serious

Trying to build reflect-cpp 0.24.0 on i386:

...
CMake Error at CMakeLists.txt:217 (find_package):
  Could not find a configuration file for package "ctre" that is compatible
  with requested version "".

  The following configuration files were considered but not accepted:

    /usr/share/cmake/ctre/ctre-config.cmake, version: 3.9.0 (64bit)
      The version found is not compatible with the version requested.
...


Due to:

/usr/share/cmake/ctre/ctre-config-version.cmake

...
# check that the installed version has the same 32/64bit-ness as the one which 
is currently searching:
if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8")
  math(EXPR installedBits "8 * 8")
  set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)")
  set(PACKAGE_VERSION_UNSUITABLE TRUE)
endif()
...

Reply via email to