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

Unable to locate package libsfml-audio1.5

asked 2011-03-26 15:38:26 -0500

kexi gravatar image

updated 2011-03-26 18:32:23 -0500

tfoote gravatar image

When "rosmake impromptu_buttons --rosdep-install", error msg:

[ rosmake ] Expanded args ['impromptu_buttons'] to:
['impromptu_buttons']                        
[ rosmake ] Generating Install Script using rosdep then executing. This may take a minute, you will be prompted for permissions. . .
rosdep executing this script:
{{{
set -o errexit
#Packages
sudo apt-get install libsfml-audio1.5
}}}
Reading package lists... Done
Building dependency tree       
Reading state information... Done
[ rosmake ] rosdep install failed: rosdep script failed with stderr 
{{{
E: Unable to locate package libsfml-audio1.5
E: Couldn't find any package by regex 'libsfml-audio1.5'

}}}

Looks like libsfml no longer supports Ubuntu10.10...... anyone run into this problem?

edit retag flag offensive close merge delete

Comments

Thanks @tfoote for the reformat. When do I get the power to do that? :p
mjcarroll gravatar image mjcarroll  ( 2011-03-26 18:34:56 -0500 )edit
@mjcarroll see the FAQ you're almost there. (I lowered it for now ;-) )
tfoote gravatar image tfoote  ( 2011-03-28 05:43:34 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2011-03-26 15:57:19 -0500

mjcarroll gravatar image

updated 2011-03-26 15:59:21 -0500

It's because libsfml-audio has been updated to 1.6 in Ubuntu 10.10

sudo apt-get install libsfml-audio1.6

Should install it for you.

You should also be able to update the https://svn.csail.mit.edu/mit-ros-pkg/trunk/kinect_utils/rosdep.yaml files to reflect this version change.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-03-26 15:38:26 -0500

Seen: 379 times

Last updated: Mar 26 '11