2014-01-25 3 views
1

MacPorts 자동 업데이트를 시도하고 있으며 최근에 Mavericks로 업그레이드 중입니다. 이미 실행했습니다MacPorts 자동 업데이트 실패, OS X Mavericks, 종료 코드 12

sudo xcode-select --install 
sudo xcodebuild -license 

라이선스에 동의했습니다. 그럼 다음과 같은 일을하고 내 업데이 트가 작동하지 않습니다

port -v selfupdate 
---> Updating MacPorts base sources using rsync 
receiving file list ... done 
rsync: mkstemp "/opt/local/var/macports/sources/rsync.macports.org/release/tarballs/.base.tar.ytBeLt" failed: Permission denied (13) 
inflate returned -3 (137 bytes) 
rsync error: error in rsync protocol data stream (code 12) at /SourceCache/rsync/rsync-42/rsync/token.c(419) [receiver=2.6.9] 
rsync: connection unexpectedly closed (31 bytes received so far) [generator] 
rsync error: error in rsync protocol data stream (code 12) at /SourceCache/rsync/rsync-42/rsync/io.c(452) [generator=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: 12 
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: /opt/local/bin/port: port selfupdate failed: Error synchronizing MacPorts sources: command execution failed 

나는 이것을 무엇을 의미하는지 알아 내려고 노력했습니다. 몇 개의 응답은 내가 방화벽을 가지고있는 무선 인터넷을 사용하고 있다고 말했다. 그러나 나는 지금 2 개의 다른 네트워크에서 그것을 시도했다. 그리고 나는 그것이 문제라고 생각하지 않는다. 사전에 도움을 주셔서 감사합니다!

+0

Macports는 OS 업그레이드시 깨끗한 Macports 설치로 시작하는 것이 좋습니다 (http://trac.macports.org/wiki/Migration). 발생할 수있는 모든 문제를 해결하는 것보다 더 빠를 것입니다. – Vortexfive

답변

1

이 명령을 sudoer로 실행 해 보았습니까?

sudo port selfupdate

은 저도 같은 문제를 겪고 난 이런 식으로 해결되었다.