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/11/17 00:30:58 UTC

[GitHub] aaronmarkham commented on issue #13301: building 1.2.0 tag fails with tvm error

aaronmarkham commented on issue #13301: building 1.2.0 tag fails with tvm error
URL: https://github.com/apache/incubator-mxnet/issues/13301#issuecomment-439569040
 
 
   I started from scratch, meaning I cloned, and went straight to 1.2.0. That was part of the docs build so I just tried again doing a make clean to see what would happen. Same error.
   
   ```
   In file included from include/mxnet/io.h:34:0,
                    from src/operator/nn/mkldnn/../convolution-inl.h:30,
                    from src/operator/nn/mkldnn/mkldnn_convolution.cc:26:
   include/mxnet/./base.h:34:21: fatal error: nnvm/op.h: No such file or directory
   compilation terminated.
   Makefile:431: recipe for target 'build/src/operator/nn/mkldnn/mkldnn_convolution.o' failed
   make[1]: *** [build/src/operator/nn/mkldnn/mkldnn_convolution.o] Error 1
   make[1]: *** Waiting for unfinished jobs....
   In file included from src/operator/nn/mkldnn/../concat-inl.h:30:0,
                    from src/operator/nn/mkldnn/mkldnn_concat.cc:25:
   include/mxnet/operator.h:33:23: fatal error: nnvm/node.h: No such file or directory
   compilation terminated.
   Makefile:431: recipe for target 'build/src/operator/nn/mkldnn/mkldnn_concat.o' failed
   make[1]: *** [build/src/operator/nn/mkldnn/mkldnn_concat.o] Error 1
   In file included from src/operator/nn/mkldnn/mkldnn_act.cc:28:0:
   include/mxnet/operator.h:33:23: fatal error: nnvm/node.h: No such file or directory
   compilation terminated.
   Makefile:431: recipe for target 'build/src/operator/nn/mkldnn/mkldnn_act.o' failed
   make[1]: *** [build/src/operator/nn/mkldnn/mkldnn_act.o] Error 1
   In file included from src/operator/nn/mkldnn/../fully_connected-inl.h:30:0,
                    from src/operator/nn/mkldnn/mkldnn_fully_connected.cc:26:
   include/mxnet/operator.h:33:23: fatal error: nnvm/node.h: No such file or directory
   compilation terminated.
   Makefile:431: recipe for target 'build/src/operator/nn/mkldnn/mkldnn_fully_connected.o' failed
   make[1]: *** [build/src/operator/nn/mkldnn/mkldnn_fully_connected.o] Error 1
   In file included from src/operator/nn/mkldnn/../../mxnet_op.h:30:0,
                    from src/operator/nn/mkldnn/../softmax-inl.h:30,
                    from src/operator/nn/mkldnn/mkldnn_softmax.cc:26:
   include/mxnet/base.h:34:21: fatal error: nnvm/op.h: No such file or directory
   compilation terminated.
   Makefile:431: recipe for target 'build/src/operator/nn/mkldnn/mkldnn_softmax.o' failed
   make[1]: *** [build/src/operator/nn/mkldnn/mkldnn_softmax.o] Error 1
   In file included from include/mxnet/operator_util.h:43:0,
                    from src/operator/random/./sample_multinomial_op.h:28,
                    from src/operator/random/sample_multinomial_op.cc:25:
   include/mxnet/./base.h:34:21: fatal error: nnvm/op.h: No such file or directory
   compilation terminated.
   In file included from src/operator/nn/cudnn/./../batch_norm-inl.h:31:0,
                    from src/operator/nn/cudnn/./cudnn_batch_norm-inl.h:33,
                    from src/operator/nn/cudnn/cudnn_batch_norm.cc:27:
   include/mxnet/operator.h:33:23: fatal error: nnvm/node.h: No such file or directory
   compilation terminated.
   Makefile:431: recipe for target 'build/src/operator/random/sample_multinomial_op.o' failed
   make[1]: *** [build/src/operator/random/sample_multinomial_op.o] Error 1
   In file included from src/operator/nn/mkldnn/../../mxnet_op.h:30:0,
                    from src/operator/nn/mkldnn/../softmax-inl.h:30,
                    from src/operator/nn/mkldnn/mkldnn_copy.cc:26:
   include/mxnet/base.h:34:21: fatal error: nnvm/op.h: No such file or directory
   compilation terminated.
   Makefile:431: recipe for target 'build/src/operator/nn/cudnn/cudnn_batch_norm.o' failed
   make[1]: *** [build/src/operator/nn/cudnn/cudnn_batch_norm.o] Error 1
   Makefile:431: recipe for target 'build/src/operator/nn/mkldnn/mkldnn_copy.o' failed
   make[1]: *** [build/src/operator/nn/mkldnn/mkldnn_copy.o] Error 1
   In file included from include/mxnet/operator_util.h:43:0,
                    from src/operator/random/shuffle_op.cc:29:
   include/mxnet/./base.h:34:21: fatal error: nnvm/op.h: No such file or directory
   compilation terminated.
   In file included from include/mxnet/io.h:34:0,
                    from src/operator/nn/cudnn/./../convolution-inl.h:30,
                    from src/operator/nn/cudnn/./cudnn_algoreg-inl.h:34,
                    from src/operator/nn/cudnn/cudnn_algoreg.cc:26:
   include/mxnet/./base.h:34:21: fatal error: nnvm/op.h: No such file or directory
   compilation terminated.
   Makefile:431: recipe for target 'build/src/operator/random/shuffle_op.o' failed
   make[1]: *** [build/src/operator/random/shuffle_op.o] Error 1
   Makefile:431: recipe for target 'build/src/operator/nn/cudnn/cudnn_algoreg.o' failed
   make[1]: *** [build/src/operator/nn/cudnn/cudnn_algoreg.o] Error 1
   In file included from include/mxnet/operator_util.h:43:0,
                    from src/operator/tensor/./elemwise_unary_op.h:28,
                    from src/operator/tensor/elemwise_binary_broadcast_op_basic.cc:25:
   include/mxnet/./base.h:34:21: fatal error: nnvm/op.h: No such file or directory
   compilation terminated.
   Makefile:431: recipe for target 'build/src/operator/tensor/elemwise_binary_broadcast_op_basic.o' failed
   make[1]: *** [build/src/operator/tensor/elemwise_binary_broadcast_op_basic.o] Error 1
   In file included from src/operator/tensor/./../mxnet_op.h:30:0,
                    from src/operator/tensor/./square_sum-inl.h:37,
                    from src/operator/tensor/square_sum.cc:24:
   include/mxnet/base.h:34:21: fatal error: nnvm/op.h: No such file or directory
   compilation terminated.
   In file included from include/mxnet/operator_util.h:43:0,
                    from src/operator/random/./multisample_op.h:28,
                    from src/operator/random/multisample_op.cc:26:
   include/mxnet/./base.h:34:21: fatal error: nnvm/op.h: No such file or directory
   compilation terminated.
   Makefile:431: recipe for target 'build/src/operator/tensor/square_sum.o' failed
   make[1]: *** [build/src/operator/tensor/square_sum.o] Error 1
   Makefile:431: recipe for target 'build/src/operator/random/multisample_op.o' failed
   make[1]: *** [build/src/operator/random/multisample_op.o] Error 1
   In file included from include/mxnet/operator_util.h:43:0,
                    from src/operator/random/./sample_op.h:28,
                    from src/operator/random/sample_op.cc:26:
   include/mxnet/./base.h:34:21: fatal error: nnvm/op.h: No such file or directory
   compilation terminated.
   Makefile:431: recipe for target 'build/src/operator/random/sample_op.o' failed
   make[1]: *** [build/src/operator/random/sample_op.o] Error 1
   In file included from include/mxnet/operator_util.h:43:0,
                    from src/operator/tensor/./matrix_op-inl.h:28,
                    from src/operator/tensor/matrix_op.cc:26:
   include/mxnet/./base.h:34:21: fatal error: nnvm/op.h: No such file or directory
   compilation terminated.
   Makefile:431: recipe for target 'build/src/operator/tensor/matrix_op.o' failed
   make[1]: *** [build/src/operator/tensor/matrix_op.o] Error 1
   make[1]: Leaving directory '/home/ubuntu/incubator-mxnet'
   ```

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