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.16k stars 1.07k forks source link

Fedora installation fails #1550

Open lestrol opened 6 years ago

lestrol commented 6 years ago

https://fpm.readthedocs.io/en/latest/installing.html gives the following instructions for installing on Fedora:

dnf install ruby-devel gcc make rpm-build libffi-devel
gem install --no-ri --no-rdoc fpm

But, using a clean install of Fedora 28, I get the usual error message:

ERROR: Error installing fpm:
ERROR: failed to build gem native extension
iordanisg commented 6 years ago

I just tried installing fpm using the Fedora 28 docker image and vagrant box with success.

@lestrol, is this still an issue for you?