We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug A CMAKE_INSTALL_PREFIX pre-configured installation fails with:
CMAKE_INSTALL_PREFIX
CMake Error at zkllvm/cmake/create-symlinks.cmake:12 (file): file failed to create symbolic link '/usr/bin/assigner': Operation not permitted Call Stack (most recent call first): cmake_install.cmake:45 (include)
This means that the installation was only supposed to be done with root privileges, which is not always true.
To Reproduce How to reproduce the behavior:
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=~/zkllvm/relwithdebinfo -DCMAKE_BUILD_TYPE=RelWithDebInfo -S zkllvm -B ~/zkllvm/relwithdebinfo && make -j$(nproc) install
Expected behavior Installation was supposed to succeed without requesting for root privileges
Toolchain versions 4e1357a
The text was updated successfully, but these errors were encountered:
PRs, synced with the current issue:
Note: Please do not edit this comment; it's generated automatically.
Sorry, something went wrong.
A fix worked partially, but unfortunately, still not fixed.
nkaskov
No branches or pull requests
Describe the bug
A
CMAKE_INSTALL_PREFIX
pre-configured installation fails with:This means that the installation was only supposed to be done with root privileges, which is not always true.
To Reproduce
How to reproduce the behavior:
Expected behavior
Installation was supposed to succeed without requesting for root privileges
Toolchain versions
4e1357a
The text was updated successfully, but these errors were encountered: