Bug 1061078
| Summary: | [abrt] yum: transaction.py:93:getTsFlags:AttributeError: 'NoneType' object has no attribute 'setFlags' | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Igor Gnatenko <ignatenko> | ||||||
| Component: | yum | Assignee: | Packaging Maintenance Team <packaging-team-maint> | ||||||
| Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 22 | CC: | admiller, ffesti, ignatenko, j, packaging-team-maint, zpavlas | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/8063e8124c6c0890d6fbf51b02b1b85b67be14a4 | ||||||||
| Whiteboard: | abrt_hash:ac11386083ac95e118eff61e648b3eb98302658e | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2016-03-20 10:19:36 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 859057 [details]
File: backtrace
Created attachment 859058 [details]
File: environ
This bug appears to have been reported against 'rawhide' during the Fedora 22 development cycle. Changing version to '22'. More information and reason for this action is here: https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora22 no comments for long time. |
Version-Release number of selected component: yum-3.4.3-134.fc21 Additional info: reporter: libreport-2.1.12 cmdline: /usr/bin/python /bin/yum shell dso_list: python-libs-2.7.5-11.fc21.x86_64 executable: /bin/yum kernel: 3.14.0-0.rc0.git12.1.fc21.x86_64 runlevel: N 5 type: Python uid: 0 Truncated backtrace: transaction.py:93:getTsFlags:AttributeError: 'NoneType' object has no attribute 'setFlags' 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 355, in user_main errcode = main(args) File "/usr/share/yum-cli/yummain.py", line 174, in main result, resultmsgs = base.doCommands() File "/usr/share/yum-cli/cli.py", line 570, in doCommands return self.yum_cli_commands[self.basecmd].doCommand(self, self.basecmd, self.extcmds) File "/usr/share/yum-cli/yumcommands.py", line 1975, in doCommand return base.doShell() File "/usr/share/yum-cli/cli.py", line 470, in doShell yumshell.cmdloop() File "/usr/share/yum-cli/shell.py", line 94, in cmdloop cret = cmd.Cmd.cmdloop(self, *args, **kwargs) File "/usr/lib64/python2.7/cmd.py", line 142, in cmdloop stop = self.onecmd(line) File "/usr/lib64/python2.7/cmd.py", line 221, in onecmd return func(arg) File "/usr/share/yum-cli/shell.py", line 443, in do_run (code, msgs) = self.base.buildTransaction() File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 1345, in buildTransaction self.save_ts(auto=True) File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 6701, in save_ts msg += "%s\n" % self.ts.getTsFlags() File "/usr/lib/python2.7/site-packages/rpmUtils/transaction.py", line 93, in getTsFlags curflags = self.ts.setFlags(0) AttributeError: 'NoneType' object has no attribute 'setFlags' Local variables in innermost frame: self: <rpmUtils.transaction.TransactionWrapper instance at 0x2aebc20>