Cygwinで "repo"を使ってGingerbreadソースをダウンロードしようとすると、次のエラーが表示されます。私は「レポ同期」コマンドを実行するまでAndroid:Cygwin経由でソースをダウンロードする際のPythonエラー
すべてが正常に実行されます。
7 [unknown (0x175C)] python 4232 fork: child 8044 - died waiting for dll loading, errno 11
85124 [unknown (0x1430)] python 4232 fork: child 6932 - died waiting for dll loading, errno 11
175810 [unknown (0xF38)] python 4232 fork: child 4536 - died waiting for dll loading, errno 11
266256 [unknown (0x8AC)] python 4232 fork: child 7564 - died waiting for dll loading, errno 11
Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner
self.run()
File "/usr/lib/python2.6/threading.py", line 484, in run
self.__target(*self.__args, **self.__kwargs)
File "/home/David/.repo/repo/subcmds/sync.py", line 186, in _FetchHelper
current_branch_only=opt.current_branch_only)
File "/home/David/.repo/repo/project.py", line 910, in Sync_NetworkHalf
self._InitRemote()
File "/home/David/.repo/repo/project.py", line 1690, in _InitRemote
remote = self.GetRemote(self.remote.name)
File "/home/David/.repo/repo/project.py", line 612, in GetRemote
return self.config.GetRemote(name)
File "/home/David/.repo/repo/git_config.py", line 173, in GetRemote
r = Remote(self, name)
File "/home/David/.repo/repo/git_config.py", line 525, in __init__
self.url = self._Get('url')
File "/home/David/.repo/repo/git_config.py", line 656, in _Get
return self._config.GetString(key, all = all)
File "/home/David/.repo/repo/git_config.py", line 114, in GetString
v = self._cache[_key(name)]
File "/home/David/.repo/repo/git_config.py", line 231, in _cache
self._cache_dict = self._Read()
File "/home/David/.repo/repo/git_config.py", line 237, in _Read
d = self._ReadGit()
File "/home/David/.repo/repo/git_config.py", line 288, in _ReadGit
d = self._do('--null', '--list')
File "/home/David/.repo/repo/git_config.py", line 312, in _do
capture_stderr = True)
File "/home/David/.repo/repo/git_command.py", line 215, in __init__
raise GitError('%s: %s' % (command[1], e))
GitError: config: [Errno 11] Resource temporarily unavailable
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner
self.run()
File "/usr/lib/python2.6/threading.py", line 484, in run
self.__target(*self.__args, **self.__kwargs)
File "/home/David/.repo/repo/subcmds/sync.py", line 186, in _FetchHelper
current_branch_only=opt.current_branch_only)
File "/home/David/.repo/repo/project.py", line 910, in Sync_NetworkHalf
self._InitRemote()
File "/home/David/.repo/repo/project.py", line 1690, in _InitRemote
remote = self.GetRemote(self.remote.name)
File "/home/David/.repo/repo/project.py", line 612, in GetRemote
return self.config.GetRemote(name)
File "/home/David/.repo/repo/git_config.py", line 173, in GetRemote
r = Remote(self, name)
File "/home/David/.repo/repo/git_config.py", line 525, in __init__
self.url = self._Get('url')
File "/home/David/.repo/repo/git_config.py", line 656, in _Get
return self._config.GetString(key, all = all)
File "/home/David/.repo/repo/git_config.py", line 114, in GetString
v = self._cache[_key(name)]
File "/home/David/.repo/repo/git_config.py", line 231, in _cache
self._cache_dict = self._Read()
File "/home/David/.repo/repo/git_config.py", line 237, in _Read
d = self._ReadGit()
File "/home/David/.repo/repo/git_config.py", line 288, in _ReadGit
d = self._do('--null', '--list')
File "/home/David/.repo/repo/git_config.py", line 312, in _do
capture_stderr = True)
File "/home/David/.repo/repo/git_command.py", line 215, in __init__
raise GitError('%s: %s' % (command[1], e))
GitError: config: [Errno 11] Resource temporarily unavailable
Exception in thread Thread-4:
Traceback (most recent call last):
File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner
self.run()
File "/usr/lib/python2.6/threading.py", line 484, in run
self.__target(*self.__args, **self.__kwargs)
File "/home/David/.repo/repo/subcmds/sync.py", line 186, in _FetchHelper
current_branch_only=opt.current_branch_only)
File "/home/David/.repo/repo/project.py", line 910, in Sync_NetworkHalf
self._InitRemote()
File "/home/David/.repo/repo/project.py", line 1690, in _InitRemote
remote = self.GetRemote(self.remote.name)
File "/home/David/.repo/repo/project.py", line 612, in GetRemote
return self.config.GetRemote(name)
File "/home/David/.repo/repo/git_config.py", line 173, in GetRemote
r = Remote(self, name)
File "/home/David/.repo/repo/git_config.py", line 525, in __init__
self.url = self._Get('url')
File "/home/David/.repo/repo/git_config.py", line 656, in _Get
return self._config.GetString(key, all = all)
File "/home/David/.repo/repo/git_config.py", line 114, in GetString
v = self._cache[_key(name)]
File "/home/David/.repo/repo/git_config.py", line 231, in _cache
self._cache_dict = self._Read()
File "/home/David/.repo/repo/git_config.py", line 237, in _Read
d = self._ReadGit()
File "/home/David/.repo/repo/git_config.py", line 288, in _ReadGit
d = self._do('--null', '--list')
File "/home/David/.repo/repo/git_config.py", line 312, in _do
capture_stderr = True)
File "/home/David/.repo/repo/git_command.py", line 215, in __init__
raise GitError('%s: %s' % (command[1], e))
GitError: config: [Errno 11] Resource temporarily unavailable
Exception in thread Thread-3:
Traceback (most recent call last):
File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner
self.run()
File "/usr/lib/python2.6/threading.py", line 484, in run
self.__target(*self.__args, **self.__kwargs)
File "/home/David/.repo/repo/subcmds/sync.py", line 186, in _FetchHelper
current_branch_only=opt.current_branch_only)
File "/home/David/.repo/repo/project.py", line 910, in Sync_NetworkHalf
self._InitRemote()
File "/home/David/.repo/repo/project.py", line 1690, in _InitRemote
remote = self.GetRemote(self.remote.name)
File "/home/David/.repo/repo/project.py", line 612, in GetRemote
return self.config.GetRemote(name)
File "/home/David/.repo/repo/git_config.py", line 173, in GetRemote
r = Remote(self, name)
File "/home/David/.repo/repo/git_config.py", line 525, in __init__
self.url = self._Get('url')
File "/home/David/.repo/repo/git_config.py", line 656, in _Get
return self._config.GetString(key, all = all)
File "/home/David/.repo/repo/git_config.py", line 114, in GetString
v = self._cache[_key(name)]
File "/home/David/.repo/repo/git_config.py", line 231, in _cache
self._cache_dict = self._Read()
File "/home/David/.repo/repo/git_config.py", line 237, in _Read
d = self._ReadGit()
File "/home/David/.repo/repo/git_config.py", line 288, in _ReadGit
d = self._do('--null', '--list')
File "/home/David/.repo/repo/git_config.py", line 312, in _do
capture_stderr = True)
File "/home/David/.repo/repo/git_command.py", line 215, in __init__
raise GitError('%s: %s' % (command[1], e))
GitError: config: [Errno 11] Resource temporarily unavailable
error: Exited sync due to fetch errors
誰もが、問題はここにあるかもしれないものに助言することはできますか?
おかげ
「セーフモードのネットワーク」(Win7 Pro 32ビット版)でもう一度試しましたが、同じエラーが発生しているため、干渉するWindowsプラグインの説明は今やあまり考えられません。 –
また、Python 2.6.5にダウングレードし、 "rebaseall"を実行しようとしましたが、それでも同じ問題があります。 –
さまざまな異なるベースアドレスを持つrebaseallを無効にしてみたところ、cygwinでこれを動作させようと思っていましたが、代わりにLinux仮想マシンを使用しています。 ) –