0

私はRubyが初めてで、ターミナルで作業しています。rvm をインストールしましたが、Ruby 1.9.3 をインストールできないようです。問題は rsync とポート ツリーの同期にあるようです。これが何を意味するのかわかりません。

他の解決策を調べてみましたが、rvm に関連するものはありませんでした (理解できました。それらはすべて、自動更新された macports 自体に焦点を当てていました)。プロキシについても見ましたが、それが本当なら何をする必要があるのか​​ わかりません。それらはすべて主に macports に焦点を当てており、"sudo" や -d などの単語を使用して囲んでいますが、Ruby をインストールしようとしているだけではどうすればよいかわかりません。ここに私が得るものがあります:

$ rvm install 1.9.3
Searching for binary rubies, this might take some time.
No binary rubies available for: osx/10.7/x86_64/ruby-1.9.3-p429.
Continuing with compilation. Please read 'rvm mount' to get more information on binary rubies.
Installing requirements for osx, might require sudo password.
Installing macports............................................................................................................................................................................................................................................................................................................................Password:
.............................................................................................................................................................................................................................................
DEBUG: Copying /Users/Elvis/Library/Preferences/com.apple.dt.Xcode.plist to /opt/local/var/macports/home/Library/Preferences
DEBUG: MacPorts sources location: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs
--->  Updating MacPorts base sources using rsync
receiving file list ... done
base.tar

sent 58 bytes  received 955032 bytes  272882.86 bytes/sec
total size is 3594240  speedup is 3.76
receiving file list ... done
base.tar.rmd160

sent 58 bytes  received 635 bytes  1386.00 bytes/sec
total size is 512  speedup is 0.74
DEBUG: successful verification with key /opt/local/share/macports/macports-pubkey.pem
DEBUG: /usr/bin/tar -C /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/tmp -xf /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/base.tar
MacPorts base version 2.1.3 installed,
DEBUG: Rebuilding and reinstalling MacPorts if needed
MacPorts base version 2.1.3 downloaded.
--->  Updating the ports tree
Synchronizing local ports tree from rsync://rsync.macports.org/release/tarballs/ports.tar
DEBUG: /usr/bin/rsync -rtzv --delete-after  rsync://rsync.macports.org/release/tarballs/ports.tar /opt/local/var/macports/sources/rsync.macports.org/release/tarballs
receiving file list ... done
ports.tar
WARNING: ports.tar failed verification -- update discarded (will try again).
rsync: read errors mapping "/tarballs/ports.tar" (in release): No data available (61)
ports.tar

sent 80 bytes  received 11948570 bytes  682780.00 bytes/sec
total size is 53186560  speedup is 4.45
rsync error: some files could not be transferred (code 23) at /SourceCache/rsync/rsync-42/rsync/main.c(1400) [generator=2.6.9]
Command failed: /usr/bin/rsync -rtzv --delete-after  rsync://rsync.macports.org/release/tarballs/ports.tar /opt/local/var/macports/sources/rsync.macports.org/release/tarballs
Exit code: 23
Error: Synchronization of the local ports tree failed doing rsync
DEBUG: Couldn't sync the ports tree: Synchronization of 1 source(s) failed
    while executing
"macports::selfupdate [array get global_options] base_updated"
Error: /Users/Elvis/.rvm/bin/port: port selfupdate failed: Couldn't sync the ports tree: Synchronization of 1 source(s) failed
Elviss-MacBook-Pro:~ Elvis$ ./port -d selfupdate
-bash: ./port: No such file or directory

最後にオンラインで見たキーワード/回答のいくつかを使用してみました./port行について説明しています。xcode からコマンドラインをインストールしました。自作をインストールすると、この問題を解決できますか? どんな種類の助けにも感謝します!

4

1 に答える 1