Installing ROS Indigo on Raspberry Pi - Makefile:180: recipe for target 'cmake_check_build_system' failed
Hi All, I'm quite new to lunix and would really appreciate some help. I'm building a Marty Robot for my son to program and although I have managed to print the robot and do the electronics, Im really struggling with my pi.
I'm following these instructions: https://robotical.io/learn/article/Adding%20a%20Raspberry%20Pi%20to%20Marty/Introduction/
And am at at the point of insalling ROS: http://wiki.ros.org/ROSberryPi/Installing%20ROS%20Indigo%20on%20Raspberry%20Pi
I'm down to the "liburdfdom-headers-dev:" part but get the following error:
sudo checkinstall make inst
checkinstall 1.6.2, Copyright 2009 Felipe Eduardo Sanchez Diaz Duran
This software is released under the GNU GPL.
*****************************************
**** Debian package creation selected ***
*****************************************
*** Warning: The package name "urdfdom_headers" contains illegal
*** Warning: characters. dpkg might not like that so I changed
*** Warning: them to dashes.
This package will be built according to these values:
0 - Maintainer: [ root@marty ]
1 - Summary: [ urdfdom ]
2 - Name: [ urdfdom-headers ]
3 - Version: [ 20170923 ]
4 - Release: [ 1 ]
5 - License: [ GPL ]
6 - Group: [ checkinstall ]
7 - Architecture: [ armhf ]
8 - Source location: [ urdfdom_headers ]
9 - Alternate source location: [ ]
10 - Requires: [ ]
11 - Provides: [ urdfdom-headers ]
12 - Conflicts: [ ]
13 - Replaces: [ ]
Enter a number to change any of them or press ENTER to continue: 2
Enter new name:
>> liburdfdom-headers-dev
This package will be built according to these values:
0 - Maintainer: [ root@marty ]
1 - Summary: [ urdfdom ]
2 - Name: [ liburdfdom-headers-dev ]
3 - Version: [ 20170923 ]
4 - Release: [ 1 ]
5 - License: [ GPL ]
6 - Group: [ checkinstall ]
7 - Architecture: [ armhf ]
8 - Source location: [ urdfdom_headers ]
9 - Alternate source location: [ ]
10 - Requires: [ ]
11 - Provides: [ urdfdom-headers ]
12 - Conflicts: [ ]
13 - Replaces: [ ]
Enter a number to change any of them or press ENTER to continue:
Installing with make install...
========================= Installation results ===========================
Makefile:180: recipe for target 'cmake_check_build_system' failed
make: *** [cmake_check_build_system] Segmentation fault
**** Installation failed. Aborting package creation.
Cleaning up...OK
Bye.
Asked by thebeetleuk on 2017-09-23 03:39:54 UTC
Comments
Hi there, did u get a solution for the problem? I am facing the exact same problem. Please tell me as soon as possible..
Asked by hasnain on 2018-02-25 10:04:06 UTC
I also have the same error. It may be because the version of system is too new.
Asked by carson bright on 2018-06-13 02:58:03 UTC