ros-indigo安装libyaml-cpp-dev错误

时间:2014-10-29 12:13:51

标签: linux ubuntu ros yaml-cpp

我是ROS和Linux的新手,我正在尝试按照教程安装在Ubuntu 14.04上的Ros indigo: http://wiki.ros.org/indigo/Installation/Ubuntu http://wiki.ros.org/turtlebot/Tutorials/indigo/Installation

我继续遇到以下问题:

~$ sudo apt-get install ros-indigo-ros
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 ros-indigo-camera-calibration-parsers : Depends: libyaml-cpp-dev but it is not going to be installed
 ros-indigo-ros : Depends: ros-indigo-mk but it is not going to be installed
                  Depends: ros-indigo-rosbash but it is not going to be installed
                  Depends: ros-indigo-rosboost-cfg but it is not going to be installed
                  Depends: ros-indigo-roscreate but it is not going to be installed
                  Depends: ros-indigo-roslang but it is not going to be installed
                  Depends: ros-indigo-rosmake but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

每当我尝试使用建议的sudo apt-get -f install修复此问题时,都会发生以下情况:

Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  libyaml-cpp-dev
The following NEW packages will be installed:
  libyaml-cpp-dev
0 upgraded, 1 newly installed, 0 to remove and 24 not upgraded.
2 not fully installed or removed.
Need to get 0 B/339 kB of archives.
After this operation, 1,460 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
(Reading database ... 370013 files and directories currently installed.)
Preparing to unpack .../libyaml-cpp-dev_0.5.1-1_amd64.deb ...
Unpacking libyaml-cpp-dev (0.5.1-1) ...
dpkg: error processing archive /var/cache/apt/archives/libyaml-cpp-dev_0.5.1-1_amd64.deb (--unpack):
 trying to overwrite '/usr/lib/pkgconfig/yaml-cpp.pc', which is also in package yaml-cpp 0.2.7-5precise-20120502-0513-+0000
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/libyaml-cpp-dev_0.5.1-1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

我尝试删除ros和yaml-cpp并重新安装它们作为一些论坛帖子建议,但它似乎没有用。我还试图安装libyaml-cpp-dev manualy,但这似乎也没有用。我的想法用完了:/

问候, 玫瑰

1 个答案:

答案 0 :(得分:0)

您似乎正在尝试在Precise上安装ROS Indigo,这不是支持的平台REP 3

请注意,搜索ROS问题的最佳位置是http://answers.ros.org,大纲如下:http://wiki.ros.org/Support