jordansissel / fpm

Effing package management! Build packages for multiple platforms (deb, rpm, etc) with great ease and sanity.
http://fpm.readthedocs.io/en/latest/
Other
11.14k stars 1.07k forks source link

Install fails on Ubuntu 20.04 release with gem dependency error #1703

Open scdc-galvin opened 4 years ago

scdc-galvin commented 4 years ago

FPM Install fails on a fresh Ubuntu 20.04 install. When I run sudo gem install fpm, I get the following output:

ERROR:  Could not find a valid gem 'fpm' (>= 0), here is why:
          Unable to download data from https://rubygems.org/ - no such name (https://rubygems.org/specs.4.8.gz)
scdc-galvin commented 4 years ago

Re-ran the install after installing the latest round of updates for Ubuntu 20.04. Fpm now installs, but gives the following message on use:

Doing `require 'backports'` is deprecated and will not load any backport in the next major release.
Require just the needed backports instead, or 'backports/latest'.
bartclone commented 3 years ago

Indeed, require just the needed backports instead. Using 'latest' however, is never recommended for production purposes. Should use semver specific packages/modules.