Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMake Generate step failed #28

Open
enhellowhy opened this issue Feb 15, 2023 · 2 comments
Open

CMake Generate step failed #28

enhellowhy opened this issue Feb 15, 2023 · 2 comments

Comments

@enhellowhy
Copy link

==> Installing ceph-client from mulbc/ceph-client
==> Patching
==> python3 -c import setuptools... --no-user-cfg install --prefix=/opt/homebrew/Cellar/ceph-client/17.2.5_1/libexec/vendor --install-scripts=/opt/homebrew/Cellar/ceph-client/17.2.5_1/libexec/vendor/bin --install-lib=/opt/homebrew/Cellar/ceph-client/17.2.5_1/libexec/vendo
==> python3 -c import setuptools... --no-user-cfg install --prefix=/opt/homebrew/Cellar/ceph-client/17.2.5_1/libexec/vendor --install-scripts=/opt/homebrew/Cellar/ceph-client/17.2.5_1/libexec/vendor/bin --install-lib=/opt/homebrew/Cellar/ceph-client/17.2.5_1/libexec/vendo
==> python3 -c import setuptools... --no-user-cfg install --prefix=/opt/homebrew/Cellar/ceph-client/17.2.5_1/libexec/vendor --install-scripts=/opt/homebrew/Cellar/ceph-client/17.2.5_1/libexec/vendor/bin --install-lib=/opt/homebrew/Cellar/ceph-client/17.2.5_1/libexec/vendo
==> cmake -G Ninja .. -DDIAGNOSTICS_COLOR=always -DOPENSSL_ROOT_DIR=/opt/homebrew/opt/openssl@3 -DWITH_BABELTRACE=OFF -DWITH_BLUESTORE=OFF -DWITH_CCACHE=OFF -DWITH_CEPHFS=OFF -DWITH_KRBD=OFF -DWITH_LIBCEPHFS=ON -DWITH_LTTNG=OFF -DWITH_LZ4=OFF -DWITH_MANPAGE=ON -DWITH_MGR=
Last 15 lines from /Users/xxx/Library/Logs/Homebrew/ceph-client/04.cmake:

* There is a typo in the target name.
* A find_package call is missing for an IMPORTED target.
* An ALIAS target is missing.

-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:

BUILD_TESTING

CMake Generate step failed. Build files cannot be regenerated correctly.

@jakoberpf
Copy link

@enhellowhy did you find a solution to this error? I am have the same issue.

@jakoberpf
Copy link

@enhellowhy I was able to get the install working with brew reinstall --cask macfuse and then installing the ceph-client. But now I am stuck on ...

$ ceph-fuse -d <cephfs-name> -m /Volumes/<cephfs-name>
2023-04-17T12:33:40.576-0700 70000ad95000 -1 monclient(hunting): handle_auth_bad_method server allowed_methods [2] but i only support [2,1]
failed to fetch mon config (--no-mon-config to skip)

which is probably another issue thought.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants