| Summary: | [abrt] dnf-0.4.9-1.fc20: miscutils.py:61:checkSig:OSError: [Errno 2] No existe el fichero o el directorio: '/var/cache/dnf/x86_64/20/rpmfusion-free/packages/akmod-VirtualBox-4.3.2-1.fc20.x86_64.rpm' | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Francisco de la Peña <fran> | ||||||
| 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: | 20 | CC: | akozumpl, packaging-team-maint, pnemade, rholy, zpavlas | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/fda3c4a3e0e89d15f25548e618d62c15f03d0edc | ||||||||
| Whiteboard: | abrt_hash:1974be1ccd30de82249aadc416a54deed341b1cb | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2013-12-09 08:05:41 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Attachments: |
|
||||||||
Created attachment 833994 [details]
File: backtrace
Created attachment 833995 [details]
File: environ
There's a bug in handling certain librepo errors. DNF continues as if all packages were downloaded and hits this. Fixed upstream. *** This bug has been marked as a duplicate of bug 1035164 *** |
Version-Release number of selected component: dnf-0.4.9-1.fc20 Additional info: reporter: libreport-2.1.9 cmdline: /usr/bin/python /bin/dnf distro-sync executable: /bin/dnf kernel: 3.11.10-libre.300.fc20.gnu.x86_64 runlevel: N 5 type: Python uid: 0 Truncated backtrace: miscutils.py:61:checkSig:OSError: [Errno 2] No existe el fichero o el directorio: '/var/cache/dnf/x86_64/20/rpmfusion-free/packages/akmod-VirtualBox-4.3.2-1.fc20.x86_64.rpm' Traceback (most recent call last): File "/bin/dnf", line 35, in <module> main.user_main(sys.argv[1:], exit_code=True) File "/usr/lib/python2.7/site-packages/dnf/cli/main.py", line 260, in user_main errcode = main(args) File "/usr/lib/python2.7/site-packages/dnf/cli/main.py", line 63, in main return _main(base, args) File "/usr/lib/python2.7/site-packages/dnf/cli/main.py", line 175, in _main return_code, resultmsgs = base.do_transaction() File "/usr/lib/python2.7/site-packages/dnf/cli/cli.py", line 198, in do_transaction if self.gpgsigcheck(downloadpkgs) != 0: File "/usr/lib/python2.7/site-packages/dnf/cli/cli.py", line 218, in gpgsigcheck result, errmsg = self.sigCheckPkg(po) File "/usr/lib/python2.7/site-packages/dnf/base.py", line 959, in sigCheckPkg sigresult = dnf.rpmUtils.miscutils.checkSig(ts, po.localPkg()) File "/usr/lib/python2.7/site-packages/dnf/rpmUtils/miscutils.py", line 61, in checkSig fdno = os.open(package, os.O_RDONLY) OSError: [Errno 2] No existe el fichero o el directorio: '/var/cache/dnf/x86_64/20/rpmfusion-free/packages/akmod-VirtualBox-4.3.2-1.fc20.x86_64.rpm' Local variables in innermost frame: currentflags: 986880 ts: <dnf.rpmUtils.transaction.TransactionWrapper object at 0x24f3cd0> value: 0 package: '/var/cache/dnf/x86_64/20/rpmfusion-free/packages/akmod-VirtualBox-4.3.2-1.fc20.x86_64.rpm'