problems running bzr , continued
Bonnie Lucas
lucas at usna.edu
Mon Nov 17 20:39:43 GMT 2008
After reading the mail list today. I tried running the bzr selftest and
received errors. I have reported the problem
as a bug as suggested. I am sending the mail list this information, in case
someone is having similar problems on
Solaris 10 x86 with an Error 14 when attempted a bzr branch command. Below
please find the bug report I filed.
Public bug reported:
I have been having quite a bit of trouble running bzr. After reading the
maillist today and seeing similar problems on Solaris 10,
I ran a bzr selftest and received an error which indicated that I should
report a bug. Below please find the traceback.
bzr selftest
testing: /usr/local/bin/bzr
/usr/local/lib/python2.5/site-packages/bzrlib (1.8 python2.5.1)
bzr: ERROR: exceptions.Exception: ('Version number mismatch', '1.0.2',
'1.0.1')
Traceback (most recent call last):
File "/usr/local/lib/python2.5/site-packages/bzrlib/commands.py", line
849, in run_bzr_catch_errors
return run_bzr(argv)
File "/usr/local/lib/python2.5/site-packages/bzrlib/commands.py", line
795, in run_bzr
ret = run(*run_argv)
File "/usr/local/lib/python2.5/site-packages/bzrlib/commands.py", line
495, in run_argv_aliases
return self.run(**all_cmd_args)
File "/usr/local/lib/python2.5/site-packages/bzrlib/builtins.py", line
2753, in run
starting_with=starting_with,
File "/usr/local/lib/python2.5/site-packages/bzrlib/tests/__init__.py",
line 2577, in selftest
suite = test_suite(keep_only, starting_with)
File "/usr/local/lib/python2.5/site-packages/bzrlib/tests/__init__.py",
line 2949, in test_suite
suite.addTest(loader.loadTestsFromModuleNames(testmod_names))
File "/usr/local/lib/python2.5/site-packages/bzrlib/tests/TestUtil.py",
line 92, in loadTestsFromModuleNames
result.addTests(self.loadTestsFromModuleName(name))
File "/usr/local/lib/python2.5/site-packages/bzrlib/tests/TestUtil.py",
line 99, in loadTestsFromModuleName
result.addTests(self.loadTestsFromModule(module))
File "/usr/local/lib/python2.5/site-packages/bzrlib/tests/TestUtil.py",
line 129, in loadTestsFromModule
return load_tests(basic_tests, module, self)
File
"/usr/local/lib/python2.5/site-packages/bzrlib/tests/blackbox/__init__.py",
line 122, in load_tests
suite.addTests(loader.loadTestsFromModuleNames(testmod_names))
File "/usr/local/lib/python2.5/site-packages/bzrlib/tests/TestUtil.py",
line 92, in loadTestsFromModuleNames
result.addTests(self.loadTestsFromModuleName(name))
File "/usr/local/lib/python2.5/site-packages/bzrlib/tests/TestUtil.py",
line 97, in loadTestsFromModuleName
module = _load_module_by_name(name)
File "/usr/local/lib/python2.5/site-packages/bzrlib/tests/TestUtil.py",
line 166, in _load_module_by_name
module = __import__(mod_name)
File
"/usr/local/lib/python2.5/site-packages/bzrlib/tests/blackbox/test_add.py",
line 23, in <module>
from bzrlib.tests.test_win32utils import NeedsGlobExpansionFeature
File
"/usr/local/lib/python2.5/site-packages/bzrlib/tests/test_win32utils.py",
line 22, in <module>
from bzrlib.win32utils import glob_expand, get_app_path
File "/usr/local/lib/python2.5/site-packages/bzrlib/win32utils.py", line
56, in <module>
import ctypes
File "/usr/local/lib/python2.5/ctypes/__init__.py", line 20, in <module>
raise Exception, ("Version number mismatch", __version__,
_ctypes_version)
Exception: ('Version number mismatch', '1.0.2', '1.0.1')
bzr 1.8 on python 2.5.1 (sunos5)
arguments: ['/usr/local/bin/bzr', 'selftest']
encoding: '646', fsenc: '646', lang: None
plugins:
launchpad
/usr/local/lib/python2.5/site-packages/bzrlib/plugins/launchpad [unknown]
*** Bazaar has encountered an internal error.
Please report a bug at https://bugs.launchpad.net/bzr/+filebug
including this traceback, and a description of what you
were doing when the error occurred.
the version information can be found below:
bzr --version
Bazaar (bzr) 1.8
Python interpreter: /usr/local/bin/python 2.5.1
Python standard library: /usr/local/lib/python2.5
bzrlib: /usr/local/lib/python2.5/site-packages/bzrlib
Bazaar configuration: /home/lucas/.bazaar
Bazaar log file: /home/lucas/.bzr.log
Copyright 2005, 2006, 2007, 2008 Canonical Ltd.
http://bazaar-vcs.org/
bzr comes with ABSOLUTELY NO WARRANTY. bzr is free software, and
you may use, modify and redistribute it under the terms of the GNU
General Public License version 2 or later.
** Affects: bzr
Importance: Undecided
Status: New
--
bzr selftest fails with Version number mismatch
https://bugs.launchpad.net/bugs/299203
You received this bug notification because you are a direct subscriber
of the bug.
Status in Bazaar Version Control System: New
Bug description:
I have been having quite a bit of trouble running bzr. After reading the
maillist today and seeing similar problems on Solaris 10,
I ran a bzr selftest and received an error which indicated that I should
report a bug. Below please find the traceback.
bzr selftest
testing: /usr/local/bin/bzr
/usr/local/lib/python2.5/site-packages/bzrlib (1.8 python2.5.1)
bzr: ERROR: exceptions.Exception: ('Version number mismatch', '1.0.2',
'1.0.1')
Traceback (most recent call last):
File "/usr/local/lib/python2.5/site-packages/bzrlib/commands.py", line
849, in run_bzr_catch_errors
return run_bzr(argv)
File "/usr/local/lib/python2.5/site-packages/bzrlib/commands.py", line
795, in run_bzr
ret = run(*run_argv)
File "/usr/local/lib/python2.5/site-packages/bzrlib/commands.py", line
495, in run_argv_aliases
return self.run(**all_cmd_args)
File "/usr/local/lib/python2.5/site-packages/bzrlib/builtins.py", line
2753, in run
starting_with=starting_with,
File "/usr/local/lib/python2.5/site-packages/bzrlib/tests/__init__.py",
line 2577, in selftest
suite = test_suite(keep_only, starting_with)
File "/usr/local/lib/python2.5/site-packages/bzrlib/tests/__init__.py",
line 2949, in test_suite
suite.addTest(loader.loadTestsFromModuleNames(testmod_names))
File "/usr/local/lib/python2.5/site-packages/bzrlib/tests/TestUtil.py",
line 92, in loadTestsFromModuleNames
result.addTests(self.loadTestsFromModuleName(name))
File "/usr/local/lib/python2.5/site-packages/bzrlib/tests/TestUtil.py",
line 99, in loadTestsFromModuleName
result.addTests(self.loadTestsFromModule(module))
File "/usr/local/lib/python2.5/site-packages/bzrlib/tests/TestUtil.py",
line 129, in loadTestsFromModule
return load_tests(basic_tests, module, self)
File
"/usr/local/lib/python2.5/site-packages/bzrlib/tests/blackbox/__init__.py",
line 122, in load_tests
suite.addTests(loader.loadTestsFromModuleNames(testmod_names))
File "/usr/local/lib/python2.5/site-packages/bzrlib/tests/TestUtil.py",
line 92, in loadTestsFromModuleNames
result.addTests(self.loadTestsFromModuleName(name))
File "/usr/local/lib/python2.5/site-packages/bzrlib/tests/TestUtil.py",
line 97, in loadTestsFromModuleName
module = _load_module_by_name(name)
File "/usr/local/lib/python2.5/site-packages/bzrlib/tests/TestUtil.py",
line 166, in _load_module_by_name
module = __import__(mod_name)
File
"/usr/local/lib/python2.5/site-packages/bzrlib/tests/blackbox/test_add.py",
line 23, in <module>
from bzrlib.tests.test_win32utils import NeedsGlobExpansionFeature
File
"/usr/local/lib/python2.5/site-packages/bzrlib/tests/test_win32utils.py",
line 22, in <module>
from bzrlib.win32utils import glob_expand, get_app_path
File "/usr/local/lib/python2.5/site-packages/bzrlib/win32utils.py", line
56, in <module>
import ctypes
File "/usr/local/lib/python2.5/ctypes/__init__.py", line 20, in <module>
raise Exception, ("Version number mismatch", __version__,
_ctypes_version)
Exception: ('Version number mismatch', '1.0.2', '1.0.1')
bzr 1.8 on python 2.5.1 (sunos5)
arguments: ['/usr/local/bin/bzr', 'selftest']
encoding: '646', fsenc: '646', lang: None
plugins:
launchpad
/usr/local/lib/python2.5/site-packages/bzrlib/plugins/launchpad [unknown]
*** Bazaar has encountered an internal error.
Please report a bug at https://bugs.launchpad.net/bzr/+filebug
including this traceback, and a description of what you
were doing when the error occurred.
the version information can be found below:
bzr --version
Bazaar (bzr) 1.8
Python interpreter: /usr/local/bin/python 2.5.1
Python standard library: /usr/local/lib/python2.5
bzrlib: /usr/local/lib/python2.5/site-packages/bzrlib
Bazaar configuration: /home/lucas/.bazaar
Bazaar log file: /home/lucas/.bzr.log
Bonnie Lucas
Information Techonology Specialist
United States Naval Academy
Michelson Hall MI304
572M Holloway Road
Annapolis, MD 21402
410-293-6808
DSN 281-6808
Fax 410-293-2686
lucas at usna.edu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ubuntu.com/archives/bazaar/attachments/20081117/eb36f0b3/attachment-0001.htm
More information about the bazaar
mailing list