Bug 113742 - up2date frozen gui.py, line 2070 up2date.py, line 619
Summary: up2date frozen gui.py, line 2070 up2date.py, line 619
Keywords:
Status: CLOSED DUPLICATE of bug 110254
Alias: None
Product: Fedora
Classification: Fedora
Component: up2date
Version: 1
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Adrian Likins
QA Contact: Fanny Augustin
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-01-16 23:13 UTC by neofutur
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-02-21 19:00:48 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description neofutur 2004-01-16 23:13:46 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.4.1) Gecko/20031030

Description of problem:
[root@kiron root]# up2date
Traceback (most recent call last):
  File "/usr/share/rhn/up2date_client/gui.py", line 2070, in
doInstallation
    kernelsToInstall = up2date.installPackages(self.selectedPkgList,
self.rpmCallback)
  File "/usr/share/rhn/up2date_client/up2date.py", line 619, in
installPackages
    raise up2dateErros.RpmError("%s" % e)
NameError: global name 'up2dateErros' is not defined


 probably up2dateErros should be up2dateErrors

Version-Release number of selected component (if applicable):


How reproducible:
Sometimes

Steps to Reproduce:
1.lanuch up2date
2.choose all fedora1 updates
3.
    

Actual Results:  [root@kiron root]# up2date
Traceback (most recent call last):
  File "/usr/share/rhn/up2date_client/gui.py", line 2070, in
doInstallation
    kernelsToInstall = up2date.installPackages(self.selectedPkgList,
self.rpmCallback)
  File "/usr/share/rhn/up2date_client/up2date.py", line 619, in
installPackages
    raise up2dateErros.RpmError("%s" % e)
NameError: global name 'up2dateErros' is not defined


 probably up2dateErros should be up2dateErrors

Additional info:

Comment 1 Miloslav Trmac 2004-01-16 23:40:36 UTC
Duplicate of bug 110254.
Triage->Duplicate 110254

Comment 2 Aleksey Nogin 2004-01-19 05:22:20 UTC

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

Comment 3 Red Hat Bugzilla 2006-02-21 19:00:48 UTC
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.


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