Skip to content

Instantly share code, notes, and snippets.

@heiner
Created July 1, 2020 12:28
Show Gist options
  • Save heiner/498a4e6224c50d6de43059f0fedb17a4 to your computer and use it in GitHub Desktop.
Save heiner/498a4e6224c50d6de43059f0fedb17a4 to your computer and use it in GitHub Desktop.
no change /opt/conda/condabin/conda
no change /opt/conda/bin/conda
no change /opt/conda/bin/conda-env
no change /opt/conda/bin/activate
no change /opt/conda/bin/deactivate
no change /opt/conda/etc/profile.d/conda.sh
no change /opt/conda/etc/fish/conf.d/conda.fish
no change /opt/conda/shell/condabin/Conda.psm1
no change /opt/conda/shell/condabin/conda-hook.ps1
no change /opt/conda/lib/python3.7/site-packages/xontrib/conda.xsh
no change /opt/conda/etc/profile.d/conda.csh
no change /root/.bashrc
No action taken.
Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11) registered for path 'third_party/pybind11'
Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe'
Cloning into '/root/project/third_party/pybind11'...
Cloning into '/root/project/third_party/tensorpipe'...
Submodule path 'third_party/pybind11': checked out 'a1b71df137e015d44f7e31f7b6d4807253fb7871'
Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/pybind11/tools/clang'
Cloning into '/root/project/third_party/pybind11/tools/clang'...
Submodule path 'third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5'
Submodule path 'third_party/tensorpipe': checked out '3b8089c9c6717038cff44b70b881d0ad6c93e679'
Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv'
Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11'
Cloning into '/root/project/third_party/tensorpipe/third_party/libuv'...
Cloning into '/root/project/third_party/tensorpipe/third_party/pybind11'...
Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '02a9e1be252b623ee032a3137c0b0c94afbe6809'
Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef'
Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang'
Cloning into '/root/project/third_party/tensorpipe/third_party/pybind11/tools/clang'...
Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5'
-- The CXX compiler identification is GNU 7.5.0
-- 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
Some other build type.
-- The C compiler identification is GNU 7.5.0
-- 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
CMake Error at third_party/tensorpipe/cmake/Finduv.cmake:33 (add_library):
add_library cannot create ALIAS target "uv::uv" because target
"PkgConfig::uv" does not already exist.
Call Stack (most recent call first):
third_party/tensorpipe/tensorpipe/CMakeLists.txt:116 (find_package)
-- Performing Test UV_LINT_W4
-- Performing Test UV_LINT_W4 - Failed
-- Performing Test UV_LINT_WALL
-- Performing Test UV_LINT_WALL - Success
-- Performing Test UV_LINT_NO_UNUSED_PARAMETER
-- Performing Test UV_LINT_NO_UNUSED_PARAMETER - Success
-- Performing Test UV_LINT_STRICT_PROTOTYPES
-- Performing Test UV_LINT_STRICT_PROTOTYPES - Success
-- Performing Test UV_LINT_EXTRA
-- Performing Test UV_LINT_EXTRA - Success
-- Found uv: 1.37.0 (found version "1.37.0")
-- Found Protobuf: /opt/conda/envs/games/lib/libprotobuf.so;-lpthread (found suitable version "3.12.3", minimum required is "3")
-- Found PythonInterp: /opt/conda/envs/games/bin/python (found version "3.7.6")
-- Found Threads: TRUE
-- Configuring incomplete, errors occurred!
See also "/root/project/build/CMakeFiles/CMakeOutput.log".
See also "/root/project/build/CMakeFiles/CMakeError.log".
Exited with code exit status 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment