kiss-community / grepo

GKISS - A fork of KISS Linux that uses the GNU C library, mirror of https://codeberg.org/kiss-community/grepo
MIT License
57 stars 6 forks source link

ccache won't build due to missing hiredis dependency #24

Closed davidgarland closed 3 years ago

davidgarland commented 3 years ago

This can be easily fixed by copying the upstream ccache in kiss-repo, which just passes in -DREDIS_STORAGE_BACKEND=OFF.

EDIT: Although I doubt it's necessary, here's the log the build gives:

-- Checking for module 'hiredis>=0.13.3'
--   Package 'hiredis', required by 'virtual:world', not found
CMake Error at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  please install libhiredis or use -DHIREDIS_FROM_INTERNET=ON or disable with
  -DREDIS_STORAGE_BACKEND=OFF (missing: HIREDIS_INCLUDE_DIR HIREDIS_LIBRARY)
  (Required is at least version "0.13.3")
Call Stack (most recent call first):
  /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
  cmake/Findhiredis.cmake:64 (find_package_handle_standard_args)
  CMakeLists.txt:105 (find_package)