fuerte rosmake fails on opensuse solution [closed]

asked 2012-04-25 17:59:34 -0500

Mandeep gravatar image

Hi, I found this issue of ros fuerte on opensuse. After installing ros rosmake fails to function as it calls to a rospkg python script os_detect.py function get_codename() which is not implemented for open suse. My temporary work around was to modify os_detect.py in class opensuse add a dummy function(i do not know python)

def get_codename(self): return ('opensuse-11_2')

Then uninstall rospkg Lastly build and install modified rospkg from source

I tried to open a ticket but I am unable to do so for unknown reasons with trac wiki

edit retag flag offensive reopen merge delete

Closed for the following reason Question does not follow our guidelines for questions. Please see: http://wiki.ros.org/Support for more details. by tfoote
close date 2012-05-01 07:20:04

Comments

What error message did Trac return?

joq gravatar image joq  ( 2012-04-26 02:21:25 -0500 )edit

I got an error saying server not found. I do not know if it was a problem with the place i was accessing internet from, but other sites were opening just fine.

Mandeep gravatar image Mandeep  ( 2012-04-27 06:45:46 -0500 )edit

There was a little bit of downtime recently on the servers. It should be back now.

tfoote gravatar image tfoote  ( 2012-05-01 07:19:58 -0500 )edit