Actions
Bug #2233
closedDebian squeeze package should depend on libhighline-ruby, not ruby-highline
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
The squeeze package for foreman-installer declares a dependency on "ruby-highline". This package doesn't exist in squeeze - instead it's libhighline-ruby:
root@puppetmaster-dev apt/lists# apt-get install foreman-installer Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: foreman-installer : Depends: ruby-highline but it is not installable E: Broken packages root@puppetmaster-dev apt/lists# apt-cache search highline libhighline-ruby-doc - High-level interactive IO Ruby library (documentation) libhighline-ruby1.8 - High-level interactive IO Ruby 1.8 library libhighline-ruby1.9.1 - High-level interactive IO Ruby 1.9.1 library libhighline-ruby - High-level interactive IO Ruby library (default Ruby version) root@puppetmaster-dev apt/lists#
Updated by Dominic Cleal almost 12 years ago
- Status changed from New to Resolved
Thanks for the report, we fixed this yesterday: https://github.com/theforeman/foreman-rpms/pull/44
I think Sam's planning on building a new package today.
Actions