Advertisement
Guest User

Error gem pg

a guest
Jul 29th, 2015
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. DEBUG [febeba31] Command: cd ~/vivabien/releases/20150730023432 && ~/.rvm/bin/rvm default do bundle install --path ~/vivabien/shared/bundle --without development test --deployment --quiet
  2. DEBUG [febeba31] An error occurred while installing pg (0.18.2), and Bundler cannot continue.
  3. DEBUG [febeba31] Make sure that `gem install pg -v '0.18.2'` succeeds before bundling.
  4. (Backtrace restricted to imported tasks)
  5. cap aborted!
  6. SSHKit::Runner::ExecuteError: Exception while executing as deploy@162.243.186.249: bundle exit status: 5
  7. bundle stdout: An error occurred while installing pg (0.18.2), and Bundler cannot continue.
  8. Make sure that `gem install pg -v '0.18.2'` succeeds before bundling.
  9. bundle stderr: Nothing written
  10.  
  11. SSHKit::Command::Failed: bundle exit status: 5
  12. bundle stdout: An error occurred while installing pg (0.18.2), and Bundler cannot continue.
  13. Make sure that `gem install pg -v '0.18.2'` succeeds before bundling.
  14. bundle stderr: Nothing written
  15.  
  16. Tasks: TOP => deploy:updated => bundler:install
  17. (See full trace by running task with --trace)
  18. The deploy has failed with an error: Exception while executing as deploy@162.243.186.249: bundle exit status: 5
  19. bundle stdout: An error occurred while installing pg (0.18.2), and Bundler cannot continue.
  20. Make sure that `gem install pg -v '0.18.2'` succeeds before bundling.
  21. bundle stderr: Nothing written
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement