Updated: I find https://github.com/bazaah/aur-ceph/issues/11 .
Build failed with latest librdkafka:
-- Checking for one of the modules 'rdkafka'
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find RDKafka: (Required is at least version "0.9.2") (found
/usr/include)
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:598 (_FPHSA_FAILURE_MESSAGE)
cmake/modules/FindRDKafka.cmake:15 (find_package_handle_standard_args)
src/rgw/CMakeLists.txt:307 (find_package)
-- Configuring incomplete, errors occurred!
See also "/build/ceph/src/ceph-17.2.5/build/CMakeFiles/CMakeOutput.log".
See also "/build/ceph/src/ceph-17.2.5/build/CMakeFiles/CMakeError.log".
==> ERROR: A failure occurred in build().
https://github.com/arch4edu/cactus/actions/runs/4035864322/jobs/6938055931
Pinned Comments
pbazaah commented on 2022-10-05 13:03 (UTC) (edited on 2022-10-05 13:03 (UTC) by pbazaah)
For future commenters:
TLDR:
https://aur.archlinux.org/pkgbase/ceph | From source build (slow)
https://aur.archlinux.org/pkgbase/ceph-bin | Pre-built binaries (fast)
Unlike the original community version, this repo builds ceph from source. Ceph is a large, complicated project so this takes several hours on a good build server.
To get a similar experience to how community/ceph worked (pre-built binaries) use ceph-bin instead.