You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just cloned the vcpkg repo, ran bootstrap-vcpkg.sh script.
Then added the binary to the path.
ran cmake
-- Running vcpkg install
Failed to take the filesystem lock on /home/kellsatnite/tools/vcpkg/.vcpkg-root:
Permission denied
-- Running vcpkg install - failed
CMake Error at /home/kellsatnite/tools/vcpkg/scripts/buildsystems/vcpkg.cmake:829 (message):
vcpkg install failed. See logs for more information:
/home/kellsatnite/dev/plus/build/vcpkg-manifest-install.log
...
I deleted the vcpkg repo. Then re cloned vcpkg, in the same location, ran bootstrap-vcpkg.sh.
Then ran vcpkg integrate install. Then ran cmake. But still got the same error.
Any clue or ideas on what to do or whatever I should do.
I only had cmake installed from the AUR. And the GCC/G++ was there in the Install from the get go.
OS: Arch
I have setup vcpkg over on my windows systems, followed the same steps. This is my first time setting up on a Linux System, so I am not sure if I did anything wrong.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I just cloned the vcpkg repo, ran bootstrap-vcpkg.sh script.
Then added the binary to the path.
ran cmake
-- Running vcpkg install Failed to take the filesystem lock on /home/kellsatnite/tools/vcpkg/.vcpkg-root: Permission denied -- Running vcpkg install - failed CMake Error at /home/kellsatnite/tools/vcpkg/scripts/buildsystems/vcpkg.cmake:829 (message): vcpkg install failed. See logs for more information: /home/kellsatnite/dev/plus/build/vcpkg-manifest-install.log . . .I deleted the vcpkg repo. Then re cloned vcpkg, in the same location, ran
bootstrap-vcpkg.sh.Then ran
vcpkg integrate install. Then ran cmake. But still got the same error.Any clue or ideas on what to do or whatever I should do.
I only had cmake installed from the AUR. And the GCC/G++ was there in the Install from the get go.
OS: Arch
I have setup vcpkg over on my windows systems, followed the same steps. This is my first time setting up on a Linux System, so I am not sure if I did anything wrong.
Beta Was this translation helpful? Give feedback.
All reactions