このプロジェクトhttps://github.com/eLobato/cartodb-rb-clientを実行しようとしていますが、rvmが台無しになっているか、pgにひどいバグがあるようです。これはエラートレースです
/usr/bin/ruby1.8 -S bundle exec rspec "./spec/model/data_spec.rb" "./spec/model/metadata_spec.rb" "./spec/model/scopes_spec.rb" "./spec/client_spec.rb"
/home/daniel/.rvm/gems/ruby-1.9.2-p290@cartodb-rb-client/gems/pg-0.11.0/lib/pg_ext.so: [BUG] Segmentation fault
ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]
Aborted
rake aborted!
ruby -S bundle exec rspec "./spec/model/data_spec.rb" "./spec/model/metadata_spec.rb" "./spec/model/scopes_spec.rb" "./spec/client_spec.rb" failed
Tasks: TOP => spec
(See full trace by running task with --trace)
セグメンテーション違反のラインは、私が無駄にpgを再インストールしようとしたので、本当に私を悩ませます。Ubuntu 11.10を実行していて、ruby1.9.2と1.8.7の両方をインストールしました
どんな手掛かり?