You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
Metapackage "rubygems" will not correctly link to physical package "ruby" on Ubuntu 14.04.
This leads to dependency failure during the installation process via Puppet:
Error: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install rubygems' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
Package rubygems is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
ruby
E: Package 'rubygems' has no installation candidate
Error: /Stage[main]/Nodejs::Instance::Pkgs/Package[rubygems]/ensure: change from absent to present failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-con
fold install rubygems' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
Package rubygems is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
ruby
E: Package 'rubygems' has no installation candidate
Notice: /Stage[main]/Nodejs::Instances/Nodejs::Instance[nodejs-custom-instance-v8.11.2]/File[nodejs-install-dir]: Dependency Package[rubygems] has failures: true
Warning: /Stage[main]/Nodejs::Instances/Nodejs::Instance[nodejs-custom-instance-v8.11.2]/File[nodejs-install-dir]: Skipping because of failed dependencies
Steps to reproduce
Use module on 14.04 node.
Expected behavior
Correctly installed dependencies. Package "rubygems" should be "rubygems-integration" on 14.04.
The text was updated successfully, but these errors were encountered:
Description
Metapackage "rubygems" will not correctly link to physical package "ruby" on Ubuntu 14.04.
This leads to dependency failure during the installation process via Puppet:
Steps to reproduce
Use module on 14.04 node.
Expected behavior
Correctly installed dependencies. Package "rubygems" should be "rubygems-integration" on 14.04.
The text was updated successfully, but these errors were encountered: