This SRU has remained unverified after 247 days in the -proposed queue.
I've removed it now from quantal-proposed and am marking the task
'wontfix'.

** Changed in: ubuntu-drivers-common (Ubuntu Quantal)
       Status: Fix Committed => Won't Fix

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-drivers-common in Ubuntu.
https://bugs.launchpad.net/bugs/1096354

Title:
  hybrid-detect only checks for amd64, not i386 (unreachable code)

Status in “ubuntu-drivers-common” package in Ubuntu:
  Fix Released
Status in “ubuntu-drivers-common” source package in Quantal:
  Won't Fix

Bug description:
  There seems to be a copy-paste-error in /share/hybrid/hybrid-detect.c, line 
187 ff.:
  >                 char *arch = NULL;
  >                 arch = get_output("dpkg --print-architecture");
  >                 if (strcmp(arch, "amd64") == 0) {
  >                     arch_path = "x86_64-linux-gnu";
  >                 }
  >                 else if (strcmp(arch, "amd64") == 0) {
  >                     arch_path = "i386-linux-gnu";
  >                 }
  >                 else {

  Both "if"s check for "amd64", but the second one should probably check
  for "i386". I didn't test it, but at the moment "arch_path = "i386
  -linux-gnu";" is unreachable.

  Same in quantal-updates and raring-proposed branch of ubuntu-drivers-
  common.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-drivers-common/+bug/1096354/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to