OSXLionからOSXMountainLionにアップグレードしました。私のレール環境は、ほとんどの場合、無傷のままでした。
物事を良好な状態に戻すために私がしなければならなかった唯一のステップは次のとおりでした:-XCode4.4をインストールします-XCode4.4コマンドラインツールをインストールします-gcc-4.2をインストールします
それで、すべてがうまくいきました。
ここに問題があります。バンドルインストールを実行すると、必要な最も重要なものの1つであるpostgresql gem'pg'を除いて、ほとんどすべてのgemが正しくインストールされます。
また、0.12.2を超えるバージョンでは特に失敗します。
私はルビー1.9.3p125を使用しています。
0.12.2 pgのgemと以下のバージョンを正常に取得できますが、セグメンテーション違反が発生します(使用しているルビーのバージョンが原因だと思います)。
したがって、これは、それがpg gemに固有であり、他のgemが正常にインストールされるように見える私の全体的な環境ではないと私に信じさせます。
また、Postgresqlを再インストールして、postgres環境に問題がなく、その面で問題がないことを確認しました。
誰かが「pg」gemバージョン0.13.0以降(より好ましくは0.14.X)をインストールできましたか?
これが私のスタックトレースです:
Building native extensions. This could take a while...
ERROR: Error installing pg:
ERROR: Failed to build gem native extension.
/Users/caseyli/.rvm/rubies/ruby-1.9.3-p125/bin/ruby extconf.rb
checking for pg_config... yes
Using config values from /usr/bin/pg_config
checking for libpq-fe.h... yes
checking for libpq/libpq-fs.h... yes
checking for pg_config_manual.h... yes
checking for PQconnectdb() in -lpq... yes
checking for PQconnectionUsedPassword()... yes
checking for PQisthreadsafe()... yes
checking for PQprepare()... yes
checking for PQexecParams()... yes
checking for PQescapeString()... yes
checking for PQescapeStringConn()... yes
checking for PQescapeLiteral()... yes
checking for PQescapeIdentifier()... yes
checking for PQgetCancel()... yes
checking for lo_create()... yes
checking for pg_encoding_to_char()... yes
checking for pg_char_to_encoding()... yes
checking for PQsetClientEncoding()... yes
checking for PQlibVersion()... yes
checking for PQping()... yes
checking for rb_encdb_alias()... yes
checking for rb_enc_alias()... no
checking for PGRES_COPY_BOTH in libpq-fe.h... no
checking for struct pgNotify.extra in libpq-fe.h... yes
checking for unistd.h... yes
checking for ruby/st.h... yes
creating extconf.h
creating Makefile
make
compiling pg.c
pg.c: In function ‘pg_s_library_version’:
pg.c:273: warning: implicit declaration of function ‘PQlibVersion’
pg.c: In function ‘Init_pg_ext’:
pg.c:384: error: ‘PQPING_OK’ undeclared (first use in this function)
pg.c:384: error: (Each undeclared identifier is reported only once
pg.c:384: error: for each function it appears in.)
pg.c:386: error: ‘PQPING_REJECT’ undeclared (first use in this function)
pg.c:388: error: ‘PQPING_NO_RESPONSE’ undeclared (first use in this function)
pg.c:390: error: ‘PQPING_NO_ATTEMPT’ undeclared (first use in this function)
make: *** [pg.o] Error 1
Gem files will remain installed in /Users/caseyli/.rvm/gems/ruby-1.9.3- p125@elliottfarmequipment/gems/pg-0.14.0 for inspection.