Bug 968840
| Summary: | [abrt] yum-3.4.3-91.fc19: __init__.py:3351:_groupInstalledData:AttributeError: 'InstalledGroup' object has no attribute 'packages' | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Andy Grover <agrover> | ||||||||
| Component: | yum | Assignee: | Packaging Maintenance Team <packaging-team-maint> | ||||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 19 | CC: | admiller, ffesti, firas.alkafri, jzeleny, packaging-team-maint, tim.lauridsen, zpavlas | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | x86_64 | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | abrt_hash:55ec1a291bdf3718464d7d148165f3b0b7558aa1 | ||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2013-06-03 07:12:47 UTC | Type: | --- | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Attachments: |
|
||||||||||
Created attachment 754664 [details]
File: backtrace
Created attachment 754665 [details]
File: core_backtrace
Created attachment 754666 [details]
File: environ
*** This bug has been marked as a duplicate of bug 955236 *** |
Description of problem: yum groupremove core Version-Release number of selected component: yum-3.4.3-91.fc19 Additional info: reporter: libreport-2.1.4 cmdline: /usr/bin/python /bin/yum groupremove core executable: /bin/yum kernel: 3.9.4-300.fc19.x86_64 runlevel: N 5 uid: 0 Truncated backtrace: __init__.py:3351:_groupInstalledData:AttributeError: 'InstalledGroup' object has no attribute 'packages' Traceback (most recent call last): File "/bin/yum", line 29, in <module> yummain.user_main(sys.argv[1:], exit_code=True) File "/usr/share/yum-cli/yummain.py", line 316, in user_main errcode = main(args) File "/usr/share/yum-cli/yummain.py", line 126, in main result, resultmsgs = base.doCommands() File "/usr/share/yum-cli/cli.py", line 522, in doCommands return self.yum_cli_commands[self.basecmd].doCommand(self, self.basecmd, self.extcmds) File "/usr/share/yum-cli/yumcommands.py", line 1047, in doCommand return base.removeGroups(extcmds) File "/usr/share/yum-cli/cli.py", line 1961, in removeGroups txmbrs = self.groupRemove(group.groupid) File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 3566, in groupRemove igroup_data = self._groupInstalledData(thisgroup) File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 3351, in _groupInstalledData for pkg_name in set(group.packages + list(pkg_names)): AttributeError: 'InstalledGroup' object has no attribute 'packages' Local variables in innermost frame: self: <cli.YumBaseCli object at 0xfb91d0> group: <yum.igroups.InstalledGroup object at 0x10e1350> ret: {} pkg_names: set(['rpmfusion-free-release', 'openssh-clients', 'less', 'iputils', 'sudo', 'parted', 'kbd', 'iproute', 'biosdevname', 'selinux-policy-targeted', 'rsyslog', 'curl', 'rpm', 'vim-minimal', 'systemd', 'glibc', 'hostname', 'shadow-utils', 'coreutils', 'bash', 'man-db', 'NetworkManager', 'policycoreutils', 'procps-ng', 'sendmail', 'ncurses', 'authconfig', 'iprutils', 'util-linux', 'cronie', 'basesystem', 'audit', 'dhclient', 'rootfiles', 'setup', 'firewalld', 'e2fsprogs', 'openssh-server', 'initscripts', 'plymouth', 'yum', 'filesystem', 'passwd', 'ppc64-utils'])