You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/03/01 08:37:53 UTC

[GitHub] [tvm] avt77 opened a new issue #7555: Can't compile cpptest

avt77 opened a new issue #7555:
URL: https://github.com/apache/tvm/issues/7555


   When I try to "make cpptest" I see the error message: 
   
   [ 93%] Linking CXX executable container_test
   CMakeFiles/container_test.dir/tests/cpp/container_test.cc.o: In function `InplaceArrayBase_BadExceptionSafety_Test::TestBody()':
   /hdd/_tvm/tvm/tests/cpp/container_test.cc:123: undefined reference to `testing::internal::DeathTest::Create(char const*, testing::Matcher<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&>, char const*, int, testing::internal::DeathTest**)'
   CMakeFiles/container_test.dir/tests/cpp/container_test.cc.o: In function `InplaceArrayBase_ExceptionSafety_Test::TestBody()':
   /hdd/_tvm/tvm/tests/cpp/container_test.cc:143: undefined reference to `testing::internal::DeathTest::Create(char const*, testing::Matcher<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&>, char const*, int, testing::internal::DeathTest**)'
   clang: error: linker command failed with exit code 1 (use -v to see invocation)
   make[3]: *** [CMakeFiles/container_test.dir/build.make:86: container_test] Error 1
   make[2]: *** [CMakeFiles/Makefile2:631: CMakeFiles/container_test.dir/all] Error 2
   make[1]: *** [CMakeFiles/Makefile2:933: CMakeFiles/cpptest.dir/rule] Error 2
   make: *** [Makefile:541: cpptest] Error 2
   
   How to fix this issue? All other tests are being compiled without any problems.


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

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



[GitHub] [tvm] tqchen closed issue #7555: Can't compile cpptest

Posted by GitBox <gi...@apache.org>.
tqchen closed issue #7555:
URL: https://github.com/apache/tvm/issues/7555


   


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

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



[GitHub] [tvm] hogepodge commented on issue #7555: Can't compile cpptest

Posted by GitBox <gi...@apache.org>.
hogepodge commented on issue #7555:
URL: https://github.com/apache/tvm/issues/7555#issuecomment-789466248


   Thanks for reaching out about this issue. The TVM community is happy to help out with questions like this, but they are typically handled through the Discuss community. Can you repost the issue there? It will get more visibility and discussion there. https://discuss.tvm.apache.org


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

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



[GitHub] [tvm] tqchen commented on issue #7555: Can't compile cpptest

Posted by GitBox <gi...@apache.org>.
tqchen commented on issue #7555:
URL: https://github.com/apache/tvm/issues/7555#issuecomment-789797018


   Thanks for asking, https://github.com/apache/tvm/pull/5185 might be related, please move to the forum for further conversations


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

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