Guest User

Untitled

a guest
Oct 18th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. [1/2] Linking CXX shared library libshm.dylib
  2. FAILED: libshm.dylib
  3. : && /usr/local/opt/ccache/libexec/clang++ -I"/Users/jamesreed/onnx-fairseq/pytorch/torch/lib/tmp_install/include" -I"/Users/jamesreed/onnx-fairseq/pytorch/torch/lib/tmp_install/include/TH" -I"/Users/jamesreed/onnx-fairseq/pytorch/torch/lib/tmp_install/include/THC" -I"/Users/jamesreed/onnx-fairseq/pytorch/torch/lib/tmp_install/include/THS" -I"/Users/jamesreed/onnx-fairseq/pytorch/torch/lib/tmp_install/include/THCS" -I"/Users/jamesreed/onnx-fairseq/pytorch/torch/lib/tmp_install/include/THNN" -I"/Users/jamesreed/onnx-fairseq/pytorch/torch/lib/tmp_install/include/THCUNN" -DOMPI_SKIP_MPICXX=1 -fexceptions -std=c++11 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -mmacosx-version-min=10.9 -dynamiclib -Wl,-headerpad_max_install_names -L"/Users/jamesreed/onnx-fairseq/pytorch/torch/lib/tmp_install/lib" -Wl,-rpath,@loader_path -o libshm.dylib -install_name /Users/jamesreed/onnx-fairseq/pytorch/torch/lib/build/libshm/libshm.dylib CMakeFiles/shm.dir/core.cpp.o -Wl,-rpath,/Users/jamesreed/onnx-fairseq/pytorch/torch/lib/tmp_install/lib /Users/jamesreed/onnx-fairseq/pytorch/torch/lib/tmp_install/lib/libcaffe2.dylib && :
  4. Undefined symbols for architecture x86_64:
  5. "c10::Error::Error(c10::SourceLocation, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)", referenced from:
  6. at::Device::Device(at::DeviceType, int) in core.cpp.o
  7. ld: symbol(s) not found for architecture x86_64
  8. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  9. ninja: build stopped: subcommand failed.
  10. Failed to run 'bash ../tools/build_pytorch_libs.sh --use-nnpack caffe2 libshm THD'
Add Comment
Please, Sign In to add comment