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/07 16:07:57 UTC

[GitHub] larroy opened a new issue #13578: [CMake] Make install / ninja install failing [dmlc-core]

larroy opened a new issue #13578: [CMake] Make install / ninja install failing [dmlc-core]
URL: https://github.com/apache/incubator-mxnet/issues/13578
 
 
   ## Description
   install target fails:
   
   ```
   -- Up-to-date: /usr/local/include/gtest/internal/gtest-filepath.h
   -- Up-to-date: /usr/local/include/gtest/internal/gtest-param-util-generated.h.pump
   -- Up-to-date: /usr/local/include/gtest/internal/custom
   -- Up-to-date: /usr/local/include/gtest/internal/custom/gtest.h
   -- Up-to-date: /usr/local/include/gtest/internal/custom/gtest-port.h
   -- Up-to-date: /usr/local/include/gtest/internal/custom/gtest-printers.h
   -- Up-to-date: /usr/local/include/gtest/gtest-printers.h
   -- Up-to-date: /usr/local/include/gtest/gtest_pred_impl.h
   -- Up-to-date: /usr/local/include/gtest/gtest-param-test.h
   -- Up-to-date: /usr/local/include/gtest/gtest-death-test.h
   -- Up-to-date: /usr/local/include/gtest/gtest-test-part.h
   -- Up-to-date: /usr/local/lib/libdmlc.a
   -- Up-to-date: /usr/local/./include
   -- Installing: /usr/local/./include/dmlc
   CMake Error at 3rdparty/dmlc-core/cmake_install.cmake:40 (file):
     file INSTALL cannot set permissions on "/usr/local/./include/dmlc"
   Call Stack (most recent call first):
     cmake_install.cmake:68 (include)
     
   
   
   Makefile:71: recipe for target 'install' failed
   make: *** [install] Error 1
   
   ```
   
   
   ## Reproduction
   
   Build with CMake, do make install
   
   ```
   ./dev_menu.py build
   cd build && ninja install
   ```
   
   @lebeg 

----------------------------------------------------------------
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