[Bug 1769262] Re: PythonDetails contains an error message if python not installed

2018-06-07 Thread Launchpad Bug Tracker
This bug was fixed in the package apport - 2.20.9-0ubuntu7.2 --- apport (2.20.9-0ubuntu7.2) bionic; urgency=medium * apport/ui.py: Include ProblemType in reports which are updated as package hooks may expect the report to have a ProblemType. (LP: #1766794) * test/test_ui.py:

[Bug 1769262] Re: PythonDetails contains an error message if python not installed

2018-06-04 Thread Brian Murray
The test case passed with the version of apport from bionic-proposed. bdmurray@clean-bionic-amd64:~$ grep Python /var/crash/_usr_bin_update-manager.1000.crash Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 3.6.5-3 PythonDetails: N/A bdmurray@clean-bionic-amd64:~$ apt-cache

[Bug 1769262] Re: PythonDetails contains an error message if python not installed

2018-05-31 Thread Steve Langasek
Hello Brian, or anyone else affected, Accepted apport into bionic-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/apport/2.20.9-0ubuntu7.2 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1769262] Re: PythonDetails contains an error message if python not installed

2018-05-23 Thread Brian Murray
** Description changed: [Test Case] 0) ensure python is not installed on the system - 1) launchpad update-manager + 1) launch update-manager 2) kill update-manager 3) view the crash report With the version of apport in the archive you will see messy PythonDetails like below. With

[Bug 1769262] Re: PythonDetails contains an error message if python not installed

2018-05-23 Thread Brian Murray
** Changed in: apport (Ubuntu Bionic) Status: New => In Progress ** Changed in: apport (Ubuntu Bionic) Importance: Undecided => Low ** Changed in: apport (Ubuntu Bionic) Assignee: (unassigned) => Brian Murray (brian-murray) -- You received this bug notification because you are a

[Bug 1769262] Re: PythonDetails contains an error message if python not installed

2018-05-11 Thread Brian Murray
** Also affects: apport (Ubuntu Bionic) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1769262 Title: PythonDetails contains an error message if python

[Bug 1769262] Re: PythonDetails contains an error message if python not installed

2018-05-10 Thread Launchpad Bug Tracker
This bug was fixed in the package apport - 2.20.10-0ubuntu1 --- apport (2.20.10-0ubuntu1) cosmic; urgency=medium * New upstream release: - backends/packaging-apt-dpkg.py: when using a permanent sandbox better check for the package being already available thereby reducing

[Bug 1769262] Re: PythonDetails contains an error message if python not installed

2018-05-09 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/ubuntu/cosmic/apport/ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1769262 Title: PythonDetails contains an error message if python not installed To

[Bug 1769262] Re: PythonDetails contains an error message if python not installed

2018-05-05 Thread Francis Ginther
** Tags added: id-5ae35ea55ac10e9203cade8d -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1769262 Title: PythonDetails contains an error message if python not installed To manage notifications

[Bug 1769262] Re: PythonDetails contains an error message if python not installed

2018-05-04 Thread Brian Murray
** Description changed: - I an Ubuntu 18.04 apport-package report, bug 1768866, we can see the - following which looks super messy: + [Test Case] + 0) ensure python is not installed on the system + 1) launchpad update-manager + 2) kill update-manager + 3) view the crash report + + With the

[Bug 1769262] Re: PythonDetails contains an error message if python not installed

2018-05-04 Thread Brian Murray
This'll make it look nicer. @@ -519,6 +519,9 @@ def add_python_details(key, python, report): '''Add comma separated details about which python is being used''' python_path = apport.hookutils.command_output(['which', python]) +if python_path.startswith('Error: '): +