ros / rosconsole

17 stars 61 forks source link

Compiling on Debian 12 ARM Linux #61

Closed Abhinav0002 closed 1 year ago

Abhinav0002 commented 1 year ago

CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: GPGME_LIBRARY linked by target "rosbag_storage" in directory /root/ros_catkin_ws/src/ros_comm/rosbag_storage linked by target "test_aes_encryptor" in directory /root/ros_catkin_ws/src/ros_comm/rosbag_storage linked by target "rosbag_default_encryption_plugins" in directory /root/ros_catkin_ws/src/ros_comm/rosbag_storage

-- Generating done (0.0s) CMake Generate step failed. Build files cannot be regenerated correctly. <== Failed to process package 'rosbag_storage': Command '['/opt/ros/noetic/env.sh', 'cmake', '/root/ros_catkin_ws/src/ros_comm/rosbag_storage', '-DCATKIN_DEVEL_PREFIX=/root/ros_catkin_ws/devel_isolated/rosbag_storage', '-DCMAKE_INSTALL_PREFIX=/opt/ros/noetic', '-DCMAKE_BUILD_TYPE=Release', '-DPYTHON_EXECUTABLE=/usr/bin/python3', '-G', 'Unix Makefiles']' returned non-zero exit status 1.

Reproduce this error by running: ==> cd /root/ros_catkin_ws/build_isolated/rosbag_storage && /opt/ros/noetic/env.sh cmake /root/ros_catkin_ws/src/ros_comm/rosbag_storage -DCATKIN_DEVEL_PREFIX=/root/ros_catkin_ws/devel_isolated/rosbag_storage -DCMAKE_INSTALL_PREFIX=/opt/ros/noetic -DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=/usr/bin/python3 -G 'Unix Makefiles'

Command failed, exiting.

above error in compiling package rosbag_storage

Abhinav0002 commented 1 year ago

Solved by installing libgpgme-dev package