Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

rubygems #181

Closed
MagicHendrix opened this issue Jun 7, 2018 · 3 comments
Closed

rubygems #181

MagicHendrix opened this issue Jun 7, 2018 · 3 comments

Comments

@MagicHendrix
Copy link

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:

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.

@Ma27
Copy link
Collaborator

Ma27 commented Jun 8, 2018

hi!

I'm sorry that you're experiencing issues with this module. I'll try to reproduce your issue today and message you when I know more, ok?

@Ma27
Copy link
Collaborator

Ma27 commented Jun 8, 2018

@MagicHendrix bug has been fixed on master, can you please test it (I'll make a release in the next days)

@MagicHendrix
Copy link
Author

@Ma27 Works like a charm!

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

No branches or pull requests

2 participants