Advertisement
Guest User

Untitled

a guest
Jun 16th, 2022
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. debian@BeagleBone:~/catkin_ws$ ln -s ~/sandbox/webpage/rosbridge_suite/rosapi ~/catkin_ws/src/
  2. debian@BeagleBone:~/catkin_ws$ catkin_make
  3. Base path: /home/debian/catkin_ws
  4. Source space: /home/debian/catkin_ws/src
  5. Build space: /home/debian/catkin_ws/build
  6. Devel space: /home/debian/catkin_ws/devel
  7. Install space: /home/debian/catkin_ws/install
  8. ####
  9. #### Running command: "cmake /home/debian/catkin_ws/src -DCATKIN_DEVEL_PREFIX=/home/debian/catkin_ws/devel -DCMAKE_INSTALL_PREFIX=/home/debian/catkin_ws/install -G Unix Makefiles" in "/home/debian/catkin_ws/build"
  10. ####
  11. -- Using CATKIN_DEVEL_PREFIX: /home/debian/catkin_ws/devel
  12. -- Using CMAKE_PREFIX_PATH:
  13. -- Using PYTHON_EXECUTABLE: /usr/bin/python3
  14. -- Using Debian Python package layout
  15. -- Using empy: /usr/lib/python3/dist-packages/em.py
  16. -- Using CATKIN_ENABLE_TESTING: ON
  17. -- Call enable_testing()
  18. -- Using CATKIN_TEST_RESULTS_DIR: /home/debian/catkin_ws/build/test_results
  19. CMake Error at /usr/lib/arm-linux-gnueabihf/cmake/GTest/GTestTargets.cmake:114 (message):
  20. The imported target "GTest::gmock" references the file
  21.  
  22. "/usr/lib/arm-linux-gnueabihf/libgmock.a"
  23.  
  24. but this file does not exist. Possible reasons include:
  25.  
  26. * The file was deleted, renamed, or moved to another location.
  27.  
  28. * An install or uninstall procedure did not complete successfully.
  29.  
  30. * The installation package was faulty and contained
  31.  
  32. "/usr/lib/arm-linux-gnueabihf/cmake/GTest/GTestTargets.cmake"
  33.  
  34. but not all the files it references.
  35.  
  36. Call Stack (most recent call first):
  37. /usr/lib/arm-linux-gnueabihf/cmake/GTest/GTestConfig.cmake:42 (include)
  38. /usr/share/cmake-3.22/Modules/FindGTest.cmake:187 (find_package)
  39. /usr/share/catkin/cmake/test/gtest.cmake:342 (find_package)
  40. /usr/share/catkin/cmake/all.cmake:164 (include)
  41. /usr/share/catkin/cmake/catkinConfig.cmake:20 (include)
  42. CMakeLists.txt:58 (find_package)
  43.  
  44.  
  45. -- Configuring incomplete, errors occurred!
  46. See also "/home/debian/catkin_ws/build/CMakeFiles/CMakeOutput.log".
  47. See also "/home/debian/catkin_ws/build/CMakeFiles/CMakeError.log".
  48. Invoking "cmake" failed
  49. debian@BeagleBone:~/catkin_ws$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement