Bug 131779 - NameError: global name 'name' is not defined message while updating to latest devel packages
Summary: NameError: global name 'name' is not defined message while updating to latest...
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: yum
Version: rawhide
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jeff Johnson
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-09-04 13:42 UTC by Mike
Modified: 2014-01-21 22:49 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-09-04 13:44:53 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Mike 2004-09-04 13:42:22 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2)
Gecko/20040809

Description of problem:
[root@linmaster ~]# yum update
Setting up Update Process
Setting up Repo:  development
repomd.xml                100% |=========================| 1.1 kB    00:00
Reading repository metadata in from local files
primary.xml.gz            100% |=========================| 943 kB    00:05
developmen: ################################################## 3513/3513
Excluding Packages
Excluding Packages from Fedora Core 2.90 - Development Tree
Resolving Dependencies
gnome-vfs2-smb-2.7.92-3.i 100% |=========================|  13 kB    00:00
gnome-vfs2-devel-2.7.92-3 100% |=========================|  26 kB    00:00
xorg-x11-deprecated-libs- 100% |=========================| 222 kB    00:01
yelp-2.6.2-2.i386.rpm     100% |=========================|  21 kB    00:00
system-config-network-1.3 100% |=========================|  42 kB    00:00
shared-mime-info-0.15-2.i 100% |=========================| 4.0 kB    00:00
xorg-x11-xauth-6.7.99.903 100% |=========================| 222 kB    00:01
firstboot-1.3.21-1.noarch 100% |=========================|  29 kB    00:00
xorg-x11-6.7.99.903-5.i38 100% |=========================| 313 kB    00:02
xorg-x11-Mesa-libGL-6.7.9 100% |=========================| 223 kB    00:01
xorg-x11-twm-6.7.99.903-5 100% |=========================| 222 kB    00:01
xorg-x11-xfs-6.7.99.903-5 100% |=========================| 228 kB    00:01
xorg-x11-font-utils-6.7.9 100% |=========================| 225 kB    00:01
gnome-vfs2-2.7.92-3.i386. 100% |=========================|  31 kB    00:00
xorg-x11-tools-6.7.99.903 100% |=========================| 228 kB    00:01
gnome-media-2.7.92-7.i386 100% |=========================|  76 kB    00:00
xorg-x11-libs-6.7.99.903- 100% |=========================| 255 kB    00:01
xorg-x11-deprecated-libs- 100% |=========================| 222 kB    00:01
xorg-x11-Mesa-libGLU-6.7. 100% |=========================| 223 kB    00:01
udev-030-20.i386.rpm      100% |=========================|  14 kB    00:00
system-config-printer-gui 100% |=========================|  42 kB    00:00
yum-2.1.3-1.noarch.rpm    100% |=========================|  11 kB    00:00
xorg-x11-devel-6.7.99.903 100% |=========================| 468 kB    00:02
gnome-session-2.7.91-2.i3 100% |=========================|  23 kB    00:00
system-config-printer-0.6 100% |=========================|  61 kB    00:00
dia-0.94-5.i386.rpm       100% |=========================| 179 kB    00:01
system-config-network-tui 100% |=========================|  49 kB    00:00
desktop-file-utils-0.8-1. 100% |=========================| 5.1 kB    00:00
urw-fonts-2.2-3.noarch.rp 100% |=========================|  15 kB    00:00
Traceback (most recent call last):
  File "/usr/share/yum-cli/yummain.py", line 139, in ?
    main(sys.argv[1:])
  File "/usr/share/yum-cli/yummain.py", line 94, in main
    (result, resultmsgs) = base.buildTransaction()
  File "/usr/lib/python2.3/site-packages/yum/__init__.py", line 130,
in buildTransaction
    (rescode, restring) = self.resolveDeps()
  File "/usr/lib/python2.3/site-packages/yum/depsolve.py", line 157,
in resolveDeps
    (checkdep, missing, conflict, errormsgs) = self._processConflict(dep)
  File "/usr/lib/python2.3/site-packages/yum/depsolve.py", line 351,
in _processConflict
    msg = '%s conflicts: %s' % (name,
rpmUtils.miscutils.formatRequire(needname, needversion, flags))
NameError: global name 'name' is not defined


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

How reproducible:
Always

Steps to Reproduce:
1. run "yum update"
2.
3.
    

Actual Results:  Error message as detailed in comment

Expected Results:  new updated packages

Additional info:

Comment 1 Seth Vidal 2004-09-04 13:44:53 UTC
fixed in 2.1.3


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