Created
February 23, 2014 19:54
-
-
Save busseyl/9176411 to your computer and use it in GitHub Desktop.
This file contains 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@wutang:/usr/local/src/logstash-fayep# USE_JRUBY=1 make package | |
=> Ensuring ruby gems dependencies are in vendor/bundle... | |
=> Preparing tarball | |
make[1]: Entering directory `/usr/local/src/logstash-fayep' | |
make[1]: Leaving directory `/usr/local/src/logstash-fayep' | |
(cd pkg; \ | |
./build.sh ubuntu 12.04; \ | |
./build.sh centos 6 \ | |
) | |
Building package for ubuntu 12.04 | |
./build.sh: line 113: fpm: command not found | |
Building package for centos 6 | |
chmod: cannot access `build/centos/opt/logstash/bin/logstash': No such file or directory | |
./build.sh: line 91: fpm: command not found | |
make: *** [package] Error 127 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment