Bug 883660 - fedup returns error "TypeError: __new__() takes exactly 7 arguments (6 given)"
Summary: fedup returns error "TypeError: __new__() takes exactly 7 arguments (6 given)"
Keywords:
Status: CLOSED DUPLICATE of bug 881338
Alias: None
Product: Fedora
Classification: Fedora
Component: fedup
Version: 18
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Will Woods
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-12-05 05:12 UTC by Nilesh Patil
Modified: 2012-12-05 16:59 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-12-05 16:59:04 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Nilesh Patil 2012-12-05 05:12:45 UTC
root ~ # fedup-cli --network 18 --debuglog fedupdebug.log --instrepo http://mirror.metrocast.net/fedora/linux/releases/test/18-Beta/Fedora/x86_64/os/
setting up repos...
google-chrome                                                                                                                                          |  951 B     00:00     
google-chrome/primary                                                                                                                                  | 1.4 kB     00:00     
google-talkplugin                                                                                                                                      |  951 B     00:00     
instrepo                                                                                                                                               | 3.7 kB     00:00     
rpmfusion-free-updates/18/x86_64                                                                                                                       | 1.2 kB     00:00     
updates/18/x86_64/metalink                                                                                                                             |  18 kB     00:00     
setting up update...
finding updates 100% [=======================================================================================================================================================]
verify local files 100% [====================================================================================================================================================]
getting boot images...
.treeinfo                                                                                                                                              | 1.1 kB     00:00     
testing upgrade transaction
rpm transaction 100% [=======================================================================================================================================================]
rpm install 100% [===========================================================================================================================================================]
setting up system for upgrade
Traceback (most recent call last):
  File "/bin/fedup-cli", line 285, in <module>
    main(args)
  File "/bin/fedup-cli", line 257, in main
    prep_boot(kernel, initrd)
  File "/usr/lib/python2.7/site-packages/fedup/download.py", line 373, in prep_boot
    modify_bootloader(kernel, initrd)
  File "/usr/lib/python2.7/site-packages/fedup/download.py", line 356, in modify_bootloader
    for e in bootloader.get_entries():
  File "/usr/lib/python2.7/site-packages/fedup/grubby.py", line 69, in get_entries
    ents.append(self.get_entry(n))
  File "/usr/lib/python2.7/site-packages/fedup/grubby.py", line 63, in get_entry
    return GrubbyEntry(**info)
TypeError: __new__() takes exactly 7 arguments (6 given)

Comment 1 Will Woods 2012-12-05 16:59:04 UTC

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


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