Skip to content

Instantly share code, notes, and snippets.

@stefanlasiewski
Last active August 29, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stefanlasiewski/9c709251c5569c928f1b to your computer and use it in GitHub Desktop.
Save stefanlasiewski/9c709251c5569c928f1b to your computer and use it in GitHub Desktop.
FPM on CentOS 6 fails with ruby-devel 1.8.6 (SCL repository is not activated)
[root@buildhost ~]# yum install ruby-devel gcc --quiet -y
[root@buildhost ~]# gem install fpm
Building native extensions. This could take a while...
Successfully installed json-1.8.3
Successfully installed cabin-0.7.1
Successfully installed backports-3.6.4
Successfully installed arr-pm-0.0.10
Successfully installed childprocess-0.5.6
Successfully installed fpm-1.3.3
6 gems installed
Installing ri documentation for json-1.8.3...
Installing ri documentation for cabin-0.7.1...
Installing ri documentation for backports-3.6.4...
Installing ri documentation for arr-pm-0.0.10...
Installing ri documentation for childprocess-0.5.6...
Installing ri documentation for fpm-1.3.3...
ERROR: While executing gem ... (NoMethodError)
undefined method `map' for Gem::Specification:Class
[root@buildhost ~]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment