A way to fix this is to change line 161 of /usr/sbin/popularity-contest

Old version:
open PACKAGES, "dpkg-query --show --showformat='\${status} \${package}\\n'|";

New version:
open PACKAGES, "dpkg-query --show --showformat='\${status} 
\${packagespec}\\n'|";

I don't know if that's the proper approach, but it seems to be working.

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

Title:
  daily cron script complains about packages not being installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/popularity-contest/+bug/858697/+subscriptions

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

Reply via email to