Has anyone been able to build according to this manual? Because here it fails. http://docs.ceph.com/docs/mimic/dev/macos/ I have prepared macos as it is described, took 2h to build this llvm, is that really necessary? I do the git clone --single-branch -b mimic https://github.com/ceph/ceph.git I do mkdir build cd build PKG_CONFIG_PATH=/usr/local/Cellar/nss/3.39/lib/pkgconfig \ CC=/usr/local/opt/llvm/bin/clang \ CXX=/usr/local/opt/llvm/bin/clang++ \ cmake .. -DBOOST_J=4 \ -DWITH_EMBEDDED=OFF \ -DWITH_LIBCEPHFS=OFF \ -DWITH_XFS=OFF \ -DWITH_KRBD=OFF \ -DWITH_LTTNG=OFF \ -DWITH_CCACHE=ON \ -DWITH_RADOSGW=OFF \ -DWITH_CEPHFS=OFF \ -DWITH_SYSTEMD=OFF \ -DWITH_RDMA=OFF \ -DWITH_LZ4=OFF \ -DENABLE_GIT_VERSION=OFF \ -DWITH_MANPAGE=OFF \ -DWITH_LIBCEPHFS=OFF \ -DWITH_XFS=OFF \ -DWITH_KRBD=OFF \ -DWITH_LTTNG=OFF \ -DWITH_BABELTRACE=OFF \ -DWITH_BLUESTORE=OFF \ -DWITH_RADOSGW=OFF \ -DWITH_SPDK=OFF \ -DSNAPPY_ROOT_DIR=/usr/local/Cellar/snappy/1.1.7_1 \ -DOPENSSL_ROOT_DIR=/usr/local/Cellar/openssl/1.0.2p Get this error yasm: FATAL: Could not open input file -- Performing Test HAVE_STDLIB_MAP_SPLICING -- Performing Test HAVE_STDLIB_MAP_SPLICING - Failed -- Performing Test COMPILER_SUPPORTS_DIAGNOSTICS_COLOR -- Performing Test COMPILER_SUPPORTS_DIAGNOSTICS_COLOR - Success -- Found PythonInterp: /usr/local/bin/python2.7 (found suitable version "2.7.15", minimum required is "2") -- Found PythonLibs: /usr/lib/libpython2.7.dylib (found suitable version "2.7.10", minimum required is "2") -- Performing Test HAS_VTA -- Performing Test HAS_VTA - Failed -- Using EventKqueue for events. CMake Error at src/CMakeLists.txt:715 (add_subdirectory): The source directory /Users/mac/ceph/src/lua does not contain a CMakeLists.txt file. macs-Mac-mini:ceph mac$ sw_vers ProductName: Mac OS X ProductVersion: 10.12.6 BuildVersion: 16G29 _______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com