Bug 1192204
| Summary: | [abrt] python3-dnf: tracer.py:59:transaction:NameError: name 'installed' is not defined | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dan Mossor [danofsatx] <danofsatx> | ||||||
| Component: | dnf-plugins-extras | Assignee: | Igor Gnatenko <ignatenko> | ||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 21 | CC: | akozumpl, ignatenko, jirinek, jsilhan, mluscon, packaging-team-maint, pnemade, rholy, satellitgo, tim.lauridsen | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/b91b5f1020011c9976fb29c96070a6bcfacfc378 | ||||||||
| Whiteboard: | abrt_hash:f286a1152b19d95144150e6850eb6e4d03d9f389 | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2015-02-13 14:59:18 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 991148 [details]
File: backtrace
Created attachment 991149 [details]
File: environ
I'm pretty sure this is a duplicate of bug 1187763. *** This bug has been marked as a duplicate of bug 1187763 *** |
Description of problem: dnf-3 install dia Version-Release number of selected component: python3-dnf-0.6.3-2.fc21 Additional info: reporter: libreport-2.3.0 cmdline: /usr/bin/python3 -OO /bin/dnf-3 install dia executable: /bin/dnf-3 kernel: 3.18.6-200.fc21.x86_64 runlevel: N 5 type: Python3 uid: 0 Truncated backtrace: tracer.py:59:transaction:NameError: name 'installed' is not defined Traceback (most recent call last): File "/bin/dnf-3", line 35, in <module> main.user_main(sys.argv[1:], exit_code=True) File "/usr/lib/python3.4/site-packages/dnf/cli/main.py", line 182, in user_main errcode = main(args) File "/usr/lib/python3.4/site-packages/dnf/cli/main.py", line 84, in main return _main(base, args) File "/usr/lib/python3.4/site-packages/dnf/cli/main.py", line 141, in _main ret = resolving(cli, base) File "/usr/lib/python3.4/site-packages/dnf/cli/main.py", line 160, in resolving base.do_transaction() File "/usr/lib/python3.4/site-packages/dnf/cli/cli.py", line 221, in do_transaction self.plugins.run_transaction() File "/usr/lib/python3.4/site-packages/dnf/plugin.py", line 82, in fn dnf.util.mapall(operator.methodcaller(method), self.plugins) File "/usr/lib/python3.4/site-packages/dnf/util.py", line 157, in mapall return list(map(fn, *seq)) File "/usr/lib/python3.4/site-packages/dnf-plugins/tracer.py", line 59, in transaction args = ["tracer", "-n"] + list(installed | erased) NameError: name 'installed' is not defined Local variables in innermost frame: self: <dnf.plugin.dynamic.tracer.Tracer object at 0x7fc44b63aa20>