* FC2-re0129.2 * Portuguese (Brazilian) [pt_BR.UTF-8] * kickstart This happened during the 'all_lang' testcase, which is a series of nearly identical kickstarts (only the lang, langsupport, and timezone lines change). The case got all the way to pt_BR (16 out of 21) before it hit this traceback. (Excepting the ja,ko,and zh language installs which are currently skipped due to another bug). Traceback (most recent call last): File "/usr/lib/anaconda/gui.py", line 1047, in handleRenderCallback self.currentWindow.renderCallback() File "/usr/lib/anaconda/iw/progress_gui.py", line 242, in renderCallback self.intf.icw.nextClicked() File "/usr/lib/anaconda/gui.py", line 766, in nextClicked self.dispatch.gotoNext() File "/usr/lib/anaconda/dispatch.py", line 168, in gotoNext self.moveStep() File "/usr/lib/anaconda/dispatch.py", line 236, in moveStep rc = apply(func, self.bindArgs(args)) File "/usr/lib/anaconda/packages.py", line 880, in doInstall problems = ts.run(cb.cb, 0) File "/usr/lib/anaconda/packages.py", line 425, in cb self.progress.completePackage(h, self.pkgTimer) File "/usr/lib/anaconda/iw/progress_gui.py", line 167, in completePackage str = _("Remaining time: %s minutes") % ((int(timeest/timefactor)+1)*timefactor,) TypeError: not all arguments converted during string formatting
Fixed in CVS. Bad pofile, no cookie! :)
Yep, fixed now.