Actions
Bug #16898
closedDependency problems with foreman-installer
Difficulty:
Triaged:
Description
Attempting to run foreman-installer on Ubuntu Xenial 16.04.1 results in package dependencies with ruby-concurrent.
[ERROR 2016-10-12T16:31:29 verbose] ruby-dynflow : Depends: ruby-concurrent-ruby-edge (>= 0.2.0) but it is not going to be installed [ERROR 2016-10-12T16:31:29 verbose] Depends: ruby-concurrent-ruby-edge (< 1.0.0) but it is not going to be installed --- [ERROR 2016-10-12T16:31:28 verbose] ruby-foreman-remote-execution : Depends: ruby-foreman-tasks (>= 0.8.2) but it is not going to be installed [ERROR 2016-10-12T16:31:28 verbose] Depends: ruby-foreman-tasks (< 0.9.0) but it is not going to be installed [ERROR 2016-10-12T16:31:28 verbose] Depends: ruby-foreman-deface but it is not going to be installed
Attempting to install the packages manually I get this error:
root@foreman-dev:~# apt-get install ruby-concurrent-ruby-edge --no-install-recommends Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: ruby-concurrent The following NEW packages will be installed: ruby-concurrent ruby-concurrent-ruby-edge 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/177 kB of archives. After this operation, 1,042 kB of additional disk space will be used. Do you want to continue? [Y/n] y (Reading database ... 99687 files and directories currently installed.) Preparing to unpack .../ruby-concurrent_1.0.0-1_all.deb ... Unpacking ruby-concurrent (1.0.0-1) ... Selecting previously unselected package ruby-concurrent-ruby-edge. Preparing to unpack .../ruby-concurrent-ruby-edge_0.2.0-2_all.deb ... Unpacking ruby-concurrent-ruby-edge (0.2.0-2) ... dpkg: error processing archive /var/cache/apt/archives/ruby-concurrent-ruby-edge_0.2.0-2_all.deb (--unpack): trying to overwrite '/usr/lib/ruby/vendor_ruby/concurrent/channel.rb', which is also in package ruby-concurrent 1.0.0-1 Errors were encountered while processing: /var/cache/apt/archives/ruby-concurrent-ruby-edge_0.2.0-2_all.deb E: Sub-process /usr/bin/dpkg returned an error code (1)
Apparently both ruby-concurrent and ruby-concurrent-ruby-edge are trying to provide the same things and stepping on each other, even though they're dependencies?
Updated by Anonymous about 8 years ago
- Project changed from Foreman to Packaging
- Category set to Debian/Ubuntu
- Assignee set to Anonymous
Updated by The Foreman Bot about 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman-packaging/pull/1383 added
Updated by Dominic Cleal about 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset foreman-packaging|39b9e8610cb8bcd879984f3afb1bb7b1e79c5cbb.
Updated by Dominic Cleal about 8 years ago
- Translation missing: en.field_release set to 190
New versions of ruby-dynflow with the ruby-concurrent-edge dependency removed should be out in the next patch release, while ruby-concurrent-edge will be deleted in 1.14.0 as it's incompatible with the version in 16.04.
Updated by Anonymous about 8 years ago
- Related to Bug #17064: Foreman installer broken on Ubuntu Xenial added
Updated by Ben Howell about 8 years ago
I was able to manually install ruby-smart-proxy-remote-execution-ssh successfully after installing this version of dynflow and its dependencies.
Actions