Bug 1615164
| Summary: | [abrt] python3-dnf: configure(): __init__.py:841:configure:dnf.cli.CliError: None | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Adriano de Souza Xavier <adrianosoxav> | ||||||||||||||||||||||||||||
| Component: | dnf | Assignee: | Jaroslav Mracek <jmracek> | ||||||||||||||||||||||||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||||||
| Version: | 28 | CC: | dmach, jmracek, mblaha, packaging-team-maint, rpm-software-management, vmukhame | ||||||||||||||||||||||||||||
| Target Milestone: | --- | Keywords: | Triaged | ||||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/917791ee3bac003ee6c14d7ada32640221699c2b | ||||||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:ea5e0c6f73f40783ae86725f68f84a3dd0b0ee75; | ||||||||||||||||||||||||||||||
| Fixed In Version: | dnf-4.0.9-1.fc29 | Doc Type: | If docs needed, set a value | ||||||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||||||
| Last Closed: | 2018-12-05 02:33:09 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 1475417 [details]
File: _var_log_dnf.log
Created attachment 1475418 [details]
File: _var_tmp_dnf-mystery-mylw2s10_dnf.librepo.log
Created attachment 1475419 [details]
File: _var_tmp_dnf-mystery-mylw2s10_dnf.log
Created attachment 1475420 [details]
File: _var_tmp_dnf-mystery-mylw2s10_dnf.rpm.log
Created attachment 1475421 [details]
File: _var_tmp_dnf-mystery-mylw2s10_hawkey.log
Created attachment 1475422 [details]
File: backtrace
Created attachment 1475423 [details]
File: cgroup
Created attachment 1475424 [details]
File: cpuinfo
Created attachment 1475425 [details]
File: dnf-makecache.log
Created attachment 1475426 [details]
File: environ
Created attachment 1475427 [details]
File: mountinfo
Created attachment 1475428 [details]
File: namespaces
Created attachment 1475429 [details]
File: open_fds
I created a patch to enhance errors (https://github.com/rpm-software-management/dnf/pull/1237). libdnf-0.22.3-1.fc29 dnf-4.0.9-1.fc29 dnf-plugins-core-4.0.2-1.fc29 dnf-plugins-extras-4.0.0-1.fc29 has been submitted as an update to Fedora 29. https://bodhi.fedoraproject.org/updates/FEDORA-2018-17cbc3c616 dnf-4.0.9-1.fc29, dnf-plugins-core-4.0.2-1.fc29, dnf-plugins-extras-4.0.0-1.fc29, libdnf-0.22.3-1.fc29 has been pushed to the Fedora 29 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-17cbc3c616 dnf-4.0.9-1.fc29, dnf-plugins-core-4.0.2-1.fc29, dnf-plugins-extras-4.0.0-1.fc29, libdnf-0.22.3-1.fc29 has been pushed to the Fedora 29 stable repository. If problems still persist, please make note of it in this bug report. |
Version-Release number of selected component: python3-dnf-2.7.5-12.fc28 Additional info: reporter: libreport-2.9.5 cmdline: /usr/bin/python3 /usr/lib/python3.6/site-packages/dnf/cli/completion_helper.py history info fedora -d 0 -q -C crash_function: configure exception_type: dnf.cli.CliError executable: /usr/lib/python3.6/site-packages/dnf/cli/completion_helper.py interpreter: python3-3.6.6-1.fc28.x86_64 kernel: 4.18.0-0.rc0.git10.1.fc28.x86_64 runlevel: N 5 type: Python3 uid: 1000 Truncated backtrace: __init__.py:841:configure:dnf.cli.CliError: None Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/dnf/cli/completion_helper.py", line 197, in <module> main(sys.argv[1:]) File "/usr/lib/python3.6/site-packages/dnf/cli/completion_helper.py", line 189, in main cli.configure(args) File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 894, in configure self.command.configure() File "/usr/lib/python3.6/site-packages/dnf/cli/commands/__init__.py", line 841, in configure raise dnf.cli.CliError dnf.cli.CliError: None Local variables in innermost frame: demands: <dnf.cli.demand.DemandSheet object at 0x7fbbb60b3550> require_one_transaction_id_msg: "Found more than one transaction ID.\n'info' requires one transaction ID or package name." require_one_transaction_id: False self: <__main__.HistoryCompletionCommand object at 0x7fbbb60c4da0>