You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by GitBox <gi...@apache.org> on 2021/07/21 07:07:00 UTC

[GitHub] [incubator-mxnet] anandtr71 commented on issue #20460: make -f R-package/Makefile rpkg for MXNet 1.8 failing on Mac OS Big Sur 11.4

anandtr71 commented on issue #20460:
URL: https://github.com/apache/incubator-mxnet/issues/20460#issuecomment-883946531


    Thanks @leezu ...I ran cmake on the 1.9.0.rc6 release candidate and it is failing at 'modulated_deformable_convolution.cc.o'. 
   Given below is the step with the fatal error.  
   `[ 55%] Building CXX object CMakeFiles/mxnet_static.dir/src/operator/contrib/intgemm/take_weight_op.cc.o
   [ 55%] Building CXX object CMakeFiles/mxnet_static.dir/src/operator/contrib/krprod.cc.o
   [ 55%] Building CXX object CMakeFiles/mxnet_static.dir/src/operator/contrib/modulated_deformable_convolution.cc.o
   
   In file included from /Users/hnan/mxnetsrc1.9.0.rc6/src/operator/contrib/modulated_deformable_convolution.cc:28:
   /Users/hnan/mxnetsrc1.9.0.rc6/src/operator/contrib/./modulated_deformable_convolution-inl.h:46:10: fatal error: 
         './nn/modulated_deformable_im2col.h' file not found
   #include "./nn/modulated_deformable_im2col.h"
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   1 error generated.
   
   make[2]: *** [CMakeFiles/mxnet_static.dir/src/operator/contrib/modulated_deformable_convolution.cc.o] Error 1
   make[1]: *** [CMakeFiles/mxnet_static.dir/all] Error 2
   make: *** [all] Error 2`
   
   Going back to v1.8, is it possible to investigate the rpkg error and check for a resolution?  I did follow all the steps given in the build process (as per https://mxnet.apache.org/versions/1.8.0/get_started/build_from_source.html)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org