This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

bzr throws IOError in randpool.py


bzr 1.6.1-1, with Cygwin 1.5.25-15.

$ bzr -Derror checkout sftp://...
bzr: ERROR: exceptions.IOError: [Errno 0] Error

Traceback (most recent call last):
  File "commands.py", line 857, in run_bzr_catch_errors
  File "commands.py", line 797, in run_bzr
  File "commands.py", line 499, in run_argv_aliases
  File "builtins.py", line 937, in run
  File "bzrdir.py", line 878, in open_tree_or_branch
  File "bzrdir.py", line 755, in open
  File "lazy_import.py", line 125, in __call__
  File "__init__.py", line 1561, in get_transport
  File "__init__.py", line 1584, in _try_transport_factories
  File "registry.py", line 61, in get_obj
  File "registry.py", line 66, in _do_import
  File "sftp.py", line 55, in <module>
  File "ssh.py", line 36, in <module>
  File "__init__.py", line 69, in <module>
  File "transport.py", line 32, in <module>
  File "util.py", line 31, in <module>
  File "common.py", line 101, in <module>
  File "rng.py", line 69, in __init__
  File "randpool.py", line 87, in __init__
  File "randpool.py", line 120, in _randomize
IOError: [Errno 0] Error

Since I'm not able to check out files, bzr is mainly broken for me at present.
Any help would be appreciated, and I'll be glad to help troubleshoot.

Thanks,
Andrew.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]