Oh, actually I'm seeing two issues here. Apport wants a file opened in binary 
mode for pr.write, but it was also failing in my lxc container for a _second_ 
reason:
pr['Locale'] = os.environ.get('LANG')
That causes a crash in a minimal environment, with the LANG variable unset, 
because apparently python-apport's Report class doesn't like when we set an 
empty value.

There are a 4 other failing tests, with the qbzr and builddeb plugins,
but at least those ones aren't in core bzr :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1107464

Title:
  selftest fails in Ubuntu 12.10 with test_apport_report

To manage notifications about this bug go to:
https://bugs.launchpad.net/bzr/+bug/1107464/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to