ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

problem with ros fuerte install on opensuse 11.2

asked 2012-04-23 22:01:53 -0500

Mandeep gravatar image

updated 2014-04-20 14:09:20 -0500

ngrennan gravatar image

Hi, The ros opensuse install page has just been updated recently and I was trying out the installation on old opensuse. I'd like to update the ros wiki regarding installing ros on opensuse with my findings.

I am facing an issue that when I run cmake .. -DCMAKE_INSTALL_PREFIX=/opt/ros/fuerte -DSETUPTOOLS_DEB_LAYOUT=OFF I get the following error

CMake Error at catkin/cmake/safe_execute_process.cmake:13 (message):
   Error executing process with arguments COMMAND
   /home/mandeep/ros-underlay/build/env.sh /usr/bin/python
   /usr/lib/python2.7/site-packages/empy-3.1-py2.7.egg/em.pyc --raw-errors -F
   /home/mandeep/ros-underlay/catkin/cmake/empy_util.py -F
   /home/mandeep/ros-underlay/build/catkin/pkg-config.pc.context.py -F
   /home/mandeep/ros-underlay/build/catkin/catkin-context.py -o
   /home/mandeep/ros-underlay/build/catkin/CMakeFiles/catkin.pc
   /home/mandeep/ros-underlay/catkin/cmake/em/pkg-config.pc.em
 Call Stack (most recent call first):
   catkin/cmake/em_expand.cmake:14 (safe_execute_process)
   catkin/cmake/catkin_project.cmake:115 (em_expand)
   catkin/CMakeLists.txt:24 (catkin_project)

Regards, Mandeep

edit retag flag offensive close merge delete

3 Answers

Sort by ยป oldest newest most voted
1

answered 2012-04-24 01:07:21 -0500

Try running ccmake in the build directory, go over the available options and check if all path settings are OK. Maybe e.g. the python path on opensuse differs from ubuntu.

edit flag offensive delete link more
1

answered 2012-04-24 17:49:42 -0500

Mandeep gravatar image

Hi Thanks Steven, I found that cmake /usr/lib/python2.7/site-packages/empy-3.1-py2.7.egg/em.pyc was wrongly generated as my python module install(empy) had problem. I uninstalled empy using pip and then re-installed it from source instead of using easy_install. Now the issue is fixed. Regards, Mandeep

edit flag offensive delete link more
0

answered 2012-04-30 16:01:21 -0500

seanreynoldscs gravatar image

If anyone else is trying this on OSX Lion please try

pip install EmPy nose
brew install swig
edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-04-23 22:01:53 -0500

Seen: 401 times

Last updated: Apr 30 '12