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] Cannot find libabsl_scoped_set_env.so #1610

Open
ghost opened this issue Feb 1, 2024 · 0 comments
Open

[cmake] Cannot find libabsl_scoped_set_env.so #1610

ghost opened this issue Feb 1, 2024 · 0 comments

Comments

@ghost
Copy link

ghost commented Feb 1, 2024

Describe the issue

Attempting to install abseil with cmake results in:

CMake Error at build/_deps/protobuf-build/third_party/abseil-cpp/absl/base/cmake_install.cmake:256 (file):
  file INSTALL cannot find
  "build/_deps/protobuf-build/third_party/abseil-cpp/absl/base/libabsl_scoped_set_env.so.2401.0.0":
  No such file or directory.

Steps to reproduce the problem

Build abseil with CMake
Attempt to run cmake --install on abseil

What version of Abseil are you using?

4a2c633 (2401)

What operating system and version are you using?

Artix Linux Rolling, kernel 6.6.9

Also occurs on macOS 12

What compiler and version are you using?

gcc 13.2.1

clang 11?

What build system are you using?

cmake 3.28.1

Additional context

Done in a CMake FetchContent submodule w/ protobuf, but also appears to happen standalone.

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

0 participants