Last active
August 29, 2015 14:22
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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