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

rosdep resolve yaml-cpp not working for debian:wheezy

asked 2013-01-06 07:06:21 -0500

Felix Ruess gravatar image

updated 2014-01-28 17:14:45 -0500

ngrennan gravatar image

Running rosdep resolve yaml-cpp --os=debian:wheezy doesn't yield the libyaml-cpp-dev package as expected, and instead returns an empty #apt line.

Why does this happen? The base.yaml seems to contain the correct definition:

yaml-cpp:
  arch: yaml-cpp
  debian:
    apt:
      wheezy: libyaml-cpp-dev
      sid: libyaml-cpp-dev
    source: {md5sum: f7fb81fd4a2fbd5022daa7686e816359, uri: 'https://kforge.ros.org/rosrelease/viewvc/sourcedeps/yaml-cpp/yaml-cpp-0.2.5.rdmanifest'}

Should I open a ticket for this?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2013-01-06 16:32:38 -0500

tfoote gravatar image
edit flag offensive delete link more

Comments

1

That was not the problem, the os is the correct one when given as an option. However the syntax was wrong, the os version key should come before the package manager key. For reference, the pull request with the fix: https://github.com/ros/rosdistro/pull/326

Felix Ruess gravatar image Felix Ruess  ( 2013-01-06 22:58:39 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2013-01-06 07:06:21 -0500

Seen: 399 times

Last updated: Jan 06 '13