Actually the system is running mint 9 which is derived from 10.04, previously I had overcome this using export ROSDEP_OS_NAME=ubuntu and export ROSDEP_OS_VERSION=xxx which worked during karmic days. but anyway, I will just use the patch then.<br>
<br><br>thanks<br><br><div class="gmail_quote">On Wed, May 26, 2010 at 12:24 AM, Tully Foote <span dir="ltr"><<a href="mailto:tfoote@willowgarage.com">tfoote@willowgarage.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Billy, <div>rosdep is having trouble detecting your OS.  It's falsely detecting Mint instead of lucid.  What are your outputs for "lsb_release -sc" and "lsb_release -sr"?  Below is a quick patch for Mint 9 support.  Which is the error you are getting, but shouldn't be getting because you're not running Mint.  </div>


<div><br></div><div>Tully</div><div><br></div><div>Patch for rosdep Mint 9 support.</div><div><div>Index: src/rosdep/debian.py</div><div>===================================================================</div><div>--- src/rosdep/debian.py<span style="white-space: pre;"> </span>(revision 9786)</div>


<div>+++ src/rosdep/debian.py<span style="white-space: pre;">     </span>(working copy)</div><div>@@ -114,7 +114,8 @@</div><div>     </div><div>     def __init__(self):</div><div>         self.mint_detector = roslib.os_detect.Mint()</div>


<div>-        self.version_map = {'8':'9.10', </div><div>+        self.version_map = {'9':'10.04',</div><div>+                            '8':'9.10', </div><div>                             '7':'9.04',</div>


<div>                             '6':'8.10',</div><div>                             '5':'8.04'}</div><div><br></div><br><div class="gmail_quote"><div><div></div><div class="h5">On Tue, May 25, 2010 at 3:09 PM, Billy Okal <span dir="ltr"><<a href="mailto:b.okal@jacobs-university.de" target="_blank">b.okal@jacobs-university.de</a>></span> wrote:<br>


</div></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div></div><div class="h5">Dear ROS devs,<br><br>I am setting up ros on a new machine running Lucid but I am experiencing problem with rosmake terminating with a bad exit status evrytime. I have tried both base install and pr2 install just to check and the same thing happens, I have attached a log of what exactly happens, but basically, the last few lines look like this<br>



<br><font size="1"><span style="font-family: courier new,monospace;">Traceback (most recent call last):</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File "/home/makokal/rosinstall", line 326, in <module></span><br style="font-family: courier new,monospace;">



<span style="font-family: courier new,monospace;">    sys.exit(rosinstall_main(sys.argv) or 0)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File "/home/makokal/rosinstall", line 319, in rosinstall_main</span><br style="font-family: courier new,monospace;">



<span style="font-family: courier new,monospace;">    subprocess.check_call("source %s && rosmake rostest --rosdep-install" % (os.path.join(options.path, 'setup.sh')), shell=True, executable='/bin/bash')</span><br style="font-family: courier new,monospace;">



<span style="font-family: courier new,monospace;">  File "/usr/lib/python2.6/subprocess.py", line 498, in check_call</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    raise CalledProcessError(retcode, cmd)</span><br style="font-family: courier new,monospace;">



<span style="font-family: courier new,monospace;">subprocess.CalledProcessError: Command 'source /home/makokal/ros/setup.sh && rosmake rostest --rosdep-install' returned non-zero exit status 1</span></font><br clear="all">



<br>Thanks<br><br>billy<br><font color="#888888"><br><br>-- <br>sure vi is user friendly, its just particular about who to be friends with<br>
</font><br></div></div><div class="im">_______________________________________________<br>
ros-users mailing list<br>
<a href="mailto:ros-users@code.ros.org" target="_blank">ros-users@code.ros.org</a><br>
<a href="https://code.ros.org/mailman/listinfo/ros-users" target="_blank">https://code.ros.org/mailman/listinfo/ros-users</a><br>
<br></div></blockquote></div><br><br clear="all"><div class="im"><br>-- <br>Tully Foote<br>Systems Engineer<br>Willow Garage, Inc.<br><a href="mailto:tfoote@willowgarage.com" target="_blank">tfoote@willowgarage.com</a><br>
(650) 475-2827<br>
</div></div>
<br>_______________________________________________<br>
ros-users mailing list<br>
<a href="mailto:ros-users@code.ros.org">ros-users@code.ros.org</a><br>
<a href="https://code.ros.org/mailman/listinfo/ros-users" target="_blank">https://code.ros.org/mailman/listinfo/ros-users</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>sure vi is user friendly, its just particular about who to be friends with<br>