facebookarchive / caffe2

Caffe2 is a lightweight, modular, and scalable deep learning framework.
https://caffe2.ai
Apache License 2.0
8.42k stars 1.95k forks source link

compile from source #1198

Closed ghost closed 6 years ago

ghost commented 7 years ago

i compiled from source with caffe2.ai instructions. but i met error when run make. how to solve? thanks -- Setting CMAKE_FIND_NO_INSTALL_PREFIX -- The CXX compiler identification is GNU 5.4.1 -- The C compiler identification is GNU 5.4.1 -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Build type not set - defaulting to Release -- Looking for pthread.h -- Looking for pthread.h - found -- Looking for pthread_create -- Looking for pthread_create - not found -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE
-- Found Protobuf: /usr/lib/x86_64-linux-gnu/libprotobuf.so
-- The BLAS backend of choice:Eigen -- Could NOT find NNPACK (missing: NNPACK_INCLUDE_DIR NNPACK_LIBRARY PTHREADPOOL_LIBRARY) -- Will try to build NNPACK from source. If anything fails, follow the NNPACK prerequisite installation steps. CMake Warning at cmake/External/nnpack.cmake:155 (message): NNPACK is chosen to be installed, but confu and ninja that are needed by it are not installed. As a result we won't build with NNPACK. Call Stack (most recent call first): cmake/Dependencies.cmake:53 (include) CMakeLists.txt:79 (include)

CMake Warning at cmake/Dependencies.cmake:58 (message): Not compiling with NNPACK. Suppress this warning with -DUSE_NNPACK=OFF Call Stack (most recent call first): CMakeLists.txt:79 (include)

-- Found GFlags: /usr/include
-- Found gflags (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libgflags.so) -- Found system gflags install. -- Found Glog: /usr/include
-- Found glog (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libglog.so) -- Found system glog install. -- Found PythonInterp: /usr/bin/python (found version "2.7.12") -- Could NOT find Benchmark (missing: Benchmark_INCLUDE_DIR Benchmark_LIBRARY) -- Found Git: /usr/bin/git (found version "2.7.4") -- git Version: v0.0.0 -- Version: 0.0.0 -- Performing Test HAVE_CXX_FLAG_STD_CXX11 -- Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success -- Performing Test HAVE_CXX_FLAG_WALL -- Performing Test HAVE_CXX_FLAG_WALL - Success -- Performing Test HAVE_CXX_FLAG_WEXTRA -- Performing Test HAVE_CXX_FLAG_WEXTRA - Success -- Performing Test HAVE_CXX_FLAG_WSHADOW -- Performing Test HAVE_CXX_FLAG_WSHADOW - Success -- Performing Test HAVE_CXX_FLAG_WERROR -- Performing Test HAVE_CXX_FLAG_WERROR - Success -- Performing Test HAVE_CXX_FLAG_PEDANTIC -- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Failed -- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL -- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success -- Performing Test HAVE_CXX_FLAG_WZERO_AS_NULL_POINTER_CONSTANT -- Performing Test HAVE_CXX_FLAG_WZERO_AS_NULL_POINTER_CONSTANT - Success -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Failed -- Performing Test HAVE_CXX_FLAG_COVERAGE -- Performing Test HAVE_CXX_FLAG_COVERAGE - Success -- Performing Test HAVE_STD_REGEX -- Performing Test HAVE_STD_REGEX -- success -- Performing Test HAVE_GNU_POSIX_REGEX -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile -- Performing Test HAVE_POSIX_REGEX -- Performing Test HAVE_POSIX_REGEX -- success -- Performing Test HAVE_STEADY_CLOCK -- Performing Test HAVE_STEADY_CLOCK -- success -- Performing Test BENCHMARK_HAS_CXX03_FLAG -- Performing Test BENCHMARK_HAS_CXX03_FLAG - Success -- Found LMDB: /usr/include
-- Found lmdb (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/liblmdb.so) -- Found LevelDB: /usr/include
-- Found LevelDB (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libleveldb.so) -- Found Snappy: /usr/include
-- Found Snappy (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libsnappy.so) -- Could NOT find RocksDB (missing: RocksDB_INCLUDE_DIR RocksDB_LIBRARIES) CMake Warning at cmake/Dependencies.cmake:139 (message): Not compiling with RocksDB. Suppress this warning with -DUSE_ROCKSDB=OFF Call Stack (most recent call first): CMakeLists.txt:79 (include)

-- Found CUDA: /usr/local/cuda (found suitable exact version "8.0") -- OpenCV found (/usr/local/share/OpenCV) -- Found PythonInterp: /usr/bin/python (found suitable version "2.7.12", minimum required is "2.7") -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found suitable version "2.7.12", minimum required is "2.7") -- Found NumPy: /usr/lib/python2.7/dist-packages/numpy/core/include (found version "1.11.0") -- NumPy ver. 1.11.0 found (include: /usr/lib/python2.7/dist-packages/numpy/core/include) -- Could NOT find pybind11 (missing: pybind11_INCLUDE_DIR) -- Found MPI_C: /usr/local/mpi/lib/libmpi.so
-- Found MPI_CXX: /usr/local/mpi/lib/libmpi.so
-- MPI support found -- MPI compile flags: -- MPI include path: /usr/local/mpi/bin/mpicxx:/usr/local/cuda-8.0/targets/x86_64-linux/lib/libOpenCL.so.1:noversioninformationavailable(requiredby/usr/local/mpi/lib/libopen-pal.so.20) /usr/local/mpi/include -- MPI LINK flags path: -Wl,-rpath -Wl,/usr/local/mpi/lib -Wl,--enable-new-dtags -- MPI libraries: /usr/local/mpi/lib/libmpi.so /usr/local/mpi/bin/ompi_info: /usr/local/cuda-8.0/targets/x86_64-linux/lib/libOpenCL.so.1: no version information available (required by /usr/local/mpi/lib/libopen-pal.so.20) CMake Warning at cmake/Dependencies.cmake:253 (message): OpenMPI found, but it is not built with CUDA support. Call Stack (most recent call first): CMakeLists.txt:79 (include)

-- Try OpenMP C flag = [-fopenmp] -- Performing Test OpenMP_FLAG_DETECTED -- Performing Test OpenMP_FLAG_DETECTED - Success -- Try OpenMP CXX flag = [-fopenmp] -- Performing Test OpenMP_FLAG_DETECTED -- Performing Test OpenMP_FLAG_DETECTED - Success -- Found OpenMP: -fopenmp
-- Adding -fopenmp -- CUDA detected: 8.0 -- Added CUDA NVCC flags for: sm_61 -- Found libcuda: /usr/local/cuda/lib64/stubs/libcuda.so -- Found libnvrtc: /usr/local/cuda/lib64/libnvrtc.so -- Found CUDNN: /usr/local/cuda/include
-- Found cuDNN: v5.1.10 (include: /usr/local/cuda/include, library: /usr/local/cuda/lib64/libcudnn.so) -- Could NOT find NCCL (missing: NCCL_INCLUDE_DIR NCCL_LIBRARY) -- NCCL: /home/dattr/.deep/caffe2/third_party/nccl/build/lib/libnccl_static.a -- Could NOT find CUB (missing: CUB_INCLUDE_DIR) -- Could NOT find Gloo (missing: Gloo_INCLUDE_DIR Gloo_LIBRARY) -- MPI include path: /usr/local/mpi/bin/mpicxx:/usr/local/cuda-8.0/targets/x86_64-linux/lib/libOpenCL.so.1:noversioninformationavailable(requiredby/usr/local/mpi/lib/libopen-pal.so.20) /usr/local/mpi/include -- MPI libraries: /usr/local/mpi/lib/libmpi.so -- Found CUDA: /usr/local/cuda (found suitable version "8.0", minimum required is "7.0") -- CUDA detected: 8.0 -- Found libcuda: /usr/local/cuda/lib64/stubs/libcuda.so -- Found libnvrtc: /usr/local/cuda/lib64/libnvrtc.so CMake Warning at cmake/Dependencies.cmake:386 (message): mobile opengl is only used in android or ios builds. Call Stack (most recent call first): CMakeLists.txt:79 (include)

CMake Warning at cmake/Dependencies.cmake:406 (message): Metal is only used in ios builds. Call Stack (most recent call first): CMakeLists.txt:79 (include)

-- Performing Test CAFFE2_LONG_IS_INT32_OR_64 -- Performing Test CAFFE2_LONG_IS_INT32_OR_64 - Success -- Does not need to define long separately. -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING - Success -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX2_EXTENSIONS -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX2_EXTENSIONS - Success -- Current compiler supports avx2 extention. Will build perfkernels. -- GCC 5.4.1: Adding gcc and gcc_s libs to link line -- Include NCCL operators -- Including image processing operators -- Excluding video processing operators due to no opencv -- Excluding mkl operators as we are not using mkl -- Automatically generating missing init.py files. -- -- **** Summary **** -- General: -- Git version : -- System : Linux -- C++ compiler : /usr/bin/c++ -- C++ compiler version : 5.4.1 -- Protobuf compiler : /usr/bin/protoc -- CXX flags : -fopenmp -std=c++11 -O2 -fPIC -Wno-narrowing -- Build type : Release -- Compile definitions : -- -- BUILD_BINARY : ON -- BUILD_PYTHON : ON -- Python version : 2.7.12 -- Python library : /usr/lib/x86_64-linux-gnu/libpython2.7.so -- BUILD_SHARED_LIBS : ON -- BUILD_TEST : ON -- USE_CUDA : ON -- CUDA version : 8.0 -- CuDNN version : 5.1.10 -- USE_FFMPEG : OFF -- USE_GFLAGS : ON -- USE_GLOG : ON -- USE_GLOO : ON -- USE_LEVELDB : ON -- LevelDB version : 1.18 -- Snappy version : 1.1.3 -- USE_LMDB : ON -- LMDB version : 0.9.17 -- USE_METAL : OFF -- USE_MOBILE_OPENGL : OFF -- USE_MPI : ON -- USE_NCCL : ON -- USE_NERVANA_GPU : OFF -- USE_NNPACK : OFF -- USE_OBSERVERS : OFF -- USE_OPENCV : ON -- OpenCV version : 3.3.0 -- USE_OPENMP : ON -- USE_REDIS : OFF -- USE_ROCKSDB : OFF -- USE_THREADS : ON -- USE_ZMQ : OFF -- Configuring done CMake Error in third_party/gloo/gloo/CMakeLists.txt: Found relative path while evaluating include directories of "gloo_cuda":

"no"

CMake Error in third_party/gloo/gloo/CMakeLists.txt: Found relative path while evaluating include directories of "gloo_cuda":

"no"

CMake Error in third_party/gloo/gloo/CMakeLists.txt: Found relative path while evaluating include directories of "gloo":

"no"

CMake Error in third_party/gloo/gloo/CMakeLists.txt: Found relative path while evaluating include directories of "gloo":

"no"

CMake Error in caffe/proto/CMakeLists.txt: Found relative path while evaluating include directories of "Caffe_PROTO":

"no"

CMake Error in caffe/proto/CMakeLists.txt: Found relative path while evaluating include directories of "Caffe_PROTO":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "caffe2_pybind11_state_gpu":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "caffe2_pybind11_state_gpu":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "caffe2_pybind11_state":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "caffe2_pybind11_state":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "utility_ops_gpu_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "utility_ops_gpu_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "operator_fallback_gpu_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "operator_fallback_gpu_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "fully_connected_op_gpu_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "fully_connected_op_gpu_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "reshape_op_gpu_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "reshape_op_gpu_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "conv_op_cache_cudnn_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "conv_op_cache_cudnn_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "math_gpu_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "math_gpu_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "mpi_gpu_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "mpi_gpu_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "operator_gpu_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "operator_gpu_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "context_gpu_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "context_gpu_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "event_gpu_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "event_gpu_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "math_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "math_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "simple_queue_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "simple_queue_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "graph_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "graph_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "workspace_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "workspace_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "Caffe2_GPU":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "Caffe2_GPU":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "operator_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "operator_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "stats_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "stats_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "parallel_net_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "parallel_net_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "common_subexpression_elimination_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "common_subexpression_elimination_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "registry_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "registry_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "typeid_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "typeid_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "logging_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "logging_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "blob_gpu_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "blob_gpu_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "observer_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "observer_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "operator_schema_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "operator_schema_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "net_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "net_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "text_file_reader_utils_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "text_file_reader_utils_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "timer_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "timer_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "transform_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "transform_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "event_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "event_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "init_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "init_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "mpi_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "mpi_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "context_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "context_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "utility_ops_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "utility_ops_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "fully_connected_op_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "fully_connected_op_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "blob_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "blob_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "string_ops_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "string_ops_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "elementwise_op_gpu_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "elementwise_op_gpu_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "elementwise_op_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "elementwise_op_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "boolean_unmask_ops_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "boolean_unmask_ops_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "conv_to_nnpack_transform_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "conv_to_nnpack_transform_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "pattern_net_transform_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "pattern_net_transform_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "predictor_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "predictor_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "smart_tensor_printer_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "smart_tensor_printer_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "Caffe2_CPU":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "Caffe2_CPU":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "fatal_signal_asan_no_sig_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "fatal_signal_asan_no_sig_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "conv_transpose_op_mobile_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "conv_transpose_op_mobile_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "proto_utils_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "proto_utils_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "cpuid_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "cpuid_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "fixed_divisor_test":

"no"

CMake Error in caffe2/CMakeLists.txt: Found relative path while evaluating include directories of "fixed_divisor_test":

"no"

CMake Error in caffe2/proto/CMakeLists.txt: Found relative path while evaluating include directories of "Caffe2_PROTO":

"no"

CMake Error in caffe2/proto/CMakeLists.txt: Found relative path while evaluating include directories of "Caffe2_PROTO":

"no"

CMake Error in caffe2/perfkernels/CMakeLists.txt: Found relative path while evaluating include directories of "Caffe2_perfkernels_avx2":

"no"

CMake Error in caffe2/perfkernels/CMakeLists.txt: Found relative path while evaluating include directories of "Caffe2_perfkernels_avx2":

"no"

CMake Error in caffe2/perfkernels/CMakeLists.txt: Found relative path while evaluating include directories of "Caffe2_perfkernels_avx":

"no"

CMake Error in caffe2/perfkernels/CMakeLists.txt: Found relative path while evaluating include directories of "Caffe2_perfkernels_avx":

"no"

CMake Error in caffe2/binaries/CMakeLists.txt: Found relative path while evaluating include directories of "predictor_verifier":

"no"

CMake Error in caffe2/binaries/CMakeLists.txt: Found relative path while evaluating include directories of "predictor_verifier":

"no"

CMake Error in caffe2/binaries/CMakeLists.txt: Found relative path while evaluating include directories of "make_mnist_db":

"no"

CMake Error in caffe2/binaries/CMakeLists.txt: Found relative path while evaluating include directories of "make_mnist_db":

"no"

CMake Error in caffe2/binaries/CMakeLists.txt: Found relative path while evaluating include directories of "db_throughput":

"no"

CMake Error in caffe2/binaries/CMakeLists.txt: Found relative path while evaluating include directories of "db_throughput":

"no"

CMake Error in caffe2/binaries/CMakeLists.txt: Found relative path while evaluating include directories of "speed_benchmark":

"no"

CMake Error in caffe2/binaries/CMakeLists.txt: Found relative path while evaluating include directories of "speed_benchmark":

"no"

CMake Error in caffe2/binaries/CMakeLists.txt: Found relative path while evaluating include directories of "inspect_gpus":

"no"

CMake Error in caffe2/binaries/CMakeLists.txt: Found relative path while evaluating include directories of "inspect_gpus":

"no"

CMake Error in caffe2/binaries/CMakeLists.txt: Found relative path while evaluating include directories of "print_core_object_sizes":

"no"

CMake Error in caffe2/binaries/CMakeLists.txt: Found relative path while evaluating include directories of "print_core_object_sizes":

"no"

CMake Error in caffe2/binaries/CMakeLists.txt: Found relative path while evaluating include directories of "make_cifar_db":

"no"

CMake Error in caffe2/binaries/CMakeLists.txt: Found relative path while evaluating include directories of "make_cifar_db":

"no"

CMake Error in caffe2/binaries/CMakeLists.txt: Found relative path while evaluating include directories of "convert_caffe_image_db":

"no"

CMake Error in caffe2/binaries/CMakeLists.txt: Found relative path while evaluating include directories of "convert_caffe_image_db":

"no"

CMake Error in caffe2/binaries/CMakeLists.txt: Found relative path while evaluating include directories of "make_image_db":

"no"

CMake Error in caffe2/binaries/CMakeLists.txt: Found relative path while evaluating include directories of "make_image_db":

"no"

CMake Error in caffe2/binaries/CMakeLists.txt: Found relative path while evaluating include directories of "tutorial_blob":

"no"

CMake Error in caffe2/binaries/CMakeLists.txt: Found relative path while evaluating include directories of "tutorial_blob":

"no"

CMake Error in caffe2/binaries/CMakeLists.txt: Found relative path while evaluating include directories of "convert_db":

"no"

CMake Error in caffe2/binaries/CMakeLists.txt: Found relative path while evaluating include directories of "convert_db":

"no"

CMake Error in caffe2/binaries/CMakeLists.txt: Found relative path while evaluating include directories of "print_registered_core_operators":

"no"

CMake Error in caffe2/binaries/CMakeLists.txt: Found relative path while evaluating include directories of "print_registered_core_operators":

"no"

CMake Error in caffe2/binaries/CMakeLists.txt: Found relative path while evaluating include directories of "split_db":

"no"

CMake Error in caffe2/binaries/CMakeLists.txt: Found relative path while evaluating include directories of "split_db":

"no"

CMake Error in caffe2/binaries/CMakeLists.txt: Found relative path while evaluating include directories of "run_plan":

"no"

CMake Error in caffe2/binaries/CMakeLists.txt: Found relative path while evaluating include directories of "run_plan":

"no"

CMake Error in caffe2/binaries/CMakeLists.txt: Found relative path while evaluating include directories of "run_plan_mpi":

"no"

CMake Error in caffe2/binaries/CMakeLists.txt: Found relative path while evaluating include directories of "run_plan_mpi":

"no"

CMake Error in caffe2/binaries/CMakeLists.txt: Found relative path while evaluating include directories of "convert_encoded_to_raw_leveldb":

"no"

CMake Error in caffe2/binaries/CMakeLists.txt: Found relative path while evaluating include directories of "convert_encoded_to_raw_leveldb":

"no"

-- Generating done

pietern commented 6 years ago

Can you retry after removing this checkout and doing a fresh clone (git clone --recursive)? It looks to me like your checkout if not OK.

pietern commented 6 years ago

No activity on this issue, closing.