2012-06-28 8 views
1

내가 맥 OS X 사자에 루비 1.9.3를 설치하려고하고 함께 불행을 1.9.3 설치, 같은 방법으로 내가 here 발견과 같이루비가 연타

을 기본적으로는 다음과 같습니다

rvm install 1.9.3 --with-gcc=clang --with-readline-dir=$rvm_path/usr 

그러나,이

Larson:~ andrewjl$ rvm install 1.9.3 --with-gcc=clang --with-readline-dir=$rvm_path/usr 
clang: error: unsupported option '--with-readline' 
clang: error: unsupported option '--with-opt-dir=/Users/andrewjl/.rvm/usr' 

이 연타에 문제가 : 시간 연타는 --with-readline-dir 옵션에 오류가 발생합니다? 아무도이 문제를 해결하는 방법을 알고 있습니까?

편집

Shigeya의 답변을하려고하면이 오류를 얻을 :

Larson:~ andrewjl$ rvm install 1.9.3-p125 --patch xcode-debugopt-fix-r34840.diff --with-readline-dir=$rvm_path/usr --with-openssl-dir=$rvm_path/usr --with-tcl-lib=/usr --with-tk-lib=/usr 
Installing Ruby from source to: /Users/andrewjl/.rvm/rubies/ruby-1.9.3-p125, this may take a while depending on your cpu(s)... 

ruby-1.9.3-p125 - #fetching 
ruby-1.9.3-p125 - #downloading ruby-1.9.3-p125, this may take a while depending on your connection... 
    % Total % Received % Xferd Average Speed Time Time  Time Current 
           Dload Upload Total Spent Left Speed 
100 9505k 100 9505k 0  0 52267  0 0:03:06 0:03:06 --:--:-- 50727 
ruby-1.9.3-p125 - #extracting ruby-1.9.3-p125 to /Users/andrewjl/.rvm/src/ruby-1.9.3-p125 
ruby-1.9.3-p125 - #extracted to /Users/andrewjl/.rvm/src/ruby-1.9.3-p125 
Applying patch 'xcode-debugopt-fix-r34840.diff' (located at /Users/andrewjl/.rvm/patches/ruby/1.9.3/p125/xcode-debugopt-fix-r34840.diff) 
ruby-1.9.3-p125 - #autoreconf 
Error running 'autoreconf', please read /Users/andrewjl/.rvm/log/ruby-1.9.3-p125/autoreconf.log 
ruby-1.9.3-p125 - #configuring 
Error running ' ./configure --prefix=/Users/andrewjl/.rvm/rubies/ruby-1.9.3-p125 --enable-shared --disable-install-doc --with-readline --with-opt-dir=/Users/andrewjl/.rvm/usr --with-openssl --with-tcl-lib=/usr --with-tk-lib=/usr --with-libyaml --with-gcc=clang ', please read /Users/andrewjl/.rvm/log/ruby-1.9.3-p125/configure.log 
There has been an error while running configure. Halting the installation. 

다음은 로그 파일 오류입니다 :

/usr/local/include/fuse/fuse_compat.h:69:10: fatal error: 'sys/statfs.h' file not found 
#include <sys/statfs.h> 
     ^
clang: error: unable to execute command: Broken pipe: 13 
clang: error: clang frontend command failed due to signal 2 (use -v to see invocation) 
clang: note: diagnostic msg: Please submit a bug report to http://developer.apple.com/bugreporter/ and include command line arguments and all diagnostic information. 
clang: note: diagnostic msg: Error generating preprocessed source(s). 
yes 
checking for strip... strip 
checking for prefix of external symbols... _ 
checking pthread.h usability... yes 
checking pthread.h presence... yes 
checking for pthread.h... yes 
checking for if make is GNU make... yes 
checking for nroff... /usr/bin/nroff 
.ext/include/x86_64-darwin11.4.0/ruby/config.h updated 
ruby library version = 1.9.1 
configure: creating ./config.status 
config.status: creating Makefile 
configure: WARNING: unrecognized options: --with-readline, --with-openssl, --with-tcl-lib, --with-tk-lib, --with-libyaml 
In file included from <built-in>:143: 
In file included from <command line>:1: 
In file included from /usr/local/include/fuse/fuse.h:26: 
/usr/local/include/fuse/fuse_common.h:32:2: error: #error Please add -D_FILE_OFFSET_BITS=64 to your compile flags! 
#error Please add -D_FILE_OFFSET_BITS=64 to your compile flags! 
^ 
In file included from <built-in>:143: 
In file included from <command line>:1: 
In file included from /usr/local/include/fuse/fuse.h:857: 
/usr/local/include/fuse/fuse_compat.h:69:10: fatal error: 'sys/statfs.h' file not found 
#include <sys/statfs.h> 
     ^
clang: error: unable to execute command: Broken pipe: 13 
clang: error: clang frontend command failed due to signal 2 (use -v to see invocation) 
clang: note: diagnostic msg: Please submit a bug report to http://developer.apple.com/bugreporter/ and include command line arguments and all diagnostic information. 
clang: note: diagnostic msg: Error generating preprocessed source(s). 
configure: WARNING: unrecognized options: --with-readline, --with-openssl, --with-tcl-lib, --with-tk-lib, --with-libyaml 
config.status: creating ruby-1.9.pc 
./configure: line 18932: syntax error near unexpected token `(' 
./configure: line 18932: `  sed 's/{\$([^(){}]*)[^{}]*}//g' ${srcdir}/common.mk' 

답변

2

this 대답을 참조하십시오.

ruby-1.9.3-p125와 ruby-1.9.3-p194 모두 clang을 지원하지만 일반적으로 clang과 함께 Ruby를 설치하는 것은 권장되지 않습니다.

(참고 :.. 처음 편집 제안을 수락 한 다음 편집 기여 주셔서 대단히 감사합니다)

+0

감사합니다, 그것을 시도를 제공 할 것입니다. 지난 번에 모든 것을 시험해 보았는데, 특히 1.9.3-p125와 같이 잘 작동하는 것처럼 보였습니다. clang이 공식적으로 지원되지 않았습니까? –

+1

Ruby 팀은 열심히 노력하지만 때때로 새로운 문제가 갑자기 나타났습니다. clang으로 프로덕션 준비가되지 않았고 개발 중에도 문제를 디버그하기가 어려울 수 있습니다. – mpapis

+0

어디에서든지 clang의 알려진 문제를 확인할 수 있습니까? 루비 메일 링 스레드에서 아무 것도 알지 못했지만 메시지 양이 전송되었을 수 있습니다. –

관련 문제