Bazaar encounters an internal error on initial checkout

Bug #537129 reported by Kyle Schweighauser
This bug report is a duplicate of:  Bug #434998: There is no bzrlib.user_encoding. Edit Remove
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
bzr-xmloutput
New
Undecided
Unassigned

Bug Description

I am on Ubuntu Jaunty AMD64 using Eclipse Galileo 3.5 with the Sun JVM. This happens when I check out a repo from bzr using the eclipse-bzr plugin.

If it helps, I use a central server workflow.

*** Bazaar has encountered an internal error. This probably indicates a
    bug in Bazaar. You can help us fix it by filing a bug report at
        https://bugs.launchpad.net/bzr/+filebug
    attaching the crash file
        /home/kyle/.cache/crash/bzr-20100311060901-28973.crash
    and including a description of the problem.

    The crash file is plain text and you can inspect or edit it to remove
    private information.

Thanks,
Kyle

BzrPlugins:
   avahi /usr/share/pyshared/bzrlib/plugins/avahi [0.3.0dev]
   bzrtools /usr/share/pyshared/bzrlib/plugins/bzrtools [2.1.0]
   dbus /usr/share/pyshared/bzrlib/plugins/dbus [unknown]
   gtk /usr/share/pyshared/bzrlib/plugins/gtk [0.98.0.final.1]
   launchpad /usr/share/pyshared/bzrlib/plugins/launchpad [2.1.0]
   netrc_credential_store /usr/share/pyshared/bzrlib/plugins/netrc_credential_store [2.1.0]
   news_merge /usr/share/pyshared/bzrlib/plugins/news_merge [2.1.0]
   search /usr/share/pyshared/bzrlib/plugins/search [1.7.0dev]
   xmloutput /usr/share/pyshared/bzrlib/plugins/xmloutput [0.8.4]

PythonVersion: 2.6.2
Traceback:
 Traceback (most recent call last):
   File "/usr/lib/python2.6/dist-packages/bzrlib/commands.py", line 853, in exception_to_return_code
     return the_callable(*args, **kwargs)
   File "/usr/lib/python2.6/dist-packages/bzrlib/commands.py", line 1055, in run_bzr
     ret = run(*run_argv)
   File "/usr/lib/python2.6/dist-packages/bzrlib/commands.py", line 661, in run_argv_aliases
     return self.run_direct(**all_cmd_args)
   File "/usr/lib/python2.6/dist-packages/bzrlib/commands.py", line 665, in run_direct
     return self._operation.run_simple(*args, **kwargs)
   File "/usr/lib/python2.6/dist-packages/bzrlib/cleanup.py", line 122, in run_simple
     self.cleanups, self.func, *args, **kwargs)
   File "/usr/lib/python2.6/dist-packages/bzrlib/cleanup.py", line 156, in _do_with_cleanups
     result = func(*args, **kwargs)
   File "/usr/lib/python2.6/dist-packages/bzrlib/commands.py", line 1070, in ignore_pipe
     result = func(*args, **kwargs)
   File "/usr/share/pyshared/bzrlib/plugins/xmloutput/xml_errors.py", line 64, in xml_error_handling
     exitcode = report_exception(sys.exc_info(), sys.stderr)
   File "/usr/share/pyshared/bzrlib/plugins/xmloutput/xml_errors.py", line 53, in report_exception
     err_file.write(str(XMLError(exc_object)))
   File "/usr/share/pyshared/bzrlib/plugins/xmloutput/xml_errors.py", line 21, in __str__
     xml = '<?xml version="1.0" encoding="%s"?>' % bzrlib.user_encoding
   File "/usr/lib/python2.6/dist-packages/bzrlib/lazy_import.py", line 109, in __getattribute__
     return getattr(obj, attr)
 AttributeError: 'module' object has no attribute 'user_encoding'

Revision history for this message
Kyle Schweighauser (kms) wrote :
Vincent Ladeuil (vila)
description: updated
affects: bzr → bzr-xmloutput
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.