【发布时间】:2015-12-18 02:12:21
【问题描述】:
` Macports selfupdate 在安装了 Xcode(6.2) 和命令行工具的 Mac OS 10.9.5 上失败。我尝试了 2 个版本的 macports,2.3.0 和 2.3.3。 $端口-v MacPorts 2.3.0
1. Error is rsync fails to connect to sources on macports.org. I have the firewall turned off on the mac machine though. I was looking for https://rsync.macports.org/release/tarballs/base.tar on browser, the path does not exist. It may the sources are not available for rsync to sync them to local system. please advise on how to perform port selfupdate.
$ sudo /usr/bin/port -v selfupdate
---> Updating MacPorts base sources using rsync
rsync: failed to connect to rsync.macports.org: Connection refused (61)
rsync error: error in socket IO (code 10) at /SourceCache/rsync/rsync-42/rsync/clientserver.c(105) [receiver=2.6.9]
Command failed: /usr/bin/rsync -rtzv --delete-after rsync://rsync.macports.org/release/tarballs/base.tar /opt/local/var/macports/sources/rsync.macports.org/release/tarballs
Exit code: 10
Error: Error synchronizing MacPorts sources: command execution failed
To report a bug, follow the instructions in the guide:
http://guide.macports.org/#project.tickets
Error: /usr/bin/port: port selfupdate failed: Error synchronizing MacPorts sources: command execution failed
2. packages are not found using port command
$ sudo port -v install samba3
Error: Port samba3 not found
Thanks in advance.`
【问题讨论】:
标签: macports