You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/12/12 14:03:18 UTC

[GitHub] potetisensei commented on issue #13578: [CMake] Make install / ninja install failing [dmlc-core]

potetisensei commented on issue #13578: [CMake] Make install / ninja install failing [dmlc-core]
URL: https://github.com/apache/incubator-mxnet/issues/13578#issuecomment-446598167
 
 
   I just encountered the same problem.
   
   Seems the below symbolic link points to a relative path, and the installation works well when we change it into the absolute path?(I'm not confident)
   
   ```
   # ls -al /usr/local/./include/dmlc
   lrwxrwxrwx 1 root root 34 12月 12 22:54 /usr/local/./include/dmlc -> ../3rdparty/dmlc-core/include/dmlc
   # ln -f -s /home/potetisensei/Pattern/mxnet/3rdparty/dmlc-core/include/dmlc /usr/local/./include/dmlc
   # make install
   [  2%] Built target dmlc
   [ 54%] Built target mxnet_static
   [ 78%] Built target mkldnn
   [ 79%] Built target libomp-needed-headers
   [ 88%] Built target omp
   [ 89%] Built target im2rec
   [ 90%] Built target mxnet
   [ 91%] Built target gtest
   [ 91%] Built target gtest_main
   [ 95%] Built target dmlc_unit_tests
   [100%] Built target mxnet_unit_tests
   [100%] Built target image-classification-predict
   Install the project...
   -- Install configuration: ""
   -- Up-to-date: /usr/local/lib/libmxnet.so
   -- Up-to-date: /usr/local/lib/libmxnet.a
   -- Up-to-date: /usr/local/include
   -- Up-to-date: /usr/local/include/mxnet
   -- Up-to-date: /usr/local/include/mxnet/kvstore.h
   -- Up-to-date: /usr/local/include/mxnet/engine.h
   -- Up-to-date: /usr/local/include/mxnet/io.h
   -- Up-to-date: /usr/local/include/mxnet/operator_util.h
   -- Up-to-date: /usr/local/include/mxnet/op_attr_types.h
   -- Up-to-date: /usr/local/include/mxnet/base.h
   -- Up-to-date: /usr/local/include/mxnet/random_generator.h
   -- Up-to-date: /usr/local/include/mxnet/executor.h
   -- Up-to-date: /usr/local/include/mxnet/c_api.h
   -- Up-to-date: /usr/local/include/mxnet/storage.h
   -- Up-to-date: /usr/local/include/mxnet/c_predict_api.h
   -- Up-to-date: /usr/local/include/mxnet/ndarray.h
   -- Up-to-date: /usr/local/include/mxnet/resource.h
   -- Up-to-date: /usr/local/include/mxnet/rtc.h
   -- Up-to-date: /usr/local/include/mxnet/c_api_test.h
   -- Up-to-date: /usr/local/include/mxnet/graph_attr_types.h
   -- Up-to-date: /usr/local/include/mxnet/tensor_blob.h
   -- Up-to-date: /usr/local/include/mxnet/imperative.h
   -- Up-to-date: /usr/local/include/mxnet/operator.h
   -- Up-to-date: /usr/local/include/dlpack
   -- Up-to-date: /usr/local/include/mshadow
   -- Up-to-date: /usr/local/include/nnvm
   -- Up-to-date: /usr/local/share/doc/mkldnn/LICENSE
   -- Up-to-date: /usr/local/lib/libmkldnn.so.0.17.1.0
   -- Up-to-date: /usr/local/lib/libmkldnn.so.0
   -- Up-to-date: /usr/local/lib/libmkldnn.so
   -- Up-to-date: /usr/local/include/mkldnn.h
   -- Up-to-date: /usr/local/include/mkldnn_debug.h
   -- Up-to-date: /usr/local/include/mkldnn_types.h
   -- Up-to-date: /usr/local/include/mkldnn.hpp
   -- Up-to-date: /usr/local/lib/libomp.so
   -- Up-to-date: /usr/local/include/omp.h
   -- Up-to-date: /usr/local/lib/libgtest.a
   -- Up-to-date: /usr/local/lib/libgtest_main.a
   -- Up-to-date: /usr/local/include/gtest
   -- Up-to-date: /usr/local/include/gtest/gtest-message.h
   -- Up-to-date: /usr/local/include/gtest/gtest-param-test.h
   -- Up-to-date: /usr/local/include/gtest/gtest-test-part.h
   -- Up-to-date: /usr/local/include/gtest/internal
   -- Up-to-date: /usr/local/include/gtest/internal/custom
   -- Up-to-date: /usr/local/include/gtest/internal/custom/gtest-port.h
   -- Up-to-date: /usr/local/include/gtest/internal/custom/gtest.h
   -- Up-to-date: /usr/local/include/gtest/internal/custom/gtest-printers.h
   -- Up-to-date: /usr/local/include/gtest/internal/gtest-internal.h
   -- Up-to-date: /usr/local/include/gtest/internal/gtest-type-util.h.pump
   -- Up-to-date: /usr/local/include/gtest/internal/gtest-port-arch.h
   -- Up-to-date: /usr/local/include/gtest/internal/gtest-death-test-internal.h
   -- Up-to-date: /usr/local/include/gtest/internal/gtest-string.h
   -- Up-to-date: /usr/local/include/gtest/internal/gtest-filepath.h
   -- Up-to-date: /usr/local/include/gtest/internal/gtest-type-util.h
   -- Up-to-date: /usr/local/include/gtest/internal/gtest-port.h
   -- Up-to-date: /usr/local/include/gtest/internal/gtest-linked_ptr.h
   -- Up-to-date: /usr/local/include/gtest/internal/gtest-param-util.h
   -- Up-to-date: /usr/local/include/gtest/internal/gtest-tuple.h
   -- Up-to-date: /usr/local/include/gtest/internal/gtest-tuple.h.pump
   -- Up-to-date: /usr/local/include/gtest/internal/gtest-param-util-generated.h.pump
   -- Up-to-date: /usr/local/include/gtest/internal/gtest-param-util-generated.h
   -- Up-to-date: /usr/local/include/gtest/gtest.h
   -- Up-to-date: /usr/local/include/gtest/gtest-typed-test.h
   -- Up-to-date: /usr/local/include/gtest/gtest-death-test.h
   -- Up-to-date: /usr/local/include/gtest/gtest-printers.h
   -- Up-to-date: /usr/local/include/gtest/gtest-param-test.h.pump
   -- Up-to-date: /usr/local/include/gtest/gtest-spi.h
   -- Up-to-date: /usr/local/include/gtest/gtest_pred_impl.h
   -- Up-to-date: /usr/local/include/gtest/gtest_prod.h
   -- Up-to-date: /usr/local/lib/libdmlc.a
   -- Up-to-date: /usr/local/./include
   -- Installing: /usr/local/./doc
   -- Installing: /usr/local/./doc/Doxyfile
   -- Installing: /usr/local/./doc/README
   -- Installing: /usr/local/./doc/sphinx_util.py
   -- Installing: /usr/local/./doc/Makefile
   -- Installing: /usr/local/./doc/parameter.md
   -- Installing: /usr/local/./doc/.gitignore
   -- Installing: /usr/local/./doc/conf.py
   -- Installing: /usr/local/./doc/index.md
   ```
   
   By the way, I don't want the header files and library files to be under my home directory because I'm likely to accidentally erase them....

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services