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
The build fails with message:
Run cmake -DADDRESS_SANITIZER=ON /mnt/d/gnsstk ##########################
cmake -DADDRESS_SANITIZER=ON /mnt/d/gnsstk
make all -j 6
CMake Error: failed to create symbolic link 'libgnsstk.so.14': Operation not permitted
CMake Error: cmake_symlink_library: System Error: Operation not permitted
CMake Error: failed to create symbolic link 'libgnsstk.so': Operation not permitted
CMake Error: cmake_symlink_library: System Error: Operation not permitted
make[2]: *** [CMakeFiles/gnsstk.dir/build.make:5266: libgnsstk.so.14.0.0] Error 1
make[2]: *** Deleting file 'libgnsstk.so.14.0.0'
make[1]: *** [CMakeFiles/Makefile2:115: CMakeFiles/gnsstk.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
Error 2 :-(
See /mnt/d/gnsstk/build/DESKTOP-1DRKFVR-v14.0.0/Testing/Temporary/LastTest.log for detailed test log
See /mnt/d/gnsstk/build/DESKTOP-1DRKFVR-v14.0.0/build.log for detailed build log
This problem appeared with version 14.0
gcc version 11.3.0 (Ubuntu 11.3.0-1ubuntu1~22.04)
Python 3.10.6
The text was updated successfully, but these errors were encountered:
"Operation not permitted" occurs even with sudo
sudo bash ./build.sh
The build fails with message:
Run cmake -DADDRESS_SANITIZER=ON /mnt/d/gnsstk ##########################
cmake -DADDRESS_SANITIZER=ON /mnt/d/gnsstk
make all -j 6
CMake Error: failed to create symbolic link 'libgnsstk.so.14': Operation not permitted
CMake Error: cmake_symlink_library: System Error: Operation not permitted
CMake Error: failed to create symbolic link 'libgnsstk.so': Operation not permitted
CMake Error: cmake_symlink_library: System Error: Operation not permitted
make[2]: *** [CMakeFiles/gnsstk.dir/build.make:5266: libgnsstk.so.14.0.0] Error 1
make[2]: *** Deleting file 'libgnsstk.so.14.0.0'
make[1]: *** [CMakeFiles/Makefile2:115: CMakeFiles/gnsstk.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
Error 2 :-(
See /mnt/d/gnsstk/build/DESKTOP-1DRKFVR-v14.0.0/Testing/Temporary/LastTest.log for detailed test log
See /mnt/d/gnsstk/build/DESKTOP-1DRKFVR-v14.0.0/build.log for detailed build log
This problem appeared with version 14.0
gcc version 11.3.0 (Ubuntu 11.3.0-1ubuntu1~22.04)
Python 3.10.6
The text was updated successfully, but these errors were encountered: