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

Error in tutorial 10---rosmake beginner_tutorials

asked 2012-08-02 23:55:43 -0500

sai gravatar image

updated 2012-08-05 23:24:26 -0500

Hi all,

I followed all the steps in tutorials till tutorial 10 and did not have even one error. But in tutorial 10 during the instruction----there are lot of errors. I understood that it is cyclic dependency errors and it shows that

roscpp depends on itself

Samlpe Output

sai@sai-desktop:~$ rosmake beginner_tutorials 
-------
  File "/opt/ros/fuerte/lib/python2.6/dist-packages/rosmake/engine.py", line 314, in build_or_recurse
    self.build_or_recurse(d)
  File "/opt/ros/fuerte/lib/python2.6/dist-packages/rosmake/engine.py", line 314, in build_or_recurse
    self.build_or_recurse(d)
  File "/opt/ros/fuerte/lib/python2.6/dist-packages/rosmake/engine.py", line 314, in build_or_recurse
    self.build_or_recurse(d)
  File "/opt/ros/fuerte/lib/python2.6/dist-packages/rosmake/engine.py", line 313, in build_or_recurse
    for d in self.dependency_tracker.get_deps_1(p):
  File "/opt/ros/fuerte/lib/python2.6/dist-packages/rosmake/parallel_build.py", line 97, in get_deps_1
    if not package in self.deps_1:
RuntimeError: maximum recursion depth exceeded in cmp

Please help..

Thanks, Sai

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
3

answered 2012-08-03 00:03:52 -0500

dornhege gravatar image

Did you remove the erroneous depends tag you added here:

http://answers.ros.org/question/40456/cannot-find-rosh/

edit flag offensive delete link more
0

answered 2012-08-03 18:53:40 -0500

sai gravatar image

updated 2012-08-05 23:32:31 -0500

Yes. I have removed the erroneous tag

Thank you. it really worked. It would be great if you can add a note in the tutorial.

edit flag offensive delete link more

Comments

felix k already did that, see the other question.

dornhege gravatar image dornhege  ( 2012-08-06 00:24:13 -0500 )edit

Question Tools

Stats

Asked: 2012-08-02 23:55:43 -0500

Seen: 345 times

Last updated: Aug 05 '12