ros indigo安装libyaml cpp开发错误



我是ROS和Linux的新手,正在尝试按照教程在Ubuntu 14.04上安装ROS-indigo:http://wiki.ros.org/indigo/Installation/Ubuntuhttp://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).

每当我试图用建议的sudoapt-get-f安装来修复这个问题时,就会发生以下情况:

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,但似乎也不起作用。我的想法快用完了:/

问候,Rose

您似乎正试图在Precise上安装ROS Indigo,而Precise不是一个受支持的平台REP 3

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

最新更新