On Wed, 2005-04-13 at 22:54 -0400, Mail Lists wrote: > fc4t2 - fully updated save for openoffice. > > # yum update openoffice.org-calc > Added 543 new packages, deleted 552 old in 6.19 seconds > Resolving Dependencies > ... > (adds bunches of stuff including openoffice.org-langpack-<xxx> > ... > Transaction Summary > ============================================================================= > Install 0 Package(s) > Update 49 Package(s) > Remove 0 Package(s) > Total download size: 278 M > Is this ok [y/N]: y > Downloading Packages: > Running Transaction Test > Finished Transaction Test > Transaction Test Succeeded > Running Transaction > Traceback (most recent call last): > File "/usr/bin/yum", line 15, in ? > yummain.main(sys.argv[1:]) > File "/usr/share/yum-cli/yummain.py", line 149, in main > base.doTransaction() > File "/usr/share/yum-cli/cli.py", line 651, in doTransaction > self.runTransaction(cb=cb) > File "__init__.py", line 333, in runTransaction > NameError: global name 'yum' is not defined > > ah ha, found it - something in the transaction test failed. it's trying to raise an error exception here and it's got the wrong exception. -sv