[Bug 1550846] Re: package identification is awful

2016-05-05 Thread Launchpad Bug Tracker
[Expired for apport (Ubuntu) because there has been no activity for 60
days.]

** Changed in: apport (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  package identification is awful

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1550846/+subscriptions

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


[Bug 1550846] Re: package identification is awful

2016-03-05 Thread Peter D.
Why is this still "incomplete"?  What more needs to be added?

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

Title:
  package identification is awful

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1550846/+subscriptions

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


[Bug 1550846] Re: package identification is awful

2016-03-04 Thread Peter D.
I've just booted a few different releases.

A live pre-release DVD of Mythbuntu from a few day ago does behave with
"ubuntu-bug linux" and "ubuntu-bug apport" although it could have done
better with; "ubuntu-bug kernel", "ubuntu-bug ubuntu-bug", "ubuntu-bug
ubuntu", and "ubuntu-bug apport-bug".

The month old installation also misbehaves with "ubuntu-bug linux", but
I guess that a bug has been fixed since then.

Also on Trusty Tahr a possibly unrelated bug gives this;

$ ubuntu-bug apport
usage: whoopsie-upload-all [-h] [-t TIMEOUT]
whoopsie-upload-all: error: unrecognized arguments: apport

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

Title:
  package identification is awful

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1550846/+subscriptions

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


[Bug 1550846] Re: package identification is awful

2016-02-29 Thread Brian Murray
Addressing the specific issue of not being able to use "ubuntu-bug
linux", I've tried to recreate on two systems running xenial and a fresh
install of xenial and was unsuccessful. We can see that apport in
appor/ui.py has special casing for linux.

391 def run_report_bug(self, symptom_script=None):
392 '''Report a bug.
...
 441 # "Do what I mean" for filing against "linux"
 442 if self.options.package == 'linux':
 443 self.cur_package = apport.packaging.get_kernel_package()

Then in apport/packaging.py we have:

621 def get_kernel_package(self):
 622 '''Return the actual Linux kernel package name.
 623 
 624 This is used when the user reports a bug against the "linux" 
package.
 625 '''
 626 # TODO: Ubuntu specific
 627 return 'linux-image-' + os.uname()[2]

Do you have linux-image-4.4.0-2-generic installed?


** Changed in: apport (Ubuntu)
   Status: New => Incomplete

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

Title:
  package identification is awful

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1550846/+subscriptions

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