Description of problem: Doing a text mode PXE/http kickstart install. Kickstart file lists a package that isn't in the repositories. Dialog pops up asking to abort or continue. Select continue and I get a traceback. Of course, it might not be related to that... :-) Traceback (most recent call first): File "/usr/lib/python2.5/site-packages/yum/__init__.py", line 2215, in remove self.logger.critical(_('No Match for argument: %s') % arg) File "/usr/lib/anaconda/yuminstall.py", line 1558, in deselectPackage mbrs = self.ayum.remove(pattern=pkg) File "/usr/lib/anaconda/kickstart.py", line 1023, in selectPackages map(anaconda.backend.deselectPackage, ksdata.packages.excludeList) File "/usr/lib/anaconda/backend.py", line 214, in doBasePackageSelect kickstart.selectPackages(anaconda) File "/usr/lib/anaconda/dispatch.py", line 209, in moveStep rc = stepFunc(self.anaconda) File "/usr/lib/anaconda/dispatch.py", line 132, in gotoNext self.gotoNext() File "/usr/lib/anaconda/text.py", line 588, in run (step, instance) = anaconda.dispatch.currentStep() File "/usr/bin/anaconda", line 1065, in <module> anaconda.intf.run(anaconda) NameError: global name '_' is not defined Version-Release number of selected component (if applicable): anaconda-11.4.0.27
Okay, removed the missing package from the kickstart file but we still get the traceback, so that's not the cause. Looks like it's trying to handle the "-dump" package removal request in the kickstart file. arg -> 'dump'
from yum.i18n import _ is there in HEAD, so this should go away for 3.2.11.