Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

could not install both sp and dp #20

Closed
k-okada opened this issue Dec 21, 2015 · 5 comments
Closed

could not install both sp and dp #20

k-okada opened this issue Dec 21, 2015 · 5 comments

Comments

@k-okada
Copy link
Contributor

k-okada commented Dec 21, 2015

reported at -> http://answers.ros.org/question/222892/collada-dom24-sp-dev-causes-dist-upgrade-to-fail-on-ubuntu-1404/

The following NEW packages will be installed:
  collada-dom-dev collada-dom2.4-sp-dev ros-indigo-collada-parser
  ros-indigo-collada-urdf ros-indigo-desktop ros-indigo-desktop-full
  ros-indigo-robot ros-indigo-robot-model ros-indigo-simulators


Unpacking collada-dom2.4-sp-dev (2.4.4.1-ubuntu1~trusty1) ...  dpkg:
error processing archive
/var/cache/apt/archives/collada-dom2.4-sp-dev_2.4.4.1-ubuntu1~trusty1_amd64.deb
(--unpack): trying to overwrite
'/usr/lib/cmake/collada_dom-2.4/collada_dom-config.cmake', which is also
in package collada-dom2.4-dp-dev 2.4.4.0-ubuntu1~trusty1 dpkg-deb:
error: subprocess paste was killed by signal (Broken pipe)
@k-okada k-okada closed this as completed Dec 22, 2015
@gavanderhoorn
Copy link

Just for my understanding: how was this fixed? I'd expect some related commit(s), but can't find any - either here or at the launchpad project.

@k-okada
Copy link
Contributor Author

k-okada commented Dec 22, 2015

I updated cmake fils as #21 and run following commands to push to the ppa

 2111  rm -fr *; cmake -DOPT_BUILD_PACKAGES=ON -DOPT_BUILD_PACKAGE_DEFAULT=OFF -DOPT_DOUBLE_PRECISION=OFF         -DDPUT_HOST="ppa:openrave/testing" -DPACKAGE_VERSION="4"         -DCPACK_PACKAGE_CONTACT="OpenRAVE Testing (Testing and Releasing of OpenRAVE Packages) <openrave.testing@gmail.com>"         -DCPACK_DEBIAN_DISTRIBUTION_RELEASES="trusty;utopic;vivid;willy" -DCPACK_DEBIAN_DISTRIBUTION_NAME="Ubuntu" ../collada-dom; make dput
 2112  rm -fr *; cmake -DOPT_BUILD_PACKAGES=ON -DOPT_BUILD_PACKAGE_DEFAULT=ON -DOPT_DOUBLE_PRECISION=ON         -DDPUT_HOST="ppa:openrave/testing" -DPACKAGE_VERSION="4"         -DCPACK_PACKAGE_CONTACT="OpenRAVE Testing (Testing and Releasing of OpenRAVE Packages) <openrave.testing@gmail.com>"         -DCPACK_DEBIAN_DISTRIBUTION_RELEASES="trusty;utopic;vivid;willy" -DCPACK_DEBIAN_DISTRIBUTION_NAME="Ubuntu" ../collada-dom; make dput

see
ros/robot_model#118 (comment) too

@gavanderhoorn
Copy link

Ah ok. #21 didn't exist yet when I checked the repository. That would've made things obvious.

Thanks

@k-okada
Copy link
Contributor Author

k-okada commented Dec 31, 2015

This has been solved as of 31, Dec, 2016, with 2.4.4.4 of collada-dom-dev. Sorry for trouble.
see http://lists.ros.org/lurker/thread/20151225.002725.4ef881c4.en.html for discussion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants