Bug 1087929

Summary: [abrt] dnf: package.py:52:chksum:AttributeError: No such checksum.
Product: [Fedora] Fedora Reporter: Chris Gibbs <c.a.g.gibbs>
Component: dnfAssignee: Packaging Maintenance Team <packaging-team-maint>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: akozumpl, germano.massullo, packaging-team-maint, pnemade, rholy, Simon.Gerhards, tim.lauridsen
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/34742de20a057e1c430caa844c64a75c2c10da83
Whiteboard: abrt_hash:49e763d0178dce38b455921e9ee62da016cfa8ae
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-04-16 09:01:44 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:
Description Flags
File: backtrace
none
File: environ none

Description Chris Gibbs 2014-04-15 15:26:22 UTC
Description of problem:
I'm running Fedora 20 with the rhughes copr repo for GNOME 3.12.
Upon trying to update my system with dnf, I get the above error.
It seems to be related to updates from GNOME 3.12.
This happens everytime I try to update with dnf.
When I use yum I get dependency issues.

Version-Release number of selected component:
dnf-0.4.20-1.fc20

Additional info:
reporter:       libreport-2.2.1
cmdline:        /usr/bin/python /usr/bin/dnf update -y
executable:     /usr/bin/dnf
kernel:         3.13.9-200.fc20.x86_64
runlevel:       N 5
type:           Python
uid:            0

Truncated backtrace:
package.py:52:chksum:AttributeError: No such checksum.

Traceback (most recent call last):
  File "/usr/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 242, in user_main
    errcode = main(args)
  File "/usr/lib/python2.7/site-packages/dnf/cli/main.py", line 75, in main
    return _main(base, args)
  File "/usr/lib/python2.7/site-packages/dnf/cli/main.py", line 156, in _main
    return_code, resultmsgs = base.do_transaction()
  File "/usr/lib/python2.7/site-packages/dnf/cli/cli.py", line 214, in do_transaction
    self.download_packages(downloadpkgs, self.output.progress, total_cb)
  File "/usr/lib/python2.7/site-packages/dnf/base.py", line 909, in download_packages
    errors = dnf.repo.download_payloads(payloads, drpm)
  File "/usr/lib/python2.7/site-packages/dnf/repo.py", line 97, in download_payloads
    targets = [pload.librepo_target() for pload in payloads]
  File "/usr/lib/python2.7/site-packages/dnf/repo.py", line 278, in librepo_target
    target_dct.update(self._target_params())
  File "/usr/lib/python2.7/site-packages/dnf/repo.py", line 289, in _target_params
    ctype, csum = pkg.returnIdSum()
  File "/usr/lib/python2.7/site-packages/dnf/package.py", line 174, in returnIdSum
    (chksum_type, chksum) = self.chksum
  File "/usr/lib/python2.7/site-packages/dnf/package.py", line 52, in chksum
    return super(Package, self).chksum
AttributeError: No such checksum.

Local variables in innermost frame:
self: <hawkey.Package object id 57131, gnome-system-monitor-3.12.1-1.fc20.x86_64, rhughes-f20-gnome-3-12-x86_64>

Potential duplicate: bug 1086981

Comment 1 Chris Gibbs 2014-04-15 15:26:34 UTC
Created attachment 886517 [details]
File: backtrace

Comment 2 Chris Gibbs 2014-04-15 15:26:40 UTC
Created attachment 886518 [details]
File: environ

Comment 3 Ales Kozumplik 2014-04-16 09:01:44 UTC

*** This bug has been marked as a duplicate of bug 1086073 ***