Bug 1279217
| Summary: | [abrt] dnf: system_upgrade.py:359:__init__:TypeError: must be type, not None | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | webdesigner | ||||||||||||
| Component: | dnf | 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: | 22 | CC: | jsilhan, mluscon, packaging-team-maint, pnemade, vmukhame, webdesigner | ||||||||||||
| Target Milestone: | --- | ||||||||||||||
| Target Release: | --- | ||||||||||||||
| Hardware: | x86_64 | ||||||||||||||
| OS: | Unspecified | ||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/85abd7ba98c58741aee3c14fce8e6795334f471f | ||||||||||||||
| Whiteboard: | abrt_hash:3feab66d7eebbda6531b71d67968b59635b19ed7;VARIANT_ID=workstation; | ||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||
| Clone Of: | Environment: | ||||||||||||||
| Last Closed: | 2015-11-18 12:35:57 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 1091302 [details]
File: _var_log_dnf.log
Created attachment 1091303 [details]
File: backtrace
Created attachment 1091304 [details]
File: dnf-makecache.log
Created attachment 1091305 [details]
File: dso_list
Created attachment 1091306 [details]
File: environ
*** This bug has been marked as a duplicate of bug 1278031 *** |
Version-Release number of selected component: dnf-1.1.3-1.fc22 Additional info: reporter: libreport-2.6.3 cmdline: /usr/bin/python -OO /bin/dnf -y install --disablerepo=* /tmp/akmods.nTga3Ieb/results/kmod-VirtualBox-4.2.5-201.fc22.x86_64-4.3.32-1.fc22.x86_64.rpm executable: /bin/dnf kernel: 4.2.3-200.fc22.x86_64 runlevel: N 5 type: Python uid: 0 Truncated backtrace: system_upgrade.py:359:__init__:TypeError: must be type, not None Traceback (most recent call last): File "/bin/dnf", line 36, in <module> main.user_main(sys.argv[1:], exit_code=True) File "/usr/lib/python2.7/site-packages/dnf/cli/main.py", line 198, in user_main errcode = main(args) File "/usr/lib/python2.7/site-packages/dnf/cli/main.py", line 84, in main return _main(base, args) File "/usr/lib/python2.7/site-packages/dnf/cli/main.py", line 117, in _main cli.configure(map(ucd, args)) File "/usr/lib/python2.7/site-packages/dnf/cli/cli.py", line 1006, in configure self.base.plugins.run_init(self.base, self) File "/usr/lib/python2.7/site-packages/dnf/plugin.py", line 104, in run_init plugin = p_cls(base, cli) File "/usr/lib/python2.7/site-packages/dnf-plugins/system_upgrade.py", line 359, in __init__ super(SystemUpgradePlugin, self).__init__(base, cli) TypeError: must be type, not None Local variables in innermost frame: self: <dnf.plugin.dynamic.system_upgrade.SystemUpgradePlugin object at 0x7f1530e12090> base: <dnf.cli.cli.BaseCli object at 0x7f15329e7610> cli: <dnf.cli.cli.Cli object at 0x7f15329efd90>