Skip to content

Instantly share code, notes, and snippets.

@busseyl
Created February 23, 2014 19:54
Show Gist options
  • Save busseyl/9176411 to your computer and use it in GitHub Desktop.
Save busseyl/9176411 to your computer and use it in GitHub Desktop.
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