Bug 1171304 - AttributeError: <dnf.yum.rpmsack.RPMDBAdditionalDataPackage object at 0xb57b36ec> has no attribute reason
Summary: AttributeError: <dnf.yum.rpmsack.RPMDBAdditionalDataPackage object at 0xb57b3...
Keywords:
Status: CLOSED DUPLICATE of bug 1136584
Alias: None
Product: Fedora
Classification: Fedora
Component: dnf
Version: 21
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Packaging Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-12-05 21:04 UTC by Chris Murphy
Modified: 2014-12-08 10:09 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-12-08 10:09:02 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
shell full output (37.09 KB, text/plain)
2014-12-05 21:05 UTC, Chris Murphy
no flags Details

Description Chris Murphy 2014-12-05 21:04:01 UTC
Description of problem: When installing group "Printing Support" I get a traceback messsage.


Version-Release number of selected component (if applicable):
dnf-0.6.1-1.fc21.noarch

How reproducible:
Only tried once

Steps to Reproduce:
1. dnf group install "Printing Support"

Actual results:

Complete!
Traceback (most recent call last):
  File "/usr/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 182, 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 145, in _main
    cli.command.run_transaction()
  File "/usr/lib/python2.7/site-packages/dnf/cli/commands/group.py", line 460, in run_transaction
    db_pkg.reason = goal.group_reason(pkg, db_pkg.reason)
  File "/usr/lib/python2.7/site-packages/dnf/yum/rpmsack.py", line 291, in __getattr__
    return self._read(attr)
  File "/usr/lib/python2.7/site-packages/dnf/yum/rpmsack.py", line 255, in _read
    raise AttributeError("%s has no attribute %s" % (self, attr))
AttributeError: <dnf.yum.rpmsack.RPMDBAdditionalDataPackage object at 0xb57b36ec> has no attribute reason

Expected results:

Complete! and then no traceback

Additional info:

Comment 1 Chris Murphy 2014-12-05 21:05:34 UTC
Created attachment 965225 [details]
shell full output

Shell session from start to finish.

Comment 2 Honza Silhan 2014-12-08 10:09:02 UTC

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


Note You need to log in before you can comment on or make changes to this bug.