When I use the command "make -jnproc" to build openpose, I am encountered with a weird Permission denied error.
I have already use sudo -i to change into a root role.
Executed Command (if any)
Note: add --logging_level 0 --disable_multi_thread to get higher debug information.
root@gpuserver6:/media/posefs3b/Users/xiu/kevin_space/openpose/build# make -jnproc
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Issue Summary
When I use the command "make -j
nproc
" to build openpose, I am encountered with a weird Permission denied error. I have already use sudo -i to change into a root role.Executed Command (if any)
Note: add
--logging_level 0 --disable_multi_thread
to get higher debug information.root@gpuserver6:/media/posefs3b/Users/xiu/kevin_space/openpose/build# make -j
nproc
OpenPose Output (if any)
[ 86%] Linking CXX shared library ../../lib/libcaffe.so CMake Error: cmake_symlink_library: System Error: Permission denied make[5]: [lib/libcaffe.so.1.0.0] Error 1 make[5]: Deleting file `lib/libcaffe.so.1.0.0' make[4]: [src/caffe/CMakeFiles/caffe.dir/all] Error 2 make[3]: [all] Error 2 make[2]: [caffe/src/openpose_caffe-stamp/openpose_caffe-build] Error 2 make[1]: [CMakeFiles/openpose_caffe.dir/all] Error 2 make: *** [all] Error 2
Type of Issue
You might select multiple topics, delete the rest:
Your System Configuration
OpenPose version: Latest GitHub code? Or specific commit (e.g., d52878f)? Or specific version from
Release
section (e.g., 1.2.0)?General configuration:
lsb_release -a
in Ubuntu): Ubuntu 14.04.5 LTSgcc --version
in Ubuntu or VS version in Windows): gcc (Ubuntu 4.8.4-2ubuntu1~14.04.3) 4.8.4Non-default settings:
3rd-party software:
cmake --version
in Ubuntu): cmake version 3.9.3apt-get install libopencv-dev
(only Ubuntu);If GPU mode issue:
cat /usr/local/cuda/version.txt
in most cases):CUDA Version 8.0.61nvidia-smi
in Ubuntu): TitanXIf CPU-only mode issue:
If Python API:
python -c "import numpy; print numpy.version.version"
in Ubuntu):If Windows system:
If speed performance issue: