Install of Groovy on Ubuntu 12.10 Problem
I upgraded from U12.04 where I was using ROS-F to U12.10 and then attempted to install ROS-G.
It seems that there is a conflict between libyaml-cpp-dev and yaml-cpp which needs to have a 'conflicts' added to the .deb package. (Error Below)
Unpacking libyaml-cpp-dev (from .../libyaml-cpp-dev_0.3.0-1_amd64.deb) ... dpkg: error processing /var/cache/apt/archives/libyaml-cpp-dev_0.3.0-1_amd64.deb (--unpack): trying to overwrite '/usr/include/yaml-cpp/aliasmanager.h', which is also in package yaml-cpp 0.2.7-5precise-20120502-0513-+0000 No apport report written because MaxReports is reached already
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe) Errors were encountered while processing: /var/cache/apt/archives/libyaml-cpp-dev_0.3.0-1_amd64.deb E: Sub-process /usr/bin/dpkg returned an error code (1)
This error happens now whenever I try to use apt-get and I'm unable to install or remove packages from my system. Help Please?
Also, make sure your /etc/apt/sources.list.d/ros-latest.list was updated correctly for the new Ubuntu version.
I updated many times without success. Also, the sources appear correct.