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
results in the following error at cmake build due to missing write access rights of ./source directory inside the docker container:
-- Check for working C compiler: /usr/bin/cc - broken
CMake Error at /usr/share/cmake-3.22/Modules/CMakeTestCCompiler.cmake:65 (file):
file failed to open for writing (No such file or directory):
/source/swift-project/cmake/build/CMakeFiles/CMakeError.log
Call Stack (most recent call first):
CMakeLists.txt:12 (project)
CMake Error at /usr/share/cmake-3.22/Modules/CMakeTestCCompiler.cmake:69 (message):
The C compiler
"/usr/bin/cc"
is not able to compile a simple test program.
It fails with the following output:
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:12 (project)
-- Configuring incomplete, errors occurred!
CMake Error: Cannot open file for write: /source/swift-project/cmake/build/CMakeCache.txt.tmp83767
CMake Error: : System Error: No such file or directory
CMake Error: Unable to open cache file for save. /source/swift-project/cmake/build/CMakeCache.txt
CMake Error: : System Error: No such file or directory
The text was updated successfully, but these errors were encountered:
default access levels after clone in subdir of $HOME:
Executing: ./build
results in the following error at cmake build due to missing write access rights of ./source directory inside the docker container:
The text was updated successfully, but these errors were encountered: