Mac Martine <[email protected]> wrote: > Thanks, > > I can install other gems just fine in the same way, so it doesn't seem > like permissions then, right? > > And disk space looks ok:
That's good to know. > Here's the end of mkmf.log > > have_macro: checking for SIZEOF_SIZE_T in ruby.h... -------------------- no > > "gcc -I. -I/usr/lib/ruby/1.8/x86_64-linux -I. -fno-strict-aliasing -g -g > -O2 -fPIC -c conftest.c" Wait, are you now using a different version of Ruby? Your original message had 1.9 (via RVM) > >> ** [out :: mydomain.net] Results logged to > >> /rails_apps/eg/production/shared/bundle/ruby/1.9.1/gems/unicorn-4.4.0/ext/unicorn_http/gem_make.out > > > > Maybe gem_make.out will have more info than mkmf.log Again ^^ However, scrutinizing your original email more: > >> "gcc > >> -I/home/evergreen/.rvm/rubies/ruby-1.9.3-p194/include/ruby-1.9.1/x86_64-linux > >> -I/home/eg/.rvm/rubies/ruby-1.9.3-p194/include/ruby-1.9.1/ruby/backward > >> -I/home/eg/.rvm/rubies/ruby-1.9.3-p194/include/ruby-1.9.1 -I. > >> -I/home/eg/.rvm/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter > >> -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers > >> -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement > >> -Wimplicit-function-declaration -fPIC -c conftest.c" I see both /home/evergreen/ and /home/eg/ in there; that looks suspicious. Did you perhaps copy anything in .rvm/ between home directories or rename the home directory at some point after RVM was installed? _______________________________________________ Unicorn mailing list - [email protected] http://rubyforge.org/mailman/listinfo/mongrel-unicorn Do not quote signatures (like this one) or top post when replying
