Activity log for bug #1385524

Date Who What changed Old value New value Message
2014-10-24 22:58:27 Thomas Tanner bug added bug
2014-10-24 22:58:49 Thomas Tanner tags dist-upgrade
2018-02-10 15:08:06 Launchpad Janitor update-manager (Ubuntu): status New Confirmed
2018-02-10 15:08:54 Norbert tags dist-upgrade artful dist-upgrade
2018-02-10 15:10:52 Norbert tags artful dist-upgrade artful dist-upgrade xenail
2018-02-10 15:10:58 Norbert tags artful dist-upgrade xenail artful dist-upgrade xenial
2018-02-10 15:12:43 Norbert tags artful dist-upgrade xenial artful dist-upgrade trusty xenial
2018-02-10 15:14:23 Norbert tags artful dist-upgrade trusty xenial artful bionic dist-upgrade trusty xenial
2018-02-10 15:15:00 Norbert summary update-manager-text crashes on 13.10 update-manager-text crashes on 13.10, 14.04 LTS, 16.04 LTS, 17.10 and 18.04 LTS
2018-02-13 15:32:00 Brian Murray update-manager (Ubuntu): status Confirmed Triaged
2018-02-13 15:32:05 Brian Murray update-manager (Ubuntu): importance Undecided High
2018-02-13 15:39:55 Brian Murray summary update-manager-text crashes on 13.10, 14.04 LTS, 16.04 LTS, 17.10 and 18.04 LTS update-manager-text crashes in all supported releases
2018-02-13 15:40:08 Brian Murray tags artful bionic dist-upgrade trusty xenial artful bionic dist-upgrade rls-bb-incoming trusty xenial
2018-02-22 16:25:37 Steve Langasek summary update-manager-text crashes in all supported releases drop update-manager-text package
2018-02-22 16:25:43 Steve Langasek nominated for series Ubuntu Bionic
2018-02-22 16:25:43 Steve Langasek bug task added update-manager (Ubuntu Bionic)
2018-02-23 10:56:25 Norbert summary drop update-manager-text package update-manager-text crashes in all supported releases
2018-02-23 10:59:57 Norbert update-manager (Ubuntu Bionic): status Triaged Confirmed
2018-02-23 11:02:35 Norbert description Trying to upgrade from a minimal 13.10 installation with # update-manager-text Reading package lists... Done Building dependency tree Reading state information... Done Building data structures... Done Building Updates List Traceback (most recent call last): File "/usr/bin/update-manager-text", line 70, in <module> app = UpdateManagerText(data_dir) File "/usr/lib/python3/dist-packages/UpdateManagerText/UpdateManagerText.py", line 55, in __init__ self.fillstore() File "/usr/lib/python3/dist-packages/UpdateManagerText/UpdateManagerText.py", line 90, in fillstore self.list.pkgs, key=operator.attrgetter("importance"), AttributeError: 'UpdateList' object has no attribute 'pkgs' Looking at the source /usr/lib/python3/dist-packages/UpdateManager/Core/UpdateList.py and it's earlier versions (from 13.04) it's obvious that there seems to be a version mismatch between ii update-manager-core 1:0.194.2 all manage release upgrades ii update-manager-text 1:0.194.2 all Text application that manages apt updates as there is no self.pkgs defined anywhere in the class UpdateList. So either update-manager-text or -core needs to be updated. However, do-release-upgrade works but I thought I should report this bug. Steps to reproduce: Launch update-manager-text on any supported Ubuntu version. Expected results: update-manager-text works normally. Actual results: update-manager-text crashes. # update-manager-text Reading package lists... Done Building dependency tree Reading state information... Done Building data structures... Done Building Updates List Traceback (most recent call last):   File "/usr/bin/update-manager-text", line 70, in <module>     app = UpdateManagerText(data_dir)   File "/usr/lib/python3/dist-packages/UpdateManagerText/UpdateManagerText.py", line 55, in __init__     self.fillstore()   File "/usr/lib/python3/dist-packages/UpdateManagerText/UpdateManagerText.py", line 90, in fillstore     self.list.pkgs, key=operator.attrgetter("importance"), AttributeError: 'UpdateList' object has no attribute 'pkgs' Part of original description in below (about obsolete 13.04 and 13.10). Looking at the source /usr/lib/python3/dist-packages/UpdateManager/Core/UpdateList.py and it's earlier versions (from 13.04) it's obvious that there seems to be a version mismatch between ii update-manager-core 1:0.194.2 all manage release upgrades ii update-manager-text 1:0.194.2 all Text application that manages apt updates as there is no self.pkgs defined anywhere in the class UpdateList. So either update-manager-text or -core needs to be updated. However, do-release-upgrade works but I thought I should report this bug.
2018-02-23 11:05:11 Norbert summary update-manager-text crashes in all supported releases [SRU] update-manager-text crashes in all supported releases
2018-02-23 11:05:46 Norbert description Steps to reproduce: Launch update-manager-text on any supported Ubuntu version. Expected results: update-manager-text works normally. Actual results: update-manager-text crashes. # update-manager-text Reading package lists... Done Building dependency tree Reading state information... Done Building data structures... Done Building Updates List Traceback (most recent call last):   File "/usr/bin/update-manager-text", line 70, in <module>     app = UpdateManagerText(data_dir)   File "/usr/lib/python3/dist-packages/UpdateManagerText/UpdateManagerText.py", line 55, in __init__     self.fillstore()   File "/usr/lib/python3/dist-packages/UpdateManagerText/UpdateManagerText.py", line 90, in fillstore     self.list.pkgs, key=operator.attrgetter("importance"), AttributeError: 'UpdateList' object has no attribute 'pkgs' Part of original description in below (about obsolete 13.04 and 13.10). Looking at the source /usr/lib/python3/dist-packages/UpdateManager/Core/UpdateList.py and it's earlier versions (from 13.04) it's obvious that there seems to be a version mismatch between ii update-manager-core 1:0.194.2 all manage release upgrades ii update-manager-text 1:0.194.2 all Text application that manages apt updates as there is no self.pkgs defined anywhere in the class UpdateList. So either update-manager-text or -core needs to be updated. However, do-release-upgrade works but I thought I should report this bug. Steps to reproduce: Launch update-manager-text on any supported Ubuntu version (14.04 LTS, 16.04 LTS, 17.10 and 18.04 LTS). Expected results: update-manager-text works normally. Actual results: update-manager-text crashes. # update-manager-text Reading package lists... Done Building dependency tree Reading state information... Done Building data structures... Done Building Updates List Traceback (most recent call last):   File "/usr/bin/update-manager-text", line 70, in <module>     app = UpdateManagerText(data_dir)   File "/usr/lib/python3/dist-packages/UpdateManagerText/UpdateManagerText.py", line 55, in __init__     self.fillstore()   File "/usr/lib/python3/dist-packages/UpdateManagerText/UpdateManagerText.py", line 90, in fillstore     self.list.pkgs, key=operator.attrgetter("importance"), AttributeError: 'UpdateList' object has no attribute 'pkgs' Part of original description in below (about obsolete 13.04 and 13.10). Looking at the source /usr/lib/python3/dist-packages/UpdateManager/Core/UpdateList.py and it's earlier versions (from 13.04) it's obvious that there seems to be a version mismatch between ii update-manager-core 1:0.194.2 all manage release upgrades ii update-manager-text 1:0.194.2 all Text application that manages apt updates as there is no self.pkgs defined anywhere in the class UpdateList. So either update-manager-text or -core needs to be updated. However, do-release-upgrade works but I thought I should report this bug.
2018-02-23 11:06:03 Norbert description Steps to reproduce: Launch update-manager-text on any supported Ubuntu version (14.04 LTS, 16.04 LTS, 17.10 and 18.04 LTS). Expected results: update-manager-text works normally. Actual results: update-manager-text crashes. # update-manager-text Reading package lists... Done Building dependency tree Reading state information... Done Building data structures... Done Building Updates List Traceback (most recent call last):   File "/usr/bin/update-manager-text", line 70, in <module>     app = UpdateManagerText(data_dir)   File "/usr/lib/python3/dist-packages/UpdateManagerText/UpdateManagerText.py", line 55, in __init__     self.fillstore()   File "/usr/lib/python3/dist-packages/UpdateManagerText/UpdateManagerText.py", line 90, in fillstore     self.list.pkgs, key=operator.attrgetter("importance"), AttributeError: 'UpdateList' object has no attribute 'pkgs' Part of original description in below (about obsolete 13.04 and 13.10). Looking at the source /usr/lib/python3/dist-packages/UpdateManager/Core/UpdateList.py and it's earlier versions (from 13.04) it's obvious that there seems to be a version mismatch between ii update-manager-core 1:0.194.2 all manage release upgrades ii update-manager-text 1:0.194.2 all Text application that manages apt updates as there is no self.pkgs defined anywhere in the class UpdateList. So either update-manager-text or -core needs to be updated. However, do-release-upgrade works but I thought I should report this bug. Steps to reproduce: Launch `sudo update-manager-text` on any supported Ubuntu version (14.04 LTS, 16.04 LTS, 17.10 and 18.04 LTS). Expected results: update-manager-text works normally. Actual results: update-manager-text crashes. # update-manager-text Reading package lists... Done Building dependency tree Reading state information... Done Building data structures... Done Building Updates List Traceback (most recent call last):   File "/usr/bin/update-manager-text", line 70, in <module>     app = UpdateManagerText(data_dir)   File "/usr/lib/python3/dist-packages/UpdateManagerText/UpdateManagerText.py", line 55, in __init__     self.fillstore()   File "/usr/lib/python3/dist-packages/UpdateManagerText/UpdateManagerText.py", line 90, in fillstore     self.list.pkgs, key=operator.attrgetter("importance"), AttributeError: 'UpdateList' object has no attribute 'pkgs' Part of original description in below (about obsolete 13.04 and 13.10). Looking at the source /usr/lib/python3/dist-packages/UpdateManager/Core/UpdateList.py and it's earlier versions (from 13.04) it's obvious that there seems to be a version mismatch between ii update-manager-core 1:0.194.2 all manage release upgrades ii update-manager-text 1:0.194.2 all Text application that manages apt updates as there is no self.pkgs defined anywhere in the class UpdateList. So either update-manager-text or -core needs to be updated. However, do-release-upgrade works but I thought I should report this bug.
2018-02-23 13:22:19 Francis Ginther tags artful bionic dist-upgrade rls-bb-incoming trusty xenial artful bionic dist-upgrade id-5a8eef2bf11f7343bd364e31 rls-bb-incoming trusty xenial
2018-03-01 16:18:59 Steve Langasek tags artful bionic dist-upgrade id-5a8eef2bf11f7343bd364e31 rls-bb-incoming trusty xenial artful bionic dist-upgrade id-5a8eef2bf11f7343bd364e31 trusty xenial
2018-03-06 00:46:29 Launchpad Janitor branch linked lp:update-manager
2018-03-06 02:12:56 Launchpad Janitor update-manager (Ubuntu Bionic): status Confirmed Fix Released
2018-03-10 13:25:40 Norbert summary [SRU] update-manager-text crashes in all supported releases drop update-manager-text package