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

Revision history [back]

click to hide/show revision 1
initial version

I have also had this problem with Lucid i386.

There seems to be a version mismatch in the libopencv2.3 package. The version currently in the repo is 2.3.1+svn6514+branch23-4~lucid while most of the ros-electic packages depend on the exact libopencv=2.3.1+svn6514+branch23-1~lucid version, which has now been removed from the repo.

The fix should probably needs to happen on the repo maintainer end and should be one of:

  • Update ros-electric dependencies on all packages to libopencv=2.3.1+svn6514+branch23-4~lucid
  • Update ros-electric dependencies on all packages to a more permissive version range so that this type of error won't happen when the minor package revision is incremented.

I have also had this problem with Lucid i386.

There seems to be a version mismatch in the libopencv2.3 package. The version currently in the repo is 2.3.1+svn6514+branch23-4~lucid while most of the ros-electic packages depend on the exact libopencv=2.3.1+svn6514+branch23-1~lucid version, which has now been removed from the repo.

The fix should probably needs to happen on the repo maintainer end and should be one of:

  • Update ros-electric dependencies on all packages to libopencv=2.3.1+svn6514+branch23-4~lucid
  • Update ros-electric dependencies on all packages to a more permissive version range so that this type of error won't happen when the minor package revision is incremented.