'module' object has no attribute 'TIOCGWINSZ'

Andrew McNabb amcnabb at mcnabbs.org
Tue Sep 19 23:02:02 BST 2006


Hey.  I'm just following orders ("** please send this report to
bazaar-ng at lists.ubuntu.com").  Here's my traceback, after doing a "bzr
checkout" on an IRIX 6.5 box:

bzr: ERROR: <type 'exceptions.AttributeError'>: 'module' object has no attribute 'TIOCGWINSZ'

Traceback (most recent call last):
  File "/fsc/awm27/lib/python/bzrlib/commands.py", line 612, in run_bzr_catch_errors
    return run_bzr(argv)
  File "/fsc/awm27/lib/python/bzrlib/commands.py", line 574, in run_bzr
    ret = run(*run_argv)
  File "/fsc/awm27/lib/python/bzrlib/commands.py", line 283, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/fsc/awm27/lib/python/bzrlib/builtins.py", line 784, in run
    source.create_checkout(to_location, revision_id, lightweight)
  File "/fsc/awm27/lib/python/bzrlib/branch.py", line 603, in create_checkout
    to_location, force_new_tree=False)
  File "/fsc/awm27/lib/python/bzrlib/bzrdir.py", line 278, in create_branch_convenience
    repo = bzrdir._find_or_create_repository(force_new_repo)
  File "/fsc/awm27/lib/python/bzrlib/bzrdir.py", line 241, in _find_or_create_repository
    return self.create_repository()
  File "/fsc/awm27/lib/python/bzrlib/bzrdir.py", line 830, in create_repository
    return self._format.repository_format.initialize(self, shared)
  File "/fsc/awm27/lib/python/bzrlib/repository.py", line 1525, in initialize
    control_store.get_weave_or_empty('inventory', transaction)
  File "/fsc/awm27/lib/python/bzrlib/store/versioned/__init__.py", line 198, in get_weave_or_empty
    return self.get_weave(file_id, transaction, _filename=_filename)
  File "/fsc/awm27/lib/python/bzrlib/store/versioned/__init__.py", line 138, in get_weave
    **self._versionedfile_kwargs)
  File "/fsc/awm27/lib/python/bzrlib/knit.py", line 304, in __init__
    access_mode, create=create, file_mode=file_mode)
  File "/fsc/awm27/lib/python/bzrlib/knit.py", line 1059, in __init__
    pb = bzrlib.ui.ui_factory.nested_progress_bar()
  File "/fsc/awm27/lib/python/bzrlib/ui/text.py", line 91, in nested_progress_bar
    return self._progress_bar_stack.get_nested()
  File "/fsc/awm27/lib/python/bzrlib/progress.py", line 137, in get_nested
    _stack=self)
  File "/fsc/awm27/lib/python/bzrlib/progress.py", line 70, in ProgressBar
    return TTYProgressBar(to_file=to_file, **kwargs)
  File "/fsc/awm27/lib/python/bzrlib/progress.py", line 285, in __init__
    self.width = terminal_width()
  File "/fsc/awm27/lib/python/bzrlib/osutils.py", line 856, in terminal_width
    x = fcntl.ioctl(1, termios.TIOCGWINSZ, s)
AttributeError: 'module' object has no attribute 'TIOCGWINSZ'

bzr 0.10.0 on python 2.5.0.final.0 (irix6)
arguments: ['/fsc/awm27/bin/bzr', 'checkout', 'sftp://provo.mcnabbs.org//repos']

** please send this report to bazaar-ng at lists.ubuntu.com



-- 
Andrew McNabb
http://www.mcnabbs.org/andrew/
PGP Fingerprint: 8A17 B57C 6879 1863 DE55  8012 AB4D 6098 8826 6868
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20060919/8a840121/attachment.pgp 


More information about the bazaar mailing list