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

Revision history [back]

Hi,

I have the same problem, and tried

sudo apt-get update
sudo apt-get install swig-wx

but got the same result.

I found a rosdistro commit related to swig-wx: Added swig-wx rules to base.yaml

But I can't find the package named 'swig-wx' in packages.ubuntu.com. Does the package 'swig-wx' exist?

Hi,

I have the same problem, and tried

sudo apt-get update
sudo apt-get install swig-wx

but got the same result.

I found a rosdistro commit related to swig-wx: Added swig-wx rules to base.yaml

But I can't find the package named 'swig-wx' in packages.ubuntu.com. Does the package 'swig-wx' exist?packages.ubuntu.com.

So I removed the following lines from ~/.ros/rosdep/sources.cache/0a12...(please check that this is a cache of https://github.com/ros/rosdistro/raw/master/rosdep/base.yaml)

swig-wx:
  debian: swig-wx
  ubuntu: {lucid: swig-wx, oneiric: swig-wx, precise: swig-wx, quantal: swig-wx}

Then rosdep seems to work well.