не могу создать временный файл для здесь-документа, установка ruby ​​1.9.2 с помощью rvm - PullRequest
2 голосов
/ 31 августа 2011

rvm install 1.9.2

дает:

[2011-08-31 00:54:45]  ./configure --prefix=/home/pklingem/.rvm/rubies/ruby-1.9.2-p290 --enable-shared --disable-install-doc --with-libyaml-dir=/home/pklingem/.rvm/usr 
configure: WARNING: unrecognized options: --with-libyaml-dir
./configure: line 2307: cannot create temp file for here-document: Invalid argument
./configure: line 2319: cannot create temp file for here-document: Invalid argument
./configure: line 2354: cannot create temp file for here-document: Invalid argument
./configure: line 2516: cannot create temp file for here-document: Invalid argument
./configure: line 2520: cannot create temp file for here-document: Invalid argument
./configure: line 2524: cannot create temp file for here-document: Invalid argument
./configure: line 2528: cannot create temp file for here-document: Invalid argument
./configure: line 2532: cannot create temp file for here-document: Invalid argument
./configure: line 2536: cannot create temp file for here-document: Invalid argument
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
./configure: line 3356: cannot create temp file for here-document: Invalid argument
checking whether the C compiler works... no
sed: can't read conftest.c: No such file or directory
configure: error: in `/home/pklingem/.rvm/src/ruby-1.9.2-p290':
configure: error: C compiler cannot create executables
See `config.log' for more details

Я использую Fedora 16 Alpha.Это действительно (надеюсь) не должно иметь значения.Кто-нибудь еще сталкивался с этой ошибкой?

1 Ответ

7 голосов
/ 04 сентября 2011

Проверьте, что ваши разрешения для вашей папки / tmp: 1777 (восьмеричное).

...